/* see general.css for default styles for all sizes*/
.header-slider__content.story-bar {
    background-image: linear-gradient(to right, #2b3b90, #2975ba, #27a1da);
}
.home-page-header-slider .header-slider__slide .header-slider__content.page-title-text {
    top: 16%;
    left: 0;
    padding-top: 6%;
}
div.header-slider__slide .header-slider__content.page-title-text div.title {
    width: 80%;
}
div.header-slider__slide .header-slider__content.page-title-text div.title h1 {
    color: #fff;
    font-size: 180%;
    text-transform: none;
    text-align: left;
    line-height: 1em;
}
section.story-content-wide {
    background-color: #fff;
}
div.story-content-inner {
    width: 100%;
    margin: 1em auto;
    background-color: #fff;
    padding: 0 1em;
}
.av-book {
    font-family: 'Avenir-book';
    text-transform: uppercase;
    font-size: 70%;
}
p.byline {
    margin-left: 1.2em;
}
p.to-top {
    margin-left: 20%;
    margin-top: 10px;
}
div.row {
    margin: 2em auto;
}
.notched-blue {
    /*background-image: url(/research/magazine/fall-2021/images/news-briefs-10.png);
	background-size: cover;
	background-repeat: no-repeat;*/
    background-color: #036;
    color: #fff;
    width: 100%;
    padding: 1em;
    border-right: 16px solid #fff;
}
.notched-blue-full {
    /*background-image: url(/research/magazine/fall-2021/images/news-briefs-12.png);
	background-size: cover;
	background-repeat: no-repeat;*/
    background-color: #036;
    color: #fff;
    width: 100%;
    padding: 1em;
}
.notched-gray {
    /*background-image: url(/research/magazine/fall-2021/images/news-briefs-11.png);
	background-size: cover;
	background-repeat: no-repeat;*/
    background-color: #ccc;
    color: #036;
    width: 95%;
    padding: 1em;
    margin-top: 2em;
}
#story-begin > div:nth-child(8) > div.col-sm-12.col-md-12.col-lg-6.col-xl-6.notched-gray {
	padding: 15% 1em;
}
.notched-gradient {
    /*background-image: url(/research/magazine/fall-2021/images/news-briefs-13.png);
	background-size: cover;
	background-repeat: no-repeat;*/
    background-image: linear-gradient(to right, #0968b4, #7ca4d0, #a16caa, #b3418e, #e8297a, #76358a, #2e4097);
    color: #fff;
    width: 100%;
    padding: 1em;
}
.sm-header {
    text-transform: uppercase;
    font-size: 1em;
}
div.story-content-inner h4 {
    font-style: italic;
    font-weight: bold;
}
figure {
    width: 80%;
    margin: 0 auto 2em auto;
}
figcaption {
    border-left: 1px solid #036;
    width: 100%;
    margin-bottom: 2em;
    padding-left: 1em;
}
.notched-blue figcaption, .notched-blue-full figcaption {
    border-left: 1px solid #fff;
}
#story-begin > div:nth-child(4) > div.col-6.notched-blue > figure, #story-begin > div:nth-child(4) > div.col-6.notched-gray > figure, #story-begin > div:nth-child(8) > div.col-6.notched-gray > figure, #story-begin > div:nth-child(8) > div.col-6.notched-blue > figure {
    margin-top: -7em;
    margin-bottom: 2em;
}
#story-begin > div:nth-child(8) > div.col-6.notched-blue > figure {
    width: 100%;
}
#story-begin > div.row.notched-gradient > div:nth-child(2) > figure {
    margin-top: 18%;
}
figure img.img-responsive {
    margin: auto;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	landscape phone (620px+)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 620px) {
    .home-page-header-slider .header-slider__slide .header-slider__content.page-title-text {
        padding-top: 6%;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title {
        width: 80%;
        margin-left: 20%;
    }
    #story-begin > div.row.notched-gradient > div:nth-child(2) > figure {
        margin-top: 4%;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Medium devices (tablets, 750px and up) 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 750x) {
    div.header-slider__slide .header-slider__content.page-title-text div.title {
        margin-left: 18%;
    }
    #story-begin > div.row.notched-gradient > div:nth-child(2) > figure {
        margin-top: 2%;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Large devices (desktops, 976px and up) - this size is where the fau template changes, rather than 992px
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 976px) {
    .home-page-header-slider .header-slider__slide .header-slider__content.page-title-text {
        padding-top: 12%;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title {
        width: 100%;
        padding-left: 6%;
    }
    div.row {
        padding: 2em;
    }
    .notched-gray {
        margin-top: 0;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	styles for laptop devices - 1440px +
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 1400px) {
    .home-page-header-slider .header-slider__slide .header-slider__content.page-title-text {
        padding-top: 10%;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title h1 {
        font-size: 250%;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	styles for large desktop monitors - 1920 wide x 1080 tall
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 1900px) {
    .home-page-header-slider .header-slider__slide .header-slider__content.page-title-text {
        padding-top: 5%;
        padding-left: 0;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title h1 {
        font-size: 400%;
        width: 25%;
    }
    div.story-content-inner {
        width: 50%;
    }
    #story-begin > div:nth-child(4) > div.col-sm-12.col-md-12.col-lg-6.col-xl-6.notched-blue > figure, #story-begin > div:nth-child(4) > div.col-sm-12.col-md-12.col-lg-6.col-xl-6.notched-gray > figure, #story-begin > div:nth-child(8) > div.col-sm-12.col-md-12.col-lg-6.col-xl-6.notched-blue > figure {
        margin-top: -3em;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Large MAC desktop - 2560 wide x 1440 tall
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 2500px) {
    div.header-slider__slide .header-slider__content.page-title-text div.title {
        padding-left: 10%;
        width: 100%;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title h1 {
        font-size: 500%;
    }
    div.row {
        margin-top: 60px;
        margin-bottom: 0;
    }
    #story-begin > div:nth-child(4) > div.col-6.notched-blue > figure, #story-begin > div:nth-child(4) > div.col-6.notched-gray > figure, #story-begin > div:nth-child(8) > div.col-6.notched-gray > figure, #story-begin > div:nth-child(8) > div.col-6.notched-blue > figure {
        margin-top: -7em;
        margin-bottom: 2em;
    }
}