.pageTitle, h1.page-title {
    font-size: 32px;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 500;
}

hr.home-rule {
  border-top: 9px solid #41a02b;
}
hr {
    border-top: 2px solid #41a02b;
}
.extra-large-text {
    font-size: 44px;
    line-height: 1.15;
}
.PHeader {    
    font-size: 36px;
    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 {
    font-weight: 500;
}
.regular-weight {
    font-weight: 300;
}

/*Text Colors*/
.white, a .white, a.white, .white a {
  color: #fff;
}
.black, a .black, a.black, .black a {
  color: #000;
}
.green, a .green, a.green, .green a {
  color: #41a02b;
}
.bright-green, a .bright-green, a.bright-green, .bright-green a {
  color: #51b13a;
}
.blue, a .blue, a.blue, .blue a {
  color: #34829b;
}
.dark-grey, a .dark-grey, a.dark-grey, .dark-grey a {
  color: #261f1a;
}

/*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 {
    text-align: center;
    background-color: #152009;
    padding: 12px 5px;
    font-size: 18px;
    font-weight: 500;
    margin-top: -1px;
}
.CTA-button {
    background-color: #2c9a82;
    padding: 13px 12px 15px 12px;
    margin-left: 15px;
    font-weight: bold;
}
.topic-header {
    font-size: 30px;
}
.about-section h1 {
    line-height: 1.15;
    font-weight: bold;
    padding-bottom: 15px;
}
.about-section h2 {
    font-size: 26px;
    color: #34829b;
}
.about-section h3 {
    font-size: 20px;
    line-height: 1.2;
    color: #232428;
}
.featured-speakers {
    text-align: center;
    padding: 45px 0px 0px 0px;
}
.featured-speakers img {
    margin-bottom: 20px;
}
.hotel-travel-section {
    background-color: #232428;
    margin-top: 40px;
}
.dtx-community {
    margin: 80px 0px 40px 0px;
}
.dtx-community img {
    width: 200px;
}
.sponsor-section {
  background-image: url('/images/foodmedicinesummitlibraries/home/26/bg-media.jpg');
  background-size: contain;
  background-color: #54822e;
  margin: 45px 0px 40px 0px;
}
hr.quote-rule {
    border-top: 10px solid #41a02b;
    width: 160px;
    display: block;
    margin: 45px auto;
}
.home-quote-section {
    padding: 20px 0px 25px 0px;
    background-color: #f2f2f2;
}
.home-quote-section .pageTitle {
    line-height: 1.5;
}
.key-contacts-section {
    margin: 50px 0px 100px 0px;
}
.contact-box {
    border: 2.5px solid #212121;
    text-align: center;
    line-height: 1.6;
    padding: 0px 10px 20px 10px;
}
.contact-box img {
    padding: 40px 60px 25px 60px;
}
.home-button {
    background-color: #51b13a;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 70px;
    font-size: 20px;
    font-weight: 700;
    display: table;
    margin: 0 auto;
}
.home-button-white {
    background-color: #fff;
}
.hotel-travel-section .home-button, .sponsor-section .home-button {
    margin: 25px 0px 0px 0px;
}
.custom-gallery-section {
    padding: 50px 0px 45px 0px;
}
.home-button:hover {
    transform: scale(1.03);
    transition: ease 0.5s;
}


/*Home Social*/
.homepage-social-bottom {
  background-color: #51b13a;
  padding: 15px 0px;
  margin-bottom: -5px;
}
.hashtag-home {
  display: inline;
  padding-left: 6px;
  color: #fff;
  font-size: 20px;
}
.social-icon {
    padding-right: 3px;
    margin-top: -5px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}







/*Custom Queries*/
@media screen and (max-width: 1199px) {
    .hotel-travel-section .col-sm-5 {
        padding: 35px 0px;
    }
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
    .CTA-button {
        display: block;
        margin: 10px 25px 0px 25px;
    }
    .featured-speakers img {
        width: 250px;
        display: block;
        margin: 0 auto 20px auto;
    }
    .hotel-travel-section {
        text-align: center;
    }
    .sponsor-section {
        text-align: center;
        padding: 30px 0px;
    }
    .sponsor-section img {
        margin-top: 25px;
    }
    .hotel-travel-section .home-button, .sponsor-section .home-button {
        display: block;
        margin: 0 auto;
    }
}




/* Tracknav */
.tracknav a {
  background-color: #51b13a;
}



/*Nav Logo*/
a.navbar-brand, a.navbar-brand-reg {
    background-image: url("/images/foodmedicinesummitlibraries/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: 8px solid #3d6f92;
}

/*Toggle Nav*/
.navbar-default .navbar-toggle {
    border-color: #ed870b;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ed870b;
}

/* 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: #51b13a;
   color: #fff;
   font-weight: 500;
}
.navbar-default {
    background-color: #fff;
}
.dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav>.active>a  {
    background-color: #51b13a;
    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: #113507;
    color: #fff;
}
.nav>li:last-child>a {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0bd0e+0,eb900b+100 */
    background: linear-gradient(to bottom,  #e0bd0e 0%,#eb900b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    font-weight: 700;
}
@media screen and (max-width: 1135px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
        padding: 5px 15px 5px 35px;
        font-size: 16px;
    }
    .nav>li:last-child>a  {
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid #fff;
    }
    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: -82px;
        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: #51b13a;
    color: #fff;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bold;
}




/*Modal Override*/
.pointer {
    cursor: pointer;
}
.centered-modal.in {
    display: flex !important;
}
.centered-modal .modal-dialog {
    margin: auto;
}
.modal-body {
    border: 5px solid #f07c0a;
}
.modal-header {
    padding: 0px;
}
.videoWrapper {
    margin-right: -1px;
}
button.video-close {
    background-color: #0a93ca;
    font-size: 21px;
    padding: 5px 7px;
    top: 22px;
    margin-top: 30px;
    right: 5px;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 60%;
        margin-top: 5%;
    }
}

