/* Stylesheet for Study Guides page */
.press-section {
	padding: 4rem;
}

.press-section .wrapper.row > div {
	margin-bottom: 2rem;
}

.press-section .wrapper.row h4 {
	line-height: 120%;
	padding-bottom: 20px;
	max-width: 800px;
	margin: 0px auto;
}


/* boxes */

.press-boxes-row {
	display: flex;
	flex-direction: row;
}
.press-boxes-row > div, .press-boxes-row > div > div {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: flex-start;
	align-items: flex-start;
}

.press .link-box {	
	margin-bottom: 30px;	
    padding: 1.8rem .5rem;
}


.press-image {
	height: 0px;
	padding-top: 66%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
}

.press-section .press-boxes-row h3 {
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	line-height: 120%;
	padding-top: 12px;
	padding-bottom: 6px;
	color: #88DBFF;
	text-transform: none;
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.press-section .press-boxes-row h4 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 18px;
	padding-bottom: 0px;
	color: #88DBFF;
	text-transform: none;
}
.press-section .press-boxes-row h4 em {
	display: inline-block;
	width: 100%;
}


.press-section .action-buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	max-width: 260px;
	margin: 0px auto;
}
.press-section .action-buttons a {
	width: 120px;
	text-align: center;
	display: inline-block;
}
.press-section .action-buttons a span {	
	text-align: center;
	display: inline-block;
	color: #12065b;	
	position: relative;
}

.press-section .action-buttons a span:before {	
	background-repeat: no-repeat;	
	background-size: contain;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: " ";
	position: absolute;	
	top: -2px;
	z-index: 10;
}
.press-section .action-buttons a.view span {		
	padding-left: 16px;
}
.press-section .action-buttons a.view span:before {
	background-image: url(../images/audio-icon.png);	
	left: -10px;
}





.link-box p {
    text-transform: none;
    line-height: 1.4rem;
}
.link-box .button {
    margin-top: 1rem;
    display: inline-block;
}




@media (max-width: 1200px) {
	
}

@media(max-width: 992px) {
	
	.press-section {
		padding: 2rem;    	
	}   
    
}
@media(max-width: 768px) {
   .press-section {
		padding: 2rem;    	
	}  
    
}

@media only screen and (min-width: 1600px) {
	.col-lg-4 {
    	-ms-flex-preferred-size: 25%;
    	flex-basis: 25%;
    	max-width: 25%;
	}
}