﻿/* * {
    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'); */

.landing-container * {
    font-family: 'Montserrat', sans-serif;
    /* font-weight: 600; */
}


.landing-container p {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
    /* font-weight: 600; */
}
.landing-container li {
    font-family: Arial, Helvetica, sans-serif;
}

.landing-container a {
    color: #58205c;
    font-size:16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.landing-container h1 {
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    color: #eee;
    background: #58205c;
    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: 'Montserrat', 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 #782d7d;
    margin-top: 5px;
}

.landing-container h2.left::after{
    margin:.5rem;
}

.landing-container h3 {
    color: rgb(120,45,125);
    font-weight: 600;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    /* font-weight: 600; */
}
.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:rgb(255,197,24);
    font-weight: 600;
    padding-bottom: 10px;
}
.landing-container .dropdown-menu {
    border: none;
    border-radius: 0;
    background-color: rgba(17,19,60,0.86);
}
.landing-container .dropdown-item:hover, .dropdown-item:focus {
    background-color: #0972ba;
}

.sf_colsIn .row {
    padding-bottom:2.5rem;
}

section.section {
    padding-top:1.5rem;
    padding-bottom: 1.5rem;
}

section.section {
    background: #eee;
    color:rgb(17,19,60) !important;
}
section.white-bg{
    background: white;
    color: rgb(17,19,60) !important;
}
section.dark-blue-bg {
    background: rgb(9,114,186);
    color: white !important;
}
section.dark-blue-bg h2::after {
    border-color: rgb(255,197,24);
}
section.dark-blue-bg h3 {
    color:white;
}
section.dark-blue-bg h3.yellow {
    color:rgb(255,197,24);
}
section.dark-blue-bg h3.underlined {
    border-bottom: 2px solid white;
}
.inner-footer {
    background: #58205c;
    color: white;
}
.rdCommands a {
    min-width: unset !important;
}

.hide-mobile {
    display:none;
}

.footer {
    background-color: rgb(88,32,93);
    padding-top: 30px;
    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 rgb(9,114,186);
    padding: .5rem;
    min-width: 16rem;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
}

.btn-container a.navy {
    color: rgb(17,19,60);
    border-color: rgb(17,19,60);
}
.btn-container a.navy-white {
    color: rgb(255,255,255);
    border-color: rgb(17,19,60);
}

.btn-container a.purple {
    color:rgb(138,43,141);
    border-color: rgb(120,45,125);
}

.btn-container a.orange {
    border-color: rgb(248,149,34);
}

.btn-container a.full-navy {
    border-color: rgb(17,19,60);
    background: rgb(17,19,60);
    color: white;
}

.btn-container a.full-lighblue {
    border-color: rgb(9,114,186);
    background: rgb(9,114,186);
    color: white;
}

.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: rgb(213,35,41);
}

.fixed-top {
    background: rgb(9,114,186) !important;
    height: 3rem;
  }

.btn-container {
    padding-bottom: 2rem;
}

.main-header {
    background-image: linear-gradient(rgb(9,114,186), rgb(255,255,255));
}

    #siteMainNav .logo-container img {
        max-width: 8rem;
    }

    #siteMainNav.fixed-top .logo-container img {
        max-width: 5rem;
    }
    #siteMainNav .navbar-toggler {
        background: rgb(17,19,60);
        color: white;
    }

    #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:white;
    }
    #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 {
    text-align: center;
    margin-top: 0.2rem;
}

    .main-logo-header-container img {
        max-width: 70vw;
    }
.main-logo-container {
    text-align: center;
    /* margin-top: 2rem; */
}

    .main-logo-container img {
        max-width: 35rem;
    }

.countdown-container {
    background-image: linear-gradient(rgb(9,114,186), rgb(17,19,60));
    width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
}

    .countdown-container > div.row > div:first-child,
    .countdown-container > div.row > div:last-child {
        background: rgb(138,43,141);
        ;
    }

    .countdown-container div {
        font-size: .75rem;
        color: white;
    }

    .countdown-container .date-container {
		    height: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			padding: .25rem;
			background-color: transparent;
			border: none;
			font-size: 0.85rem;
			box-shadow: none;
    }
        .countdown-container .date-container div {
            max-width: 1.75rem;
            font-size: .85rem;
            font-weight: 600;
            text-transform: uppercase;
        }

    .countdown-container .download-program-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

        .countdown-container .download-program-container div {
            font-size: .85rem;
            font-weight: 600;
            text-align: center;
            text-transform: uppercase;
        }

.countdown > div {
    display: inline-block;
}

.countdown .time-remaining {
    margin: .5rem;
}

    .countdown .time-remaining .time div {
        display: inline-block;
    }
    #countdownclock {
        text-transform: uppercase;
        font-weight: 600;
    }
    #countdownclock span {
        font-size:1.5rem;
        font-weight: 600;
    }

.countdown .sponsor-container {
    float: right;
    text-align: center;
    width: 100%;
}

    .countdown .sponsor-container div,
    .countdown .time-text {
        color: #eee;
        font-weight: 600;
    }

.sponsor-container img {
    max-width: 70%;
    padding: .5rem;
}

.subsite-buttons-container,
.subsite-buttons-container-mobile {
    /*   background:red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-btn {
    position: relative;
    /*   background:green; */
    margin-bottom: 1.25rem;
    cursor: pointer;
    /* padding: .25rem 1.75rem; */
    /*   initial triangle */
    /*   clip-path: polygon(0% 0%, 20% 50%, 0% 100%, 0% 100%); */
    /*   clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 50%) */
}
.sub-btn:hover .left-side.exhibitors  {
    left: 10.5% !important;
}
.sub-btn:hover .right-side.exhibitors{
    background: rgb(213,36,41);
}

.sub-btn:hover .left-side.speakers {
    left: 11.5% !important;
}
.sub-btn:hover .right-side.speakers {
    background: rgb(4,47,36);
}

    .sub-btn:hover .left-side.program {
        left: 7% !important;
    }

    .sub-btn:hover .right-side.program {
        background: #220b24;
    }

    .sub-btn .right-side,
    .sub-btn .left-side {
        color: white;
        text-transform: uppercase;
    }

    .sub-btn .right-side {
        margin: 1rem;
        padding: .25rem 1.75rem;
        clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 1% 100%, 12.5% 50%);
        -webkit-clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 1% 100%, 12.5% 50%);
    }

    .sub-btn .left-side {
        position: absolute;
        height: 40%;
        /* width: 6.5%; */
        width: 8.5%;
        z-index: 10;
        left: 8.5%;
        top: 30%;
        transition: .5s ;
        -webkit-transition: .5s ;
        clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
        -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    }

        .sub-btn .left-side.speakers {
            background: rgb(19,154,115);
        }

    .sub-btn .right-side.speakers {
        background: rgb(14,98,85);
        transition: .5s;
        -webkit-transition: .5s;
    }

    .sub-btn .left-side.program {
        background: #dfa8e3;
        left: 6% !important;
    }

    .sub-btn .right-side.program {
        background: #58205c;
        transition: .5s;
        -webkit-transition: .5s;
        clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 1% 100%, 10.5% 50%);
        -webkit-clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 1% 100%, 10.5% 50%);
    }

    .sub-btn .left-side.exhibitors {
        left: 8.5%;
    }

    .sub-btn .left-side.exhibitors {
        background: rgb(255,197, 24);
        
    }

    .sub-btn .right-side.exhibitors {
        background: rgb(248,149,34);
        transition: .5s;
        -webkit-transition: .5s;
    }

    /* 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: 90%;
            width: 10.5%;
            top: 5%;
            left: -0.5%;
        }
    
        .nav-item .sub-btn .left-side.speakers {
                background: rgb(19,154,115);
            }
    
            .nav-item .sub-btn .right-side.speakers {
            background: rgb(14,98,85);
            transition: .5s;
            -webkit-transition: .5s;
        }
    
        .nav-item .sub-btn .left-side.exhibitors {
            left: -0.5%;
        }
    
        .nav-item .sub-btn .left-side.exhibitors {
            background: rgb(255,197, 24);
            
        }
    
        .nav-item .sub-btn .right-side.exhibitors {
            background: rgb(248,149,34);
            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: normal;
            margin-top: 10px;
            margin-bottom: 0;
            text-align: center;
            color: rgb(88,32,93);
            font-family: 'Montserrat', sans-serif;
        }
        .count-title::after {
            content: '+';
        }
        .count-text {
            font-size: 18px;
            text-align: center;
            font-weight: 600;
            color: rgb(17,19,60);
            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;
        }

        .blueGreen-section .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;
}

.blueGreen-section .image-overlay img {
    width: 100%;
}

.blueGreen-section .image-overlay > div {
    background: rgb(138,43,141);
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.blueGreen-section .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-2020/600x400-convention-center.jpg?sfvrsn=1c7492_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;
    }

.blueGreen-section .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%); */
}

.blueGreen-section .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;
    }

 .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;
  } */
    .countdown .sponsor-container {
      width:50%;
    }
    
    .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; } 
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .container {
        max-width: 90%;
    }
    .blueGreen-section .custom-container1 {
        clip-path: polygon(0% 20%, 10% 0%, 100% 0%, 100% 80%, 90% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 20%, 10% 0%, 100% 0%, 100% 80%, 90% 100%, 0% 100%);
    }
    
    .blueGreen-section .custom-container2 {
        clip-path: polygon(0% 0%, 90% 0%, 100% 30%, 100% 100%, 10% 100%, 0% 70%);
        -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 30%, 100% 100%, 10% 100%, 0% 70%);
        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;
    }

    .blueGreen-section .custom-container3 {
        clip-path: polygon(0% 0%, 90% 0%, 100% 30%, 100% 100%, 10% 100%, 0% 70%);
        -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 30%, 100% 100%, 10% 100%, 0% 70%);
    }  
    .hscroll .item {
        margin-left: 6rem;
    }

    .main-logo-container-innerPage { 
        padding-bottom: 1rem;
    }
    .nav-item .sub-btn {
        display: block;
    }
    .subsite-buttons-container-mobile{
        display: none;
    }
}

/* 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: #9BC6E3;
    -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 {
    color:white !important;
    font-weight: 600 !important;
}
#scheduleataglance .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #f89521;
}
.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: #121131;
                    color: #fff;
                    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 #121131 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: #139a73;;
            }

                .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: #139a73;
                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: #ffffff;
                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: #f89521;
            }
            .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;
    }
}



@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;
    }

    .custom-container3 .sponsor-container {
        width: 900px;
        margin: 0 auto;
    }

    .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: rgb(255,197,24);
    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: rgb(9,114,186);
    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(2){
    background: #58205c;
    }
    .datagrid-rates td:nth-child(2){
    background: #58205c !important;
      color:white;
    }
    
	.datagrid-global td {
    font-weight: 600;
    }
	
	.datagrid-global tr.gridheader td, .datagrid-global tr.gridrowgroup td {
    background: rgb(9,114,186);
    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: #58205c;
    }
    .datagrid-global td:nth-child(3){
    background: #58205c !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: #58205c;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 1.5rem;
    }

.btn-FAQ {
    background: rgb(9,114,186);
    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: #58205c;
    background: transparent;
    border: 2px solid #58205c;
}

.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; 
}