/* three across news pattern */
.three-across-wrap { margin-left:-7.5px; margin-right:-7.5px;padding-top:20px; padding-bottom:20px;position:relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
-webkit-box-pack:center;
    -ms-flex-pack:center;
        justify-content:center;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}

.three-across-wrap .three-across-item {width:33.3%; text-align:center; padding:0; border-bottom:solid 1px rgb(238,238,238); min-height:100%;}


.three-across-wrap .three-across-item > .inner-wrap {height:100%; width:100%;}
.three-across-wrap .three-across-item > .inner-wrap > a {display:block;background:white; height:100%; float:left; width:100%;}
.three-across-wrap .three-across-item > .inner-wrap > a:hover,
.three-across-wrap .three-across-item > .inner-wrap > a:focus,
.three-across-wrap .three-across-item > .inner-wrap > a:active { position:relative; z-index:9; box-shadow:0 3px 8px rgba(0,0,0,.35); outline-color:#022169; border:solid 1px rgb(238,238,238); }

.three-across-wrap .three-across-item .inner-wrap .thumb {margin-bottom:20px;}

.three-across-wrap .three-across-item .inner-wrap .title h2 {color:#022169; font-family: 'Oswald', sans-serif; font-size:2rem; margin-bottom:10px;}

.three-across-wrap .three-across-item .inner-wrap .preview {}
.three-across-wrap .three-across-item .inner-wrap .preview .top-content { padding-bottom:25px;}
.three-across-wrap .three-across-item .inner-wrap .preview h4.italic {font-style:italic; font-size:1rem; line-height:1.25; text-transform:initial; margin:0; font-family: 'PT Sans', sans-serif; color: rgb(51,51,51);}
.three-across-wrap .three-across-item .inner-wrap .preview h3.bold { font-size:1rem; font-weight:bold; margin:0; font-family: 'PT Sans', sans-serif; color: rgb(51,51,51); line-height:1.5;}

@media only screen and (max-width:1023px) {
	.three-acros-wrap {margin-left:5px; margin-right:5px}
	.three-across-wrap .three-across-item {width:50%;}
	.three-across-wrap .three-across-item:nth-child(3) > .inner-wrap > a {padding-top:60px;}
}

@media only screen and (max-width:699px) {
	.three-across-wrap { margin-left:10px; margin-right:10px; padding-bottom:0px;
		-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	}

	.three-across-wrap .three-across-item {width:100%;}

	.three-across-wrap .three-across-item:nth-child(2) > .inner-wrap > a,
	.three-across-wrap .three-across-item:nth-child(3) > .inner-wrap > a{padding-top:60px;}

	.three-across-wrap .three-across-item:last-child {border-bottom:0px;}
}

/* Build Revisions RD1 - 12/9/2019: AU */
.three-across-wrap .three-across-item {
	padding: 60px 32.5px 35px;
}