:root{--color-primary:#69bd45;--color-secondary:#007ab8;--color-tertiary:#1ea4a9;--color-state:#4b7e2b;--color-state-hover:#3c6721;--color-state-focus:#3c6721;--color-state-active:#30541a;--color-state-highlight:#f6f9d7;--color-state-highlight-neutral:var(--color-neutral-3);--color-state-disabled:var(--color-neutral-5);--color-neutral-1:#fff;--color-neutral-2:#fafafa;--color-neutral-3:#f7f7f7;--color-neutral-4:#e6e4e4;--color-neutral-5:#c7c7c7;--color-neutral-6:#767676;--color-neutral-7:#262626;--color-background:var(--color-neutral-1);--color-border:var(--color-neutral-5);--color-text:var(--color-neutral-7);--color-text-disabled:var(--color-neutral-5);--color-text-hint:var(--color-neutral-6);--link-color:var(--color-state);--link-color-hover:var(--color-state-hover);--nav-bg-color:#fff;--nav-text-color:var(--color-text);--footer-bg-color:#fff;--footer-text-color:var(--color-text);--footer-text-color-hover:var(--footer-text-color);--btn-accent-color:var(--color-state);--btn-accent-color-active:var(--color-state-active);--btn-accent-color-focus:var(--color-state-focus);--btn-accent-color-disabled:var(--color-state-disabled);--btn-prim-accent-color:var(--color-state);--btn-prim-accent-color-active:var(--color-state-active);--btn-prim-accent-color-focus:var(--color-state-focus);--btn-prim-accent-color-disabled:var(--color-state-disabled)}:root{--nav-bg-color: #066839;--nav-text-color: #ffffff;--color-primary: #69bd45;--color-state: #004a22;--color-text: #004a22;--footer-bg-color: #ffffff;--footer-text-color: #262626;--color-state-hover: #004018;--color-state-focus: #004018;--color-state-active: #002f07;--footer-text-color-hover: #1c1c1c;}
/* SCORM ACTIVITY ICON */
.activity.scorm.modtype_scorm .tfont-var-collection_handle_fill:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 16 16' fill='%23008000'><path d='M6.271 5.055a.5.5 0 0 1 .52.038l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z'/><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/></svg>");
}
/* Control spacing between SCORM activity name and icon*/
.activity.scorm.modtype_scorm > div > div > div:nth-child(2) > div.activityinstance > a > span.instancename {
    padding-left: 40px;
}

/* ************************************************** */
/* FEATURED LINKS BLOCK */
/* ************************************************** */

/*Rounded header image */
.block-totara-featured-links-tile {
    border-radius: 8px;
}

/*Rounded Featured Links Tiles */
.block-totara-featured-links-tile.background-cover{
border-radius: 8px;
}

.block.chromeless {
    border-radius: 8px;
}

.block-totara-featured-links-layout>div .block-totara-featured-links-content-container {
    border-radius: 8px;
    }


.block-totara-featured-links-layout .block-totara-featured-links-content.block-totara-featured-links-content h3{
font-weight:500;
}

.block-totara-featured-links-layout .block-totara-featured-links-tile.block-totara-featured-links-tile-small {
    flex-basis: 160px;
    width: 160px;
}

/* Featured Links Rounded corners 
.block-totara-featured-links-layout.align-center div.block-totara-featured-links-tile {
    border-radius:0px;
}



/* Allow full width video embed */
.mediaplugin.mediaplugin_vimeo > div {
    max-width: 100% !important;
}

/* Custom CSS and Custom footer fields  */
textarea[name^="formcustom_field_customcss"],
textarea[name^="formcustom_field_customfooter"] {
    font-family: var(--font-family-monospace);
}

/* Hide message icon  */
#nav-message-popover-container {
    display: none;
}

/* Hide "Powered by Totara" footer */
.tui-core_auth-footer > .tui-core_auth-footer__poweredBy,
.page-footer-main-content > .page-footer-poweredby {
    display: none;
}

/* Footer */
.tui-core_auth-footer__poweredBy,
.page-footer-poweredby {
    text-align: right;
}

.tui-core_auth-footer__poweredBy a,
.page-footer-poweredby a:link,
.page-footer-poweredby a:visited,
.page-footer-poweredby a:active {
    text-decoration: none;
    opacity: 0.75;
}

.tui-core_auth-footer__poweredBy img,
.page-footer-poweredby img {
    padding: 5px;
    opacity: 0.75;
}

.tui-core_auth-footer__poweredBy a:hover,
.tui-core_auth-footer__poweredBy img:hover,
.page-footer-poweredby a:hover,
.page-footer-poweredby img:hover {
    opacity: 1;
}
.tw-catalogItemNarrow__image {
    padding-top: 52%;
}
