.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 1290px) {
    .container {
        width: 1250px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body {
    margin: 0;
    padding: 0;
    font: 18px "Gilroy", sans-serif;
}

:root {
    --mainColor: #8868c9;
}

.center {
    text-align: center;
}

.tip {
    background: var(--mainColor);
    color: #fff;
    height: 50px;
    /*display: flex;*/
    display: none;
    justify-content: center;
    align-items: center;
}

.logo img {
    max-width: 245px;
}

.nav {
    height: 77px;
    padding: 7px 0 8px;
    border-bottom: 2px solid #eee;
}

.innav {
    display: flex;
    justify-content: space-between;
    height: 77px;
    align-items: center;
}

.nav .menu {
    font-size: 20px;
}

.nav .menu img {
    margin-top: -4px;
    margin-right: 10px;
}

.menu,
.list {
    display: flex;
    align-items: center;
}

.list .item {
    color: #836cc3;
    margin-right: 10px;
}

.intro {
    background: url("../../images/covid19_resource_center/bg.png") #12a8af center center no-repeat;
    background-size: 40vw;
    min-height: 75vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-position-x: center;
    background-position-y: bottom;
    background-position: bottom right 16vw;
}
.intro {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.intro:before,
.intro:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.intro.result {
    display: block;
    background: #fff;
}

.intro.result .form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 40px;
    background: #fff;
}

.searchResults {
    background: #fafafb;
}

.intro .txt {
    text-align: left;
    font-size: 45px;
    font-weight: bold;
    font-family: proximanova, Arial, sans-serif;
    color: #fff;
}

.intro .txt.small {
    font-weight: 400;
    font-size: 30px;
    max-width: 600px;
    color: #fff;
}

.intro .form {
    margin: 40px 0px 10px 0;
    display: none;
}

.intro .notex {
    display: none;
    color: #c3e0e3;
    font-size: 18px;
}

.intro .form input {
    padding: 20px;
    border: none;
    width: 400px;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: url("../../images/covid19_resource_center/mail2.png") no-repeat scroll 5px 5px #fff;
    background-size: 20px;
    background-position: 10px;
    font-size: 20px;
    padding-left: 40px;
    outline: none;
    border: 0;
}

.intro .form input::placeholder {
    color: #1b2d53;
    font-weight: bold;
}

.intro .form button {
    background: #0b666a;
    color: #dbfbfd;
    padding: 20px;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -10px;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.hiw {
    padding: 100px 0;
    background: #f4fdfe;
    color: #07204b;
}

.hiw .heading {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.hiw .txt {
    text-align: center;
    font-size: 20px;
    max-width: 890px;
    margin: 0 auto;
}

.hiw .items {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hiw .item {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.hiw .item .title {
    font-weight: bold;
    font-size: 18px;
    margin: 10px;
}

.footer .share {
    color: #38475c;
    margin-right: 30px;
}

.footer .social {
    transition: all ease 0.4s;
    display: none;
    margin-top: 20px;
}

.footer .social.in {
    display: block;
}

.share .inshare {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.res_item .footer img {
    margin-right: 10px;
}

.footer .directions {
    display: flex;
    color: #38475c;
    align-items: center;
}

@media only screen and (min-width: 1200px) {
    .intro .txt {
        font-size: 49px;
        margin-bottom: 30px;
    }

    .intro .txt.small {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1500px) {
    .results .left {
        flex: 0 0 550px;
        padding: 40px 60px;
    }

    .res_item {
        width: 550px;
    }
}
@media only screen and (max-width: 1200px) {
    .result .map img {
        max-width: 400px;
    }
}
@media only screen and (max-width: 1050px) {
    .result .map img {
        max-width: 300px;
    }

    .result .right {
        display: block;
    }
}
@media only screen and (max-width: 900px) {
    .result .right {
        display: none;
    }

    .hiw .items {
        justify-content: center;
    }

    .results .left {
        justify-content: center;
        padding: 20px 40px;
        flex: 1 1 100vw;
    }

    .res_item {
        width: 100%;
    }
}
@media only screen and (max-width: 750px) {
    .intro {
        background: url("../../images/covid19_resource_center/mbg.png") #12a8af center center no-repeat;
        min-height: 87vh;
        background-size: cover;
    }

    .intro .txt {
        text-align: center;
    }

    .nav .right {
        display: none;
    }

    .intro .form {
        margin: 20px;
    }

    .res_item {
        width: calc(100vw - 40px);
    }

    .results .left {
        padding: 0;
    }
}
@media only screen and (max-width: 500px) {
    .intro .form input {
        width: 250px;
    }

    .res_item .line1 .type > div:first-child {
        margin-bottom: 10px;
    }

    .intro .txt {
        font-size: 35px;
    }
}
@media only screen and (max-width: 450px) {
    .intro .form input {
        width: calc(100vw - 220px);
    }

    .intro {
        background: url("../../images/covid19_resource_center/mbg.png") #12a8af no-repeat;
        background-repeat: no-repeat;
        min-height: 55vh;
        background-size: 70vw;
        align-items: flex-start;
        padding-top: 90px;
        background-position: center bottom -10px;
    }

    .intro .form input,
    .intro .form button {
        font-size: 15px;
    }

    .intro .txt {
        font-size: 28px;
    }

    .intro .txt.small {
        font-size: 20px;
        margin-top: 25px;
    }

    .intro.result {
        padding-top: 10px;
    }

    .intro .notex {
        text-align: center;
    }
}
@media only screen and (max-width: 370px) {
    .intro .form input {
        width: calc(100vw - 250px);
    }
}
.contact {
    background: #3f4163;
    padding: 50px 20px;
    text-align: center;
}

.contact p {
    color: #50aaeb;
    font-size: 23px;
    font-weight: bold;
}

.contact .email {
    background: #4b4f76;
    display: inline-block;
    padding: 10px;
    color: #fff;
}

.journey {
    padding-bottom: 40px;
}

.journey__title {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
}

.journey__subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.journey__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.journey__item {
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #00234b;
    min-width: 350px;
    min-height: 395px;
    margin-bottom: 30px;
    padding: 30px 20px;
    font-size: 30px;
    font-weight: bold;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.journey__item:before,
.journey__item:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.journey__item:hover {
    text-decoration: none;
    color: #00234b;
}

.journey__item.test {
    background: url("../../images/covid19_resource_center/1.png") center center no-repeat;
    background-size: contain;
}
.journey__item.trials {
    background: url("../../images/covid19_resource_center/2.png") center center no-repeat;
    background-size: contain;
}
.journey__item.plasma {
    background: url("../../images/covid19_resource_center/3.png") center center no-repeat;
    background-size: contain;
}
.journey__item.ask {
    background: url("../../images/covid19_resource_center/4.png") center center no-repeat;
    background-size: contain;
}
.journey__item.find {
    background: url("../../images/covid19_resource_center/5.png") center center no-repeat;
    background-size: contain;
}
.journey__item.checker {
    background: url("../../images/covid19_resource_center/6.png") center center no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 450px) {
    .journey__title {
        font-size: 20px;
    }

    .journey__subtitle {
        font-size: 15px;
    }

    .journey__item {
        min-width: 300px;
        min-height: 90px;
        border-radius: 10px;
        padding: 15px;
        font-size: 14px;
        background-size: cover !important;
        background-position: right bottom !important;
    }
    .journey__item.test {
        background: url("../../images/covid19_resource_center/mobile/1.png") bottom right no-repeat;
    }
    .journey__item.trials {
        background: url("../../images/covid19_resource_center/mobile/2.png") bottom right no-repeat;
    }
    .journey__item.plasma {
        background: url("../../images/covid19_resource_center/mobile/3.png") bottom right no-repeat;
    }
    .journey__item.ask {
        background: url("../../images/covid19_resource_center/mobile/4.png") bottom right no-repeat;
    }
    .journey__item.find {
        background: url("../../images/covid19_resource_center/mobile/5.png") bottom right no-repeat;
    }
    .journey__item.checker {
        background: url("../../images/covid19_resource_center/mobile/6.png") bottom right no-repeat;
    }
}
.container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.container:before,
.container:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.fight {
    border-top: 2px solid #d6dbde;
    padding: 50px 0;
    background: #ecf6fc;
}
.fight .inFight {
    display: flex;
    flex-wrap: wrap;
}
.fight .left {
    width: 500px;
    max-width: 90vw;
    margin-bottom: 20px;
}
.fight .right img {
    max-width: 90vw;
    width: 750px;
}

.fight__title {
    font-weight: bold;
    color: #00234b;
    font-size: 28px;
    margin-bottom: 20px;
}

.fight__subtitle {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    color: #c3e0e3;
    display: none;
}

.fight_desc {
    font-size: 22px;
    color: #4f6179;
}

@media only screen and (max-width: 450px) {
    .fight__title {
        font-size: 25px;
    }
}

/*# sourceMappingURL=style.css.map */
