h6 {
    font-size: 60px;
    font-weight: 100;
    line-height: 1em;
    margin-top: -3px;
    color: #2e3092;
}

.box-hero .box-content h1 {
    color: #2e3092;
    font-weight: bold;
}

.box-hero .box-content p {
    color: #222;
}

.box-hero .mask {
    background-color: rgba(255, 255, 255, 0.7);
}



.q-bg-content-2 {
    background-color: #fff !important;
}

.q-bg-content-1 {
    background-color: #f1f1f1 !important;
}

#about-clinical-trials.q-bg-white {
    background-color: #f7f7f7 !important;
}

#site-selection .top-border {
    border: none;
}

#who-can-take-part .row>div:last-child {
    background-color: #fff;
}

.btn.v7,
.btn.v2:hover {
    background-color: #00a6b8;
    color: #fff;
    box-shadow: none;
}

@media (max-width: 1199px) {
    .box-hero .box-content {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {

    .box-hero .box-content h1,
    .box-hero .box-content h2,
    .box-hero .box-content p {
        max-width: 40%;
    }


    .page-container>header .q-topbar img {
        height: 30px;
    }

    #who-can-take-part .gradient {
        background: linear-gradient(to right, #00a6b8, #00a6b8 50%, #FFF 50%);
        border-color: #00a6b8;
    }
}

@media (max-width:768px) {
    .page-container>header .q-topbar img {
        height: 30px;
    }

    .box-hero {
        height: 55rem;
    }
}

.panel.panel-accordion>.panel-heading a {
    background-color: #fff;
    color: #000;
}

.panel.panel-accordion>.panel-heading a:before {
    border-top: 2px solid #00a6b8;
}

.panel.panel-accordion>.panel-heading a:after {
    border-right: 2px solid #00a6b8;
}

.panel.panel-accordion,
.panel.panel-accordion>.panel-heading {
    border-color: #00a6b8;
}


.icon-about-trials:before {
    content: "\e903";
}



.btn.v7 {
    background-color: #2e3092;
    font-size: 2rem;
}

@media (max-width: 350px) {
    .btn.v7 {
        white-space: normal;
    }
}

@media (max-width: 1199px) {
    ul li {
        list-style-position: inside;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .visible-sm {
        display: block !important;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 3.8rem;
    }

    h2 {
        font-size: 2.8rem;
    }
}

.page-container>header .q-navbar .q-tabs li a {
    color: #00a6b8;
}

.page-container>header .q-navbar .q-tabs li a [class*=icon-] {
    color: #2e3092;
}

@media (max-width: 320px) {

    h2,
    h3,
    p>a[href^="mailto:"],
    ul>li>a[href^="mailto:"] {
        word-break: break-all;
    }
}

.about-section-part .spacer-right h3 {
    margin-top: 0;
}

@media (min-width: 768px) {
    .about-section-part .spacer-left p:first-child {
        margin-top: 79px;
    }
}

@media (min-width: 992px) {
    .about-section-part .spacer-left p:first-child {
        margin-top: 90px;
    }
}

@media (min-width: 1200px) {
    .about-section-part .spacer-left p:first-child {
        margin-top: 53px;
    }

    .box-hero .box-content h1 {
        font-size: 3.4rem;
    }    
}

@media (max-width: 576px) {
    .box-hero .mask {
        background-color: white;
    }
}

.box-hero {
    background-color: #a1daf8;
}

@media (max-width: 394px) {
 .box-hero .box-content h1 {
        font-size: 2.5rem;
     text-align: left;
    }
.box-hero .box-content h2 {
    font-size: 2rem;
    text-align: left;
}

    .box-hero .box-content p {
    font-size: 1.6rem;
        text-align: left;
}

    .box-hero .box-content ul {

        font-size: 1.6rem;
        text-align: left;
        padding-left: 0px
        
    }

    .about-section-part ul {
    padding-left: 10px;
}

    .panel.panel-accordion>.panel-heading {
        font-size: 1.8rem;
    }
}


@media (max-width: 375px) {

    #contact-info h1,
    #site-selection h1 {
      font-size: 3.5rem;
    }
  }
  
  /* Site Selection Page fix */
  @media all and (max-width:320px) {
    .gm-style-iw.gm-style-iw-c {
      width: 270px !important;
      max-width: 270px !important;
    }
  
    .RigthCol {
      padding: 0 5px;
    }
  
    .siteSelectionPage #map2 .epr-map-iw h4 {
      font-size: 16px;
    }
  
    .siteSelectionPage #map2 .epr-map-iw p {
      font-size: 14px;
    }
  
    .site.grid .distance strong {
      font-size: 13px;
    }
  
    .site.grid .distance {
      font-size: 10px;
    }
  } 

  .sites .site .btn {
    white-space: normal;
  }
  /* Site Selection Page fix end */



.q-topbar-lang .dropdown-menu>li>a {
  white-space: normal;  
}

.zipcode-error {
  color: red; 
  font-size: 12px; 
  margin: 2px 0 0 2px;
}
