/* content full width */

.content-full-width blockquote {
    margin: 0px 100px;
    padding: 0;
    font-weight: 500;
    font-size: 1.2rem;
}
.content-full-width blockquote:before { 
    content: url('/wp-content/themes/depaul/resources/assets/images/icons/quote-grey-open.png');
    float: left;
    margin: 0px 0 0 -80px;
} 
.content-full-width blockquote:after { 
    content: url('/wp-content/themes/depaul/resources/assets/images/icons/quote-grey-open.png');
    float: right;
    margin: -60px -80px 0 0;
}
.content-full-width h1 {
	margin-bottom:50px;
}
.content-full-width h2 {
	margin-bottom:30px;
}
.content-full-width .alignright {
	margin-left:30px;	
}
.content-full-width .alignleft {
	margin-right:30px;	
}
.content-full-width a {
	font-weight:700;	
}
.uk .content-full-width a,
.ie .content-full-width a {
	color:#EA580C;	
}
.int .content-full-width a {
	color:#212062 !important;	
}
.content-full-width .inner {
	padding:20px 0px !important;
}
.content-full-width hr.section-separator {
	margin:45px 0px 30px;	
	border-top:1px solid #E5E5E5;
}
.content-full-width blockquote:after {
    content: url(/wp-content/themes/depaul/resources/assets/images/icons/quote-grey-open.png);
    float: right;
    margin: -60px -80px 0 0;
    -webkit-transform: scale(-1, -1);
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
	filter: sepia(95%) saturate(160%) invert(90%);
}

.content-full-width blockquote:before {
	/* dark blue */
	filter: sepia(95%) saturate(160%) invert(90%);
    /* orange
	filter: hue-rotate(180deg) brightness(80%) sepia(50%) saturate(2800%); */
	margin: 0px 0 0 -90px;
}
.content-full-width blockquote {
    margin: 40px 110px 40px 130px;
    font-size: 22px;
}
@media (max-width:1024px) {
	.content-full-width>.container>.row {
		padding-left:0px !important;
		padding-right:0px !important;
		margin-left:0px !important;
		margin-right:0px !important;
	}
}
@media (max-width:480px) {
	.content-full-width .alignright,
	.content-full-width .alignleft {
		width:100% !important;
		margin:20px 0;
	}
	.content-full-width .alignright img,
	.content-full-width .alignleft img {
		width:100% !important;
	}
	.content-full-width .container .row .inner {
		min-width:100% !important;	
		padding: 0px !important;
		margin-left:0px !important;
		margin-right:0px !important;
	}
	.content-full-width blockquote {
		margin: 40px 65px 40px 65px;
	}
	.content-full-width blockquote:before,
	.content-full-width blockquote:after {
		scale:70%;
	}
	.content-full-width blockquote:before {
		margin:0 0 0 -70px;
	}
	.content-full-width blockquote:after {
		margin: -60px -70px 0 0;
	}
	.content-full-width h1 {
		font-size:60px;		
		line-height:100%;
		margin-bottom: 20px;
	}
	.content-full-width h2 {
		margin-bottom: 20px;
	}
}
.content-full-width h1 {
	font-size:60px;
}
.content-full-width h2 {
	font-size:44px;
}
.content-full-width h3 {
	font-size:38px;
}
.content-full-width h4 {
	font-size:32px;
}
.content-full-width h5 {
	font-size:26px;
}
.content-full-width h6 {
	font-size:20px;
}

body .btn--blue,
body.int .btn--blue {
	color:#fff !important;	
	text-decoration:none !important;
	transition:0.2s all ease-in-out;
	box-sizing: border-box;
	border-radius:0;
	display:inline-block;
}
body .btn--orange,
body.int .btn--orange {
	color:#000 !important;	
	background: #F59B3D !important;;
	text-decoration:none !important;
	transition:0.2s all ease-in-out;
	box-sizing: border-box;
	border-radius:0;
	display:inline-block;
}
body .btn--green,
body.int .btn--green {
	color:#000 !important;	
	background: #EBEFDD !important;;
	text-decoration:none !important;
	transition:0.2s all ease-in-out;
	padding:20px 30px;
	margin-right:20px;
	box-sizing: border-box;
	display:inline-block;
	border-radius:0;
}
body .btn--blue:hover,
body .btn--orange:hover,
body .btn--green:hover,
body.int .btn--blue:hover,
body.int .btn--orange:hover,
body.int .btn--green:hover {
	background-color:#000 !important;
	color:#fff !important;
}

