.pageTitle, h1.page-title {
    font-size: 32px;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 500;
}
hr {
    border-top: 2px solid #4d83b3;
}
hr.home-rule {
  border-top: 9px solid #63a3da;
}
hr.quote-rule {
    border-top: 8px solid #4d83b3;
    width: 160px;
}
.extra-large-text {
    font-size: 36px;
    line-height: 1.15;
}
.PHeader {    
    font-size: 32px;
    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.25;
}
.mid-weight .medium-weight {
    font-weight: 500;
}
.white, a .white, a.white, .white a {
  color: #fff;
}
.black, a .black, a.black, .black a {
  color: #000;
}
.dark-purple, a .dark-purple, a.dark-purple, .dark-purple a {
  color: #423842;
}
.grey, a .grey, a.grey, .grey a {
  color: #606060;
}

/*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;
}
.CTA {
    text-align: center;
    background-color: #450b3c;
    padding: 12px 5px;
    font-size: 18px;
    margin-top: -1px;
}
.CTA-button {
    background-color: #9f3695;
    padding: 15px 25px;
    margin-left: 15px;
    font-weight: bold;
}
.CTA-hashtag {
    padding-left: 20px;
    font-weight: 500;
}
.about-section {
    padding: 0px 0px 45px 0px;
}
.about-blurb {
    line-height: 1.6;
}
.about-section .social-icons {
    padding: 0px 5px;
}
.stay-updated {
    padding-right: 5px;
}
.about-banners img {
    padding-bottom: 20px;
}
.about-large-buttons {
    background-color: #4d83b3;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 12px 25px;
    border-radius: 9px 0px;
    line-height: 1.3;
}
.mmtc-alert {
    background-color: #051522;
    padding: 15px 0px;
    margin: 50px 0px;
    font-weight: 500;
    border-radius: 9px;
}
.mmtc-alert ul {
    padding-left: 20px;
}
.mmtc-alert li {
    padding-bottom: 5px;
}
.megaphone {
    float: right;
}
.home-blue-button {
  background-color: #4d83b3;
  text-align: center;
  padding: 13px 10px;
  width: 315px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 500;
  display: table;
  margin: 0 auto;
}
.home-blue-sponsor-button {
  background-color: #4d83b3;
  text-align: center;
  padding: 13px 25px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 500;
}
.sponsors-section {
    padding: 45px 0px 75px 0px;
}
.sponsor-section {
  background-image: url(/images/librariesprovider18/home/26/background.jpg);
  background-size: cover;
  background-position: center;
  padding: 55px 0px;
  margin-top: 90px;
}
.contact-section {
    padding: 0px 0px 90px 0px;
}
.contact-box {
    text-align: center;
    border: 3px solid #599ce6;
    border-radius: 9px 0px;
    padding: 40px 15px 20px 15px;
}
.mosaic-gallery {
    padding: 0px 0px 80px 0px;
}
.home-quote-section {
    text-align: center;
}
.home-quote-section .carousel {
    padding: 20px 0px;
}
.quote-large {
    font-size: 44px;
    line-height: 1.3;
}
.quote-small {
    font-size: 30px;
    font-weight: 500;
}
.home-blue-button:hover, .home-blue-sponsor-button:hover, a img:hover {
    transform: scale(1.03);
    transition: ease 0.5s;
}
.home-track-title:hover {
    transform: scale(1.02);
}

/*Home Social*/
.homepage-social-bottom {
  background-color: #051522;
  padding: 15px 0px;
  margin-bottom: -5px;
}
.hashtag-home {
  display: inline;
  padding-left: 6px;
  color: #fff;
  font-size: 20px;
}



/*Track Overlay*/
.programs-section {
    padding: 20px 0px 30px 0px;
    border-bottom: 8px solid #4d83b3;
}
.programs-section h1 {
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
}
.programs-section h2 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding-left: 25px;
}
.stream-header {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 20px;
    color: #fff;
}
.stream-header-one {
    background: linear-gradient(135deg,  #502049 0%,#502049 50%,#2d0d28 50%,#2d0d28 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.stream-header-two {
    background: linear-gradient(135deg,  #1d9bc0 50%,#1d9bc0 50%,#157d9f 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.stream-header-three {
    background: linear-gradient(135deg,  #568a40 50%,#568a40 50%,#335e21 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}
ul.stream-list {
    list-style-type: none;
    padding-left: 1.2em;
     position: relative;
}
ul.stream-list li::before {
    content: "◆";
    margin-right: 8px;
    font-size: 20px;
    flex-shrink: 0;
    position: absolute;
}
ul.stream-list li {
    margin-bottom: 10px;
}
ul.stream-list-one li::before {
    color: #502049;
}
ul.stream-list-two li::before {
    color: #1d9bc0;
}
ul.stream-list-three li::before {
    color: #568a40;
}
ul.stream-list-one h2:hover {
    color: #502049;
}
ul.stream-list-two h2:hover {
    color: #1d9bc0;
}
ul.stream-list-three h2:hover {
    color: #568a40;
}
.sidebar-tracks h2 {
    margin: 3px 0px 7px 25px;
}
ul.sidebar-tracks {
    padding-left: 0px;
}


/*Custom Queries*/
@media screen and (max-width: 1199px) {
    .about-large-buttons {
        font-size: 24px;
    }
}

@media screen and (max-width: 991px) {
    .about-large-buttons {
        font-size: 18px;
    }
    .stream-header {
        font-size: 18px;
    }
    ul.stream-list {
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .stream-header {
        font-size: 26px;
    }
  .home-blue-button, .home-blue-sponsor-button {
    width: 100%;
  }
  .home-blue-sponsor-button {
    display: block;
  }
  .CTA-button {
      width: 90%;
      margin: 0 auto 10px auto;
      padding: 7px 25px;
      border-radius: 9px;
      display: block;
  }
  .CTA-hashtag {
      padding-left: 0px;
  }
  .mmtc-alert {
    margin-top: 20px;
    padding: 15px 30px;
   }
   .mmtc-alert .medium-text {
    text-align: center;
   }
   .megaphone {
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;]
   }
    .quote-large {
        font-size: 32px;
        line-height: 1.3;
   }
    .quote-small {
        font-size: 24px;
        font-weight: 500;
  }
}
@media screen and (max-width: 515px) {

}
@media screen and (max-width: 475px) {

}



/* Tracknav */
.tracknav a {
  background-color: #750065;
}



/*Nav Logo*/
a.navbar-brand, a.navbar-brand-reg {
    background-image: url("/images/librariesprovider18/template-images/26/logo-nav.png");
    background-repeat: no-repeat;
}
a.navbar-brand-reg {
    width: 100%;
    display: block;
    margin: 15px 0px 15px 20px;
    background-position: center;
    height: 67px;
}
.navbar-default {
    border-bottom: 3px solid #000;
}

/*Toggle Nav*/
.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: none;
    color: #fff;
}

/* Main Nav Color - Nav Font Color */
.navbar-default .navbar-nav>li>a {
    color: #111111;
}
.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: #8e2786;
   color: #fff;
   font-weight: 500;
}
.navbar-default, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav>.active>a  {
    background-color: #fff;
    color: #8e2786;
}
.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: #8e2786;
    color: #fff;
}
.navbar-default .navbar-nav>li:last-child
@media screen and (min-width: 1135px) {
  .nav li:last-of-type ul { 
      margin-left: -112px;
  }
}
@media screen and (max-width: 1135px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #8e2786;
        padding: 5px 15px 5px 35px;
        font-size: 16px;
    }
    .nav>li:last-child>a  {
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid #750065;
    }
    ul.dropdown-menu li:last-child  { 
        margin-bottom: 0px;
    }
    .nav.navbar-nav.large-nav > li.dropdown:last-of-type .dropdown-menu a {
        color: white; /* Making the links white */
    }
}
@media screen and (min-width: 1135px) {
    .nav li:last-of-type ul {
        margin-left: -98px;
        border-radius: 0px 0px 9px 9px; 
    }
}


/*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; 
}
.dropdown-menu li:first-child a{
    border-radius: 0px 9px 0px 0px;
    border-top: 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: #450b3c;
    color: #fff;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bold;
}

/*Image Gallery*/
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}
.thumbnail {
    padding: 0;
    border: 0px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}



/*Modal Override*/
.pointer {
    cursor: pointer;
}
.centered-modal.in {
    display: flex !important;
}
.centered-modal .modal-dialog {
    margin: auto;
}
.modal-body {
    border: 5px solid #450b3c;
}
.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%;
    }
}

/*Scroll to Top*/
.auto-scroll-to-top {
    cursor: pointer;
    position: fixed;
    z-index: 999;
    bottom: 40px;
    right: -80px;
    transition: 0.3s;
}
.visible {
    right: 30px;
    transition: 0.3s;
}


/*Webinars*/
.webinar-purple {
    color: #622b61;
}
.webinar-blue, a.webinar-blue, a .webinar-blue, .webinar-blue a {
    color: #216595;
}
.webinar-button {
  text-align: center;
  background-color: #622b61;
  padding: 5px;
  font-size: 25px;
}
.webinar-button-inner {
  padding: 10px;
  border: 1px solid #fdad7a;
}
.interior-header {
    background-image: url('/images/librariesprovider18/webinars/interior-header-webinar.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding:35px 0px;
    margin-bottom: 25px;
}
.interior-header-large {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.2;
}
.interior-header-small {
    font-size: 28px;
    font-weight: 700;
}
.webinar-register-now {
    background-color: #216595;
    font-size: 17px;
    font-weight: 600;
    display: block;
    width: 300px;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
}
hr.webinar-seperator {
    border-top: 10px solid #216595;
}
.webinar-internal-header {
    color: #4f6fc7;
    font-size: 21px;
    text-transform: uppercase;  
}
.select .arr {
   bottom: 0;
   position: absolute;
   right: 5px;
   top: 0;
   width: 50px;
   pointer-events: none;
}
select.webinar-dropdown {
   display: block;
   font-size: 20px;
   color: #fff;
   padding: 7px;
   padding-right: 40px;
   background-color: #216595;
   float: right;
   margin-right: 15px;
}

.no-wrap img {
    float: left;
    padding-right: 15px;
}
.no-wrap p, .no-wrap div {
    overflow: hidden;
}