.pageTitle, h1.page-title {
    font-size: 32px;
    color: #004499;
    line-height: 1.25;
    margin-bottom: 0px;
    font-weight: 300;
    margin-top: 0px;
}
.extra-large-text {
    font-size: 36px;
    line-height: 1.15;
}
.PHeader {    
    font-size: 28px;
    line-height: 1.25;
    padding-bottom: 10px;
}
.SHeader {
    font-size: 24px;
    line-height: 1.1;
}
.secondary-text {
    font-size: 20px;
    line-height: 1.2;
}
.terciary-text, .tertiary-text {
    font-size: 16px;
    line-height: 1.35;
}
.mid-weight, .medium-weight {
    font-weight: 500;
}
a img:hover {
    opacity: .8;
    transform: scale(1.005);
}
.white, a.white, .white a, a .white {
    color: #fff;
}
.black, a.black, .black a, a .black {
    color: #000;
}
.blue, a.blue, .blue a, a .blue {
    color: #021c42;
}
.dark-blue, a.dark-blue, .dark-blue a, a .dark-blue {
    color: #282c46;
}

.light-blue, a.light-blue, .light-blue a, a .light-blue {
    color: #5788bd;
}
.orange, a.orange, .orange a, a .orange {
    color: #f59432;
}


/*Video Header*/
.desktop-header {
    position: relative;
}
.desktop-header video {
    position: absolute;
    z-index: -1;
}
.desktop-header img {
    z-index: 999;
    display:block;
}
@media screen and (max-width: 1135px) {
    .desktop-header {
        padding-top: 54px;
    }
}
hr {
    border-top: 3px solid #021c42;
}
.CTA {
    background: #96dffb;
    text-align: center;
    padding: 11px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: -1px;
}
.CTA-button {
    background-color: #021c42;
    padding: 8px 12px;
    margin-left: 15px;
    font-size: 18px;
    border-radius: 7px;
}
.double-chev {
    font-size: 26px;
    line-height: .5;
}
.about-section {
    background-color: #e6f4f1;
    padding: 55px 0px 35px 0px;
}
.about-blurb {
    margin-top: 10px;
}
.pointer {
    cursor: pointer;
}
.demographics-section {
    background-color: #021c42;
    background-image: url('/images/librariesprovider32/home/26/ops26-demographics-background.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 40px 0px 200px 0px;
}
.demographics-section img {
    padding: 10px;
}
.keynote-speakers {
    padding: 5px 0px 30px 0px;
}
.testimonial-section {
    padding: 50px 0px 0px 0px;
}
.testimonial-quote {
    color: #016780;
}
.advisory-board-section {
    background-color: #dff5fe;
    padding: 30px 0px 20px 0px;
}
.advisory-board-section .col-sm-3:not(:last-child) {
    border-right: 2px solid #4f98bd;
}

.custom-gallery-section {
    padding: 50px 0px 40px 0px;
}
.home-speakers img, .advisory-board img, .contacts-section img {
    margin-bottom: 10px;
}
.button-center {
    display: block;
    margin: 0 auto;
}

/*Track Buttons*/
.program-button:hover {
    transform: scale(1.01);
    transition: ease 0.5s;
}
.program-section {
    padding: 20px 0px 30px 0px;
    text-align: center;
}
.program-section .extra-large-text {
    margin-bottom: 20px;
}
.program-button h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
}
.program-button {
    text-align: center;
    padding: 20px 10px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    height: 85px;
}

.track-one {
    border: 2.5px solid #5a0180;
    color: #5a0180;
}
.track-two {
    border: 2.5px solid #004499;
    color: #004499;
}
.track-three {
    border: 2.5px solid #016780;
    color: #016780;
}
.track-four {
    border: 2.5px solid #f59432;
    color: #f59432;
}
.track-sc {
    background-color: #282c46;
    text-align: center;
    padding: 12px 20px;
}
.track-sc h2 {
    margin: 0px;
    font-size: 24px;
    font-weight: 500;
}
/*Modal Override*/
@media (min-width: 768px) {
  .video-modal .modal-dialog {
      width: 50%;
    }
}
.video-modal .modal-body {
    border: 8px solid #f59432;
    margin-top: 16%;
    padding: 0px 0px;
}
.videoWrapper {
    margin-right: -0.5px;
}

/*Social Home Bottom*/
.homepage-social-bottom {
  background-color: #016780;
  padding: 15px 0px;
}
.hashtag-home {
  display: inline-block;
  padding-left: 6px;
  color: #fff;
  font-size: 16px;
  padding-top: 7px;
}

/*Image Gallery*/
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}
.thumbnail {
    padding: 0;
    border: 0px;
}
.gallery-caption {
    background-color: black;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}



/* Tracknav */
.tracknav a {
  background-color: #021c42;
}

/*Nav Last Child Offset*/
/*.nav li:last-of-type ul {
    margin-left: -79px;
}*/

/*Nav Logo*/
a.navbar-brand, a.navbar-brand-reg {
    background-image: url("/images/librariesprovider32/template-images/26/ops26-navbar-logo.png");
    background-repeat: no-repeat;
}
a.navbar-brand-reg {
    width: 100%;
    display: block;
    margin: 15px 0px 15px 20px;
    background-position: center;
    height: 67px;
}

/* Main Nav Color - Nav Font Color */
.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;
    font-weight: 500;
}
.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: #f59432;
   color: #fff;
}
.navbar-default, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav>.active>a  {
    background-color: #021c42;
    color: #fff;
    font-weight: 500;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #f59432 !important;
    color: #000 !important;
}
.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: #021c42 ;
}
.navbar-default .navbar-nav>li:last-child, .nav>li:last-child>a {
    color: #021c42;
}
.dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav>.active>a {
    background-color: #f59432;
    color: #021c42;
}
/* Dropdown Nav Border Color */
.dropdown-menu>li>a {
    border-top: 1px solid #fff;
    color: #fff;
}
@media screen and (min-width: 1135px) {
    .nav li:last-of-type ul {
        margin-left: -98px;
        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 #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;
    }
}


/*REG PAGE*/
.CHIRegTableWrapper .standout, .CHIRegTableHeader, .CHIRegTableHeaderClear, .CHIRegTableWrapperClear .standout, .CHIRegTableHeaderSidebar, .CHIRegDiscountTableRows {
    background-color: #021c42;
    color: #fff;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bold;
}







/*Custom Queries*/
@media (max-width: 1199px) {
    .program-button h2 {
        font-size: 25px;
    }
    .track-sc h2 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .program-button {
        padding: 30px 15px;
    }
    .program-button h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {

    .CTA-button {
        margin: 10px auto 0 auto;
        padding: 7px 12px;
        display: block;
        width: 70%;
    }
    .program-button h2 {
        font-size: px;
        padding: px px;
    }
    .keynote-speakers img, .demographics-section img {
        width: 250px;
        display: block;
        margin: 0 auto;
    } 
    .demographics-section {
        padding: 40px 0px 75px 0px;
    }
    .advisory-board-section .col-sm-3 {
        border: none;
    }
    .advisory-board-section hr {
        border-top: 4px solid #4f98bd;
        width: 33%;
    }
}
@media (max-width: 400px) {

}