/* From the President */
.president-intro {
	margin-top: 6px;
}

.homan {
	padding-top: 12px;
}

@media (min-width: 576px){
.homan-portrait {
	padding-right: 4px;
	}
}

h1.president {
	margin-top: 0;
}

@media (max-width: 767px){
	h1.president {
	margin-bottom: 30px;	
	}
}

@media (min-width: 768px){
	h1.president {
	margin-bottom: 50px;	
	}
}

@media (min-width: 992px){
.homan-portrait {
	padding-right: 45px;
	}
}

@media (min-width: 1200px){
.homan-portrait {
	padding-right: 15px;
	}
}

/* Match Day */
ul.match-numbers {
list-style-type: square;
color: #C75302;
}

ul.match-numbers li span {
list-style-type: square;
color: #C75302;
color: #000;
}

/* Alumni Connections */
@media (min-width: 768px){
	.emory {
		width: 300px;
	}
}

.emory-caption {
	display: block;
}

/* Commencement */
.commencement-head {
	font-size: 1.1em;
}

@media (max-width: 575px) {
	h1.grad-story-title {
		font-size: 1.4em;
		margin-top: 0;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	h1.grad-story-title {
		font-size: 1.6em;
		margin-top: 0;
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	h1.grad-story-title {
		font-size: 1.8em;
	}
}

/* .gradThumbs18 {
 	margin-bottom: 30px;	
} */

.gradYear {
	margin-top: -10px;
}

/*My Story */
/* Removed b/c broke landing page buttons 
.btn {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #0b0b0b;
	font-family: "myriad-pro-semi-condensed", sans-serif;
	font-size: .9em;
	font-weight: 400;
	padding: 6px;
	z-index: 100;
	white-space: normal;
}
*/

h4.mystory {
	text-transform: none;
}

/* Off Campus */
h1.kerry-head{
	margin: 0;
}

.kerry-subhead {
	color: rgba(100, 100, 100, 1);
	font-family: "myriad-pro-semi-condensed", sans-serif;
	font-size: 1.35em;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 20px;
	margin-bottom: 0;	
}

/* Behind The Bench */
@media (max-width: 767px){
	.placenta {	
	font-size: 22px;
	line-height: 1.5em;
	}
}

.loop-controls {
    background-size: contain;
    border: none;
    height: 50px;
    left: 15px;
    position: absolute;
    top: 0;
    width: 50px;
}
.loop-controls-play {
    background: transparent url(https://www.evms.edu/uploads/magazine/11-3/images/play-button.svg);
}
.loop-controls-pause {
    background: transparent url(https://www.evms.edu/uploads/magazine/11-3/images/pause-button.svg);
}

/* //////////////////////////////////// */
/* Previously part of styles-11-1-tb.css */
/* //////////////////////////////////// */

/* Off Campus story page */
.snowden-img  {
	position: relative;
	/* left: -15px; */
	float: right;
	/* transform: rotateX(180) */
}

.opioids-aside-header {
    color: #266681;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0;
}

.imgMirror {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

@media (max-width: 767px){
	.summer-crops {
		margin-left: 35%;	
	}

	.veg-img {
		margin-left: 35%;
		padding-bottom: 7%;
}

	.winter-crops {
		margin-left: 35%;	
}
}

/* Alumni Connections story page */
.alumni-hero-text {  
	bottom: 250px;
	position: absolute;
	right: 50px;
	width: 400px;
	height: 125px;
}
	
@media (min-width: 992px) and (max-width: 1199px){
.alumni-hero-text {
bottom: 250px;
position: absolute;
right: 5px;
width: 400px;
height: 125px;	
}
}

@media (max-width: 991px){
	.alumni-hero-text {
		display:none;
	}
}

@media (max-width: 991px){
	.alumni-hero-image {
		display:none;
	}
}

@media (min-width: 992px){
	.alumni-hero-image-mobile {
		display:none;
	}
	.alumni-heading-mobile {
		display:none;
	}
}

/* Behind The Bench story page */
.bench-journal-img {
	position: relative;
	/* left: -25px; */
	float: left;
}

.bench-caption {
	padding-right: 30px;
}

.answers-aside-header {
    color: #266681;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0;
}

/* Vision Quest story page */
@media (max-width: 767px){
	.cdc-stats{
		margin-left: 50%;
	}
}

/*Words of Wisdom story page */
.essay-current {
    display: inline-block;
    left: 3px;
    width: 850px;
}

.essay-deck {
    color: #000;
    font-size: .6em;
    font-weight: 600;
}

.essay-headline {
    color: #1f7f9b;
    margin-top: 50px;
    padding-bottom: 3px;
}

.essay-nav {
    display: inline-block;
    position: relative;
    /* top: -55px; */
	top: -233px;
    width: 196px;
    z-index: 3;
}

/* from wisdom.php page */
	@media (min-width: 1200px) {
		.essay-for {
			display: inline-block;
			width: 850px;
		}
	}
	@media (min-width: 1200px) {
		.essay-nav {
			display: inline-block;
			width: 196px;
		}
	}
	.essay-thumb {
		filter: grayscale(70%);
		transition: all 500ms;
	}
	.slick-current .essay-thumb,
	.essay-thumb:hover {
		filter: none;
		transition: all 500ms;
	}
	.essay-thumb:hover {
		cursor: pointer;
	}
	.slider-for.slider.slick-slider {
		margin: 0;
	}
	.slider-nav.slider.slick-slider {
		margin: 0 15px;
	}
	.slider-nav .slick-prev,
	.slider-nav .slick-next {
		top: auto;
		-moz-transform: translate(0, -50%) rotate(90deg);
		-ms-transform: translate(0, -50%) rotate(90deg);
		-o-transform: translate(0, -50%) rotate(90deg);
		-webkit-transform: translate(0, -50%) rotate(90deg);
		transform: translate(0, -50%) rotate(90deg);
	}
	.slider-nav .slick-prev {
		left: 95px;
		top: -15px;
	}
	.slider-nav .slick-next {
		bottom: -35px;
		right: 80px;
	}

@media (min-width: 1200px){
.gears-holder {
	/* float: right; */
	position: absolute;
	left: 77%;
	bottom: 75px;
}
}

@media (max-width: 1199px){
.gears-holder {
display: none;
}
}

.gears {
	width: 150px;
	height: 150px;
	bottom: -200px;
}

