/*Custom Styles*/
.pageTitle, h1.page-title {
    font-size: 32px;
    font-weight: 500;
    color: #5b594f;
    line-height: 1.2;
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.CTA {
    background-color: #e76b11;
    padding: 10px 0px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
.CTA-button {
    background-color: #44727f;
    padding: 13px 9px;
    margin-left: 4px;
}
.white, a.white, a .white, .white a {
    color: #fff;
}
.black, a.black, a .black, .black a {
    color: #000;
}
.grey, a.grey, a .grey, .grey a {
    color: #5b594f;
}
.maroon, a.maroon, a .maroon, .maroon a {
    color: #883332;
}
.orange, a.orange, a .orange, .orange a {
    color: #e76b11;
}
.extra-large-text {
    font-size: 56px;
    line-height: 1.2;
}
.PHeader {
    font-size: 36px;
    line-height: 1.1;
}
.SHeader {
    font-size: 24px;
    line-height: 1.2;
}
.secondary-text {
    font-size: 20px;
    line-height: 1.2;
}
.terciary-text, .tertiary-text {
    font-size: 16px;
}
.mid-weight {
    font-weight: 500;
}
.vertical-align {
    display: flex;
    align-items: center; 
}

/*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: 54px;
    }
}

/*Home Styles*/
hr.bluerule, hr {
  border-top: 2px solid #e76b11;
}
.about-section {
    padding: 35px 0px;
}
img.about-ctas {
    margin-bottom: 20px;
}
.program-section {
    background-color: #fcefd6;
    padding: 30px 0px;
}
.snapshot-section {
    background-image: url("/images/librariesprovider3/home/25/scoe25-demographics-background.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 40px;
}
.snapshot-header {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
}
.snapshot-section-photo {
    margin-top: -5%;
    position: relative;
    z-index: 999;
}
.attention-section {
    background-color: #44727f;
    padding: 40px 0px;
}
.team-discounts {
    background-color: #f7a947;
    border-radius: 9px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
}
.team-discounts .col-sm-4, .team-discounts .col-sm-8 {
    display: flex;
    justify-content: center; /* Optional: Center content horizontally inside each column */
    flex-direction: column; /* Ensures child elements are stacked vertically */
}




.contact-section {
    padding: 45px 0px 25px 0px;
}
.contact-section img {
    width: auto;
}
.event-features {
    background-image: url(/images/librariesprovider3/home/25/scoe25-event-features-image.png);
    background-size: 47% auto;
    background-position: left;
    background-color: #f7a947;
    background-repeat: no-repeat;
}
.event-features-inner {
    padding: 30px 75px;
}
.event-features ul {
    font-size: 18px;
    list-style-type: none;
    padding: 0px;
    font-size: 18px;
}
.event-features ul li {
    padding-bottom: 4px;
    white-space: normal;
    display: flex; /* Flexbox to control layout */
    align-items: flex-start;
}
.event-features ul li::before {
    color: #883332;
    content: "■";
    margin-right: 8px; /* Adjust space between bullet and text */
    font-size: 18px;
    flex-shrink: 0; /* Prevent bullet from shrinking */
}
.offerings {
    padding: 25px 0px;
    background-color: #fdf4e2;
}

.home-orange-button {
  background-color: #e76b11;
  padding: 15px 10px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
a .home-white-button {
  color: #fff;
}
.btn-hover:hover {
    transform: scale(1.01);
    transition: ease 0.5s;
}
.homepage-social-bottom {
    background-color: #e76b11;
    padding: 10px;
}
.hashtag-home {
    display: inline;
    padding-left: 3px;
    color: #fff;
}
.hashtag-home a, .sidebar-hashtag a {
    color: #fff;
}
.sidebar-hashtag a {
    color: #7f7f7f
}





.track-overlay {
    position: relative;
    display: table;
    margin-bottom: 30px;
}
.track-overlay a {
    color: #fff;
}
.track-text-overlay {
    z-index: 99;
    width: 65%;
    position: absolute;
    top: 25%;
    left: 65%;
    right: 30px;
    transform: translate(-50%,0%);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.15;
}

@media screen and (max-width: 1199px) {
  .track-text-overlay {
      font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .track-text-overlay {
    font-size: 12px;
  }
  .home-takeover {
    background-image: none;
  }
  .offerings .PHeader {
    color: #5b594f;
  }
}
@media screen and (max-width: 767px) {
  .about-section .extra-large-text {
    font-size: 40px;
  }
  .track-overlay { 
      display: block;
  }
  .track-text-overlay {
    font-size: 30px;
    width: 64%;
    left: 64%;
  }
  .event-features {
    background-image: none;
  }
  .attention-fifty {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .team-discounts {
    display: block;
  }
  .contact-section img, .snapshot-section img, .offerings img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .track-text-overlay {
        font-size: 22px;
  }
}
@media screen and (max-width: 425px) {
  .track-text-overlay {
        font-size: 18px;
  }
}


/* Sponsor*/
.sponsor-header {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
.sponsor-tier {
    background-color: #883332;
}
hr.sponsor-tier-seperator {
    border-top: 5px solid #883332;
}
.sponsor-deadlines {
    background-color: #d3f5fa;
    border-radius: 10px;
    padding: 20px;
}
.sponsor-blue {
    color: #0f4a80;
}

.tracknav a {
    display: block;
    height: 40px;
    float: left;
    background-color: #f78f4d;
    text-align: center;
    margin: 5px;
    padding: 10px 10px 10px 10px;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    min-width: 120px;
}
.tracknav a:hover {
    color: #ffffff;
    background-color: #d7913b;
    display: block;
}
@media screen and (min-width: 990px) {
    .tracknav a {
        min-width: 102px;
    }
}
@media screen and (min-width: 1200px) {
    .tracknav a {
        min-width: 127px;
    }
}
/*Navigation Styles*/
a.navbar-brand, a.navbar-brand-reg {
    background-image: url('/images/librariesprovider3/template-images/25/SCOE25-logo-nav');
    background-repeat: no-repeat;
}
a.navbar-brand-reg {
    width: 100%;
    display: block;
    margin: 15px 0px 15px 20px;
    background-position: center;
    height: 67px;
}
.navbar-default .navbar-toggle {
    border-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}


/* Dropdown Nav Border Color */
.dropdown-menu>li>a {
    border-top: 1px solid #fff;
    color: #fff;
    font-weight: 500;
}
.dropdown-menu>li>a:first-child {
    border-top: 0px;
}
/* Main Nav Color - Nav Font Color */
.navbar-default {
    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: #883332;

}
.dropdown-menu>li>a, .nav>li:last-child>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: #e76b11;
       font-weight: 600;
}
.navbar-default, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav>.active>a  {
    background-color: #f7a947;
    color: #883332;
}
.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: #e76b11;
    color: #fff;
}
@media screen and (min-width: 1135px) {
    .nav li:last-of-type ul {
        margin-left: -98px;
    }
}
/*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: 2px 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, .dropdown-menu li:first-child:hover{
    border-radius: 0px 7px 0px 0px;
}
..dropdown-menu>li>a:first-child {
    border-top: 0px;
}
.navbar-nav .dropdown-menu li:last-child a {
    margin-bottom: -1px;
    border-radius: 0px 0px 9px 9px;
    border-top: 0px;
}
.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;
    }
}
@media screen and (min-width: 1135px) {
    .nav li:last-of-type ul {
        border-radius: 0px 0px 9px 9px; 
    }
      .nav li:last-of-type ul li:first-child a {
        border-radius: 0px;
    }
}






/* Reg Page */
.CHIRegTableWrapper .standout, .CHIRegTableHeader, .CHIRegTableHeaderClear, .CHIRegTableWrapperClear .standout, .CHIRegTableHeaderSidebar, .CHIRegDiscountTableRows {
    background-color: #e76b11;
    color: #fff;
    padding-top:10px;
    padding-left:10px;
    font-weight:bold;
}

/*Modal Override*/
/*Modal Override*/
.pointer {
    cursor: pointer;
}
.centered-modal.in {
    display: flex !important;
}
.centered-modal .modal-dialog {
    margin: auto;
}
.modal-body {
    border: 5px solid #e76b11;
}
.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%;
    }
}



@media screen and (max-width: 991px) {

}
 @media (max-width: 767px) {

}