@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100&family=Bebas+Neue&display=swap');

h1, h2, h3, h4 {
    font-family: 'Bebas Neue', cursive;
}

/*p, ul, .footer-content {
    font-family: 'Barlow Condensed', sans-serif;

}*/

.box-hero {
    background-color: #FBE5E0;
    background-repeat: no-repeat;
    background-position: center auto;
}

h6 {
    font-size: 60px;
    font-weight: 100;
    line-height: 1em;
    margin-top: -3px;
    color: #dd5256;
}

.box-hero .box-content h1 {
    color: #dd5256;
}

.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: white !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: #ee8682;
    color: #fff;
    box-shadow: none;
}

@media (min-width: 992px) {

    .box-hero .box-content h1,
    .box-hero .box-content p {
        max-width: 65%;
    }

    .page-container>header .q-topbar img {
        height: 45px;
    }

    #who-can-take-part .gradient {
        background: linear-gradient(to right, #ee8682, #ee8682 50%, #FFF 50%);
        border-color: #ee8682;
    }
}

@media (max-width:768px) {
    .page-container>header .q-topbar img {
        height: 45px;
    }

    .box-hero {
        height: 45rem;
    }
}

.panel.panel-accordion>.panel-heading a {
    background-color: #fff;
    color: #000;
}

.panel.panel-accordion>.panel-heading a:before {
    border-top: 2px solid #ee8682;
}

.panel.panel-accordion>.panel-heading a:after {
    border-right: 2px solid #ee8682;
}

.panel.panel-accordion,
.panel.panel-accordion>.panel-heading {
    border-color: #ee8682;
}


.icon-about-trials:before {
    content: "\e903";
}


@media (max-width: 1199px) {
    .box-hero .visible-sm {
        display: block!important;        
    } 
    .box-hero .mask {
        background-color: #FBE5E0;
    }
    .box-hero .box-content {
        text-align: center;
    }
    .box-valigned .box-content {
        width: 100%;
    }
    .box-hero .box-content h1, 
    .box-hero .box-content p {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .box-hero .box-content h1, .box-hero .box-content p {
        max-width: 50%;
    }
}

.page-container>header .q-navbar .q-tabs li a {
    color: #DD5155;
}
.page-container>header .q-navbar .q-tabs li a [class*=icon-] {
    color: #DD5155;
}

.btn.v7 {
    background-color: #90985e; 
    box-shadow: none;
}

.btn.v7:hover, 
.btn.v7:active, 
.btn.v7:focus {
    background-color: #ee8682; 
    box-shadow: none;
}

#about-the-study .what-to-expect {
    background: #dfe0d5;
}

.panel.panel-accordion > .panel-heading a {
    background-color: #fdefe9;
    color: #e05c5e;
}

.page-container>header .q-topbar {
    padding: 0;
}
.page-container>header .q-topbar img {
    height: 62px;
}

@media (min-width: 768px) {
    .box-hero {
        height: 65rem;
    }
}

/* PP-14620 */
.location-search .zipcode-error {
    color: #dd5256; 
    margin-left: 4px; 
    font-size: 10px; 
    margin-top: 2px;
}

@media (max-width: 378px) {
    .container.last-section p > a, 
    .container.last-section ul > li > a {
        word-break: break-all;
    }
}
