/* see general.css for default styles for all sizes*/
.header-slider__content.story-bar {
    background-image: linear-gradient(to right, #f0b043, #f19b47, #f28d49);
}
.home-page-header-slider .header-slider__slide .header-slider__content.page-title-text {
    top: 0;
    padding-top: 25%;
    background: rgb(0, 0, 0, .3);
}
div.header-slider__slide .header-slider__content.page-title-text div.title {
    width: 90%;
}
div.header-slider__slide .header-slider__content.page-title-text div.title h1 {
    color: #fff;
    font-size: 120%;
    width: 100%;
    text-transform: none;
    text-align: center;
    font-weight: normal;
    font-style: italic;
}
.home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc {
    position: absolute;
    margin-top: 5rem;
    font-size: 120%;
    width: 58%;
    text-align: left;
    font-weight: normal;
    color: #fff;
}
.home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc img {
    width: 22%;
    margin-right: 1em;
    margin-bottom: 3em;
    float: left;
}
div.header-slider__content.page-title-text a.info-circle {
    position: absolute;
    top: 4em;
    left: 1em;
    width: 40px;
    height: 40px;
    padding: .1em;
    background-color: #fff;
    box-shadow: 2px 2px 4px #000;
    border-radius: 50px;
    font-size: 1.25em;
    font-weight: bold;
}
.fade.show {
    background: transparent;
}
.modal.show .modal-dialog {
    top: 42%;
    right: 20%;
    left: 17%;
    max-width: 70%;
}
.modal-content {
    width: 100%;
    padding: 1em;
    border-radius: 20px;
}
section.story-content-wide {
    background-color: #f28d49;
    padding-top: 1em;
}
div.story-content-inner {
    width: 90%;
    margin: 3em auto;
    padding: 2em;
    border-radius: 50px;
    background-color: #f0c298;
}
figure img {
    float: none;
}
figcaption {
    background-color: #fae9da;
    border-radius: 50px;
    padding: 2em;
    margin-top: -1.5em;
}
.icon-custom {
	margin-bottom: 3em;
}
p.to-top {
    margin-left: 20%;
    margin-top: 10px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	landscape phone (tablets, 640px and up) 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 620px) {
    .home-page-header-slider .header-slider__slide .header-slider__content.page-title-text {
        padding-top: 18%;
    }
	div.header-slider__slide .header-slider__content.page-title-text div.title h1 {
		width: 70%;
		margin: auto;
	}
    .home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc {
        margin-top: 6rem;
		width: 100%;
		margin-left: 20%;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Medium devices (tablets, 750px and up) 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 750px) {
	.home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc {
		margin-top: 8rem;
		left: -5%;
	}
    figure img {
        float: right: margin-right: -8em;
        margin-top: -4em;
    }
    figcaption {
        background-color: #fae9da;
        border-radius: 40px;
        padding: 2em;
        margin-right: 7em;
        margin-top: -1em;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Large devices (desktops, 976px and up, iPad Pro 1024px wide) - this size is where the fau template changes, rather than 992px
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 976px) {
    div.header-slider__content.page-title-text a.info-circle {
        left: 55%;
    }
    .modal.show .modal-dialog {
        top: 35%;
        width: 30%;
        left: 25%;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title {
        position: absolute;
        left: 13%;
        top: 30%;
        width: 60%;
    }
    .home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc {
        font-size: 120%;
        top: 38%;
		left: 5%;
		width: 45%;
    }
    .home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc img {
        width: 18%;
    }
    #story-begin > div > div:nth-child(2) > figure {
        margin-top: 4em;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	styles for laptop devices - 1440+
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 1400px) {
    .home-page-header-slider .header-slider__slide .header-slider__content.page-title-text {
        background: none;
		padding-top: 12%;
    }
    div.header-slider__content.page-title-text a.info-circle {
        top: 15%;
    }
    .modal.show .modal-dialog {
        width: 50%;
        left: 20%;
    }
    .modal-content {
        width: 65%;
        float: right;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title {
        left: 10%;
        top: 20%;
        width: 100%;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title h1 {
        font-size: 160%;
        width: 40%;
		margin-left: 0;
    }
    .home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc {
        top: 28%;
        left: -5%;
        width: 32%;
    }
	.icon-custom {
		margin-top: 0;
	}
    section.story-content-wide {
        padding-top: 4em;
    }
    div.story-content-inner {
        margin: 0 auto;
        padding: 3em;
    }
    #story-begin > div > div:nth-child(2) > figure {
        margin-top: -5em;
        margin-right: -5em;
    }
    #story-begin > div > div:nth-child(2) > figure figcaption {
        margin-right: 5em;
        padding: 1em;
        border-radius: 25px;
        margin-top: -.5em;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	styles for large desktop monitors - 1920 wide x 1080 tall
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 1900px) {
    div.header-slider__content.page-title-text a.info-circle {
        top: 15%;
    }
    .modal.show .modal-dialog {
        top: 30%;
    }
    .modal-content {
        padding: 1em;
        border-radius: 20px;
        width: 48%;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title {
        left: 15%;
        top: 20%;
        width: 100%;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title h1 {
        font-size: 180%;
        width: 33%;
    }
    .home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc {
        top: 30%;
        font-size: 150%;
		left: 0;
    }
    section.story-content-wide {
        padding-top: 4em;
    }
    div.story-content-inner {
        margin: 0 auto;
        padding: 3em;
        width: 70%;
    }
    #story-begin > div > div:nth-child(2) > figure {
        margin-top: -5em;
        margin-right: -5em;
    }
    #story-begin > div > div:nth-child(2) > figure figcaption {
        margin-right: 5em;
        padding: 1em;
        border-radius: 25px;
        margin-top: -.5em;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Large MAC desktop - 2560 wide x 1440 tall
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 2500px) {
    .modal-content {
        margin-right: 20%;
    }
    .modal.show .modal-dialog {
        top: 25%;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title h1 {
        font-size: 250%;
    }
    .home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc {
        font-size: 180%;
        top: 34%;
		width: 23%;
    }
    #story-begin > div > div:nth-child(2) > figure figcaption {
        width: 70%;
        padding: 2em;
    }
}