/* Header */

@media screen and (min-width: 1025px){
	.site-aasc #headerLogo {
    	padding-top: 12px;
		padding-bottom: 32px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.site-aasc #headerLogo {
		padding-bottom: 22px;
	}	
	.site-aasc #headerLogo a {
		height: 17px !important;
	}
}

/* Homepage */

@media screen and (min-width: 600px) {
	.site-aasc.home #homeFrame #featuredBook:before {
		background-color: #f8f7f5
	}
	.site-aasc.home #homeFrame #featuredBook:after {
		background-image: url(/fileasset/images/AASC/MontageAASC.jpg);
    	background-position: calc(50% + 460px) 46%;
    	background-size: 820px;
	}
}
@media screen and (min-width: 961px) {
	.home #homeFrame #featuredBook:after {
	    margin-left: -1120px;
    	width: 3000px;
	}
}
@media screen and (max-width: 599px){
	.site-aasc.home #homeFrame #featuredBook {
    	background-color: #f8f7f5;
    	background-image: url(/fileasset/images/AASC/MontageMobileAASC.jpg);
	}
}
@media screen and (max-width: 599px){
	.site-aasc.home #homeFrame .welcomeBox {		
    	background-color: #f8f7f5;
	}
}

/* Timelines */

.site-aasc .timeline .timelineDate:after {
    background-color: #c44725;
}

/* Secondary content pages */

.contentPage #pageContent .figure.textWrap {
    max-width: 45%;
}
.contentPage.photo-essay #pageContent .figure {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
}
.contentPage #pageContent h3 + h4, h3 + h5, h4 + h5 {
	margin-top: 0 !important
}

/* Modals */

.micromodaljs-modal-container {
	overflow: initial;
}