/*Custom Styles*/
.pageTitle, h1.page-title {
    font-size: 32px;
    color: #043244;
    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;
    line-height: 1.25;
}
a img:hover {
    opacity: .90;
}
.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: 54px;
    }
}
.CTA {
    background-color: #4e8da6;
    padding: 13px 10px 12px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.CTA-button {
    background-color: #134d64;
    padding: 7px 20px;
    margin-left: 8px;
    border-radius: 6px;
}
.grey, a.grey, a .grey, .grey a {
    color: #a49f9b;
}
.black, a.black, a .black, .black a {
    color: #000;
}
.white, a.white, a .white, .white a {
    color: #fff;
}
.red, a.red, a .red, .red a {
    color: #831a18;
}
.light-red, a.light-red, a .light-red, .light-red a {
    color: #b2282f;
}
.orange, a.orange, a .orange, .orange a {
    color: #c36444;
}
.dark-blue, a.dark-blue, a .dark-blue, .dark-blue a {
    color: #043244;
}
.blue, a.blue, a .blue, .blue a, p.blue {
    color: #134d64 !important;
}
.double-button {
    display: table;
    margin: 0 auto;
}
.home-button {
    padding: 10px 30px;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    display: inline-block;  
    font-weight: bold;
}
.dark-blue-button {
    background-color: #1d5776;
}
.blue-button {
    background-color: #4186ac;
}
.red-button {
    background-color: #781217;
}
.white-button {
    background-color: #fff;
}
.fw-button {
    width: 100%;
}

/*Home Tracks*/
.track-date {
    font-size: 18px;
    font-weight: bold;
    color: #831a18;
    text-transform: uppercase;
}
.stream-box {
    padding: 8.5px 5px;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 1.2;
    font-size: 15.5px;
}
.stream-icon {
    vertical-align: middle;
    padding: 0px 8px 0px 12px;
}
.stream-box {
    border-radius: 4px;
    font-weight: 500;
    margin-bottom: 10px;
}
.track-box {
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 10px;
}
a .stream-box {
    color: #fff;
}
.stream-box-one {
    background: linear-gradient(45deg, #33669b 23%, #254a71 21%);
}
.stream-box-two {
    background: linear-gradient(45deg, #c36444 23%, #9a492d 21%);
}
.stream-box-three {
    background: linear-gradient(45deg, #e39f55 23%, #b87d3d 21%);
}
.stream-box-four {
    background: linear-gradient(45deg, #6d4d78 23%, #502f5b 21%);
}
.stream-box-five {
    background: linear-gradient(45deg, #56a1ca 23%, #3d7ea1 21%);
}

.stream-box:hover {
    font-weight: bold;
}
.track-box {
    margin-top: 0px;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    line-height: 1.2;
    padding: 0px 8px;
}
a .track-box {
    color: #3b3b3b;
}
.track-box-one {
    border: 3px solid #254a71;
}
.track-box-two {
    border: 3px solid #9a492d;
}
.track-box-three {
    border: 3px solid #b87d3d;
}
.track-box-four {
    border: 3px solid #502f5b;
}
.track-box-five {
    border: 3px solid #3d7ea1;
}

a .track-box-one:hover {
    color: #254a71;
}
a .track-box-two:hover {
    color: #9a492d;
}
a .track-box-three:hover {
    color: #b87d3d;
}
a .track-box-four:hover {
    color: #502f5b;
}
a .track-box-five:hover {
    color: #3d7ea1;
}
.track-symposia {
    background-color: #ededed;
}
.new {
    color: #eebbff;
    display: contents;
    font-style: italic;
}
.cag-ts {
    font-size: 14px;
    display: contents;
}
@media (max-width: 1199px) {
    .track-box {
        font-size: 16px;
        height: 53.5px;
    }
    .stream-box {
        padding: 1px 5px;
        font-size: 13px;
    }
    .stream-icon {
        padding: 0px 3px 0px 0px;
    }
    .track-date {
        color: #253977;
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .custom-cag .extra-large-text {
        font-size: 30px;
    }
    .track-date {
        font-size: 13px;
    }
    .track-box {
        font-size: 12px;
        line-height: 1;
        height: 40.5px;
    }
    .stream-box {
        font-size: 10px;
        padding: 6.7px 5px;
    }
    .stream-box img {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .track-date {
        font-size: 18px;
    }
    .track-endcap {
        padding-right: 0px;
    }
    .mobile-brick {
        display: inline-block;
    }
    .stream-box {
        font-size: 16px;
    }
    .track-box {
        font-size: 18px;
        height: 65px;
    }
    .stream-icon {
        width: 25%;
        vertical-align: middle;
        padding: 0px 8px 0px 5px;
    }
    .mobile-brick .stream-box {
        height: 65px;
    }
}

@media (max-width: 430px) {
    .track-box {
        padding: 5px;
        font-size: 13px;

    }
    .stream-box {
        font-size: 12px;
    }
    .stream-icon {
        width: 44px;
        padding: 0px 8px 0px 5px;
    }
}




/*Sidebar Tracks*/
.sidebar-track-header {
    margin: 15px 0px 10px 0px;
}
.sidebar-track {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 15px;
}
a .sidebar-track {
    color: #000;
}

/*Home Sections*/
.programs-section {
    padding: 35px 0px 0px 0px;
}
.custom-cag .extra-large-text {
    color: #043244;
}
.highlights-section {
    padding: 10px 0px 45px 0px;
}
.about-section {
    background-color: #edf4f6;
    padding: 50px 0px;
}
.metric-section {
    background-color: #b2282f;
}
.sponsor-scroll-section {
    padding: 50px 0px;
}
.keynote-section {
    background-image: url('/images/librariesprovider19/home/26/1920x_-fireside-background.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0px 75px 0px;
    color: #fff;
    text-align: center;
}
.keynote-section hr {
    border-top: 2ps solid #edf4f6;
}
.keynote-section img {
    display: block;
    margin: 0 auto;
    width: 160px;
}
.keynote-text {
    font-size: 18px;
    font-weight: 500;
}
.sponsor-section {
    background-color: #e4e8e9;
    padding: 35px 0px 50px 0px;
}
.custom-gallery-section {
    padding: 65px 0px 70px 0px;
}




/*Home Social*/
.homepage-social-bottom {
  background-color: #043244;
  padding: 15px 0px;
  margin-bottom: -5px;
}
.hashtag-home {
  display: inline;
  padding-left: 6px;
  color: #fff;
  font-size: 20px;
}


/*End Footer Social*/


/*Get Involved*/
.contact-section {
    padding: 20px;
    position: relative; 
}
.grey-section {
    background-color: #f4f3f5;
}
.contact-button {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #043244;
    padding: 12px 10px;

}


/*Modal Override*/
.centered-modal.in {
    display: flex !important;
}
.centered-modal .modal-dialog {
    margin: auto;
}
.modal-body {
    border: 5px solid #b2282f;
}
.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%;
    }
}


/* Sponsor Pages */
.tracknav a {
    background-color: #b2282f;
}
.sponsor-header {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

/*Nav Logo*/
a.navbar-brand, a.navbar-brand-reg {
    background-image: url('/images/librariesprovider19/template-images/26/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 {
    border-top: 1px solid #fff;
    color: #fff;
}

/* 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: #b2282f;
}
.navbar-default, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav>.active>a {
    background-color: #052633;
    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: #b2282f;
    color: #fff;
}

/*NAV V2 Styles*/
.navbar-nav>li>.dropdown-menu {
    border: 1px 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 {
    border-radius: 0px 7px 0px 0px;
    border-top: 0;
}
.dropdown-menu > li a:first-child {
    border-top: 0;
}
.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;
    }
}

@media screen and (min-width: 1136px) {
    .nav li:last-of-type ul {
        margin-left: -82px;
        border-radius: 0px 0px 9px 9px;
    }
}


/* Reg Page */

.CHIRegTableWrapper .standout, .CHIRegTableHeader, .CHIRegTableHeaderClear, .CHIRegTableWrapperClear .standout, .CHIRegTableHeaderSidebar, .CHIRegDiscountTableRows {
    background-color: #043244;
    color: #fff;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bold;
}



/*Queries*/

@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    .keynote-section img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .CTA-button {
        background-color: #307398;
        padding: 5px 20px;
        margin-left: 0px;
        border-radius: 6px;
        display: block;
        margin: 8px auto 0px auto;
    }
    .metric-section img {
        width: 240px;
        display: block;
        margin: 0 auto;
    }
    .keynote-section img {
        width: 160px;
        display: block;
        margin: 0 auto;
    }
    .home-social-section .extra-large-text {
        padding-top: 0px;
    }

}



/*Archived Agenda Styles*/
.track-icon {
    width: 120px;
    padding-right: 15px;
}

/*Archived 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%;
}