/* DO NOT CHANGE THESE STYLES BECAUSE EVERY PAGE IN THE WEB MAGAZINE WILL BE CHANGED. EACH STORY HAS ITS OWN CSS FILE - MAKE CHANGES IN THE INDIVUDUAL STORY CSS FILES. */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	default responsive styles for small devices (640px and smaller) 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html {
    scroll-behavior: smooth;
}
.page-wide main .content .section {
    max-width: 95%;
    padding: 0;
}
/* hide the FAU right blue nav bar */
.navbar-expand-lg .navbar-nav {
    display: none;
}
/* hide breadcrumb bar */
.topheader .main-nav.row-nav {
    display: none;
}
/* hide fau pink links bar */
.bottom-links ul {
    display: none;
}
.site-menu {
    display: none;
}
div.header-slider__img picture img.top {
    max-width: 100%;
}
/* hamburger menu styles */
div#accordion-mag {
    position: absolute;
    top: 3%;
    left: 0;
    width: 100%;
    font-size: 1em;
    color: #036;
    z-index: 1000;
}
div#accordion-mag span.icon-fau.icon-burger, div#accordion-mag span.icon-fau.icon-burger.icon-arrow-up {
    font-size: 3em;
    color: #fff;
}
div#accordion-mag span.icon-fau.icon-burger {
    float: left;
    margin-left: 1%;
    margin-top: 2%;
}
div#accordion-mag div.accordion-content {
    background-color: rgba(21, 108, 155, .8);
}
.header-slider__content.story-bar {
    z-index: 2000;
}
div#accordion-mag div.accordion-content ul {
    list-style-type: none;
    padding: 1em;
}
div#accordion-mag div.accordion-content ul li {
    line-height: 2em;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #fff;
}
div#accordion-mag div.accordion-content ul li a {
    color: #fff;
}
/* end hamburger menu styles */
.header-slider__img {
    max-height: 800px;
}
.home-page-header-slider .header-slider__slide .header-slider__img {
    height: 100%;
}
.home-page-header-slider .header-slider__slide .header-slider__content.page-title-text {
    top: 0;
}
.home-page-header-slider .header-slider__slide .header-slider__content h3 {
    font-size: 250%;
    text-transform: uppercase;
    position: absolute;
    top: 25%;
}
.header-slider__content.page-title-text .header-slider__content__desc {
    position: absolute;
    top: 45%;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}
.header-slider__content.story-bar {
    top: 0;
    height: 8%;
    background: rgb(0, 0, 0, .4);
    padding: 3rem 2rem 0;
}
.header-slider__content.story-bar ul {
    width: 100%;
    list-style-type: none;
    margin-top: 7%;
}
.header-slider__content.story-bar ul li {
    width: 48%;
    display: inline-block;
}
.header-slider__content.story-bar ul li.story-bar-title {
    text-align: left;
}
.header-slider__content.story-bar ul li.page-number {
    text-align: right;
}
.header-slider__content.story-bar ul li.story-bar-title-2 {
    padding-top: .5em;
    text-align: right;
}
.header-slider__content.story-bar ul li.story-bar-title-2 a {
    color: #fff;
}
.header-slider__content.story-bar div.accorion-toggle {
    margin-top: 2em;
}
/* new arrow styles */
.header-slider__slide div.arrow-nav {
    position: absolute;
    width: 100%;
    top: 250px;
    min-height: 200px;
}
.header-slider__slide div.arrow-nav a img {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 2px 2px 2px #666;
    z-index: 1100;
}
.header-slider__slide div.arrow-nav a img.left-arrow {
    top: 0;
    left: 5%;
}
.header-slider__slide div.arrow-nav a img.right-arrow {
    top: 0;
    right: 5%;
}
.header-slider__slide div.arrow-nav a img.down-arrow {
    bottom: 10%;
    left: 45%;
}
/* end new arrow styles */
.container-fluid {
    width: 100%;
    padding: 0;
}
section.story-content-wide {
    width: 100%;
    padding-bottom: 2em;
}
div.story-content-inner {
    width: 80%;
    padding: 2em;
    background-color: #fff;
    margin: 2em auto;
}
p.byline {
    font-weight: bold;
}
div .para-1 p::first-letter {
    font-size: 200%;
}
div .para-1 p {
    line-height: 1.5em;
}
div.to-top {
    width: 100%;
    text-align: right;
    padding-top: 2em;
}
.clear {
    clear: both;
}
figcaption {
    margin: 1em auto;
	width: 90%;
	font-style: italic;
	font-size: 90%;
}
.modal.show .modal-dialog {
    max-width: 20%;
    left: 30%;
    top: 31%;
}
.modal-content {
    color: #000;
    padding: .25em 1em;
}
button.close {
    text-align: right;
    background-color: fff;
    margin-left: 88%;
    margin-top: -1em;
    width: 10%;
}
button.close:hover {
    background-color: #fff;
}
.icon-custom {
	display: inline-block;
	float: left;
	font-size: 40px;
	margin: .25em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Landscape phones
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 600px) {
    .header-slider__content.story-bar ul {
        margin-top: 4%;
    }
    .header-slider__slide div.arrow-nav {
        top: 150px;
        width: 100%;
        left: 0;
    }
	.header-slider__slide div.arrow-nav a img.down-arrow {
		bottom: 30%;
	}
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Medium devices (tablets, 768px and up (many devices are 1280px tall viewport)) 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 750px) {
    
    div#accordion-mag span.icon-fau.icon-burger {
        margin-top: 1.5%;
    }
    .modal-backdrop.show {
        background: transparent;
    }
    .header-slider__slide div.arrow-nav {
        top: 200px;
    }
    .header-slider__slide div.arrow-nav a img.down-arrow {
        bottom: 20%;
    }
	.icon-custom {
		margin: .25em .5em;
	}
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Large devices (desktops, 976px and up - this size is where the fau template changes, rather than 992px
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 976px) {
    div#accordion-mag span.icon-fau.icon-burger {
        margin-top: 1%;
    }
    .header-slider__content.story-bar ul {
        margin-top: 3%;
    }
    .header-slider__slide div.arrow-nav a img {
        width: 60px;
        height: 60px;
    }
    .header-slider__slide div.arrow-nav a img.down-arrow {
        bottom: 20%;
        left: 49%;
    }
    .modal-backdrop.show {
        background: transparent;
    }
    .header-slider__slide div.arrow-nav {
        top: 220px;
        min-height: 300px;
    }
	.icon-custom {
		font-size: 80px;
	}
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	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) {
    .home-page-header-slider .header-slider__slide .header-slider__content .title {
        position: absolute;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title h1 {
        font-size: 250%;
    }
    div.header-slider__slide .header-slider__content.page-title-text div.title img {
        width: 25%;
        margin-right: 1em;
        margin-top: 0;
    }
    .header-slider__slide div.arrow-nav {
        top: 230px;
    }
    .home-page-header-slider .header-slider__slide .header-slider__content .header-slider__content__desc {
        font-family: 'Avenir-book';
    }
	.icon-custom {
		font-size: 60px;
	}
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	styles for laptop devices - 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 1400px) { /* screen height is 900px */
    .home-page-header-slider .header-slider__slide .header-slider__img {
        height: 800px;
        max-height: 800px;
    }
    body div.container {
        width: 100%;
    }
    .home-page-header-slider {
        margin: 0 auto;
    }
    div#accordion-mag span.icon-fau.icon-burger {
        margin-top: .5%;
    }
    .header-slider__content.story-bar ul {
        margin-top: 2%;
    }
    .header-slider__slide div.arrow-nav {
        top: 300px;
    }
    .header-slider__slide div.arrow-nav a img.down-arrow {
        bottom: 20%;
        left: 49%;
    }
    .header-slider__slide div.arrow-nav a img.left-arrow {
        top: 0;
        left: 4%;
    }
    .header-slider__slide div.arrow-nav a img.right-arrow {
        top: 0;
        right: 4%;
    }
    /* end new arrow styles */
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	styles for large desktop monitors - 1920 wide x 1080 tall
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 1900px) { /* screen height is 1080px */
    div#accordion-mag span.icon-fau.icon-burger {
        margin-top: .5%;
    }
    .header-slider__content.story-bar ul {
        margin-top: 1.5%;
    }
    .home-page-header-slider .header-slider__slide .header-slider__img {
        max-height: 850px;
        height: 850px;
    }
    .header-slider__slide div.arrow-nav {
        top: 50%;
        min-height: 400px;
        width: 100%;
        margin: auto;
    }
    .header-slider__slide div.arrow-nav a img {
        width: 70px;
        height: 70px;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Large MAC desktop - 2560 wide x 1440 tall
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 2500px) { /* screen height is 1440px */
    .home-page-header-slider .header-slider__slide {
        min-height: 1000px;
    }
    .home-page-header-slider .header-slider__slide .header-slider__img {
        height: 1000px; /* this height is based on desktop MAC used by our team */
        max-height: 1000px;
    }
    .header-slider__content.story-bar {
        top: 0;
        height: 8%;
        background: rgb(0, 0, 0, .4);
        padding: 3rem 2rem 0;
    }
    div#accordion-mag span.icon-fau.icon-burger {
        margin-top: 3%;
    }
    .header-slider__content.story-bar ul {
        margin-top: .75%;
    }
    .header-slider__content.story-bar ul li {
        margin-top: .5em;
    }
    .header-slider__content.story-bar div.accorion-toggle {
        margin-top: 2em;
    }
    div#accordion-mag {
        left: 1%;
        width: 10%;
    }
    .header-slider__slide div.arrow-nav {
        min-height: 650px;
    }
    .header-slider__slide div.arrow-nav a img {
        width: 80px;
        height: 80px;
    }
    .header-slider__slide div.arrow-nav a img.down-arrow {
        bottom: 30%;
        left: 49%;
    }
    .header-slider__slide div.arrow-nav a img.left-arrow {
        top: 0;
        left: 4%;
    }
    .header-slider__slide div.arrow-nav a img.right-arrow {
        top: 0;
        right: 4%;
    }
    /* end new arrow styles */
}