﻿/* * {
    font-size: 20px;
} */
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i&display=swap|Montserrat:300,400,400i,500,500i,700&display=swap'); */
@import url('https://use.typekit.net/pzp2mxi.css');

.landing-container * {
    font-family: "sofia-pro", Arial, Sans-Serif;
    /* font-weight: 600; */
}


.landing-container p {
    font-family: "sofia-pro", Arial, Sans-Serif;
    margin-bottom: 0px;
    /* font-weight: 600; */
}

.landing-container li {
    font-family: "sofia-pro", Arial, Sans-Serif;
}

.landing-container a {
    color: #FE7360;
    font-size: 16px;
    font-weight: 600;
    font-family: "sofia-pro", Arial, Sans-Serif;
}

.landing-container h1 {
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    color: #eee;
    background: #2FB5D1;
    margin-bottom: 0px;
}

    .landing-container h1::after {
        content: '';
        display: block;
        height: 10px;
        width: 175px;
        margin: 10px;
        border-top: 4px solid #eee;
        /* margin-top: 5px; */
    }

.landing-container .h100 {
    height: 100%;
}

.landing-container h2 {
    font-family: "sofia-pro", Arial, Sans-Serif;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    /* margin-bottom: 2rem; */
}

    .landing-container h2::after {
        content: '\00a0';
        display: block;
        width: 100px;
        margin: 0 auto;
        border-top: 4px solid #FE7360;
        margin-top: 5px;
    }

    .landing-container h2.left::after {
        margin: .5rem;
    }

.landing-container h3 {
    color: #004B87;
    font-weight: 600;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    /* font-weight: 600; */
}

    .landing-container h3::after {
        content: '';
        display: block;
        height: 10px;
        width: 175px;
        margin: 10px;
        border-top: 4px solid #B1D235;
        /* margin-top: 5px; */
    }

    .landing-container h3.no-bpadding {
        padding-bottom: 0;
    }

.landing-container .card-body h3 {
    font-size: 20px !important;
    text-align: center;
    font-weight: 600;
    padding-top: 0px;
}

.landing-container h4 {
    color: #B1D235;
    font-weight: 600;
    padding-bottom: 10px;
}

.landing-container .dropdown-menu, .landing-top .dropdown-menu {
    border: none;
    border-radius: 0;
    background-color: #354353;
}

    .landing-container .dropdown-menu a{
        color:white !important;
    }

    .landing-container .dropdown-item:hover, .dropdown-item:focus, .landing-top .dropdown-item:hover {
        background-color: #004B87;
    }

.sf_colsIn .row {
    padding-bottom: 2.5rem;
}

section.section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

section.section {
    background: #eee;
    color: #004B87 !important;
}

section.white-bg {
    background: white;
    color: #004B87 !important;
}

section.dark-blue-bg {
    background: #004B87;
    color: white !important;
}

    section.dark-blue-bg h2::after {
        border-color: #B1D235;
    }

    section.dark-blue-bg h3 {
        color: white;
    }

        section.dark-blue-bg h3.yellow {
            color: #B1D235;
        }

        section.dark-blue-bg h3.underlined {
            border-bottom: 2px solid white;
        }

.inner-footer {
    background: #FE7360;
    color: white;
}

.rdCommands a {
    min-width: unset !important;
}

.hide-mobile {
    display: none;
}

.footer {
    background-color: #004B87;
    padding-top: 10px;
    padding-bottom: 15px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.subsite-buttons-container {
    /*   background:red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .btn-container a {
        margin: .5rem;
        color: white;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        border: 2px solid #004B87;
        padding: .5rem;
        min-width: 16rem;
        -webkit-transition: .5s;
        transition: .5s;
        text-align: center;
    }

        .btn-container a.navy {
            color: #004B87;
            border-color: #004B87;
            border-radius: 10px;
        }

        .btn-container a.navy-white {
            color: rgb(255,255,255);
            border-color: #004B87;
            border-radius: 10px;
        }

        .btn-container a.purple {
            color: #004B87;
            border-color: #FE7360;
            border-radius: 10px;
        }

        .btn-container a.orange {
            color: #004B87;
            border-color: #FE7360;
            background-color:#FE7360;
            border-radius: 10px;
        }

        .btn-container a.full-navy {
            border-color: #004B87;
            background: #004B87;
            color: white;
            border-radius: 10px;
        }

        .btn-container a.full-Yellow {
            border-color: #B1D235;
            background: #B1D235;
            color: #004B87;
            border-radius: 10px;
        }

        .btn-container a.full-lighblue {
            border-color: #004B87;
            background: #004B87;
            color: white;
            border-radius: 10px;
        }
.rims-btn {
    padding: 15px;
    border: 2px solid #FE7360;
    color: #004B87 !important;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    background: none;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 5px;
}
.alert {
    text-align: center;
    padding: 10px;
    padding-bottom: 100px;
    background-color: #0972ba;
    color: #FFF;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.landing-container .card-body {
    position: relative;
    padding-bottom: 100px;
}

    .landing-container .card-body .btn-container,
    .landing-container .alert .btn-container {
        position: absolute;
        bottom: 0%;
        left: 0%;
        width: 100%;
    }


.btn-container a:hover {
    background: #2FB5D1;
}
.btn-container a.full-Yellow:hover {
    background: White;
}
.btn-container a.purple:hover {
    background: #FE7360;
}
.btn-container a.orange:hover {
    background: #eee;
}

.fixed-top {
    background: white !important;
    height: 3rem;
}

.header-sticky .logo-container{
    display: none;
}

.header-sticky .logo-row{
    display: none;
}

.header-sticky .sponsor-container {
    display: none;
}

.btn-container {
    padding-bottom: 2rem;
}


.logo-container img {
    max-width: 20vw;
    margin: 22px 0px 22px 5px;
}

#siteMainNav.fixed-top .logo-container img {
    max-width: 6rem;
    padding-left: 10px;
}

#siteMainNav .navbar-toggler {
    background: #004B87;
    color: white;
    padding: .1rem .75rem;
}

    #siteMainNav .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }

#siteMainNav a {
    color: #004B87;
}

.navbar {
    background-color: transparent;
    height: 3rem;
}

#siteMainNav .login-btn-container {
    margin: auto;
}

#siteMainNav .login-btn {
    background: rgb(138,43,141);
    height: 1.25rem;
    font-size: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .navigation ul {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .navigation ul li {
        font-size: .75rem;
        display: inline-block;
        color: white;
    }

.navigation .login-btn-container {
    background: rgb(138,43,141);
    margin: auto 0;
} */

.navigation .login-btn-container .login-btn {
    color: white;
    height: 1.25rem;
    font-size: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-logo-header-container {
    margin: 8vh 0 4rem 10vw;
}

    .main-logo-header-container img {
        max-width: 29vw;
    }

.main-logo-container {
    text-align: center;
    /* margin-top: 2rem; */
}

    .main-logo-container img {
        max-width: 35rem;
    }

.countdown-container {
    margin-left: 8vw;
    margin-top: -2.5rem;
    width: 40% !important;
}

    

.sponsor-container img {
    max-width: 70%;
    padding: .5rem
}

.sponsor-container {
    margin: 3px 0 13px -6vw;
    font-size: 9px;
    max-width: 80%;
}

.sponsor-text {
    text-align: end;
    padding: 0;
}
/* NAVIGATION BUTTON STYLING */

.nav-item .sub-btn {
    margin-bottom: 0rem;
    margin-top: -.5rem;
    max-width: 160px;
    display: none;
}

    .nav-item .sub-btn:hover .left-side.exhibitors {
        left: 1.5% !important;
    }

    .nav-item .sub-btn:hover .left-side.speakers {
        left: 1.5% !important;
    }

    .nav-item .sub-btn .right-side {
        margin: 0rem;
        padding: .25rem .5rem;
    }

    .nav-item .sub-btn .left-side {
        height: 100%;
        width: 16%;
        top: 0;
        left: -18%;
    }

        .nav-item .sub-btn .left-side.speakers {
            background: #FEDB32;
        }

    .nav-item .sub-btn .right-side.speakers {
        background: #FEDB32;
        transition: .5s;
        -webkit-transition: .5s;
        color: #FE7360;
    }

    .nav-item .sub-btn .left-side.exhibitors {
        left: -18%;
    }

    .nav-item .sub-btn .left-side.exhibitors {
        background: #2FB5D1;
    }

    .nav-item .sub-btn .right-side.exhibitors {
        background: #2FB5D1;
        transition: .5s;
        -webkit-transition: .5s;
    }

/* END NAVIGATION BUTTON STYLING */




.mountains-container {
    margin-top: -2.5rem;
    text-align: center;
}

    .mountains-container img {
        width: 100%;
    }

.purple-section {
    background-image: linear-gradient(rgb(88,32,93), rgb(120,45,125));
}

.purple-section {
    color: white;
    /* height: 15rem; */
}

.recap-vid-container {
    background: white;
    padding-bottom: 2rem;
}

.purple-section .row {
    /* padding-top: 2rem; */
}

.purple-section .col-md-5 {
}

.purple-section .col-md-7 {
    text-align: center;
}

    .purple-section .col-md-7 div {
        /* display: inline-block; */
    }


.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 36px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #FE7360;
    font-family: 'sofia-pro', 'Montserrat', sans-serif;
}

    .count-title::after {
        content: '+';
    }

.count-text {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #004B87;
    margin-bottom: 1rem;
}

@media (min-width: 576px ) {
    .count-title {
        font-size: 70px;
    }
}

.gr-mountains-container {
    margin-top: -1rem;
    background-image: linear-gradient(rgb(119, 44, 124),rgb(120,45,125));
}

    .gr-mountains-container img {
        width: 100%;
    }

.green-section {
    background-image: linear-gradient(rgb(4,47,36), rgb(14,98,85));
    /*   height: 15rem; */
    text-align: center;
    color: white;
}

    .green-section h1 {
        text-transform: uppercase;
    }

    .green-section .btn-container {
        padding-bottom: 6rem;
    }

.br-mountains-container {
    background-image: linear-gradient(rgb(26, 89, 77),rgb(14,98,85));
    margin-top: -6rem;
}

    .br-mountains-container img {
        width: 100%;
    }

.orange-section {
    background-color: rgb(122,34,26);
    /*   height: 50rem; */
    color: white;
}

    .orange-section h1 {
        text-align: center;
        margin-bottom: 4rem;
    }

    .orange-section .featured-speaker {
        text-align: center;
    }

    .orange-section .diamond-clip {
        margin: 0 auto;
        /*   background-size:no-repeat center fixed; */
    }

        .orange-section .diamond-clip img {
            max-width: 70%;
        }

    .orange-section .btn-container {
        /* margin-top: 3rem; */
        text-align: center;
        /* padding-bottom: 10rem; */
    }

.lakes-container {
    /* margin-top: -7rem; */
    background-color: rgb(122,34,26);
}

    .lakes-container img {
        width: 100%;
    }

.blueGreen-section {
    /*   height: 50rem; */
    background-image: linear-gradient(rgb(57, 153, 210) 40%, rgb(255,255,255) 30%, rgb(57, 153, 210) 30%, rgb(88,32,93));
    color: white;
    text-align: center;
}

    .blueGreen-section .container h1:first-child {
        /* margin-top: -5rem; */
    }

    .blueGreen-section .custom-container1 {
        background: white;
        /* clip-path: polygon(0% 20%, 10% 0%, 100% 0%, 100% 80%, 90% 100%, 0% 100%); */
    }

        .blueGreen-section .custom-container1 h1 {
            margin-top: 2rem !important;
        }

         .custom-container1 .image-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }

.custom-container1 a,
.custom-container1 h2 {
    color: rgb(36,39,42);
    padding: 1rem;
    margin-bottom: 0;
    /* font-weight: 600; */
}

.custom-container1 .image-container {
    max-width: 1256px;
    margin: 0 auto;
}

    .custom-container1 .image-container > div {
        margin: .5rem;
    }

.custom-container1 .image-overlay {
    position: relative;
}

 .image-overlay img {
    width: 100%;
}

 .image-overlay > div {
    background: #FE7360;
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color:white;
}

 .custom-container2 {
    /*   height:40rem; */
    background: white;
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    /* clip-path: polygon(0% 0%, 90% 0%, 100% 30%, 100% 100%, 10% 100%, 0% 70%) */
}

    .custom-container2 .custom-left-side {
        /*   background:blue; */
        /* width: 30%; */
        height: 24rem;
        background-image: url('/images/default-source/event-webpages/annual-conference-2022/moscone_center67906399155f431f9478bc50015cebdf.jpeg?sfvrsn=b43f329c_2');
        background-position: center;
        background-repeat: no-repeat;
    }

.custom-container2 .custom-right-side {
    /*   background:red; */
    /* width: 70%; */
    padding-top: 2rem;
    color: black;
}

.custom-right-side .travel-buttons {
    margin-bottom: 3rem;
}

    .custom-right-side .travel-buttons div {
        /* display: inline-block; */
        margin-top: 1.5rem;
    }

    .custom-right-side .travel-buttons a {
        text-transform: uppercase;
        color: black;
    }

 .custom-container3 {
    /*   height: 20rem; */
    background: white;
    margin-top: 1.5rem;
    /*   display:flex; */
    flex-direction: row;
    /* clip-path: polygon(0% 0%, 90% 0%, 100% 30%, 100% 100%, 10% 100%, 0% 70%); */
}

 .custom-container3 {
    color: black;
}

.custom-container3 h2 {
    text-align: center;
    padding: 1rem;
}

.custom-container3 img {
    display: inline-block;
}

.custom-container3 .mkp-container {
    margin-top: 2rem;
    padding-bottom: 2rem;
}

.custom-container3 .btn-container a {
    color: black !important;
}


.hscroll .items {
    white-space: nowrap;
    margin-bottom: 0;
    overflow: hidden;
}

.hscroll .item {
    display: inline-block;
    padding: 0;
    float: none;
    vertical-align: middle;
    max-width: 8.5rem;
    margin-left: 2rem;
    -webkit-transition: .5s;
}

.hscroll .items .item img {
    max-height: 80px;
    max-width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.hscroll .items img:hover {
    /* max-height: 90px; */
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: 10rem;
}

#footer .icon-heading {
    text-align: center;
    font-size: .7rem;
    font-weight: 300;
    padding-top: 2rem;
    text-transform: uppercase;
}

#footer a {
    color: white;
    font-weight: 200;
}

.social-media-icons-container {
    /* background:red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .social-media-icons-container .icon {
        margin: 1rem;
        margin-top: .5rem;
    }

        .social-media-icons-container .icon i {
            font-size: 1.5rem;
        }

.container {
    max-width: 100%;
}

@media (min-width: 576px) {
    /* * {
    font-size: 8px;
  } */
    .sponsor-container {
        margin: 9px 0 13px 2vw;
        font-size: 12px;
        max-width: 50%;
    }

    .sponsor-text {
        text-align: end;
        padding: .5rem 0 0 .5rem;
    }

    .fixed-top {
        background: yellow;
    }

    .container {
        max-width: 90%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        max-width: 90%;
    }

    .landing-container .table th, .landing-container .table td, .landing-container table th, .landing-container table td {
        padding: 15px 30px;
    }

    .landing-container table + .landing-container table, .landing-container table + .landing-container table, .landing-container table + .landing-container table, .landing-container table + .landing-container table {
        margin-top: 20px;
    }

    .subsite-buttons-container,
    .subsite-buttons-container-mobile {
        /*   background:red; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .container {
        max-width: 90%;
    }

    .custom-container2 {
        flex-direction: row;
        text-align: left;
    }

    .custom-container2 .custom-left-side {
        /*   background:blue; */
        width: 30%;
    }

    .custom-container2 .custom-right-side {
        /*   background:red; */
        width: 70%;
        padding: 2rem;
    }

        .custom-container2 .custom-right-side .btn-container {
            padding-bottom: 0px;
            display: block;
        }



    .hscroll .item {
        margin-left: 6rem;
    }

    .main-logo-container-innerPage {
        padding-bottom: 1rem;
    }

    .nav-item .sub-btn {
        display: block;
    }

    .subsite-buttons-container-mobile {
        display: none;
    }

    .main-logo-header-container img {
        max-width: 29vw;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container {
        max-width: 90%;
        ;
    }
}

/* Custom XXL */
@media (min-width: 1750px) {
    .container {
        max-width: 1600px !important;
    }
}


/* ---------- IE FIXES ----------------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .img-fluid {
        width: 100%;
    }
}


#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    padding-top: 20px;
    overflow-y: auto;
    background-color: #354353;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.landing-container.toggled #sidebar-wrapper {
    width: 250px;
}

.landing-container.toggled #siteMainNav {
    display: none;
}

.mobile-nav-item {
    padding-left: 0px;
}

#s4-bodyContainer {
    -webkit-transition: padding-left 0.5s ease;
    -moz-transition: padding-left 0.5s ease;
    -o-transition: padding-left 0.5s ease;
    transition: padding-left 0.5s ease;
}
/*#s4-bodyContainer.toggled {
	padding-left: 250px;
}*/
.landing-container.toggled #menu-toggle {
    visibility: hidden;
}

.landing-container.toggled .a2a_kit {
    display: none;
}

#sidebar-wrapper #menu-toggle-sidebar {
    float: right;
    border: none;
    background-color: transparent;
    color: #FFF;
    font-size: 40px;
    margin-top: -30px;
}

#sidebar-wrapper .menu-horizontal {
    display: block;
}

#sidebar-wrapper ul {
    list-style: none;
    padding-left: 10px;
}

#sidebar-wrapper li {
    text-indent: 15px;
    line-height: 40px;
    width: 100%;
}

#sidebar-wrapper li, #sidebar-wrapper span.static.dynamic-children.menu-item, #sidebar-wrapper .menu-horizontal li.static, .menu-horizontal a.static {
    float: none;
    color: #FFF !important;
}

#sidebar-wrapper .menu-horizontal a.dynamic-children span.additional-background, #sidebar-wrapper .menu-horizontal span.dynamic-children span.additional-background {
    background: none !important;
    padding-right: 0px;
}

#sidebar-wrapper ul.dynamic {
    width: 100%;
    display: none;
}

#sidebar-wrapper li.static.dynamic-children.hover ul.dynamic {
    position: initial;
    display: block;
}

#sidebar-wrapper a.dynamic.menu-item {
    color: #fff;
    text-indent: 25px;
}






/* ----------- TIMELINE --------------- */
#scheduleataglance {
    margin-bottom: 30px;
}

    #scheduleataglance .nav-link, #scheduleataglance2 .nav-link {
        color: #004B87 !important;
        font-weight: 600 !important;
    }


    #scheduleataglance .nav-pills .nav-link.active, .nav-pills .show > .nav-link, #scheduleataglance2 .nav-pills .nav-link.active {
        background-color: white;
        border: Solid #004B87;
        color: #004B87;
    }

.timeline-reverse-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.timeline img {
    vertical-align: middle;
}

.timeline .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.timeline .img-rounded {
    border-radius: 3px;
}

.timeline .img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    webkit-transition: all .2s ease-in-out;
}

.timeline .img-circle {
    border-radius: 50%;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #f5f5f6;
        left: 60%;
        top: 20px;
        bottom: 20px;
        margin-left: -4px;
    }

    .timeline-centered .timeline-entry {
        position: relative;
        width: 55%;
        float: right;
        margin-bottom: 10px;
        clear: both;
    }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry.begin {
            margin-bottom: 0;
        }

        .timeline-centered .timeline-entry.left-aligned {
            float: left;
            position: absolute;
            width: 45%;
            text-align: right;
        }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
                margin-left: 0;
                margin-right: -8px;
            }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
                    margin-left: 22px;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
                    float: right;
                }


                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                    margin-left: 0px !important;
                    margin-right: 40px;
                    margin-top: 0px;
                    background-color: #004B87;
                    color: #FE7360;
                    padding-right: 30px;
                }

                    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                        border-color: transparent #FE7360 transparent transparent;
                    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -12px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
                /*position: absolute;
                left: -154px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;*/
                display: inline;
                color: #FE7360;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-reverse-row .timeline-time {
                display: inline;
                color: #FE7360;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
                display: block;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
                    font-size: 15px;
                    font-weight: bold;
                }

            /*.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
                        font-size: 12px;
                    }*/

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                background: #FE7360;
                display: block;
                width: 20px;
                height: 20px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -moz-box-shadow: 0 0 0 5px #f5f5f6;
                -webkit-box-shadow: 0 0 0 5px #f5f5f6;
                box-shadow: 0 0 0 5px #f5f5f6;
                line-height: 20px;
                margin-top: 5px;
                font-size: 15px;
                float: left;
            }


            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                background: #E6E6E6;
                padding: 10px;
                padding-left: 30px;
                margin-left: 35px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                text-align: left;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #f5f5f6 transparent transparent;
                    left: 0;
                    top: 7px;
                    margin-left: -9px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .title {
                    font-weight: 600;
                    color: #354353;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label .title{
                    font-weight: 600;
                    color: #eee;
                }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .description {
            font-size: 14px;
        }


@media (max-width: 575px) {

    .timeline-centered .timeline-entry {
        position: inherit;
        width: 100%;
        float: none;
        margin-bottom: 0px;
    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            margin-left: 0px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                display: none;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                padding-left: 10px;
                margin-left: 0px;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    display: none;
                }

        .timeline-centered .timeline-entry.left-aligned {
            float: none;
            width: 100%;
            position: inherit;
            text-align: center;
        }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                margin-right: 0px;
                padding-right: 10px;
            }

    .subsite-buttons-container {
        display: grid;
    }

    .btn-grid-row-1 {
        grid-row: 1;
        margin-bottom: 0px;
    }

    .btn-grid-row-2 {
        grid-column-start: 1;
        grid-row: auto;
        grid-column-end: span 2;
    }

    .datagrid-rates {
        font-size: 10px;
    }

        .datagrid-rates tr {
            border-bottom: 1px solid black;
        }

            .datagrid-rates tr.gridrowgroup td h4 {
                font-size: 0.8rem;
            }

    .landing-container .alert .btn-container {
        position: relative;
    }

    .alert {
        padding-bottom: 0;
    }

    .main-logo-container img {
        max-width: 20rem;
    }

    .mobile-menu {
        margin-left: -30px;
        margin-top: -5px;
    }

    .countdown-container {
        margin-left: -3vw;
        margin-top: -3.9rem;
        width: 65% !important;
    }

    .main-logo-header-container {
        margin: 2vw 0 4rem 8vw;
    }

 }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .main-logo-header-container {
        margin: -0.5vw 0 4rem 5vw
    }

    .countdown-container {
        margin-left: 0vw;
        margin-top: -2.5rem;
        width: 50% !important;
    }

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .sub-btn:hover .right-side.exhibitors {
        background: none;
        left: 10px;
    }

    .sub-btn:hover .right-side.speakers {
        background: none;
        left: 10px;
    }

    .subsite-buttons-container .sub-btn:first-child {
        width: 200px;
        height: 59px;
    }

    .subsite-buttons-container .sub-btn:last-child {
        width: 200px;
        height: 59px;
    }

    .subsite-buttons-container .left-side.exhibitors {
        background: none;
        position: absolute;
        background-image: url('/images/default-source/event-webpages/annual-conference-2020/187x42-interior-pages-exhibitors-button.png?sfvrsn=f2d9b692_2');
        width: 150px;
        z-index: 664;
        height: 42px;
        top: 10px;
        left: 0px;
    }

    .subsite-buttons-container .right-side.exhibitors {
        position: absolute;
        background: none;
        z-index: 665;
        left: -11px;
    }

    .subsite-buttons-container .left-side.speakers {
        background: none;
        position: absolute;
        background-image: url('/images/default-source/event-webpages/annual-conference-2020/187x42-interior-page-speakers-button.png?sfvrsn=70837a80_2');
        width: 150px;
        z-index: 660;
        height: 42px;
        top: 10px;
        left: 0px;
    }

    .subsite-buttons-container .right-side.speakers {
        position: absolute;
        background: none;
        z-index: 661;
        left: -11px;
    }

    .custom-container1 {
        background: none !important;
        background-image: url('/images/default-source/event-webpages/annual-conference-2020/1225x716-custom-box3.png?sfvrsn=d145ecbb_2') !important;
        background-repeat: no-repeat !important;
    }

        .custom-container1 .image-container {
            max-width: 900px;
        }

        .custom-container1 .image-overlay {
            width: 250px;
        }

    .custom-container2 {
        background: none !important;
        background-image: url('/images/default-source/event-webpages/annual-conference-2020/1225x384-custom-box2.png?sfvrsn=394da4a8_2') !important;
        background-repeat: no-repeat !important;
    }



    .custom-container3 {
        background: none !important;
        background-image: url('/images/default-source/event-webpages/annual-conference-2020/1225x309-custom-box1.png?sfvrsn=37d7e02e_2') !important;
        background-repeat: no-repeat !important;
    }

    .sponsor-container {
        max-width: 100%;
    }

    .hscroll .items img:hover {
        max-width: 8.5rem;
    }
}


/* INNER CONTAINER HEADER */
.main-logo-container-innerPage {
    max-width: 40rem;
    margin: 0 auto;
    padding-bottom: 1rem;
}

/* INNER CONTAINER HEADER END */

/* REGISTRATION TABLE STYLING */
.datagrid-rates td {
    font-weight: 600;
}

.datagrid-small td {
    padding: 5px !important;
    /* font-weight: 600; */
    font-family: Helvetica;
}

.datagrid-small tbody tr:first-child {
    color: #B1D235;
    font-weight: 600;
}

.border-table {
    border: 1px solid rgba(0,0,0,.125);
}

    .border-table td {
        padding: 5px !important;
    }

.datagrid-rates tr.gridheader td, .datagrid-rates tr.gridrowgroup td {
    background: #004B87;
    color: white;
    font-weight: 600;
}

    .datagrid-rates tr.gridrowgroup td h4 {
        color: white;
        margin: 0px;
    }

.datagrid-rates tr.gridrowgroup:nth-child(2) td,
.datagrid-rates tr.gridrowgroup:nth-child(11) td {
    background: #eee !important;
}

    .datagrid-rates tr.gridrowgroup:nth-child(2) td h4,
    .datagrid-rates tr.gridrowgroup:nth-child(11) td h4 {
        color: #354353;
    }

.datagrid-rates tr.gridheader td:nth-child(3) {
    background: #FE7360;
}

.datagrid-rates td:nth-child(3) {
    background: #FE7360 !important;
    color: white;
}

.datagrid-global td {
    font-weight: 600;
}

.datagrid-global tr.gridheader td, .datagrid-global tr.gridrowgroup td {
    background: #004B87;
    color: white;
    font-weight: 600;
}

    .datagrid-global tr.gridrowgroup td h4 {
        color: white;
        margin: 0px;
    }

.datagrid-global tr.gridrowgroup:nth-child(2) td,
.datagrid-global tr.gridrowgroup:nth-child(11) td {
    background: #eee !important;
}

    .datagrid-global tr.gridrowgroup:nth-child(2) td h5 {
        color: #354353;
    }

.datagrid-global tr.gridheader td:nth-child(3) {
    background: #FE7360;
}

.datagrid-global td:nth-child(3) {
    background: #FE7360 !important;
    color: white;
}


.rims-sub-nav {
    background-color: rgb(53, 67, 83);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .rims-sub-nav ul {
        justify-content: space-around;
    }
}

/* REGISTRATION STYLING END */


/* Schedule Table */

table.schedule td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}

table.schedule h3 {
    margin-top: 0px;
}

table.schedule .lbl-date {
    background: #121331;
    margin-top: 15px;
    font-size: 14px;
    padding: 10px 10px !important;
    text-align: center;
    color: #fff;
    display: inline;
}

/* End of Schedule Table */


/* --------- DATA TABLE ------------- */
table.datagrid {
    border: 1px solid rgba(0,0,0,.125);
    width: 100%;
}

    table.datagrid td {
        border: solid 1px #c4c4c4;
        padding: 5px;
        vertical-align: top;
    }

    table.datagrid tr:first-child td {
        background-color: #666;
        color: #fff;
    }
/* Save the date */

/* The button */
.addeventatc {
    display: inline-block;
    position: relative;
    text-align: center;
    background: #2878eb;
    cursor: pointer;
    font-family: "Open Sans",Roboto,"Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 46px 12px 18px;
}

    .addeventatc:hover {
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        background-color: #2c84f4;
    }

    .addeventatc .arrow {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -8px;
        background: url(../gfx/icon-arrow-t1.svg) no-repeat;
        background-size: 16px 16px;
    }

.addeventatc-selected {
    background-color: #2c84f4;
}

.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .status, .addeventatc .method, .addeventatc .client, .addeventatc .transp {
    display: none !important;
}

/* Drop down */
.addeventatc_dropdown {
    width: 230px;
    position: absolute;
    padding: 6px 0px 0px 0px;
    font-family: "Open Sans",Roboto,"Helvetica Neue",Helvetica,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
    color: #000 !important;
    font-weight: 600;
    line-height: 100%;
    background: #fff;
    font-size: 15px;
    text-decoration: none;
    text-align: left;
    margin-left: -1px;
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: rgba(0,0,0,0.4) 0px 10px 26px;
    -moz-box-shadow: rgba(0,0,0,0.4) 0px 10px 26px;
    box-shadow: rgba(0,0,0,0.4) 0px 10px 26px;
    transform: scale(.98,.98) translateY(5px);
    z-index: -1;
    transition: transform .15s ease;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .addeventatc_dropdown.topdown {
        transform: scale(.98,.98) translateY(-5px) !important;
    }

    .addeventatc_dropdown span {
        display: block;
        line-height: 100%;
        background: #fff;
        text-decoration: none;
        cursor: pointer;
        font-size: 15px;
        color: #333;
        font-weight: 600;
        padding: 14px 10px 14px 55px;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
    }

        .addeventatc_dropdown span:hover {
            background-color: #f4f4f4;
            color: #000;
            text-decoration: none;
            font-size: 15px;
        }

    .addeventatc_dropdown em {
        color: #999 !important;
        font-size: 12px !important;
        font-weight: 400;
    }

    .addeventatc_dropdown .frs a {
        background: #fff;
        color: #cacaca !important;
        cursor: pointer;
        font-size: 9px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 110% !important;
        padding-left: 10px;
        position: absolute;
        right: 10px;
        text-align: right;
        text-decoration: none;
        top: 5px;
        z-index: 101;
    }

        .addeventatc_dropdown .frs a:hover {
            color: #999 !important;
        }

    .addeventatc_dropdown .ateappleical {
        background: url(https://www.addevent.com/gfx/icon-apple-t5.svg) 18px 40% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .ategoogle {
        background: url(https://www.addevent.com/gfx/icon-google-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .ateoutlook {
        background: url(https://www.addevent.com/gfx/icon-outlook-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .ateoutlookcom {
        background: url(https://www.addevent.com/gfx/icon-outlookcom-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .ateyahoo {
        background: url(https://www.addevent.com/gfx/icon-yahoo-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .atefacebook {
        background: url(https://www.addevent.com/gfx/icon-facebook-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .copyx {
        height: 21px;
        display: block;
        position: relative;
        cursor: default;
    }

    .addeventatc_dropdown .brx {
        height: 1px;
        overflow: hidden;
        background: #e8e8e8;
        position: absolute;
        z-index: 100;
        left: 10px;
        right: 10px;
        top: 9px;
    }

    .addeventatc_dropdown.addeventatc-selected {
        transform: scale(1,1) translateY(0px);
        z-index: 99999999999;
    }

    .addeventatc_dropdown.topdown.addeventatc-selected {
        transform: scale(1,1) translateY(0px) !important;
    }

    .addeventatc_dropdown .drop_markup {
        background-color: #f4f4f4;
    }

/* Cancellation Page   */

.topNotice {
    text-align: center;
    width: 690px;
    margin: auto;
    color: #FE7360;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 1.5rem;
}

.btn-FAQ {
    background: #004B87;
    margin: 1rem;
    color: white;
    padding: .25rem 1.75rem;
}

.grid-item {
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.card {
    background: #FFFFFF;
    position: relative;
    -webkit-box-shadow: 0 0 12px 4px rgba(38, 72, 111, 0.06);
    box-shadow: 0 0 12px 4px rgba(38, 72, 111, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.card-img {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 50%;
}

.card-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px;
    font-weight: normal;
}

    .card-content p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 25px;
        margin-bottom: 20px;
    }

.btn.secondary-btn-outline {
    color: #FE7360;
    background: transparent;
    border: 2px solid #FE7360;
}

.btn.small-btn {
    padding: 9px 23px;
    font-size: 12px;
    font-size: 0.75rem;
    border-width: 1px;
}

.card-content .heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    margin: 0 0 15px;
}

.heading a {
    font-size: 20px;
}

[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* New CSS Starts Here Move needed down this line and Delete the top when done */

.main-header {
    background-image: url('http://rims.org/images/default-source/event-webpages/annual-conference-2022/1920x500-riskworld-subheader-interior-1.png?Status=Temp&sfvrsn=372a357e_2');
    background-size:contain;
    background-repeat:no-repeat;
}

.main-header-home {
    background-image: url('http://rims.org/images/default-source/event-webpages/annual-conference-2022/1920x890-riskworld-header-homepage-1.png?Status=Temp&sfvrsn=153f6fe5_2');
    background-size: contain;
    background-repeat: no-repeat;
}

.home-header {
    position: relative;
    z-index: 9999;
    height: 48vw !important;
}

    .home-header.header-sticky {
        height: 4rem !important;
    }

.advertisement-banner {
    margin: 10px 0 5px;
    text-align: center;
}

@media (min-width: 992px) {
    .advertisement-banner {
        margin: 20px 0 10px;
    }
}


#header {
    position: relative;
    z-index: 9999;
    height: 25vw;
}

    #header.header-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 3rem;
    }

    #header .header-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 60px;
    }

    #header .header-logo {
        min-width: 110px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #header .header-logo img {
            height: 38px;
        }

    #header .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
    }

@media (min-width: 992px) {

    #header .header-logo {
        min-width: 210px;
    }

    #header .header-inner {
        height: 90px;
    }

    #header .header-logo img {
        height: 64px;
    }
}



#nav {
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    #nav.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #nav.open-subnav {
        background: #26486F;
    }

        #nav.open-subnav .primary-nav > li {
            display: none;
        }

            #nav.open-subnav .primary-nav > li.open {
                display: block;
            }

                #nav.open-subnav .primary-nav > li.open > .primary-nav-item {
                    display: none;
                }

    #nav .primary-nav {
        list-style: none;
        padding: 0;
        margin: 0;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
        padding-top: 60px;
        margin: 30px 0 0 0;
        display: block;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

        #nav .primary-nav li {
            list-style: none;
            padding: 0;
            margin: 0;
            list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
        }

        #nav .primary-nav .primary-nav-search {
            display: none !important;
        }

        #nav .primary-nav ul {
            list-style: none;
            padding: 0;
            margin: 0;
            list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

            #nav .primary-nav ul li {
                list-style: none;
                padding: 0;
                margin: 0;
                list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
            }

            #nav .primary-nav ul::after {
                display: block;
                clear: both;
                content: "";
            }

        #nav .primary-nav li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

        #nav .primary-nav .primary-nav-item {
            position: relative;
            display: block;
            text-transform: uppercase;
            color: #FFFFFF;
            padding: 12px 30px;
            font-size: 18px;
            font-size: 1.125rem;
            font-weight: 500;
            border-bottom: 2px solid #4F5B69;
        }

            #nav .primary-nav .primary-nav-item.primary-nav-has-children:after {
                content: '\F054';
                font-family: "Font Awesome 5 Pro";
                color: #FFFFFF;
                font-size: 20px;
                font-size: 1.25rem;
                position: absolute;
                top: 10px;
                right: 25px;
                font-weight: 300;
            }

        #nav .primary-nav .primary-nav-back-item {
            font-size: 25px;
            font-size: 1.5625rem;
            position: absolute;
            top: -22px;
            left: 10px;
        }

@media (min-width: 992px) {
    #nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
        overflow: hidden;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        #nav.open-subnav {
            background: #354353;
        }

        #nav .primary-nav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-top: 0;
            -webkit-box-pack: end;
            -ms-flex-pack: start;
            justify-content: start;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            /*> li:hover .primary-nav-megamenu {
				display: block;
			}*/
        }

            #nav .primary-nav li {
                -webkit-box-flex: 0;
                -ms-flex: none;
                flex: none;
            }

                #nav .primary-nav li.focused .primary-nav-megamenu {
                    display: block;
                }

            #nav .primary-nav .primary-nav-search {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
            }

                #nav .primary-nav .primary-nav-search .primary-nav-megamenu {
                    min-height: 0;
                    padding: 45px 0;
                }

                #nav .primary-nav .primary-nav-search .search {
                    max-width: 585px;
                    margin: 0 auto;
                }

            #nav .primary-nav .primary-nav-item {
                border-bottom: 0;
                padding: 10px 15px 24px;
                font-size: 14px;
                font-size: 0.875rem;
            }

                #nav .primary-nav .primary-nav-item:after {
                    content: none !important;
                }

                #nav .primary-nav .primary-nav-item:hover {
                    text-decoration: none;
                }

            #nav .primary-nav .primary-nav-back-item {
                display: none;
            }

    #header {
        position: relative;
        z-index: 9999;
        height: 25vw;
    }
}

@media (min-width: 1200px) {
    #nav .primary-nav .primary-nav-item {
        padding: 10px 24px 24px;
    }
}

#nav .primary-nav-megamenu {
    display: none;
    z-index: 100;
    padding: 0;
}

    #nav .primary-nav-megamenu .container {
        position: relative;
    }

    #nav .primary-nav-megamenu.open {
        display: block;
    }

    #nav .primary-nav-megamenu .primary-nav-item {
        text-transform: none;
        font-size: 16px;
        font-size: 1rem;
        border-bottom: 0;
        padding: 15px 10px;
    }

    #nav .primary-nav-megamenu .primary-nav-dropdown-heading {
        font-weight: 500;
        margin-bottom: 30px;
        display: block;
        color: #FFFFFF;
        font-family: "sofia-pro", Arial, Sans-Serif;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
        font-size: 1rem;
    }

    #nav .primary-nav-megamenu .primary-nav-megamenu-feature {
        display: none;
    }

@media (min-width: 992px) {
    #nav .primary-nav-megamenu {
        background: rgba(53, 67, 83, 0.95);
        position: absolute;
        left: 0;
        right: 0;
        top: 110px;
        height: auto;
        min-height: 355px;
        padding: 50px 0;
    }

        #nav .primary-nav-megamenu .container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        #nav .primary-nav-megamenu .primary-nav-dropdown-heading {
            font-size: 30px;
            font-size: 1.875rem;
            text-transform: none;
            color: #EEEBE6;
            text-align: left;
            border-bottom: 1px solid #68737E;
            padding-bottom: 25px;
            margin: 0 0 20px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        #nav .primary-nav-megamenu .primary-nav-dropdown {
            -webkit-columns: 2;
            columns: 2;
            -webkit-column-fill: auto;
            column-fill: auto;
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
            -webkit-column-gap: 10%;
            column-gap: 10%;
        }

        #nav .primary-nav-megamenu .primary-nav-item {
            padding: 10px 0;
            color: #EEEBE6;
        }

        #nav .primary-nav-megamenu .primary-nav-megamenu-feature {
            display: block;
            margin-left: auto;
        }

            #nav .primary-nav-megamenu .primary-nav-megamenu-feature img {
                display: block;
            }
}

.nav-toggle, .nav-toggle-close {
    display: block;
    border: none;
    padding: 0;
    margin-left: 20px;
    -webkit-transition: none;
    transition: none;
    background: transparent;
}

    .nav-toggle:before, .nav-toggle-close:before {
        content: '\F0C9';
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        color: #FFFFFF;
        font-size: 26px;
        font-size: 1.625rem;
    }

    .nav-toggle:active, .nav-toggle:focus, .nav-toggle:hover, .nav-toggle-close:active, .nav-toggle-close:focus, .nav-toggle-close:hover {
        background: transparent;
    }

.nav-toggle-close, .nav-toggle-close-close {
    position: absolute;
    top: 12px;
    right: 15px;
}

    .nav-toggle-close:before, .nav-toggle-close-close:before {
        font-size: 35px;
        font-size: 2.1875rem;
        content: '\F00D';
    }

@media (min-width: 992px) {
    .nav-toggle, .nav-toggle-close {
        display: none;
    }
}

/* Count Down Circle */
.circle-wrapper {
    position: relative;
    display: block;
    height: 7vw;
    width: 7vw;
    background: #f7f9fc;
    border-radius: 50%;
    margin-right:-6vw;
}

.circle-wrapper__circle {
    width: 100%;
    height: 100%;
    -webkit-animation: rotate 3.33s linear infinite;
    animation: rotate 3.33s linear infinite;
}

    .circle-wrapper__circle:after, .circle-wrapper__circle:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 50%;
    }

    .circle-wrapper__circle:before {
        border-radius: 200px 200px 0 0;
        background-image: linear-gradient(to right, rgba(177, 210, 53, 0.5), #B1D235);
    }

    .circle-wrapper__circle:after {
        top: 50%;
        border-radius: 0 0 200px 200px;
        background-image: linear-gradient(to right, rgba(177, 210, 53, 0.5), transparent);
    }

.circle-wrapper__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 90%;
    width: 90%;
    background: #fff;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/**
 * Additional styles.
 */
.description {
    margin-bottom: 15px;
}

.time {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.time__value, .time__unit {
    display: block;
    text-align: center;
    line-height: 1;
}

.time__value {
    font-size: 3vw;
    color: #004B87;
    font-weight: 900;
}

.time__unit {
    font-size: 1.5vw;
    margin-top: 7px;
    margin-left: -0.8vw;
    font-weight: 900;
}


.article-featured .profile-img {
    max-width: 225px;
    max-height: 225px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 25px;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

    .article-featured .profile-img img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        max-width: none;
        width: 100%;
        height: auto;
    }

    .article-featured .profile-img:before {
        content: '';
        display: block;
        padding-top: 100%;
    }