

      :root {
        --font: brandon-grotesque;
        --alt-font: brandon-grotesque;
        --accent-color: #00205b;
        --secondary-color: #00abc2;
        --link-color: #a9a9a9;
        --accent-highlight-color: #00205b;
        --accent-highlight-background-color: #dbe7ff;
        --accent-tinted-color-70: #b3bcce;
        --accent-tinted-color-80: #ccd2de;
        --accent-tinted-color-90: #e6e9ef;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #00328e;
        --secondary-hover-color: #00d8f5;
        --secondary-contrast-color: #fff;
        --link-hover-color: #767676;
      }
      

.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/f5857735-88a7-40a8-8958-9314df2cd82b/2mfbvysa4pjq-Azamara_Cruises_Logo.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}


body {
    font-size: 16px;
    background-color: #f1f2f2;
}

p, h1, h2, h3, h4, h5, h6, a, li {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
}

    li a {
        font-family: "brandon-grotesque", sans-serif;
    }

.container {
    background-color: #fff;
}
/* LMS Overrides - Tread carefully!!!!*/
.btn--primary {
    color: #ffffff !important;
    background-color: #ea6852 !important;
    border-color: #ea6852;
    border-radius: 12px;
}

    .btn--primary:hover {
        background-color: #9f2814 !important;
        border-color: #9f2814;
        border-radius: 12px;
    }


#lms .topic__sidebar__edit.topic__sidebar__edit--slide input[type=text] {
    font-family: "brandon-grotesque", sans-serif;
    color: #000;
    padding-left: 0;
    font-style: normal;
}

.card__label__button {
    width: auto;
}

@media screen and (min-width: 37.5rem) and (max-width: 48.0625) {
    .btn div {
        font-size: 70%;
        color: #df0032;
    }
}

/* dashboard */
.dashboard__container {
    padding-left: 5%;
}

.icon-navigatedown {
    color: #fff;
}

input[type="text"] {
    height: auto !important;
}

.company-logo__container {
    display: inline-block;
    padding-bottom: 2px;
}

.dashboard-header__arrow {
    color: #fff;
}

    .dashboard-header__arrow::hover {
        color: #00abc2;
    }

.hero .hero__caption { /* dashboard hero image title settings*/
    background: rgba(0, 32, 91, 0);
}

.hero__title {
    color: #ffffff !important;
}

.hero__caption span {
    color: #ffffff !important;
}
/* learning path layout */
.learning-path_custom-layout {
    /*width: 80%;
    margin-left: 10%;
    margin-right: 10%;*/
    padding: 0rem 2rem;
    width: 100%;
}

.learning-path-body {
    background: #f6f6f6;
}

.learning-path-body--secondary:before {
    webkit-box-shadow: none;
    box-shadow: none;
}

h1.text-white.text-xl.font-bold.mb-1.sm_text-5xl {
    font-weight: 400;
}

@media screen and (min-width: 48.0625rem) {
    h1.text-white.text-xl.font-bold.mb-1.sm_text-5xl {
        position: relative;
        bottom: 40px;
    }
}

/* remove mint tiles */
.learning-path-milestone--completed {
    background: none;
    border-color: #00ABC2 !important;
    backround-color: #fff;
}

.learning-path-milestone-item--with-body {
    backround-color: #fff;
}

/* change mint details to teal */
.learning-path-milestone--completed:before {
    background: #fff;
}

.learning-path-progress-bar-item--completed .learning-path-progress-bar-item__index {
    background: #00ABC2;
}


/*  Display:none for SCORM files
.learning-path-milestone-item__info {
    display: none;
}
.dashboard-access-list-item {
    display: none;
}*/
/* nav container and wrapper */
.nav-container {
    background-color: rgba(0, 32, 91, 1);
    height: 52px;
}

@media screen and (min-width: 48.0625rem) {
    .nav-container {
        background-color: rgba(0, 32, 91, 1);
    }
}

.builder__preview .widget__container:first-of-type {
    padding-top: 0 !important;
}
/* no more wrapper 
.nav-container .wrapper {
    padding-top: 25px;
}

@media screen and (min-width: 37.5rem) {
    .nav-container .wrapper {
        padding-top: 45px;
    }
}

@media screen and (min-width: 48.0625rem) {
    .nav-container .wrapper {
        padding: 20px 0px;
    }
}



.wrapper {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}

@media screen and (max-width: 48.0625rem) {
    .wrapper {
        max-width: 65%;
        margin-left: 0;
    }
}


.wrapper:after {
    clear: both;
    content: "";
    display: table;
}
*/
/* Top-Nav Styles */
.menu-button {
    background-color: #fff;
    height: 60px;
    padding: 2rem 0;
}

@media screen and (max-width: 37.5rem) {
    .menu-button {
        background-color: rgba(255, 255, 255, 0);
        height: 94px;
        /*padding: 1rem 4rem;*/
        margin-bottom: 3rem;
        padding-top: 10px;
    }

    ul.navigation__item {
        margin-right: 3em;
    }

    .navigation__item li {
        clear: both;
    }

    @media screen and (max-width: 37.5rem) {

        navigation__item li {
            margin-left: .25em;
        }

        .widget--hero-image {
            padding: 1rem 0;
        }
    }

    /* adjusting dashboard nav/hero styles for mobile */
    .hero .hero__caption {
        margin-top: -6rem;
        color: #fff;
    }

    div[role=main] {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 37.5rem) {

    .menu-container {
        width: 100%;
    }
}

.widget--html_standard { /* override TI setting for HTML widget*/
    padding-top: 0 !important;
}

.layout__content--resources {
    padding: 0 2rem; /* targets padding on resource page */
}

.layout__content .widget--hero-image, .layout__content .widget--html {
    padding-top: 0;
}

.menu-container {
    margin: 0 auto;
    padding-top: 10px;
    /*width: 60%;
    display: flex;*/
    max-width: 550px;
    justify-content: space-between;
    margin: 0 auto;
}

/* dashboard */
.header--dashboard {
    background-color: #00205b;
    padding-bottom: 15px;
}

.dashboard-header__name {
    color: #fff;
}

/* navigation */
.top-nav {
    text-align: center;
    padding: 18px 45px 20px;
}

@media screen and (min-width: 37.5rem) {
    .top-nav {
        padding: 18px 45px 25px;
        float: right;
    }
}
/* Top container */
.layout__content--resources.layout__content,
.widget.widget--html.widget--html_standard {
    background-color: white;
}


.top-nav__menu-item {
    display: inline-block;
    padding-right: 20px;
    padding-left: 0;
    line-height: 1;
}

    .top-nav__menu-item:not(:first-child) {
        border-left: 1px solid #00205B;
        padding-left: 20px;
        padding-right: 0;
    }

    .top-nav__menu-item a {
        color: #00205B;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        font-size: 1rem;
    }

        .top-nav__menu-item a:hover {
            color: #00ABC2;
        }

#top-bar {
    height: 45px;
    background-color: #fff;
}

@media screen and (min-width: 37.5rem) {
    #top-bar {
        height: 45px;
        background-color: #fff;
    }
}

#content {
    padding: 30px 0 30px;
}

@media screen and (min-width: 37.5rem) {
    #content {
        padding: 80px 0 80px;
    }
}

@media screen and (min-width: 48.0625rem) {
    #content {
        padding: 80px 0 80px;
    }
}

/* header */

header {
    position: relative;
    z-index: 10;
}


/* Logo */
.logo {
    max-width: 180px;
    margin: 0 auto 20px;
    display: block;
}

.header--article { /* for the learning path header */
    background-color: #00205B;
    border-bottom: 2px solid #00205B;
}

.header--dashboard, .header--article, .header--microsite { /* for the dashboard header and LP */
    display: none;
}

.learning-content-hero__overlay {
    height: 0% !important;
}

.header--dashboard { /* for the dashboard header */
    background-color: #00205B;
}

nav.nav.nav--top {
    display: none;
}

@media screen and (min-width: 37.5rem) {
    .logo {
        max-width: 260px;
        margin: 0 auto 30px;
    }
}

@media screen and (min-width: 48.0625rem) {
    .logo {
        float: left;
        width: 25%;
        margin: 0;
    }
}

#nav {
    margin-left: -30px;
    margin-right: -30px;
}

@media screen and (min-width: 48.0625rem) {
    #nav {
        width: 30%;
        float: right;
        margin: 0;
    }
}

@media screen and (min-width: 62.5rem) {
    #nav {
        width: 30%;
    }
}

@media screen and (min-width: 48.0625rem) {
    .top-bar__container {
        float: right;
    }
}


/* Navigation Item */
.navigation__item {
    font-family: "brandon-grotesque", sans-serif;
    display: inline-block;
    padding-left: 0;
    line-height: 1;
    display: flex;
    max-width: 500px;
    justify-content: space-between;
    margin: 0 auto;
}

    .navigation__item ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .navigation__item li {
        list-style-type: none;
        float: left;
        margin-right: 6rem;
    }

    .navigation__item a {
        color: #00205b;
        font-weight: 400;
        font-size: 21px;
        display: block;
    }

        .navigation__item a:hover {
            border-bottom: 3px solid #00ABC2;
        }

/* Resources Page*/
.widget__title {
    font-family: "brandon-grotesque", sans-serif;
    color: #00205B;
    text-align: left;
}

.widget__subtitle {
    font-family: "brandon-grotesque", sans-serif;
    color: #00205B;
    text-align: left;
}
/* featured content items */
.featured-content-article-item {
    padding: 0;
    border: 1px solid #00205B;
}

.catalog-item {
    color: #00205B;
}

.catalog-grid-item__completed-container {
    background: rgba(255,255,255,.7);
}


.featured-content-article-item__title {
    margin: 10px;
    color: #00205B;
}
/* featured content carousel */
.featured-content-multi-carousel-item {
    padding: 0;
    border: 1px solid #00205B;
}

.featured-content-multi-carousel-item__title .catalog-item {
    color: #00205B;
}

.featured-content-multi-carousel-item__title {
    color: #00205B;
}
/* Widget margins */
.widget--hero-image,
.widget--title.widget--title widget--title_standard {
    padding: 1rem 5rem;
}

.widget--featured-content.widget--featured-content_article {
    padding: 1rem 5rem;
}

.widget--link-matrix.widget--link-matrix_standard.Link-Section {
    padding: 1rem 5rem;
}

@media screen and (max-width: 37.5rem) {
    .widget--link-matrix.widget--link-matrix_standard.Link-Section {
        padding: 1rem 3rem;
    }
}

.widget--video.widget--video_standard {
    padding: 1rem 5rem;
}

.widget--hero-image.widget--hero-image_standard {
    /*padding-left: 0 !important;*/
    padding-right: 0;
}

/* Link Items */
.catalog-item {
    background-color: #fff;
}

.featured-content-multi-carousel__nav-left {
    /* left: -.75em; */
    left: 6%;
}

.Link-Section h2.widget__title {
    padding-left: 0;
    padding-right: 0;
}

.Link-Section ul.link-matrix-category__container {
    background-color: #f1f2f2;
}

#ember2225 .link-jump-list div { /* attempt to target the menu on top of the resources page */
    padding: 0;
}

.Link-Section li#ember2337 .ember-view {
    width: 100%;
}

.Link-Section div.link-matrix-category {
    max-width: 1200px;
    margin: auto;
}

.Link-Section .link-matrix-category__container li {
    width: 100%;
}

.Link-Section .link-matrix-category ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    gap: 1rem;
}

.Link-Section li.link-matrix-category__subcategory {
    /*float: left;*/
    width: 300px;
    border: 1px solid #fff;
    border-radius: 24px;
    background-color: #fff;
    /*padding:20px;*/
    margin: 10px;
    padding: 1rem 2rem;
    flex-shrink: 0;
}

.link-matrix-category__subcategory a {
    color: #00205B;
    font-weight: bold;
}

.link-matrix-category__subcategory:before {
    display: none;
}

.Link-Section li.link-matrix-category__subcategory a {
    color: #00205B;
    text-decoration: none;
}

.featured-content-multi-carousel ul.featured-content-block-grid {
    text-align: center;
}

/* catalog Page */

.widget--catalog_standard {
    margin: 16px 90px;
    width: 90%;
}


/* TI Overrides */
header.header.header--microsite {
    padding: 0;
}

@media only screen and (min-width: 1em) {
    .container {
        max-width: 100% !important;
    }
}


.editor-content ol, .editor-content ul {
    padding-left: 0 !important;
}

.home__content {
    padding: 0px;
}
/* VIDEO SECTION */

h2.widget__title {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.widget--video widget--video_standard h3 {
}

.video__container {
    background-color: #00205B;
    padding: 4rem;
}

/*#ember2259 {
    margin-bottom: 2em;
    padding: 2em;
}*/

.video-player-title-brightcove {
    padding-left: 2em !important;
}

/******* footer ******/
.footer {
    background-color: #f1f2f2;
}

.footer__company__info, .footer__company__name, footer__powered-by {
    color: #636466;
}


#social {
    position: relative;
    left: 60%;
    margin-left: 0;
}

@media screen and (max-width: 37.5rem) {
    #social {
        left: 0;
    }
}

.social__item {
    display: inline-block;
}

ul.social__item {
    margin: 0;
    margin-left: 0;
}

.social__item ul {
    margin: 0;
    margin-left: 0;
    padding: 0;
    overflow: hidden;
}

.social__item-fb {
    list-style-type: none;
    float: left;
}

.social__item li {
    list-style-type: none;
    float: left;
}

.social-fb {
    display: block;
    width: 55px;
    height: 55px;
    background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/Azamara/social-media-icons-black-and-white-round-free-vector.png");
    background-repeat: no-repeat;
    background-position: -65px -10px;
}

.social-x {
    display: block;
    width: 55px;
    height: 55px;
    background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/Azamara/social-media-icons-black-and-white-round-free-vector.png");
    background-repeat: no-repeat;
    background-position: -176px -10px;
}

.social-ig {
    display: block;
    width: 55px;
    height: 55px;
    background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/Azamara/social-media-icons-black-and-white-round-free-vector.png");
    background-repeat: no-repeat;
    background-position: -11px -10px;
}

.social-yt {
    display: block;
    width: 55px;
    height: 55px;
    background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/Azamara/social-media-icons-black-and-white-round-free-vector.png");
    background-repeat: no-repeat;
    background-position: -120px -10px;
}

.social-pi {
    display: block;
    width: 55px;
    height: 55px;
    background-image: url("https://nmsimages.blob.core.windows.net/nmsimages/Azamara/social-media-icons-black-and-white-round-free-vector.png");
    background-repeat: no-repeat;
    background-position: -232px -10px;
}

.social__list {
    float: left;
    padding: 25px 25px;
}

@media screen and (max-width: 37.5rem) {
    .social__list {
        display: block;
        float: none;
        padding: 10px 0px 0px 0px;
        text-align: center;
    }
}

/* JT FIXING */



@media only screen and (min-width: 48.063em) {
    .learn.dashboard .widget, .learn.transcript .widget {
        padding: 0rem 2rem;
    }
}

/* 8-28 UPDATE FONT SIZE REQUEST */
.learning-path-milestone-item__alt-description, .learning-path-milestone-item__description {
    font-size: 18px !important;
    line-height: 1.5 !important;
}

.editor-content.indent-list {
    font-size: 18px !important;
    line-height: 1.5 !important;
}

/* ADJUST DASHBOARD BECAUSE OF NEW HERO IMAGES */

@media screen and (max-width: 770px) {
    .hero__caption .hero__title {
        margin-top: -100px;
    }
}

@media screen and (max-width: 600px) {
    .hero__caption .hero__title {
        margin-top: 0px;
    }
}
