.pageTitle, h1.page-title {
    font-size: 36px;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 0px;
    color: #064d74;
    font-weight: 400;
}
.white, a .white, a.white, .white a, p.white, h1.white {
  color: #fff;
}
.black, a .black, a.black, .black a, p.black, h1.black {
  color: #000;
}
.blue, a .blue, a.blue, .blue a, p.blue, h1.blue {
  color: #064d74;
}
.dark-blue, a .dark-blue, a.dark-blue, .dark-blue a, p.dark-blue, h1.dark-blue {
  color: #2a4072;
}
.light-blue, a .light-blue, a.light-blue, .light-blue a, p.light-blue, h1.light-blue {
  color: #2a4072;
}

.teal, a .teal, a.teal, .teal a, p.teal, h1.teal {
  color: #b5f1d8;
}



.extra-large-text {
    font-size: 44px;
    line-height: 1.1;
}
.PHeader {
    font-size: 28px;
    line-height: 1.2;
}
.SHeader {
    font-size: 24px;
    line-height: 1.2;
}
.secondary-text {
    font-size: 20px;
    line-height: 1.2;
}
.tertiary-text, .terciary-text {
    font-size: 16px;
    line-height: 1.4;
}
.mid-weight {
    font-weight: 500;
}
/*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: #b5f1d8;
    padding: 8px;
    margin-top: -1px;
}
.CTA-button {
    background-color: #6e3750;
    font-weight: bold;
    font-size: 20px;
    padding: 7px 60px;
    text-align: center;
    display: table;
    margin: 0 auto;
    border-radius: 32px;
}
.about-section {
    padding: 25px;
    background-color: #fff4d9;
}
.about-section h1 {
    font-size: 28px;
    margin: 0px;
    color: #064d74;
    padding-bottom: 10px;
    font-weight: 300;
}
.about-section-inner img {
    padding-right: 30px;
}
.about-section-inner {
    display: flex;
    align-items: center;
}
.features-demographics-section {
    padding-top: 35px;
}
.features-demographics-section  .extra-large-text {
    padding-bottom: 5px;
}
.features-demographics-section ul {
    padding-left: 20px;
}
.home-button-group {
    padding-top: 30px;
}
.media-highlights-section {
    padding: 30px 0px 60px 0px;
}
.co-chairs-section {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(218, 248, 235, 1) 75%, rgba(218, 248, 235, 1) 75%);
    padding: 65px 0px 35px 0px;
}
.featured-speakers {
    padding: 35px 0px;
}
.home-quotes-section {
    padding: 50px 0px 40px 0px;
    text-align: center;
}
.home-quotes-section .extra-large-text {
    font-size: 38px;
}
.networking-section {
    padding: 40px 0px 30px 0px;
    background-color: #0b1049;
    background: linear-gradient(to right,  rgba(216,127,19,1) 0%,rgba(228,157,34,1) 40%,rgba(228,157,34,1) 61%,rgba(216,127,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.carousel-highlights-section {
    padding: 50px 0px 60px 0px;
}
.vip-bottom-banner {
    padding: 50px 0px 35px 0px;
}
.topics {
    background-color: #064d74;
    background-image: url('/images/oncologyventureandpartneringsummitlibraries/rvp/home/25/rvp25-agenda-topics-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px 0px 40px 0px;
}
ul.topics-list {
    list-style-type: none;
    padding: 5px 0px 0px 12px;
    font-size: 18px;
}
ul.topics-list li {
    padding-bottom: 6px;
    display: flex;
}
.topics-list li::before {
    color: fff;
    content: "■";
    padding-right: 4px;
    position: relative;
    top: -2px;
    font-size: 18px;
}
.why-attend {
    background-color: #064d74;
    background-image: url('/images/oncologyventureandpartneringsummitlibraries/rvp/home/25/rvp25-who-attend-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px 0px 40px 0px;
}
.why-attend-list-header {
    font-size: 18px;
}
ul.why-attend-list {
    list-style-type: none;
    padding: 5px 0px 0px 12px;
    font-size: 18px;
}
ul.why-attend-list li {
    padding-bottom: 6px;
    display: flex;
}
.why-attend-list li::before {
    color: #fff;
    content: "■";
    padding-right: 4px;
    font-size: 18px;
    position: relative;
    top: -2px;
}

.homepage-social-bottom {
    background-color: #064d74;
    padding: 15px 0px;
    border-top: 1px solid #fff;
}
.hashtag-home {
    display: inline;
    padding-left: 6px;
    color: #fff;
    font-size: 20px;
}



.home-button {
    text-align: center;
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #a36781;
}
a .home-button {
    color: #fff;
}
.purple-button {
    background-color: #a36781;
    font-size: 28px;
    padding: 8px 10px;
}





/*Advisory Board*/
img.speaker-bio {
    border-radius: 50%;
    border: 12px solid #00779a;
}
.speaker-bio-section {
  display: inline-block;
  margin-bottom: 80px;
}

.speaker-bio-section hr  {
    border-top: 2px solid #88ccd1;
}


/*Modal Override*/
.pointer {
    cursor: pointer;
}
.centered-modal.in {
    display: flex !important;
}
.centered-modal .modal-dialog {
    margin: auto;
}
.modal-body {
    border: 5px solid #064d74;
}
.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%;
    }
}






/*Sponsorship Page*/
.sponsor-tier {
    background-color: #064d74;
}
hr.sponsor-tier-seperator {
    border-top: 5px solid #6e3750;
}
ul.sponsor-tier-list li ul li::before {
    content: none;
    position: absolute;
    left: 0;    
}
ul.sponsor-tier-list li ul {
    margin-top: 10px;
}

/* Dropdown Nav Border Color */
.dropdown-menu>li>a {
    color: #fff;
}
/* Main Nav Color - Nav Font Color */
.navbar-default .navbar-nav>li>a {
    color: #064d74;
}
.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: #064d74;
   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: #b5f1d8;
    color: #064d74;
}
.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: #064d74;
    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: #064d74;
        padding: 5px 15px 5px 35px;
        font-size: 16px;
    }
    .nav>li:last-child>a  {
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid #064d74;
    }
    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 Logo*/
a.navbar-brand, a.navbar-brand-reg {
    background-image: url("/images/oncologyventureandpartneringsummitlibraries/rvp/template-images/25/rvp25-logo-nav.png");
    background-repeat: no-repeat;
}
/*Toggle Nav*/
.navbar-default .navbar-toggle {
    border-color: #6e3750;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #6e3750;
}

/*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;
    }
}
@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;
    }
}




@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {
    .about-section-inner {
        display: block;
    }
    .about-section-inner img {
        padding-right: 0px;
        padding-bottom: 20px;
        display: block;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
  .footer {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .footer-border {
    border: 0px;
  }
  .speaker-bio-section, .featured-speakers, .about-header {
    text-align: center;
  }

 .speaker-bio-section img, .co-chairs-section img, .featured-speakers img  {
    width: 275px;
    display: block;
    margin: 0 auto;
  }
  .networking-section img {
    width: auto;
    display: block;
    margin: 0 auto;
  }

}



