@charset "utf-8";
/*Custom Styles*/
.pageTitle, h1.page-title {
    font-size: 30px;
    color: #282828;
    line-height: 1.2;
    padding-bottom: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}
.mid-weight {
    font-weight: 500;
}
.regular-weight {
    font-weight: 300;
}
h1.page-title {
    margin-top: 0px;
}
.extra-large-text {
    font-size: 44px;
    line-height: 1.15;
}
.PHeader {    
    padding-bottom: 6px;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
    padding-bottom: 5px;
}
.SHeader {
    font-size: 24px;
    line-height: 1.1;
}
.secondary-text {
    font-size: 20px;
    line-height: 1.2;
}
.terciary-text, .tertiary-text {
    font-size: 16px;
}
.pointer {
    cursor: pointer;
}

/*Video Header*/
.desktop-header {
    position: relative;
}
.desktop-header video {
    position: absolute;
    z-index: -1;
}
.desktop-header img {
    z-index: 999;
    display: block;
    margin-top: -5px;
}
@media screen and (max-width: 1135px) {
    .desktop-header {
        padding-top: 53px;
    }
}
.CTA {
    background-color: #c15717;
    padding: 12px 10px 12px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.CTA-button {
    background-color: #dd8a26;
    padding: 8px 48px;
    text-align: center;
    border-radius: 12px;
    font-size: 18px;
}

/*Colors*/
hr {
    border-top: 2px solid #c15717;
}
.grey, a.grey, a .grey, .grey a {
    color: #2d2d2d;
}
.black, a.black, a .black, .black a {
    color: #000;
}
.white, a.white, a .white, .white a {
    color: #fff;
}
.orange, a.orange, a .orange, .orange a {
    color: #c15717;
}
.blue, a.blue, a .blue, .blue a {
    color: #298191;
}



/*Tracks*/
.track-date {
    font-size: 24px;
    color: #c15717;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.programs-section {
    padding: 20px 0px 25px 0px;
    display: inline-block;
}
.programs-section .extra-large-text {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0px;
    padding: 0pc 0px 15px 0px;
}
.track-overlay {
    position: relative;
    margin-bottom: 15px;
}

.track-overlay a {
    color: #c8e1ec;
}

.track-text-overlay h2 {
    z-index: 99;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 64%;
    /* padding-right: 80px; */
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    margin: 0px;
}

@media screen and (max-width: 1199px) {
    .track-text-overlay h2 {
        font-size: 24px;
        padding-right: 8px;
    }
    .track-date {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .track-text-overlay h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .track-text-overlay h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 550px) {
    .track-text-overlay h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 440px) {
    .track-text-overlay h2 {
        font-size: 20px;
    }
}
.about-section {
    padding: 0px 0px 55px 0px;
}
.topics-section {
    background-color: #d7e3e7;
    padding: 45px 0px 35px 0px;
}
.topics-section ul {
    list-style-type: none;
    padding: 5px 0px 0px 12px;
    margin-bottom: 0px;
}
.topics-section li{
    list-style-type: none;
    position: relative;
    padding: 0px 0px 10px 5px;
    font-size: 16px;
}
.topics-section li:before{
    color: #c15717;
    content: "■";
    display: block;
    font-size: 16px;
    position: absolute;
    left: -15px;
    top: -4px;
}
.sponsor-section {
    background-color: #0a3c50;
}
.sponsor-section-inner {
    display: flex;
    align-items: center;
}
.sponsor-section .home-button {
    padding: 12px 30px;
    margin-right: 20px;
    width: auto;
    display: inline-block;
}
.home-button {
    background-color: #c15717;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 5px;
}


/*Home Social*/
.homepage-social-bottom {
  background-color: #298191;
  padding: 15px 0px;
  margin-bottom: -5px;
}
.hashtag-home {
  display: inline;
  padding-left: 6px;
  color: #fff;
  font-size: 20px;
}


/*End Footer Social*/




/*Modal Override*/
.centered-modal.in {
    display: flex !important;
}
.centered-modal .modal-dialog {
    margin: auto;
}
.modal-body {
    border: 5px solid #c15717;
}
.modal-header {
    padding: 0px;
}
.videoWrapper {
    margin-right: -1px;
}
button.video-close {
    background-color: #000;
    font-size: 21px;
    padding: 5px 7px;
    top: 22px;
    margin-top: 30px;
    right: 5px;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 60%;
        margin-top: 5%;
    }
}



/*Nav Logo*/
a.navbar-brand, a.navbar-brand-reg {
    background-image: url('../images/logo-nav.png');
    background-repeat: no-repeat;
    width: 380px;
}
a.navbar-brand-reg {
    width: 100%;
    display: block;
    margin: 15px 0px 15px 20px;
    background-position: center;
    height: 67px;
}

/* Dropdown Nav Border Color */
.dropdown-menu>li>a {
    color: #fff;
}

/*Hamburger Nav*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #298191;
}
.navbar-default .navbar-toggle {
    border-color: #298191;
}


/* Main Nav Color - Nav Font Color */
.navbar {
    font-weight: 500;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .dropdown-menu>li>a, .dropdown-menu>li>a:hover, .navbar-default .navbar-nav>.open>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default, .dropdown-menu>li>a:hover, .navbar-default .navbar-nav>li>a:hover, .nav>li:last-child>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li:last-child, .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav>.open>a:hover, .dropdown-menu, .navbar-default .navbar-nav>.open>a {
    background-color: #298191;
}
.navbar-default, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav>.active>a {
    background-color: #2d2d2d;
    color: #fff;
}
.navbar-default .navbar-nav>li:last-child, .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav>.open>a:hover, .dropdown-menu, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #298191;
    color: #fff;
}

@media screen and (min-width: 1135px) {
  .nav li:last-of-type ul { 
        margin-left: -77px;
        border-radius: 0px 0px 9px 9px;
  }
  .nav li:last-of-type ul li:first-child a {
    border-radius: 0px;
  }
}

/*NAV V2 Styles*/
.navbar-nav>li>.dropdown-menu {
    border: 2px solid #043244;
    /* border-top: 0px; */
    border-radius: 0px 9px 9px 9px;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
    border-bottom: 1px solid #043244; 
}
.navbar .dropdown-menu li:first-child {
    border-radius: 0px 7px 0px 0px;
}

.dropdown-menu li:first-child:hover  a{
    border-radius: 0px 7px 0px 0px;
}

.navbar-nav .dropdown-menu li:last-child a {
    margin-bottom: -1px;
    border-radius: 0px 0px 9px 9px;
}
.dropdown .dropdown-menu {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.6s;
    font-size: 16px;
}
@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



/* Reg Page */

.CHIRegTableWrapper .standout, .CHIRegTableHeader, .CHIRegTableHeaderClear, .CHIRegTableWrapperClear .standout, .CHIRegTableHeaderSidebar, .CHIRegDiscountTableRows {
    background-color: #298191;
    color: #fff;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bold;
}



/*Queries*/

@media (max-width: 1199px) {
    .sponsor-section {
        padding: 25px 0px;
    }
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .sponsor-section-inner {
        display: block;
    }
    .sponsor-section .home-button {
        display: block;
    }
}

.footer-small-inner {
    margin-bottom: 35px !important;
}