/*Custom Styles*/
.pageTitle, h1.page-title {
    font-size: 36px;
    line-height: 1.2;
    color: #19365b;
    font-weight: 400;
    margin-bottom: 0px;
}
.extra-large-text {
    font-size: 44px;
    line-height: 1.15;
    margin-bottom: 10px;
}
.PHeader {    
    padding-bottom: 6px;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
    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;
}
a {
    color: #51adbb;
}
a img:hover {
    opacity: .85;
}
hr {
    border-top: 5px solid #f15a3a;
}
.pointer {
    cursor: pointer;
}
.white, a.white, a .white, .white a, p.white {
  color: #fff !important;
}
.black, a.black, a .black, .black a {
  color: #000;
}
.blue, a.blue, a .blue, .blue a {
  color: #19365b;
}
.light-blue, a.blue, a .blue, .blue a {
  color: #51adbb;
}

.CTA {
    background-color: #97cfed;
    text-align: center;
    padding: 8px 5px;
    font-size: 20px;
    font-weight: bold;
}
a .CTA {
    color: #19365b;
}
.CTA-button {
    background-color: #36749b;
    padding: 10px 20px;
    margin-left: 10px;
}
hr.home-rule {
    border-top: 5px solid #97cfed;
}
.home-button {
    background-color: #205271;
    padding: 14px 4px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}
.program-section {
    padding: 35px 0px 45px 0px;
}
a .trackbox {
    color: #000;
    font-weight: 500;
}
.track-box {
    padding: 13px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    min-height: 80px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.track-box-r-d {
    border: 3.5px solid #f15a3a;
}
.track-box-manufacturing {
    border: 3.5px solid #faa21b;
}
.track-box-applications {
    border: 3.5px solid #38ba93;
}
.track-box-engineering {
    border: 3.5px solid #3ca0cf;
}
a .track-box:hover {
    font-weight: bold;
}
a .track-box-r-d:hover {
    color: #f15a3a;
}
a .track-box-manufacturing:hover {
    color: #faa21b;
}
a .track-box-applications:hover {
    color: #38ba93;
}
a .track-box-engineering:hover {
    color: #3ca0cf;
}
a .trackbox h2 {
    color: #000;
    font-weight: 500;
}

.track-box h2 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0px;
    line-height: 1.4;
}

@media screen and (max-width: 1199px) {
    .track-box h2 {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    .track-box h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .track-box h2 {
        font-size: 18px;
    }
}
/*a .track-box-manufacturing:hover {
    color: red;
}
a .track-box-applications:hover {
    color: red;
}
a .track-box-engineering:hover {
    color: red;
}*/
.about-section {
    padding-top: 20px;
}
.about-section .tertiary-text {
    font-size: 18px;
}
.about-section .cta-buttons {
    margin-bottom: 25px;
}
.sponsors-section {
    padding: 30px 0px;
}
.blue-gradient-section {
    background-image: url('/images/librariesprovider22/home/25/background.jpg');
    background-size: cover;
    background-position: center;
    padding: 60px 0px 65px 0px;
}
.battery-developers {
    padding: 30px 15px 20px 15px;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
}
.keynote-section {
    background-color: #0c1539;
    padding: 40px 0px 65px 0px;
}
.keynote-section img {
    width: 80%;
}
.keynote-blue {
    color: #5da5cf;
}
.about-social-section {
    padding: 50px 0px;
}
.testimonial-video-section {
    padding: 50px 0px 0px 0px;
}
.testimonial-video-section .home-button {
    width: 400px;
    display: block;
    margin: 40px auto 0px auto;
}
.hear-from-experts-section {
    padding: 70px 0px 0px 0px;
}
.hear-from-experts-section img {
    border: 10px solid #4b9aee;
    border-radius: 0px 0px 17px 17px;
}
.reasons-to-attend {
    padding: 50px 0px 40px 0px;
}
.reasons-to-attend .pageTitle {
    padding-bottom: 50px;
}
.reasons-to-attend ul {
    font-size: 18px;
    list-style-type: none;
    padding: 0px;
    font-size: 18px;
}
.reasons-to-attend ul li {
    padding-bottom: 15px;
    white-space: normal;
    display: flex;
    /* Flexbox to control layout */
    align-items: flex-start;
}
.reasons-to-attend ul li::before {
    color: #1989c9;
    content: "■";
    margin-right: 8px;
    font-size: 30px;
    flex-shrink: 0;
    margin-top: -13px;
}
.light-blue-section {
    padding: 60px 0px;
}
.cet-webinars {
    background: #17aeca; /* Old browsers */
    background: -moz-linear-gradient(top,  #17aeca 0%, #227e90 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #17aeca 0%,#227e90 100%); /* Chrome10-25,Safari5.1-6 */
    padding: 40px 0px 30px 0px;
}
.homepage-social-bottom {
  background-color: #204c73;
  padding: 15px 0px;
}
.hashtag-home {
  display: inline;
  padding-left: 6px;
  color: #fff;
  font-size: 16px;
}
.social-icon {
    padding-right: 10px;
}

@media screen and (max-width: 1199px) {
    .home-button {
        font-size: 17px;
    }
    .track-box {
        padding: 13px 4px;
        font-size: 13px;
        min-height: 65px;
    }
}
@media screen and (max-width: 991px) {
    .track-box {
        padding: 13px 10px;
        font-size: 20px;
        min-height: 0px;
    }
}

@media screen and (max-width: 767px) {
    .keynote-section img {
        width: 215px;
    }
    .CTA-button {
        display: block;
        width: 80%;
        margin: 10px auto 0px auto;
    }
}





/*Twitter Feed*/
.twitter-feed {
    padding: 20px 15px 10px 15px;
    background-image: url('/images/librariesprovider22/home/21/twitterframe-new.png');
    background-size: 100% 99%;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
    .twitter-feed {
        background-image: none;
    }
}

/*Sidebar*/
.sidebar-rule {
    border-top: 2px solid #000;
}
.sidebar-tutorials {
    padding-top: 5px;
}
.track-bullet {
    padding: 5px 5px 0px 0px;
}
.sidebar-track {
    width: 100%;
}
.sidebar-track a {
    color: #000;
    font-size: 16px;
}
.sidebar-stream-header {
    margin-bottom:10px;
}
a.r-d-stream :hover {
    color: #f15a3a;
}
a.manufacturing-stream :hover {
    color: #faa21b;
}
a.applications-stream :hover {
    color: #38ba93;
}
a.engineering-stream :hover {
    color: #3ca0cf;
}

/* Sponsor Pages */
.tracknav a {
  background-color: #254969;
}
@media screen and (min-width: 990px) {
    .tracknav a {
        min-width: 117px;
    }
}
@media screen and (min-width: 1200px) {
    .tracknav a {
        min-width: 155px;
    }
}

.sponsor-deadlines-box {
    padding: 20px; 
    border: 2px solid rgb(85, 144, 204); 
    border-radius: 8px; 
    background-color: #e7e1d6;
}
.sponsor-header {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #ff5933;
    text-decoration: underline;
}
.sponsor-deadlines-box {
    padding: 20px;
    border: 2px solid rgb(85, 144, 204);
    border-radius: 8px;
    background-color: #e7e1d6;
}

/*Nav Logo*/
a.navbar-brand, a.navbar-brand-reg {
    background-image: url('/images/librariesprovider22/template-images/26/logo-nav.png');
    background-repeat: no-repeat;
    margin: 20px 10px 10px 30px;
    width: 260px;
}
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 {
    color: #fff;
}

/* Main Nav Color - Nav Font Color */
.navbar {
    font-weight: bold;
}
.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: #18365b;
}
.navbar-default, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav>.active>a  {
    background-color: #19365b;
    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: #f26435;
    color: #fff;
}
.navbar-default .navbar-toggle:focus {
    background-color: #19365b;
}
.nav>li:last-child>a {
    background: #f26237; /* Old browsers */
    background: -moz-linear-gradient(top,  #f26237 0%, #f99620 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f26237 0%,#f99620 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f26237 0%,#f99620 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #19365b;
    font-weight: 700;
}

@media screen and (min-width: 1135px) {
    .nav li:last-of-type ul {
        margin-left: -77px;
        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;
}
.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;
    }
}









/*Modal Override*/
.centered-modal.in {
    display: flex !important;
}
.centered-modal .modal-dialog {
    margin: auto;
}
.modal-body {
    border: 5px solid #e04e25;
}
.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%;
    }
}

