/* see general.css for default styles for all sizes*/
.home-page-header-slider {
    margin: 0 auto 3rem;
}
div.header-slider__slide {
    z-index: 1000;
}
.header-slider__content.story-bar {
    background-image: linear-gradient(to right, #8ac9f1, #b4cbde, #c6ccd6, #c8ccd5);
}
.home-page-header-slider .header-slider__slide .header-slider__content.page-title-text {
    top: 30%;
    padding-top: 30%;
}
.home-page-header-slider .header-slider__slide .header-slider__content .title {
    width: 70%;
    background-color: #fff;
    padding: .5em;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border: 2px solid #036;
}
div.header-slider__slide .header-slider__content div.title h1 {
    color: #cc0000;
    font-size: 110%;
    text-transform: none;
}
.home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc {
    top: 165%;
    width: 60%;
    font-weight: normal;
    font-size: 100%;
    color: #036;
    background: rgb(255, 255, 255, .9);
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
section.story-content-wide {
    background-image: url(/research/magazine/fall-2021/images/covid-banner-640x800.png);
    padding-top: 30em;
    z-index: -200;
    background-size: contain;
    background-repeat: no-repeat;
}
div.story-content-inner {
    background-color: #fff;
    border-radius: 25px;
    width: 95%;
    margin: 2em 1em 2em auto;
    padding: 2em;
}
.modal.show .modal-dialog {
    max-width: 100%;
    left: 0;
    top: 30%;
}
div.modal-content {
    background-color: #fff;
    padding: 0 2em;
}
button.close {
    width: 90%;
    text-align: right;
    margin: 1em;
}
div.modal-content figure figcaption {
    max-width: 90%;
    border-bottom: 2px dotted #ccc;
    font-size: 80%;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
		landscape view phones 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 620px) {
    .home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc {
        font-size: 120%;
        top: 125%;
    }
    figcaption {
        width: 120%;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Medium devices (tablets, 750px and up) 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 750px) {
    .home-page-header-slider .header-slider__slide .header-slider__content.page-title-text {
        padding-top: 15%;
    }
    .home-page-header-slider .header-slider__slide .header-slider__content .title {
        width: 50%;
    }
    .home-page-header-slider .header-slider__slide .header-slider__content h1 {
        font-size: 150%;
    }
    .home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc {
        top: 160%;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Large devices (desktops, 976px - this size is where the fau template changes, rather than 992px
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 976px) {
    section.story-content-wide {
        background-image: url(/research/magazine/fall-2021/images/covid-banner-full-size-1400.png), linear-gradient(#e8f0f9, #e8f0f9, #dceaf6, #69afd5, #136093);
        background-size: 100%;
    }
    .home-page-header-slider .header-slider__slide .header-slider__content.page-title-text {
        padding-top: 20%;
    }
    .home-page-header-slider .header-slider__slide .header-slider__content .title {
        margin-left: -20%;
        width: 42%;
        text-align: left;
    }
    div.header-slider__slide .header-slider__content div.title h1 {
        font-size: 120%;
    }
    .home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc {
        top: 100%;
        margin-top: 15%;
        background: none;
        text-align: left;
        width: 41%;
    }
    div.row.what-we-learned {
        margin-top: 40px;
    }
    div.red-what {
        background-color: #cc0000;
        color: #fff;
        width: 40%;
        padding: 1em;
        padding-bottom: .25em;
        text-align: center;
        margin: 0 auto 2em auto;
    }
    div.row.what-we-learned div.col-12 div.row.four-image {
        margin-top: 60px;
        border-radius: 40px;
        background-color: #cfe4f9;
        padding: 2em 0 2em 2em;
    }
    div.modal-dialog {
        top: 31%;
        left: 0;
        width: 95%;
    }
    div.modal-content {
        padding: 4em 2em;
    }
    div.modal-content figure {
        float: left;
        margin-right: 2em;
        margin-bottom: 2em;
        width: 48%;
    }
    div.modal-content figure figcaption {
        max-width: 80%;
        font-size: 1em;
    }
    div.modal-content div.text-content {
        position: absolute;
        top: 8em;
        left: 52%;
        width: 45%;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	iPad Pro (portrait and landscape)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    div.header-slider__slide .header-slider__content.page-title-text div.title h1 {
        font-size: 120%;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	styles for laptop devices 1440+ (styles actually change at 1400px)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 1400px) {
    .home-page-header-slider .header-slider__slide .header-slider__content.page-title-text {
        padding-top: 0;
    }
    .home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc {
        top: 0;
        margin-top: 13%;
    }
    div.modal-dialog {
        top: 31%;
        left: 0;
        width: 95%;
    }
    .modal-content {
        color: #000;
        padding: .25em;
    }
    section.story-content-wide {
        background-size: 100%;
        margin-top: -44em;
        padding-top: 44em;
    }
    div.story-content-inner {
        width: 80%;
        box-shadow: -5px -5px #ccc;
        margin: auto;
    }
    div.row.what-we-learned {
        margin-top: 40px;
    }
    div.row.what-we-learned div.col-12 div.red-what {
        width: 30%;
        padding: 2em;
        margin: 0 auto;
        background-color: #cc0000;
        color: #fff;
    }
    div.row.what-we-learned div.col-12 div.row.four-image {
        margin-top: 60px;
        border-radius: 40px;
        background-color: #cfe4f9;
        padding: 2em 0 2em 2em;
    }
    div.modal-dialog {
        top: 31%;
        left: 0;
        width: 95%;
    }
    div.modal-content {
        padding: 4em 2em;
        background: rgba(255, 255, 255, .9);
    }
    div.modal-content div.text-content {
        position: absolute;
        top: 8em;
        left: 50%;
    }
    div.modal-content figure figcaption {
        width: 70%;
		margin: 1em auto;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	styles for large desktop monitors - 1900 wide x 1080 tall
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 1900px) {
    .home-page-header-slider .header-slider__slide .header-slider__content.page-title-text {
        top: 36%;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title {
        top: 0;
        width: 43%;
        border: none;
        background: none;
        margin-left: -18%;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title h1 {
        font-size: 200%;
    }
    .home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc {
        width: 27%;
        top: 45%;
        font-size: 140%;
        margin: auto;
    }
    section.story-content-wide {
        background-image: url(/research/magazine/fall-2021/images/covid-banner-full-size-2600x.png), linear-gradient(#e8f0f9, #e8f0f9, #e8f0f9, #dceaf6, #69afd5, #136093);
        background-size: 100%;
        margin-top: -48em;
        padding-top: 48em;
    }
    div.story-content-inner {
        width: 60%;
        margin: auto;
    }
    figure img.img-responsive {
        width: 100%;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Large MAC desktop - 2560 wide x 1440 tall
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 2500px) {
    .home-page-header-slider .header-slider__slide .header-slider__content.page-title-text {
        top: 41%;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title {
        width: 38%;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title h1 {
        font-size: 300%;
    }
    .home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc {
        font-size: 200%;
        top: 64%;
        width: 30%;
    }
    section.story-content-wide {
        margin-top: -55em;
        padding-top: 60em;
    }
    div.row.what-we-learned {
        margin-top: 40px;
    }
    div.row.what-we-learned div.col-12 div.red-what {
        width: 30%;
        padding: 1em 1em .3em 1em;
        margin: 0 auto;
        background-color: #cc0000;
        color: #fff;
        text-align: center;
    }
    div.row.what-we-learned div.col-12 div.row.four-image {
        margin-top: 60px;
        border-radius: 40px;
        background-color: #cfe4f9;
        padding: 2em 0 2em 2em;
    }
    div.modal-dialog {
        top: 30%;
        left: 0;
        width: 95%;
    }
    div.modal-content {
        padding: 4em 29em;
        background: rgba(255, 255, 255, .9);
    }
    div.modal-content figure {
        float: left;
        margin-right: 2em;
        margin-bottom: 2em;
    }
    div.modal-content figure figcaption {
        max-width: 90%;
        width: 100%;
    }
    div.modal-content div.text-content {
        position: absolute;
        top: 8em;
    }
}