/*Homepage Styles*/
h1, h2, .pageTitle, h1.page-title, .extra-large-text, .PHeader {
    font-family: "Merriweather", serif;
  font-weight: bold;
}
.pageTitle, h1.page-title {
    font-size: 36px;
    line-height: 1.2;
    padding-bottom: 0px;
    color: #000;
    font-family: "Merriweather", serif;
    font-weight: 700;
}
.extra-large-text {
    font-size: 40px;
    line-height: 1.2;
}
.PHeader {
    font-size: 30px;
    line-height: 1.2;
}
.SHeader {
    font-size: 24px;
    margin-bottom: 0px;
}
.secondary-text {
    font-size: 20px;
}
.terciary-text, .tertiary-text {
    font-size: 18px;
    line-height: 1.4;
}
.mid-weight, .medium-weight {
    font-weight: 500;
}
hr, .sidebar-hr {
    border: 2px solid #d53838;
}
.sidebar-hr {
  margin: 20px 0px !important;
    opacity: 1;
}
hr.small-rule {
    border: 5px solid #d53838;
    width: 175px;
    display: block;
    margin: 30px auto;
    opacity: 1;
}

.white, a .white, a.white, .white a {
    color: #fff;
}
.black, a .black, a.black, .black a {
    color: #000;
}
.red, a .red, a.red, .red a {
    color: #d03d44;
}


/*Video Header*/
.desktop-header {
    padding-top: 101px;
    position: relative;
}
.desktop-header video {
    position: absolute;
    z-index: -1;
}
.desktop-header img {
    z-index: 999;
    display: block;
}
.mobile-header {
    padding-top: 63px;
}
@media screen and (max-width: 1199px) {
    .desktop-header {
        padding-top: 79px;
    }
}
@media screen and (max-width: 991px) {
    .desktop-header {
        padding-top: 102px;
    }
}
@media screen and (max-width: 556px) {
    .desktop-header {
        padding-top: 4px;
    }
}
/*CTA Bar*/
.CTA {
    background-color: #08090a;
    text-align: center;
    padding: 10px 10px 8px 10px;
    font-size: 20px;
}
.CTA-button {
    background-color: #d03d44;
    padding: 12px 35px;
    margin-left: 10px;
    font-weight: bold;
}
.home-button {
    background-color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 45px;
    font-size: 16px;
    font-weight: bold;

}
.center-button {
    display: table;
    margin: 0 auto;
}
.about-section {
    margin-top: 35px;
    text-align: center;
}
.about-section h2 {
    padding: 10px 0px;
}
.speaker-section {
    text-align: center;
}
.speaker-section img {
    margin-bottom: 5px;
}
.testimonials-section {
    background-image: url('/leadersforum/wp-content/uploads/sites/2/2026/06/bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 65px 0px 70px 0px;
    margin-top: 65px;
}
.testimonials-section .home-button {
    margin-top: 50px;
}
.participating-companies-section {
    padding: 50px 0px 80px 0px;
}
.partner-travel-section {
    background-color: #324f57;
    padding: 40px 0px 45px 0px;
}
.contacts-section {
    margin-bottom: 55px;
}
.contact-box {
    background-color: #f1f1f1;
    padding: 30px 15px;
    text-align: center;
}

/*SOCIAL BAR*/
.homepage-social-bottom {
    background-color: #000000;
    padding: 15px 0px;
}
.social-icon {
    padding-right: 6px;
}
.hashtag-home {
    display: inline;
    padding-left: 6px;
    color: #fff;
    font-size: 20px;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
    .CTA-button {
        display: block;
        margin: 10px 0px 0px 0px;
    }
}

/*Nav*/
.navbar {
    background-color: #fff;
}
.custom-main-nav .register-nav  {
    background-color: #d03d44;
    color: #fff;
    font-weight: 700;
}
.custom-main-nav .dropdown:hover > .nav-link,
.custom-main-nav .dropdown-item:hover,
.custom-main-nav .dropdown-item:focus,
.custom-main-nav .dropdown-item.active,
.custom-main-nav .nav-link:hover,
.custom-main-nav .nav-link:focus,
.custom-main-nav .nav-link.active,
.custom-main-nav .show > .nav-link,
.custom-main-nav .dropdown-menu,
.custom-main-nav .dropdown-item 
 {
    background-color: #d03d44;
    color: #fff;
}
#menu-main > li:last-child > .nav-link {
    background: #d03d44;
    color: white;
}
@media (min-width: 768px) {
    #header {
        border-bottom: 3px solid #667e85;
    }
}

/*NAV V2 Styles*/
.navbar-nav>li>.dropdown-menu {
    border: 2px solid #fff;
    /* border-top: 0px; */
    border-radius: 0px 9px 9px 9px;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
    border-bottom: 1px solid #fff; 
}
.navbar .dropdown-menu li:first-child,.dropdown-menu li:first-child:hover  {
    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;
    }
}


/*Footer override*/
.footer {
    margin-top: 0px;
}

/* Reg Page */
.CHIRegTableWrapper .standout, .CHIRegTableHeader, .CHIRegTableHeaderClear, .CHIRegTableWrapperClear .standout, .CHIRegTableHeaderSidebar, .CHIRegDiscountTableRows {
    background-color: #51b13a;
    color: #fff;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bold;
}

/* Sponsorship Opportunities */
.sponsor-tier {
    background-color: #931b1d;
}
hr.sponsor-tier-seperator {
    border-top: 5px solid #931b1d;
}
ul.sponsor-tier-list {
    font-size: 16px;
    padding-left: 20px;
}


/*Modal Override*/
.pointer {
    cursor: pointer;
}
.centered-modal.in {
    display: flex !important;
}
.centered-modal .modal-dialog {
    margin: auto;
}
.modal-body {
    border: 5px solid #f07c0a;
}
.modal-header {
    padding: 0px;
}
.videoWrapper {
    margin-right: -1px;
}
button.video-close {
    background-color: #0a93ca;
    font-size: 21px;
    padding: 5px 7px;
    top: 22px;
    margin-top: 30px;
    right: 5px;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 60%;
        margin-top: 5%;
    }
}
