/*
Theme Name: Aries Title, Inc.
Version: 100.0
Template: universal_mm
*/

/* Universal Begins */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

i strong, em strong {font-style: italic;}
b em {font-weight: bold;}

header,nav,article,footer,section,aside,figure,figcaption{display:block}

a {outline: none;}

#nav-below {margin: 10px 0; overflow: hidden;}
.nav-previous, .nav-next {float: left; display: inline; width: 50%;}
.nav-next {float: right;text-align: right;}
.nav-previous a, .nav-next a {text-decoration: none;}

div.entry-meta {font-size: 90%;}
body.single .shareThisWrapper {margin: 0px 0 20px;}
.post_entry_mult {
	border-bottom: 1px solid #999;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	.post_entry_mult_left {float: left; display: inline; width: 150px;}
	.post_entry_mult_right {padding-left: 160px;}
	.post_entry_mult .shareThisWrapper {margin: 0;}
	div.post_entry_mult h2 {padding-bottom: 0; margin-bottom: 0;}
	.excerpt_meta {font-size: 80%; margin: 0 0 10px;}
.postThumbSingle {display: block; margin: 0 0 10px;}
@media screen and (min-width: 450px) {
	.postThumbSingle {float: left; margin: 5px 10px 0 0;}
}
.tag-links {display: block;}
.google-map {height: 350px;margin: 0 0 25px; border: 1px solid #333;}
/* Universal Ends */

blockquote {padding: 0 0 0 30px; font-style: italic;}
strong {font-weight: bold;}
i, em {font-style: italic;}
i strong, em strong, strong i, strong em {font-weight: bold;}

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	background: #fff;
}
a {color: blue;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}
.animate__animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animate__animated, #persistentHeader .animate__animated, #persistentHeader.animate__animated {opacity: 1;}
article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}

#wrapper {}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}
#mhWrapper {}
#mainHeader {
	padding: 20px;
	text-align: center;
}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 200px;
		transition: .3s;
		margin: 0 auto 20px;
	}
	#logo-main img {display: block; width: 100%; height: auto;}

	.mh-payment-link {
		position: relative;
		box-sizing: border-box;
		display: inline-block;
		margin: 0 0 20px;
		padding: 17px 60px 17px 20px;
		color: #fff;
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		vertical-align: top;
		border: 2px solid #fff;
	}
	.mh-payment-link:hover {
		color: #0e4722;
		background: #fff;
	}
	.mh-payment-link:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
		width: 18px;
		height: 41px;
		background: #fff url(img/header/arrow.png) no-repeat center;
	}
	@media screen and (min-width: 1100px) {
		.mh-payment-link {
			margin: -4px 40px 0 0;
		}
		body.sticky_zone .mh-payment-link {
			padding: 10px 60px 10px 20px;
			font-size: 14px;
		}
		body.sticky_zone .mh-payment-link:after {
			height: 32px;
		}
	}
	@media screen and (min-width: 1440px) {
		.mh-payment-link {
			margin: -15px 50px 0 0;
			padding: 17px 61px 17px 40px;
			font-size: 18.62px;
		}
	}

nav.mm {
	text-align: center;
	background: transparent;
	position: relative;
	z-index: 100;
}
nav.mm > ul > li > a {
	padding: 10px 7px;
	font-size: 14px;
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 2px;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {background: #6b9377; color: white;}
nav.mm ul ul {background: #0e4722; width: 180px; border: 1px solid white;}
nav.mm ul ul li:hover > a {background: #6b9377; color: white;}
nav.mm ul ul li {border-top: 1px solid white;}
nav.mm ul ul a {
	color: white;
	padding: 15px 10px;
	font-size: 14px;
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm > ul > li {display: inline-block; vertical-align: middle; }
nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	transform-origin: top;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 300ms;
}
nav.mm ul li:hover > ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
nav.mm ul ul ul {left: 100%;}
nav.mm ul ul li:first-child {border: 0;}

body.admin-bar #mmiWrapper {position: static;}
body.admin-bar.mob_menu #wrapper {padding: 0;}
body.mob_menu #wrapper {padding: 34px 0 0;}
body.mob_menu #wpadminbar {position: absolute;}
body.fsMenuOn #wpadminbar, body.fsMenuOn #contact-tab {display: none;}
#mmiWrapper, #mblSearchCont, nav.mm_mob {display: none;}
.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {display: block;}
.fsMenuOn #mmiWrapper {z-index: 1;}
#mmiWrapper, #closeMenu {background: #6b9377;}
#mmiWrapper {box-shadow: 0 1px 10px rgba(0,0,0,0.7); position: fixed; top: 0; left: 0; width: 100%; z-index: 999;}
#mobMenuItems {
	height: 34px;
	text-align: center;
	font-size: 0;
	padding: 0;
	margin: 0 auto;
	text-transform: uppercase;
	position: relative;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
	.mmi {
		height: 100%;
		display: inline-block;
		vertical-align: top;
		list-style-type: none;
		list-style-position: outside;
	}
	.mmi > a {
		font-size: 14px;
		box-sizing: border-box;
		color: #fff;
		display: block;
		height: 100%;
		line-height: 34px;
		background-image: url(img/icons/menu-2019.png);
		background-repeat: no-repeat;
		text-indent: -222px;
		overflow: hidden;
		text-align: left;
	}
	#mm1 {width: 47px;}
	#mm2 {width: 47px;}
	#mm3 {width: 56px;}
	#mm4 {width: 42px;}
	#mm5 {width: 47px;}
	#mm6 {width: 46px;}
	.mmi a:hover {text-decoration: none;}
	.mmi {border-right: 1px solid white;}
	#mm1 {border-left: 1px solid white;}
	#mm1 > a {background-position: 15px 0;}
	#mm2 > a {background-position: 15px -34px;}
	#mm3 > a {background-position: 15px -68px;}
	#mm4 > a {background-position: 15px -102px;}
	#mm5 > a {background-position: 15px -136px;}
	#mm6 > a {background-position: 15px -170px;}
	/* Dropdown support */
	.mmi > ul {
		z-index: 1;
		width: 297px;
		left: -1px;
		display: none;
		position: absolute;
	}
	.mmi:hover ul {display: block;}
	.mmi ul li {
		border-top: 1px solid #333;
	}
	.mmi ul li:first-child {border: 0;}
	.mmi ul a {
		background: #666;
		color: #fff;
		display: block;
		padding: 10px 10px;
		font-size: 16px;
	}
	.mmi ul a:hover {
		background: #999;
	}
	@media screen and (min-width: 385px) {
		#mm6 {width: 110px;}
		#mm6 > a {
			padding: 0 0 0 47px;
			text-indent: 0;
		}
		.mmi > ul {width: 350px;}
	}
nav.mm_mob {
	position: absolute;
	padding: 54px 0 20px;
	left: 0;
	top: 0;
	width: 100%;
	background: #505050;
	z-index: 9999;
	text-align: left;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 0;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
		    padding: 5px 20px 4px 0;
		    color: #fff;
		    font: 15px/1 arial, sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			background: #676767;
			text-decoration: none;
		}
			nav.mm_mob ul a {padding-left: 20px;}
			nav.mm_mob ul ul a {padding-left: 40px;}
			nav.mm_mob ul ul ul a {padding-left: 60px;}
			nav.mm_mob ul ul li a {text-transform: none;}
#closeMenu {
	display: none;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-family: arial, sans-serif;
	color: #fff;
	z-index: 999999999;
	top: 0;
	right: 0;
	width: 100%;
	text-transform: uppercase;
	position: fixed;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
}
#closeMenu:hover {text-decoration: none; color: #ccc;}
body.fsMenuOn #menuWall {
	position: fixed;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
	content: "";
	width: 100%;
	height: 200%;
	left: 0;
	top: 0;
}
#mblSearch {
	max-width: 350px;
	padding: 0 20px 20px;
	overflow: hidden;
}
#mblsInput, #mblsSubmit {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	float: left;
	display: inline;
	box-sizing: border-box;
}
#mblsInput {
	box-sizing: border-box;
    padding: 0 16px;
    width: 70%;
    height: 32px;
    font: 14px/normal arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    border-radius: 4px 0 0 4px;
    outline: 0;
}
#mblsSubmit {
	cursor: pointer;
    width: 30%;
    height: 32px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    background: #6b9377;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #7A807A;}

.mhRightUpper span {
	font-family: 'Quattrocento', serif;
	display: block;
	text-align: center;
}

.mhRightUpper span a {
	color: white;
}

.mh-phone-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    box-sizing: border-box;
}

.mh-phone-wrap a {
	padding: 10px 0 10px 35px;
	font-size: 16px;
	display: inline-block;
	color: black;
	font-weight: bold;
}

.mh-phone-wrap:before {
	content: '';
	position: absolute;
	width: 26px;
	height: 41px;
	background: url(img/icons/phone-icon.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	top: 12px;
	left: 11px;
}

.social-media-icon {
	margin: 10px auto 10px;
	padding: 0;
	font-size: 0;
	text-align: center;
}

.social-media-icon li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 0 0;
	width: 32px;
	height: 32px;
	list-style-type: none;
	list-style-position: outside;
	background-color: transparent;
	position: relative;
}

.social-media-icon li a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-media-icon li:hover a img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.social-media-icon li.item_1,
.social-media-icon li.item_2,
.social-media-icon li.item_3 {
	margin: 0 15px 0px 0;
}

.social-media-icon li.item_3 {
	margin: 0 0px 0px 0;
}

.social-media-icon li.item_1  a img {
	display: block;
	width: auto;
	height: 27px;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}

.social-media-icon li.item_2  a img {
	display: block;
	width: auto;
	height: 24px;
	position: relative;
	z-index: 2;
}

	#persistentHeader{
		background: #5d8b6b;
	}
	.sticky_zone #persistentHeader {
		background: #5d8b6b;
	}
@media screen and (min-width: 800px) {
	#wrapper {
			padding: 330px 0 0;
	}
	#persistentHeader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.sticky_zone #persistentHeader {
		-webkit-box-shadow: 0 4px 5px -2px grey;
    	box-shadow: 0 4px 5px -2px grey;
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
}
@media screen and (min-width: 1100px) {
	#wrapper {
		padding: 0px 0 0;
	}

	#logo-main {
		float: left;
		position: relative;
		max-width: 250px;
	}

	#persistentHeader {
		background-color: transparent;
	}
	.sticky_zone #persistentHeader {
		background-color: #0e4722;
		-webkit-box-shadow: 0 4px 5px -2px grey;
    	box-shadow: 0 4px 5px -2px grey;
	}

	.sticky_zone #logo-main {
		max-width: 180px;
		margin: 0;
	}

	.sticky_zone .mhRightUpper span {
		font-size: 18px;
		padding: 0 15px 0 0;
		line-height: 1;
	}

	.sticky_zone .mh-phone-wrap a {
		font-size: 20px;
		line-height: 1;
		padding: 0px 0 0px 35px;
	}

	.sticky_zone .mh-phone-wrap:before {
		width: 26px;
		height: 41px;
		top: 1px;
		left: 11px;
	}

	.sticky_zone .mhRightUpper span:before {
		content: none;
	}

	.sticky_zone .social-media-icon:before, .sticky_zone .social-media-icon:after {
		content: none;
	}

	.sticky_zone .mhRightUpper {
		margin: 8px 0 40px;
	}

	.sticky_zone .mhRightUpper {
		margin: 8px 0 15px;
	}

	.sticky_zone .social-media-icon {
		margin: 0 20px 0 20px;
	}

	.sticky_zone #logo-main span:after {
		height: 138px;
		box-shadow: none;
	}

	.sticky_zone #logo-main span::before {
		height: 138px;
	}

	#logo-main span {
		display: block;
		position: relative;
	}

	#logo-main span:after {
		content: '';
		position: absolute;
		right: -30px;
		top: -22px;
		width: 2000%;
		height: 160px;
		background: white;
		z-index: -1;
		pointer-events: none;
		box-shadow: 0px 9px 12.61px 0.39px rgba(0, 0, 0, 0.35);
	}
	#logo-main span::before {
		content: '';
		position: absolute;
		right: -25px;
		top: -30px;
		width: 2000%;
		height: 160px;
		background: transparent;
		border: 2px solid #6b9377;
		border-top: none;
		border-left: none;
		z-index: 0;
		pointer-events: none;
	}

	#logo-main:before {
		content: '';
		position: absolute;
		left: calc(100% + 0px);
		top: -22px;
		width: 2000%;
		height: 95px;
		background: #0e4722;
		z-index: -1;
		pointer-events: none;
	}

	.mhRight {
		float: right;
		color: white;
		text-align: right;
	}
	.mhRightUpper {
		margin: 0 0 18px;
	}
	.mhRightUpper span {
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		padding: 0 30px 0 0;
		position: relative;
	}
	.mh-phone-wrap {
		display: inline-block;
		vertical-align: middle;
	}
	.mh-phone-wrap a {
		color: white;
		font-size: 20px;
	}

	.social-media-icon {
		display: inline-block;
		margin: 0 0 0 20px;
		vertical-align: middle;
	}

	nav.mm > ul > li > a {
		padding: 10px 10px;
		font-size: 10px;
		color: white;
	}

	#mhWrapper {
		max-width: 1600px;
		margin: auto;
	}

	nav.mm {
		text-align: right;
	}

	/*Clearfix*/
	.clearfix:before,
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		overflow: hidden;
	}
	.clearfix:after { clear: both; }
	.clearfix { zoom: 1; } /* IE < 8 */
}

@media screen and (min-width: 1440px) {
	#logo-main {
		max-width: 312px;
	}
	.sticky_zone .mh-phone-wrap:before {
		top: -9px;
	}
	#logo-main span:after {
		right: -63px;
		top: -22px;
		width: 2000%;
		height: 193px;
	}
	#logo-main span::before {
		right: -58px;
		top: -30px;
		width: 2000%;
		height: 194px;
	}
	.mh-phone-wrap {
		padding: 0px 10px 0px;
	}
	.mhRightUpper span {
		font-size: 24px;
		padding: 0 30px 0 0;
		line-height: 1;
	}
	.mhRightUpper span:before {
		content: '';
		position: absolute;
		left: -25px;
		top: -15px;
		width: 3px;
		height: 55px;
		background-color: #1f6839;
		z-index: 0;
		pointer-events: none;
	}

	.social-media-icon {
		position: relative;
		margin: 0 30px 0 60px;
	}
	.social-media-icon:before {
		content: '';
		position: absolute;
		left: -34px;
    	top: -11px;
		width: 3px;
		height: 55px;
		background-color: #1f6839;
		z-index: 0;
		pointer-events: none;
	}
	.social-media-icon:after {
		content: '';
		position: absolute;
		right: -30px;
    	top: -11px;
		width: 3px;
		height: 55px;
		background-color: #1f6839;
		z-index: 0;
		pointer-events: none;
	}
	.mh-phone-wrap a {
		font-size: 40px;
		line-height: 1;
		padding: 0px 0 0px 35px;
	}
	.mh-phone-wrap:before {
		width: 34px;
		height: 54px;
		top: -6px;
		left: 0px;
	}
	.mhRightUpper {
		margin: 8px 0 40px;
	}
}

@media screen and (min-width: 1200px) {
	nav.mm > ul > li > a {
		padding: 10px 10px;
		font-size: 11.5px;
	}
}

@media screen and (min-width: 1300px) {
	nav.mm > ul > li > a {
		padding: 10px 10px;
		font-size: 13px;
	}
}

@media screen and (min-width: 1440px) {
	nav.mm > ul > li > a {
		padding: 10px 10px;
		font-size: 13px;
	}
}

@media screen and (min-width: 1550px) {
	nav.mm > ul > li > a {
		padding: 10px 10px;
		font-size: 14px;
	}
}

@media screen and (min-width: 1640px) {
	nav.mm > ul > li > a {
		padding: 10px 15px;
		font-size: 15px;
	}
}


#homeslides {
	position: relative;
	height: 300px;
}

.homeslide {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#homeslideImg1 {background-image: url(img/slides/home/600/1.webp);}
#homeslideImg2 {background-image: url(img/slides/home/600/2.webp);}
#homeslideImg3 {background-image: url(img/slides/home/600/3.webp);}
.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
}
.slideBox {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	text-align: center;
}
.slideHead {
	font-family: 'Quattrocento', serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}
.slideHead span {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #bacebf;
}
.slideBody {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #bacebf;
	line-height: 1;
	padding: 0;
}
#homeslide2 .slideHead span {
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
}
#homeslide3 .slideHead span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	padding: 0 0 10px;
}
.slideMore {}

.subslide {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 166px;
}
.subslide1 {background-image: url(img/slides/sub/600/1.webp);}
.subslide2 {background-image: url(img/slides/sub/600/2.webp);}
.subslide3 {background-image: url(img/slides/sub/600/3.webp);}
.subslide4 {background-image: url(img/slides/sub/600/4.webp);}
.subslide5 {background-image: url(img/slides/sub/600/5.webp);}
.subslide6 {background-image: url(img/slides/sub/600/6.webp);}
.subslide7 {background-image: url(img/slides/sub/600/7.webp);}
.subslide8 {background-image: url(img/slides/sub/600/8.webp);}
.subslide9 {background-image: url(img/slides/sub/600/9.webp);}

.subslide_att {
	padding: 0;
	height: 475px;
	position: relative;
	overflow: hidden;
	background-image: url(img/slides/sub/600/sub-att-plain.webp);
	font-family: 'Quattrocento', serif;
}
.subslide_att:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 160px;
	z-index: 20;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .9), transparent);
}
.subslide_cont {
    position: relative;
    max-width: 1600px;
    margin: 0px auto;
    height: 100%;
}
.subslide_cont:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 87px;
    right: 0;
    background-repeat: no-repeat;
}

.subslide_att.att_99 .subslide_cont:after {
    width: 360px;
    height: 294px;
    background-image: url(img/slides/sub/atts/mob/shapiro.webp);
    right: -70px;
}
.subslide_att.att_101 .subslide_cont:after {
    width: 361px;
    height: 294px;
    background-image: url(/wp-content/uploads/2024/10/holly-new-bio-sm.png);
    right: -70px;
}
.subslide_att.att_106 .subslide_cont:after {
    width: 295px;
    height: 294px;
    background-image: url(img/slides/sub/atts/mob/gonzalez.webp);
    right: -30px;
}
.subslide_att.att_114 .subslide_cont:after {
    width: 322px;
    height: 294px;
    background-image: url(img/slides/sub/atts/mob/sortino.webp);
    right: -30px;
}
.subslide_att.att_117 .subslide_cont:after {
    width: 216px;
    height: 294px;
    background-image: url(img/slides/sub/atts/mob/m-shapiro.webp);
    right: 0px;
}
.subslide_att.att_916 .subslide_cont:after {
    width: 280px;
    height: 294px;
    background-image: url(img/slides/sub/atts/mob/lis-lugo.webp);
    background-size: 100%;
    right: 0px;
}
.subslide_att.att_924 .subslide_cont:after {
    width: 374px;
    height: 294px;
    background-image: url(img/slides/sub/atts/mob/alyssa-taylor.webp);
    background-size: 100%;
    right: -30px;
    bottom: 85px;
}

.subslide_att.att_1103 .subslide_cont:after {
    width: 374px;
    height: 294px;
    background-image: url(/wp-content/uploads/2024/06/leon-bio.png);
    background-size: 100%;
    right: -30px;
    bottom: 85px;
}

.subslide_att.att_1158 .subslide_cont:after {
    width: 374px;
    height: 294px;
    background-image: url(/wp-content/themes/aries-2021/img/slides/sub/atts/full/mj.webp);
    background-size: 100%;
    right: -30px;
    bottom: 85px;
}


.subslide_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f3f3f3;
    box-sizing: border-box;
    color: #000;
    padding: 20px 20px;
    z-index: 11;
    font-weight: bold;
    font-family: 'Quattrocento', serif;
}
.slideAttName {
    text-transform: uppercase;
    font-size: 22px;
    display: block;
    padding: 0 0 5px 0;
}
.slideAttTitle {
    display: block;
    font-size: 17px;
	line-height: 1;
    color: #739279;
	font-style: italic;
}

@media screen and (min-width: 450px) {
	.slideAttTitle {font-size: 20px;}
}
@media screen and (min-width: 600px) {
	.subslide_att {
		background-image: url(img/slides/sub/1100/sub-att-plain.webp);
	}
}
@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}

	#homeslides {
		height: 495px;
	}

	.slideHead {
		font-size: 40px;
	}
	.slideBody {
		font-size: 25px;
	}

	#homeslide2 .slideHead span {
		font-size: 25px;
	}

	#homeslide3 .slideHead span {
		font-size: 25px;
	}

	#homeslideImg1 {background-image: url(img/slides/home/1100/1.webp);}
	#homeslideImg2 {background-image: url(img/slides/home/1100/2.webp);}
	#homeslideImg3 {background-image: url(img/slides/home/1100/3.webp);}

	.subslide {
		height: 304px;
	}
	.subslide1 {background-image: url(img/slides/sub/1100/1.webp);}
	.subslide2 {background-image: url(img/slides/sub/1100/2.webp);}
	.subslide3 {background-image: url(img/slides/sub/1100/3.webp);}
	.subslide4 {background-image: url(img/slides/sub/1100/4.webp);}
	.subslide5 {background-image: url(img/slides/sub/1100/5.webp);}
	.subslide6 {background-image: url(img/slides/sub/1100/6.webp);}
	.subslide7 {background-image: url(img/slides/sub/1100/7.webp);}
	.subslide8 {background-image: url(img/slides/sub/1100/8.webp);}
	.subslide9 {background-image: url(img/slides/sub/1100/9.webp);}

	.subslide_att {
		height: 350px;
	}
	.subslide_box {
		background-color: transparent;
		position: relative;
		color: #fff;
		padding: 0 0 0 60px;
		top: 170px;
	}
	.slideAttName {
		position: relative;
		display: inline-block;
		margin: 0 0 10px 0;
		padding: 0 0 5px 0;
		font-size: 26px;
	}
	.slideAttName:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		width: calc(100% + 1000px);
		height: 2px;
		background-color: #fff;
		left: -1000px;
	}
	.slideAttTitle {
		font-size: 21px;
		line-height: 1.1;
	}
	.subslide_cont:after {
		bottom: 0 !important;
	}
	.subslide_att.att_99 .subslide_cont:after,
	.subslide_att.att_101 .subslide_cont:after,
	.subslide_att.att_104 .subslide_cont:after,
	.subslide_att.att_106 .subslide_cont:after,
	.subslide_att.att_108 .subslide_cont:after,
	.subslide_att.att_112 .subslide_cont:after,
	.subslide_att.att_114 .subslide_cont:after,
	.subslide_att.att_117 .subslide_cont:after {right: 40px;}
	.subslide_att.att_924 .subslide_cont:after { bottom: 0; }
}

@media screen and (min-width: 1100px) {

	#homeslides {
		height: 750px;
	}

	.slideHead {
		font-size: 50px;
		display: block;
	}
	.slideBody {
		font-size: 30px;
		display: inline-block;
		position: relative;
	}

	#homeslide1 .slideBody:before {
		content: '';
		position: absolute;
		width: 319px;
		height: 44px;
		background: url(img/slides/home/slide-lines-1-left.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		bottom: 12px;
		left: -325px;
	}
	#homeslide1 .slideBody:after {
		content: '';
		position: absolute;
		width: 319px;
		height: 44px;
		background: url(img/slides/home/slide-lines-1-right.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		bottom: 12px;
		right: -325px;
	}

	#homeslide2 .slideBody:before {
		content: '';
		position: absolute;
		width: 500px;
		height: 85px;
		background: url(img/slides/home/slide-lines-2-left.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		bottom: 12px;
		left: -510px;

	}
	#homeslide2 .slideBody:after {
		content: '';
		position: absolute;
		width: 500px;
		height: 85px;
		background: url(img/slides/home/slide-lines-2-right.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		bottom: 12px;
		right: -510px;
	}

	#homeslide3 .slideBody:before {
		content: '';
		position: absolute;
		width: 500px;
		height: 85px;
		background: url(img/slides/home/slide-lines-3-left.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		bottom: 12px;
		left: -540px;

	}
	#homeslide3 .slideBody:after {
		content: '';
		position: absolute;
		width: 500px;
		height: 85px;
		background: url(img/slides/home/slide-lines-3-right.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		bottom: 12px;
		right: -540px;
	}

	#homeslide2 .slideHead span {
		font-size: 30px;
	}

	#homeslide3 .slideHead span {
		font-size: 30px;
	}

	.slideBox {
		padding: 50px 20px;
	}

	#homeslideImg1 {background-image: url(img/slides/home/2000/1.webp);}
	#homeslideImg2 {background-image: url(img/slides/home/2000/2.webp);}
	#homeslideImg3 {background-image: url(img/slides/home/2000/3.webp);}

	.subslide {
		height: 552px;
	}
	.subslide1 {background-image: url(img/slides/sub/2000/1.webp);}
	.subslide2 {background-image: url(img/slides/sub/2000/2.webp);}
	.subslide3 {background-image: url(img/slides/sub/2000/3.webp);}
	.subslide4 {background-image: url(img/slides/sub/2000/4.webp);}
	.subslide5 {background-image: url(img/slides/sub/2000/5.webp);}
	.subslide6 {background-image: url(img/slides/sub/2000/6.webp);}
	.subslide7 {background-image: url(img/slides/sub/2000/7.webp);}
	.subslide8 {background-image: url(img/slides/sub/2000/8.webp);}
	.subslide9 {background-image: url(img/slides/sub/2000/9.webp);}

	.subslide_att {
		background-image: url(img/slides/sub/2000/sub-att-plain.webp);
	}
	.subslide_att.att_99 .subslide_cont:after {
		width: 453px;
		height: 370px;
		background-size: 453px;
		background-image: url(img/slides/sub/atts/full/shapiro.webp);
	}
	.subslide_att.att_101 .subslide_cont:after {
		width: 454px;
		height: 370px;
		background-size: 454px;
		background-image: url(/wp-content/uploads/2024/10/holly-new-bio-lg.png);
	}
	.subslide_att.att_106 .subslide_cont:after {
		width: 372px;
		height: 370px;
		background-size: 372px;
		background-image: url(img/slides/sub/atts/full/gonzalez.webp);
	}
	.subslide_att.att_114 .subslide_cont:after {
		width: 405px;
		height: 370px;
		background-size: 405px;
		background-image: url(img/slides/sub/atts/full/sortino.webp);
	}
	.subslide_att.att_117 .subslide_cont:after {
		width: 272px;
		height: 370px;
		background-size: 272px;
		background-image: url(img/slides/sub/atts/full/m-shapiro.webp);
	}
	.subslide_att.att_916 .subslide_cont:after {
		width: 377px;
		height: 395px;
		background-image: url(img/slides/sub/atts/full/lis-lugo.webp);
	}
	.subslide_att.att_924 .subslide_cont:after {
		width: 502px;
		height: 395px;
		background-size: 502px;
		background-image: url(img/slides/sub/atts/full/alyssa-taylor.webp);
	}
	.subslide_att.att_1103 .subslide_cont:after {
		width: 502px;
		height: 480px;
		background-size: 502px;
		background-image: url(/wp-content/uploads/2024/06/leon-bio.png);
	}
	.subslide_att.att_1158 .subslide_cont:after {
		width: 500px;
		height: 380px;
		background-size: 300px;
		background-image: url(/wp-content/uploads/2025/11/Chris.png);
	}


	.slideAttName {font-size: 40px; margin: 0 0 13px 0;}
	.slideAttTitle {
		font-size: 24px;
	}
	.slideAttTitle br {display: none;}
	.subslide_box {top: 290px;}
	.subslide_att:before {height: 255px;}
}

@media screen and (min-width: 1200px) {
	#homeslide1 .slideBody:before {
		width: 430px;
		height: 58px;
		bottom: 12px;
		left: -440px;
	}
	#homeslide1 .slideBody:after {
		width: 430px;
		height: 58px;
		bottom: 12px;
		right: -440px;
	}

	#homeslide2 .slideBody:before {
		width: 700px;
		height: 117px;
		bottom: 12px;
		left: -710px;

	}
	#homeslide2 .slideBody:after {
		width: 700px;
		height: 117px;
		bottom: 12px;
		right: -710px;
	}
}

@media screen and (min-width: 1440px) {
	.slideHead {
		font-size: 70px;
	}
	.slideBody {
		font-size: 40px;
	}

	#homeslide1 .slideBody:before {
		width: 530px;
		height: 76px;
		bottom: 12px;
		left: -540px;
	}
	#homeslide1 .slideBody:after {
		width: 530px;
		height: 76px;
		bottom: 12px;
		right: -540px;
	}

	#homeslide2 .slideBody:before {
		width: 780px;
		height: 135px;
		bottom: 12px;
		left: -790px;

	}
	#homeslide2 .slideBody:after {
		width: 780px;
		height: 135px;
		bottom: 12px;
		right: -790px;
	}

	#homeslide3 .slideBody:before {
		width: 680px;
		height: 135px;
		bottom: -3px;
		left: -725px;

	}
	#homeslide3 .slideBody:after {
		width: 680px;
		height: 135px;
		bottom: -3px;
		right: -725px;
	}

	#homeslide2 .slideHead span {
		font-size: 40px;
	}

	#homeslide3 .slideHead span {
		font-size: 40px;
	}
	.subslide_box {
		top: 310px;
	}
}

@media screen and (min-width: 1640px) {
	#homeslides {
		height: 850px;
	}
	#homeslide1 .slideBody:before {
		width: 612px;
		height: 82px;
		bottom: 18px;
		left: -630px;
	}
	#homeslide1 .slideBody:after {
		width: 612px;
		height: 82px;
		bottom: 18px;
		right: -630px;
	}

	#homeslide2 .slideBody:before {
		width: 875px;
		height: 145px;
		bottom: 17px;
		left: -890px;

	}
	#homeslide2 .slideBody:after {
		width: 875px;
		height: 145px;
		bottom: 17px;
		right: -890px;
	}

	#homeslide3 .slideBody:before {
		width: 779px;
		height: 128px;
		bottom: 18px;
		left: -790px;

	}
	#homeslide3 .slideBody:after {
		width: 779px;
		height: 128px;
		bottom: 18px;
		right: -790px;
	}
	.subslide_att:before {
		height: 295px;
	}
	.subslide_att {
		height: 650px;
	}
	.slideAttName {
		font-size: 80px;
	}
	.slideAttName:after {
		height: 4px;
	}
	.slideAttTitle {
		font-size: 47px;
	}
	.subslide_att.att_99 .subslide_cont:after {
		width: 582px;
		height: 475px;
		background-size: 582px;
		right: -70px;
	}
	.subslide_att.att_101 .subslide_cont:after {
		width: 577px;
		height: 470px;
		background-size: 577px;
		right: -70px;
	}
	.subslide_att.att_104 .subslide_cont:after {
		width: 425px;
		height: 473px;
		background-size: 425px;
		right: -10px;
	}
	.subslide_att.att_106 .subslide_cont:after {
		width: 476px;
		height: 474px;
		background-size: 476px;
		right: -30px;
	}
	.subslide_att.att_108 .subslide_cont:after {
		width: 513px;
		height: 469px;
		background-size: 513px;
	}
	.subslide_att.att_112 .subslide_cont:after {
		width: 500px;
		height: 477px;
		background-size: 500px;
		right: -30px;
	}
	.subslide_att.att_114 .subslide_cont:after {
		width: 520px;
		height: 475px;
		background-size: 520px;
	}
	.subslide_att.att_117 .subslide_cont:after {
		width: 351px;
		height: 477px;
		background-size: 352px;
	}
}

#sync {height: 0; width: 0;}
.syncItem {position: relative; z-index: 0;}

.sxn-payment-calculator {
	padding: 20px;
	background-color: black;
	color: white;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.sxn-payment-calculator a {
	margin: 0 auto 20px;
	display: inline-block;
	width: 100%;
	color: white;
}
.sxn-payment-calculator a:last-of-type {
	margin: auto;
}

.sxn-payment, .sxn-calculator {
	margin: auto;
	padding: 5px;
	box-sizing: border-box;
	border: 2px solid white;
	text-align: center;
	align-items: center;
	width: 100%;
	max-width: 300px;
	margin: auto;
}

.bucket-box {
	border: 2px solid white;
	background-color: black;
	display: inline-block;
	box-sizing: border-box;
	height: 143px;
	margin: 0 0 10px;
}

.bucket-box img {
	margin: 3px;
}

.sxn-payment span, .sxn-calculator span {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 10px;
}
.sxn-payment p, .sxn-calculator p {
	padding: 0 0 0px;
}

.sxn-payment {
	margin: auto;
}

.sxn-payment:hover, .sxn-calculator:hover {
	background-color: #6b9377;
}

.sxn-payment:hover .bucket-box, .sxn-calculator:hover .bucket-box {
	background-color: #6b9377;
}

@media screen and (min-width: 1100px) {
	.sxn-payment-calculator {
		padding: 0px 40px 100px;
	}
	.sxn-payment-calculator-wrap {
		max-width: 1600px;
		margin: auto;
		display: flex;
		justify-content: space-between;
	}
	.sxn-payment {
		margin: 0;
	}
	.sxn-payment, .sxn-calculator {
		padding: 20px 45px 19px 20px;
		max-width: 780px;
		margin: auto;
		display: flex;
		background-image: url(img/icons/bucket-arrow.webp);
		background-repeat: no-repeat;
		background-position: right 5px top 5px;
	}
	.sxn-payment-calculator a {
		margin: 0 20px 0 0;
	}
	.sxn-payment span {
		padding: 0;
	}

	.payment-inner {
		padding: 0 20px 0;
	}

	.payment-inner p {
		font-size: 15px;
	}

	.sxn-payment:hover, .sxn-calculator:hover {
		background-position: bottom 6px right 5px;
	}

	.bucket-box {
		margin: 0;
	}
}

@media screen and (min-width: 1440px) {
	.payment-inner p {
		font-size: 17px;
	}
}

@media screen and (min-width: 1640px) {
	.sxn-payment span, .sxn-calculator span {
		font-size: 32px;
		padding: 0 0 20px;
		line-height: 1;
	}
	.payment-inner p {
		font-size: 18px;
	}
	.payment-inner {
		padding: 20px 40px 0;
	}
}

/* BELOW THE FOLD (BTF) BEGINS */

p {padding: 0 0 20px;}
li {list-style-type: none; list-style-position: outside;}
.topo {display: block; overflow: hidden;}
.topo img {display: block; width: 100%;}

.homeExpanded {
	display: none;
}

a.learn-more-home {
	font-style: italic;
	color: #6b9377;
	padding: 10px 30px 10px 0;
	background-image: url(img/icons/arrow-content.webp);
	background-repeat: no-repeat;
	background-position: right top 8px;
	background-size: 15px;
}

article a.learn-more-home:hover {
	text-decoration: none;
	background-position: right bottom 6px;
	color: #bacebf;
}

.content-inner-right p {
	padding: 0;
}

.content-inner-right p.side-p-topics {
	padding: 0 0 20px;
}

#contentArea {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
}
#mainContent {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a {color: #6b9377;}
	.article a:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.2;
		font-weight: normal;
		font-family: 'Quattrocento', serif;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
	}
	.home .article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
		font-family: 'Quattrocento', serif;
		font-weight: bold;
	}
	.home .article h1 span {
		font-family: 'Open Sans', sans-serif;
		font-style: italic;
		color: #6b9377;
		display: block;
		font-weight: normal;
		line-height: 1;
		padding: 0 0 0 140px;
	}
	.article h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
		color: #282e40;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
		color: #0e4722;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}


	.mc_escrow_deposit_notice {
		padding: 0 0 36px;
		color: #e82020;
		font-size: 24px;
		font-family: 'Quattrocento', serif;
		font-weight: bold;
		line-height: 1.2;
	}
	@media screen and (min-width: 1440px) {
		.mc_escrow_deposit_notice {
			padding: 0 0 72px;
			font-size: 32px;
		}
	}

	.mc_escrow_deposit_choices {
		margin: 0 0 50px;
		font-size: 0;
		text-align: center;
		border: 1px solid #6c9377;
	}
	.mc_escrow_deposit_choices .block_bucket {
		box-sizing: border-box;
	}
	.mc_escrow_deposit_choices .block_link,
	.mc_escrow_deposit_choices .block_qr {
		padding: 50px 20px;
	}
	.mc_escrow_deposit_choices .block_or:before {
		content: 'OR';
		pointer-events: none;
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		margin: auto;
		width: 64px;
		height: 64px;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-size: 30px;
		font-weight: 300;
		text-align: center;
		line-height: 62px;
		background: #0e4721;
		border-radius: 50%;
		transform: translateY(-50%);
	}
	.mc_escrow_deposit_choices .block_or {
		position: relative;
		width: 100%;
		height: 1px;
		background: #6c9377;
	}
	.mc_escrow_deposit_choices .cont_heading {
		padding: 0;
		color: #0e4722;
		font-family: 'Open Sans', sans-serif;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.2;
		text-transform: uppercase;
	}
	.mc_escrow_deposit_choices .block_qr img {
		display: block;
		margin: auto;
		width: 100%;
		max-width: 162px;
	}
	.mc_escrow_deposit_choices .block_qr img {
		margin-top: 30px;
	}
	@media screen and (min-width: 1440px) {
		.mc_escrow_deposit_choices {
			margin: 0 0 100px;
		}
		.mc_escrow_deposit_choices .block_bucket {
			display: inline-block;
			vertical-align: middle;
		}
		.mc_escrow_deposit_choices .block_link,
		.mc_escrow_deposit_choices .block_qr {
			width: calc( 50% - 2px );
		}
		.mc_escrow_deposit_choices .block_or:before {
			left: -42px;
			right: -42px;
			width: 85px;
			height: 85px;
			font-size: 40px;
			line-height: 83px;
		}
		.mc_escrow_deposit_choices .block_or {
			width: 1px;
			height: 345px;
		}
		.mc_escrow_deposit_choices .cont_heading {
			font-size: 30px;
		}
		.mc_escrow_deposit_choices .block_qr img {
			margin-top: 42px;
		}
	}

	.article .mc_cont_link {
		position: relative;
		display: inline-block;
		margin: 40px auto 0;
		padding: 24px 57px 24px 26px;
		color: #fff;
		font-size: 15px;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		background: #000;
	}
	.article .mc_cont_link:hover {
		text-decoration: none;
		background-color: #6b9377;
	}
	.article .mc_cont_link:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 6px;
		transform: translateY(-50%);
		width: 27px;
		height: 60px;
		background: #6b9376 url(img/content/arrow.png) no-repeat center;
	}
	@media screen and (min-width: 1440px) {
		.article .mc_cont_link {
			margin: 72px auto 0;
			padding: 32px 90px 32px 48px;
			font-size: 20px;
		}
		.article .mc_cont_link:after {
			right: 8px;
			width: 36px;
			height: 80px;
		}
	}

	.mc_escrow_list {
		padding: 20px;
		background: #f0f0f0;
		background: linear-gradient(to right, #fff, #ededee);
	}
	.mc_escrow_list ul {
		margin: 0 0 20px;
	}
	.mc_escrow_list ul li {
		font-family: 'Open Sans', sans-serif;
		font-size: 16.5px;
		font-weight: bold;
	}
	.mc_escrow_list img {
		display: block;
		margin: auto;
		width: 100%;
		max-width: 281px;
		height: auto;
	}
	@media screen and (min-width: 1440px) {
		.mc_escrow_list {
			display: flex;
			padding: 56px 60px 56px 0;
			align-items: center;
			justify-content: space-between;
		}
		.mc_escrow_list ul,
		.mc_escrow_list img {
			display: inline-block;
			vertical-align: middle;
		}
		.mc_escrow_list ul {
			margin: 0;
		}
		.mc_escrow_list ul li {
			padding: 0 0 30px;
			font-size: 22px;
		}
	}

#sidebar {

}

.home .sxn-side-content {
	text-align: center;
}

.home .sxn-side-content img {
	display: block;
	max-width: 439px;
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

.home .sxn-side-content span {
	font-family: 'Quattrocento', serif;
	display: block;
	text-align: center;
	line-height: 1.18;
	padding: 0 0 15px;
}

.home .sxn-side-content p {
	text-align: center;
	font-style: italic;
	font-size: 15px;
	line-height: 1.26;
	color: #bacebf;
}

.home .sxn-side-content a {
	color: white;
	background-color: #6b9377;
	width: 280px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 15px 30px 15px 15px;
	font-size: 22px;
	line-height: 1;
	background-image: url(img/icons/submit-arrow.webp);
	background-repeat: no-repeat;
	background-position: top 4px right 4px;
	background-size: 44px;
}

.home .sxn-side-content a:hover {
	background-color: #b9cdbe;
	color: black;
	text-decoration: none;
	background-position: bottom 4px right 4px;
}

/* Content Area */
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#mainContent {
		padding: 0;
		width: calc(100% - 100px - 300px);
		float: left;
	}
	.home #mainContent {
		padding: 0;
		width: calc(100%);
		float: none;
	}
	.fwEntry #mainContent {
		float: none;
		margin: 0 auto;
		width: auto;
		max-width: 1600px;
	}
	.article .alignright {
			float: right;
			margin: 0 0 5px 15px;
	}
	.article .aligncenter {
			display: block;
			margin: 0 auto;
	}
	.article .alignleft {
			float: left;
			margin: 0 15px 5px 0;
	}
	#sidebar {
		width: 300px;
		float: right;
	}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}

@media screen and (min-width: 1100px) {
	.home .caWrap {
		background-image: url(img/content-bg.webp);
		background-position: top;
		background-repeat: no-repeat;
		padding: 135px 0 0;
		margin-bottom: 70px;
	}
	.home .caWrapOuter {
		overflow: hidden;
	}
	.sxn-payment-calculator {
		background-color: transparent;
	}
	.sxn-payment, .sxn-calculator {
		background-color: black;
		-webkit-box-shadow: 0 48px 32px -17px rgb(0 0 0 / 50%);
		-moz-box-shadow: 0 48px 32px -17px rgb(0 0 0 / 50%);
		box-shadow: 0 48px 32px -17px rgb(0 0 0 / 50%);
	}
	#contentArea {
		padding: 80px 40px;
	}

	a.learn-more-home {
		padding: 10px 40px 10px 0;
		background-position: right top 8px;
		background-size: 25px;
		font-size: 30px;
	}

	article a.learn-more-home:hover {
		text-decoration: none;
		background-position: right bottom 7px;
		color: #bacebf;
	}

	.article h1 {
		font-size: 50px;
	}

	.home .article h2 {
		font-size: 26px;
	}

	.article h2 {
		font-size: 32px;
	}
	.article h3 {
		font-size: 26px;
	}

	.home .article h1 {
		font-size: 40px;
	}
	.home .article h1 span {
		font-size: 30px;
	}

	.home #contentArea {
		padding: 80px 40px;
	}

	.home #contentArea {
		overflow: inherit;
		position: relative;
	}

	.home .content-inner-left {
		position: relative;
		z-index: 1;
		max-width: 1080px;
		float: left;
		width: calc(100% - 300px - 0px);
	}

	.home .content-inner-right {
		float: right;
		width: 300px;
		position: absolute;
		color: white;
		z-index: 2;
		bottom: 20px;
		right: 50px;
	}

	.home .content-inner-right:after {
		content: '';
		position: absolute;
		left: -20px;
		top: -20px;
		width: 2000%;
		height: calc(100% + 40px);
		background: #0e4722;
		z-index: 0;
		pointer-events: none;
		box-shadow: 0px 9px 12.61px 0.39px rgb(0 0 0 / 35%);
	}

	.home .sxn-side-content{
		position: relative;
		z-index: 2;
	}

	.home .sxn-side-content img {
		display: block;
		max-width: 439px;
		width: 100%;
	}

	.content-inner-left-wrap {
		position: relative;
		z-index: 2;
		padding: 0 80px 0 0;
	}

	.home .content-inner-left:after {
		content: '';
		position: absolute;
		right: -30px;
		top: -80px;
		width: 2000%;
		height: calc(100% + 160px);
		background: white;
		z-index: 0;
		pointer-events: none;
	}
}

@media screen and (min-width: 1440px) {
	.home .article h1 {
		font-size: 60px;
		line-height: 1;
		padding: 0 0 40px;
	}
	.home .article h1 span {
		font-size: 40px;
		line-height: 1;
		padding: 0 0 0 230px;
	}
	.home .content-inner-left {
		width: calc(100% - 400px - 0px);
	}
	.home .content-inner-right {
		width: 400px;
		bottom: 20px;
		right: 50px;
	}
	.home .sxn-side-content span {
		font-size: 22px;
		padding: 0 0 13px;
	}

	.home .sxn-side-content a {
		box-sizing: border-box;
		width: 100%;
	}
}

@media screen and (min-width: 1640px) {
	#contentArea {
		max-width: 1600px;
		margin: auto;
	}

	#mainContent {
		width: calc(100% - 100px - 387px);
	}

	#sidebar {
		width: 387px;
	}

	.home .content-inner-right {
		width: 450px;
		bottom: 14px;
		right: 120px;
	}

	.home .sxn-side-content span {
		font-size: 22px;
	}
	.home .sxn-side-content img {
		margin: 0 auto 15px;
	}

	.home .content-inner-right:after {
		left: -14px;
		top: -14px;
		width: 2000%;
		height: calc(100% + 30px);
	}

	.home .content-inner-left {
		font-size: 18px;
	}

	.content-inner-right:before {
		content: '';
		position: absolute;
		width: 58px;
		height: 370px;
		background: url(img/icons/side-content-shadow.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		top: -14px;
		right: -80px;
		z-index: 3;
	}
}

/*sxn-process*/
.sxn-process {
	padding: 20px;
	background-color: black;
	color: white;
	font-family: 'Open Sans', sans-serif;
	clear: both;
}

.process-header-wrap {
	text-align: center;
	font-family: 'Quattrocento', serif;
	padding: 0 0 20px;
}

.sxn-process-num {
    padding: 0 0 0 80px;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0 auto 20px;
    background-size: 60px;
	box-sizing: border-box;
	max-width: 390px;
}

.sxn-process-num span {
	font-family: 'Quattrocento', serif;
	text-transform: uppercase;
	display: block;
	padding: 0px 0 10px;
}

.sxn-process-num p {
	line-height: 1.6;
}

.sxn-process-num-1 {
	background-image: url(img/process/1.webp);
}
.sxn-process-num-2 {
	background-image: url(img/process/2.webp);
}
.sxn-process-num-3 {
	background-image: url(img/process/3.webp);
}
.sxn-process-num-4 {
	background-image: url(img/process/4.webp);
}

@media screen and (min-width: 1100px) {
	.sxn-process {
		background-image: url(img/process/process-bg.webp);
		background-size: cover;
		background-repeat: no-repeat;
		padding: 115px 0 100px;
	}
	.sxn-process-wrap {
		max-width: 1600px;
		margin: auto;
	}

	.sxn-process-black {
		background-color: rgba(0, 0, 0, 0.75);
		padding: 50px 40px;
	}

	.process-header-wrap {
		font-size: 30px;
		padding: 0 0 50px;
	}

	.sxn-process-cont {
		display: flex;
		justify-content: space-between;
	}

	.sxn-process-num {
		width: 25%;
		padding: 0 15px 0 80px;
	}
}

@media screen and (min-width: 1440px) {
	.process-header-wrap {
		font-size: 45px;
		overflow: hidden;
	}

	.process-main-header {
		position: relative;
	}

	.process-main-header:before {
		content: '';
		position: absolute;
		width: 634px;
		height: 16px;
		background: url(img/process/process-left.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		top: 24px;
		right: 110%;
		pointer-events: none;
	}
	.process-main-header::after {
		content: '';
		position: absolute;
		width: 634px;
		height: 16px;
		background: url(img/process/process-right.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		top: 24px;
		left: 110%;
		pointer-events: none;
	}

	.sxn-process-num {
		padding: 0 15px 0 120px;
		background-size: 100px;
	}
	.sxn-process-num span {
		font-size: 21px;
		padding: 15px 0 10px;
	}

	.sxn-process-num p {
		font-size: 17px;
	}
}

@media screen and (min-width: 1640px) {
	.sxn-process-num {
		padding: 0 20px 0 154px;
		background-size: 135px;
	}
	.sxn-process-num span {
		font-size: 23px;
		padding: 15px 0 10px;
	}

	.sxn-process-num p {
		font-size: 18px;
	}
}

/*sxn-testimonials*/
.sxn-testimonials {
	padding: 20px;
	background-color: black;
	color: white;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.sxn-testimonials-main-header {
	padding: 0 0 20px;
}

.sxn-testimonials-main-header .test-main-header {
	display: block;
	text-align: center;
	font-family: 'Quattrocento', serif;
	font-weight: bold;
	line-height: 1;
}

.sxn-testimonials-main-header .test-main-subheader {
	display: block;
	color: #bacebf;
	font-style: italic;
	line-height: 1;
}

.sxn-test-cont .swiper-container {
	padding: 38px 0 0;
}

.test-wrap {
	border: 2px solid white;
	padding: 5px;
	box-sizing: border-box;
}

.test-line-wrap {
	border: 4px solid #6b9377;
	padding: 55px 20px 20px;
	position: relative;
}

.test-line-wrap:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(img/testimonials/message-icon.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    top: -44px;
    left: calc(50% - 40px);
}

.test-inner-wrap img {
	display: block;
	margin: 0 auto 20px;
}

.test-wrap-header {
	font-family: 'Quattrocento', serif;
	font-weight: bold;
	line-height: 1.3;
	display: block;
	padding: 0 0 15px;
}

.test-inner-wrap p {
	line-height: 1.6;
}

.test-inner-wrap p a {
	text-transform: uppercase;
	color: #6b9377;
	font-weight: bold;
}

.test-inner-wrap p a:hover {
	color: white;
	text-decoration: underline;
}

.test-name {
	font-family: 'Quattrocento', serif;
}

.sxn-test-arrows-container {
	margin: 20px auto 0;
}

.sxn-left-test-arrow, .sxn-right-test-arrow {
    width: 30px;
    height: 60px;
    text-align: center;
    display: inline-block;
    position: relative;
	overflow: hidden;
}

.sxn-left-test-arrow img, .sxn-right-test-arrow img {
	width: 100%;
	height: auto;
}

.sxn-left-test-arrow:hover img,  .sxn-right-test-arrow:hover img {
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media screen and (min-width: 1100px) {
	.sxn-testimonials {
		padding: 70px 40px 300px;
		background-image: url(img/testimonials/test-bg.webp);
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.sxn-testimonials-wrap {
		max-width: 1600px;
		margin: auto;
	}

	.sxn-testimonials-main-header {
		text-align: left;
		padding: 0 0 80px;
	}

	.sxn-testimonials-main-header .test-main-header {
		display: block;
		text-align: left;
		font-size: 30px;
	}
	.sxn-testimonials-main-header .test-main-subheader {
		display: inline-block;
		font-size: 25px;
		position: relative;
		padding: 0 0 0 100px;
	}
	.sxn-test-cont .swiper-container {
		margin: 0 60px;
	}

	.sxn-test-cont {
		position: relative;
	}

	.sxn-left-test-arrow img, .sxn-right-test-arrow img {
		width: 20px;
		margin-top: 5px;
	}
	.sxn-left-test-arrow {
		position: absolute;
		left: 18px;
		bottom: 0px;
		z-index: 10;
		border: 1px solid #6b9377;
		border-right: none;
		padding: 5px;
		box-sizing: border-box;
	}
	.sxn-left-test-arrow:hover {
		border: 1px solid white;
		border-right: none;
	}
	.sxn-right-test-arrow {
		position: absolute;
		right: 18px;
		bottom: 0px;
		z-index: 10;
		border: 1px solid #6b9377;
		border-left: none;
		padding: 5px;
		box-sizing: border-box;
	}

	.sxn-right-test-arrow:hover {
		border: 1px solid white;
		border-left: none;
	}

	.test-wrap {
		height: 535.52px !important;
	}

	.test-line-wrap {
		height: 521.52px !important;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 1440px) {
	.sxn-testimonials-main-header .test-main-header {
		font-size: 45px;
	}
	.sxn-testimonials-main-header .test-main-subheader {
		font-size: 35px;
		padding: 0 0 0 115px;
	}

	.sxn-testimonials-main-header {
		position: relative;
	}

	.sxn-testimonials-main-header .test-main-subheader:before {
		content: '';
		position: absolute;
		width: 700px;
		height: 251px;
		background: url(img/testimonials/header-lines.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		top: 64px;
		right: 0px;
		pointer-events: none;
	}
	.test-wrap {
		height: 460px !important;
	}

	.test-line-wrap {
		height: 445px !important;
	}

	.test-wrap.swiper-slide.swiper-slide-next {
		z-index: 10;
		position: relative;
		transform: translateY(65px);
		transition: .5s;
	}

	.sxn-test-cont .swiper-container {
		padding: 38px 0 70px;
	}

	.sxn-test-cont .swiper-container {
		margin: 0 75px;
	}

	.sxn-left-test-arrow, .sxn-right-test-arrow {
		width: 45px;
		height: 90px;
	}

	.sxn-left-test-arrow img, .sxn-right-test-arrow img {
		width: 30px;
		margin-top: 10px;
	}
	.sxn-left-test-arrow {
		bottom: 70px;
	}
	.sxn-right-test-arrow {
		bottom: 70px;
	}
}

@media screen and (min-width: 1640px) {
	.sxn-test-cont .swiper-container {
		padding: 60px 0 70px;
	}
	.sxn-test-cont .swiper-container {
		max-width: 1430px;
		margin: auto;
	}

	.test-wrap {
		height: 550px !important;
	}

	.test-line-wrap {
		height: 535px !important;
		padding: 85px 20px 20px;
	}

	.test-line-wrap:before {
		width: 126px;
		height: 126px;
		top: -69px;
		left: calc(50% - 63px);
	}

	.test-inner-wrap img {
		margin: 0 auto 25px;
	}

	.test-wrap-header {
		font-size: 22px;
	}

	.test-inner-wrap p {
		font-size: 18px;
	}

	.test-name {
		font-size: 20px;
	}

	.sxn-left-test-arrow, .sxn-right-test-arrow {
		width: 70px;
		height: 170px;
	}

	.sxn-left-test-arrow img, .sxn-right-test-arrow img {
		width: 38px;
		margin-top: 40px;
	}

	.sxn-left-test-arrow {
		left: -20px;
	}
	.sxn-right-test-arrow {
		right: -20px;
	}

	.sxn-testimonials-main-header .test-main-subheader:before {
		width: 808px;
		height: 251px;
		top: 64px;
		right: 0px;
	}
}

/*sxn-form-video*/
.sxn-form-bg {
	padding: 20px;
	font-family: 'Open Sans', sans-serif;
}

.sxn-form {
	background-color: #0e4722;
	color: white;
	box-sizing: border-box;
	padding: 20px;
	margin: 0 0 20px;
}

.form-header {
	display: block;
	line-height: 1;
	font-family: 'Quattrocento', serif;
	text-align: center;
	font-weight: bold;
}

.form-subheader {
	display: block;
	color: #bacebf;
	font-style: italic;
	padding: 0 0 20px;
	text-align: center;
}

.sxn-form label {
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 0 0 5px;
}

.form-text-input-wrap {
	margin: 0 0 14px;
}

.sxn-form form input[type="text"], .sxn-form form textarea {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    color: white;
    font: 16px/normal 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    background: transparent;
    border: 0;
    border: 2px solid white;
    border-radius: 0;
    position: relative;
	outline: 0;
}
.sxn-form form input[type=submit] {
    opacity: 1;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 255px;
    height: 60px;
    color: #fff;
    background-color: #6b9377;
	background-image: url(img/icons/submit-arrow.webp);
	background-repeat: no-repeat;
	background-position: right 5px top 5px;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 20px auto 20px;
    position: relative;
    border: none;
	padding: 8px 53px 8px 8px;
	text-transform: uppercase;
	font-family: 'Quattrocento', serif;
}

.sxn-form form input[type=submit]:hover {
	background-color: #b9cdbe;
	background-position: bottom 4px right 5px;
	color: black;
}

.form-message-input-wrap {
	margin: 0 0 15px;
}

.captcha-submit-wrap {
	text-align: center;
}

@media screen and (min-width: 1100px) {
	.sxn-form-bg {
		padding: 0 40px 100px;
		background-image: url(img/form/form-bg.webp);
		background-repeat: no-repeat;
		background-position: bottom;
		margin-top: -240px;
	}
	.sxn-form {
		max-width: 1600px;
		margin: 0 auto 80px;
		padding: 50px 40px;
		position: relative;
		overflow: hidden;
	}
	.sxn-form:before {
		content: '';
		position: absolute;
		width: 1600px;
		height: 30px;
		background-image: url(img/form/shadow-form-top.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		top: 20px;
		left: 0;
		pointer-events: none;
	}
	.sxn-form::after {
		content: '';
		position: absolute;
		width: 1600px;
		height: 30px;
		background-image: url(img/form/shadow-form-bottom.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		bottom: 20px;
		left: 0;
		pointer-events: none;
	}
	.form-header {
		text-align: left;
		font-size: 30px;
	}
	.form-subheader {
		display: inline-block;
		padding: 0 0 30px 150px;
		font-size: 25px;
		position: relative;
	}
	.form-text-input-wrap {
		display: inline-block;
		width: calc(33.333% - 13px);
		margin: 0 15px 15px 0;
	}

	.form-text-input-wrap-last {
		margin: 0 0px 15px 0;
	}

	.form-message-captcha {
		display: flex;
		justify-content: space-between;
	}
	.form-message-input-wrap {
		flex: 1;
		margin-right: 20px;
	}

	.submit-wrap {
		width: 255px;
	}

	.captcha-wrap {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1440px) {
	.sxn-form {
		padding: 60px 90px;
		position: relative;
		-webkit-box-shadow:  0 48px 32px -17px rgb(0 0 0 / 50%);
		-moz-box-shadow:  0 48px 32px -17px rgb(0 0 0 / 50%);
		box-shadow: 0 48px 32px -17px rgb(0 0 0 / 50%);
	}
	.form-header {
		font-size: 45px;
	}
	.form-subheader {
		padding: 0 0 30px 200px;
		font-size: 35px;
		line-height: 1;
	}
	.form-subheader:before {
		content: '';
		position: absolute;
		width: 1058px;
		height: 39px;
		background: url(img/form/header-lines.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		top: -7px;
		left: 85%;
	}
	.sxn-form label {
		font-size: 18px;
		padding: 0 0 10px;
	}
	.sxn-form form input[type="text"], .sxn-form form textarea {
		font: 18px/normal 'Open Sans', sans-serif;
	}
	.sxn-form form textarea {
		height: 140px;
	}

	.captcha-wrap {
		margin-top: 28px;
	}
}

/*sxn-video*/
.sxn-video {
	background-color: rgba(0, 0, 0, 0.5);
	font-family: 'Open Sans', sans-serif;
	color: white;
	padding: 20px;
}
.vid-main-header {
	display: block;
	font-family: 'Quattrocento', serif;
	font-weight: bold;
}

.vid-subheader {
	color: #bacebf;
	font-style: italic;
}

.sxn-video {
	line-height: 1.6;
}

.video-left .swiper-container .swiper-wrapper {
	padding: 0 0 30px;
	box-sizing: border-box;
}

.video-left .swiper-slide a {
	color: white;
}

.inner-video {
	max-width: 350px;
	margin: auto;
	box-sizing: border-box;
}

.inner-video span {
	display: inline-block;
	position: relative;
}

.inner-video span:before {
    content: '';
    position: absolute;
    width: 125px;
    height: 125px;
    background: url(img/video/play-button.webp);
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: top left;
    top: calc(50% - 70px);
    left: calc(50% - 62px);
	z-index: 1;
}

.inner-video img {
	border: 2px solid white;
	filter: brightness(0.75);
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.inner-video p {
	text-align: center;
}

.inner-gallery-link:hover .inner-video img {
	filter: brightness(1);
}

.inner-gallery-link:hover .inner-video span:before {
	background-position: bottom 2px left;
}

.video-header, .video-right p {
	position: relative;
	z-index: 1;
}

.video-left .swiper-container .swiper-pagination {
	display: none;
}

@media screen and (min-width: 1100px) {
	.sxn-video {
		background-color: transparent;
	}
	.sxn-form-bg {
		overflow: hidden;
	}

	.video-right {
		float: right;
		max-width: 280px;
		position: relative;
	}
	.video-left {
		float: left;
		position: relative;
		width: calc(100% - 300px - 60px);
	}
	.video-left:after {
		content: '';
		position: absolute;
		top: -25px;
		right: -25px;
		height: 325px;
		width: 200%;
		background-color: rgba(2, 49, 73, 0.75);
		z-index: 0;
	}

	.video-left .swiper-container .swiper-pagination {
		display: block;
	}

	.video-left .swiper-pagination {
		bottom: 10px !important;
	}

	.video-left .swiper-pagination-bullet {
		width: 80px;
		height: 6px;
		border-radius: 0;
		background-color: #6b9377;
		opacity: 1;
		text-align: center;
		box-sizing: border-box;
		margin-bottom: 10px !important;
	}

	.video-left .swiper-pagination-bullet-active {
		background-color: white;
	}

	.video-right:after {
		content: '';
		position: absolute;
		top: -25px;
		left: -20px;
		height: 325px;
		width: 200%;
		background-color: black;
		z-index: 0;
	}
}

@media screen and (min-width: 1440px) {
	.video-left {
		max-width: 1090px;
		width: calc(100% - 400px - 100px);
	}
	.vid-main-header {
		font-size: 40px;
		line-height: 1;
	}

	.vid-subheader {
		line-height: 1;
		font-size: 30px;
		padding: 0 0 30px 50px;
		display: inline-block;
		position: relative;
	}

	.vid-subheader:before {
		content: '';
		position: absolute;
		width: 265px;
		height: 38px;
		background: url(img/video/video-lines.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		top: -7px;
		left: 95%;
	}

	.video-right {
		max-width: 400px;
	}

	.video-right p {
		font-size: 17px;
	}

	.video-left .swiper-pagination {
		bottom: -2px !important;
	}
}

@media screen and (min-width: 1640px) {
	.sxn-video-wrap {
		max-width: 1600px;
		margin: auto;
	}
	.vid-main-header {
		font-size: 45px;
	}

	.vid-subheader {
		font-size: 35px;
		padding: 0 0 50px 80px;
	}

	.vid-subheader:before {
		width: 265px;
		height: 38px;
		top: -7px;
		left: 84%;
	}

	.video-right {
		max-width: 430px;
		padding: 5px 0 0 5px;
	}
	.video-left {
		max-width: 1090px;
		width: calc(100% - 430px - 100px);
	}
	.inner-video img {
		margin: 0 0 15px;
	}
	.video-left:after {
		top: -25px;
		right: -25px;
		height: 367px;
	}

	.video-right:after {
		top: -25px;
		left: -20px;
		height: 367px;
		width: 200%;
	}
	.video-right p {
		font-size: 18px;
	}
	.inner-video p {
		font-size: 18px;
	}

	.inner-video span:before {
		top: calc(50% - 78px);
		left: calc(50% - 62px);
		z-index: 1;
	}
}

/*sxn-team*/
.sxn-team {
	padding: 20px;
	background-color: #262626;
	color: white;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.team-header {
	text-transform: uppercase;
	display: block;
	font-family: 'Quattrocento', serif;
	font-weight: bold;
	line-height: 1;
}

.team-subheader {
	font-style: italic;
	color: #6b9377;
	padding: 0 0 20px;
	display: inline-block;
	line-height: 1;
}

.team-inner-header {
	display: block;
	font-family: 'Quattrocento', serif;
	font-weight: bold;
}

.team-inner-subheader {
	font-style: italic;
	color: #6b9377;
	padding: 0 0 20px;
	display: inline-block;
}

.sxn-team-inner-wrap p {
	line-height: 1.6;
}

.sxn-team-inner-wrap p a {
	color: #6b9377;
	text-transform: uppercase;
	font-weight: bold;
}

.sxn-team-inner-wrap {
	padding: 0 0 300px;
	position: relative;
}

.sxn-team-solo {
	margin: 0 0 20px;
}

.sxn-team-solo .sxn-team-inner-wrap:after {
	content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0px;
    left: calc(50% - 140px);
}

.sxn-team-solo.sxn-team-marc .sxn-team-inner-wrap:after {
	background-image: url(img/attorneys/marc-shapiro.webp);
}
.sxn-team-solo.sxn-team-holly .sxn-team-inner-wrap:after {
	background-image: url(img/attorneys/holly-shapiro.webp);
}
.sxn-team-solo.sxn-team-3 .sxn-team-inner-wrap:after {
	background-image: url(/wp-content/themes/aries-2021/img/slides/sub/atts/full/mj.webp);
}
.sxn-team-solo.sxn-team-55 .sxn-team-inner-wrap:after {
	background-image: url(/wp-content/themes/aries-2021/img/slides/sub/atts/full/mj.webp);
}
.sxn-team-solo.sxn-team-4 .sxn-team-inner-wrap:after {
	background-image: url(img/attorneys/milo.webp);
}
.sxn-team-solo.sxn-team-5 .sxn-team-inner-wrap:after {
	background-image: url(img/attorneys/milo.webp);
}
.sxn-team-solo.sxn-team-milo .sxn-team-inner-wrap:after {
	background-image: url(img/attorneys/milo.webp);
	width: 200px;
    height: 280px;
	left: calc(50% - 100px);
}

@media screen and (min-width: 1100px) {
	.sxn-team {
		padding: 20px 0 0;
	}
	.sxn-team-wrap {
		max-width: 1600px;
		margin: auto;
		box-sizing: border-box;
		padding: 40px;
	}
	.sxn-team-solo {
		margin: 0 0 0px;
	}
	.sxn-team-header-main{
		text-align: left;
	}
	.sxn-team-header-main .team-header {
		font-size: 30px;
	}
	.sxn-team-header-main .team-subheader {
		font-size: 25px;
	}
	.sxn-team-inner-wrap {
		max-width: 1600px;
		margin: auto;
		box-sizing: border-box;
		text-align: left;
	}
	.sxn-team-solo.sxn-team-solo.sxn-team-marc {
		background-image: url(img/attorneys/att-bg-1.webp);
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	.sxn-team-solo.sxn-team-holly,
	
	.sxn-team-solo.sxn-team-cheila {
		background-image: url(img/attorneys/att-bg-2.webp);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-color: black;
		background-size: cover;
	}
	.sxn-team-solo.sxn-team-arleny,
	.sxn-team-solo.sxn-team-ilen,
	.sxn-team-solo.sxn-team-3,
	.sxn-team-solo.sxn-team-33,
	.sxn-team-solo.sxn-team-5,
	.sxn-team-solo.sxn-team-55,
	.sxn-team-solo.sxn-team-4,
	.sxn-team-solo.sxn-team-milo {
		background-image: url(img/attorneys/att-bg-3.webp);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: cover;
	}

	.sxn-team-solo.sxn-team-marc .sxn-team-inner-wrap {
		padding: 30px 320px 30px 320px;
	}

	.sxn-team-solo.sxn-team-holly .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-3 .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-33 .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-4 .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-55 .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-5 .sxn-team-inner-wrap {
		padding: 25px 320px 25px 320px;
	}
	.sxn-team-solo.sxn-team-arleny .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-ilen .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-cheila .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-milo .sxn-team-inner-wrap {
		padding: 30px 320px 30px 320px;
	}

	.sxn-team-solo.sxn-team-marc .sxn-team-inner-wrap:after,
	.sxn-team-solo.sxn-team-arleny .sxn-team-inner-wrap:after,
	.sxn-team-solo.sxn-team-ilen .sxn-team-inner-wrap:after,
	.sxn-team-solo.sxn-team-milo .sxn-team-inner-wrap:after,
	.sxn-team-solo.sxn-team-5 .sxn-team-inner-wrap:after,
	.sxn-team-solo.sxn-team-33 .sxn-team-inner-wrap:after,
	.sxn-team-solo.sxn-team-4 .sxn-team-inner-wrap:after {
		right: 0;
		left: auto;
	}
	.sxn-team-solo.sxn-team-holly .sxn-team-inner-wrap:after,
	.sxn-team-solo.sxn-team-cheila .sxn-team-inner-wrap:after,
	.sxn-team-solo.sxn-team-55 .sxn-team-inner-wrap:after,
	.sxn-team-solo.sxn-team-3 .sxn-team-inner-wrap:after {
		left: 0;
	}

	.team-inner-header {
		font-size: 22px;
	}
	.team-inner-subheader {
		font-size: 17px;
	}

	.sxn-team-inner-wrap p {
		font-size: 14px;
	}

	.sxn-team-solo.sxn-team-marc .sxn-team-inner-wrap:after {
		bottom: -5px;
	}
	.sxn-team-solo.sxn-team-55 .sxn-team-inner-wrap::after {
		bottom: 0px;
	}
	.sxn-team-solo.sxn-team-5 .sxn-team-inner-wrap::after {
		bottom: -13px;
	}
	.sxn-team-solo.sxn-team-milo .sxn-team-inner-wrap:after {
		bottom: -3px;
	}
}

@media screen and (min-width: 1440px) {
	.sxn-team-header-main .team-header {
		font-size: 40px;
	}
	.sxn-team-header-main .team-subheader {
		font-size: 30px;
		padding: 0 0 20px 30px;
		position: relative;
	}
	.sxn-team-header-main .team-subheader:before {
		content: '';
		position: absolute;
		width: 700px;
    	height: 180px;
		background: url(img/attorneys/att-lines.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		top: 73px;
		left: -100px;
	}
	.sxn-team-solo.sxn-team-marc .sxn-team-inner-wrap {
		padding: 60px 400px 60px 400px;
	}
	.sxn-team-solo.sxn-team-holly .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-3 .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-33 .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-4 .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-55 .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-5 .sxn-team-inner-wrap
	 {
		padding: 40px 400px 40px 400px;
	}
	.sxn-team-solo.sxn-team-arleny .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-ilen .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-cheila .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-milo .sxn-team-inner-wrap {
		padding: 40px 400px 40px 400px;
	}
	.sxn-team-inner-wrap p {
		font-size: 16px;
	}
	.team-inner-header {
		font-size: 26px;
	}
	.team-inner-subheader {
		font-size: 20px;
	}

	.sxn-team-solo .sxn-team-inner-wrap:after {
		width: 350px;
		height: 350px;
		bottom: 0px;
		left: calc(50% - 175px);
	}
	.sxn-team-solo.sxn-team-marc .sxn-team-inner-wrap:after {
		bottom: -7px;
	}
	.sxn-team-solo.sxn-team-5 .sxn-team-inner-wrap::after {
		bottom: -16px;
	}
	.sxn-team-solo.sxn-team-55 .sxn-team-inner-wrap::after {
		bottom: 0px;
	}
	.sxn-team-solo.sxn-team-milo .sxn-team-inner-wrap:after {
		width: 250px;
		height: 348px;
	}
}

@media screen and (min-width: 1640px) {
	.team-inner-header {
		font-size: 38px;
	}
	.sxn-team-inner-wrap p {
		font-size: 18px;
	}

	.sxn-team-header-main .team-subheader:before {
		width: 1000px;
		height: 259px;
		top: 73px;
		left: -200px;
	}

	.sxn-team-solo.sxn-team-marc .sxn-team-inner-wrap {
		padding: 60px 450px 60px 450px;
	}

	.sxn-team-solo.sxn-team-holly .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-3 .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-33 .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-4 .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-55 .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-5 .sxn-team-inner-wrap {
		padding: 40px 450px 40px 450px;
	}
	.sxn-team-solo.sxn-team-arleny .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-ilen .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-cheila .sxn-team-inner-wrap,
	.sxn-team-solo.sxn-team-milo .sxn-team-inner-wrap {
		padding: 40px 450px 40px 450px;
	}

	.sxn-team-solo.sxn-team-marc .sxn-team-inner-wrap:after {
		width: 420px;
		height: 412px;
	}
	.sxn-team-solo.sxn-team-holly .sxn-team-inner-wrap:after {
		width: 383px;
		height: 407px;
	}
	.sxn-team-solo.sxn-team-arleny .sxn-team-inner-wrap:after {
		width: 380px;
		height: 409px;
	}
	.sxn-team-solo.sxn-team-3 .sxn-team-inner-wrap:after {
		width: 377px;
		height: 395px;
	}
	.sxn-team-solo.sxn-team-33 .sxn-team-inner-wrap:after {
		width: 377px;
		height: 395px;
	}
	.sxn-team-solo.sxn-team-ilen .sxn-team-inner-wrap:after {
		width: 366px;
		height: 409px;
	}
	.sxn-team-solo.sxn-team-cheila .sxn-team-inner-wrap:after {
		width: 335px;
		height: 405px;
	}
	.sxn-team-solo.sxn-team-4 .sxn-team-inner-wrap:after {
		width: 372px;
		height: 406px;
	}
	.sxn-team-solo.sxn-team-55 .sxn-team-inner-wrap:after {
		width: 372px;
        height: 406px;
	}
	.sxn-team-solo.sxn-team-5 .sxn-team-inner-wrap:after {
		width: 425px;
		height: 406px;
	}
	.sxn-team-solo.sxn-team-milo .sxn-team-inner-wrap:after {
		width: 254px;
		height: 351px;
	}
	.sxn-team-solo.sxn-team-marc .sxn-team-inner-wrap:after,
	.sxn-team-solo.sxn-team-5 .sxn-team-inner-wrap:after  {
		bottom: 0px;
	}
	.sxn-team-solo.sxn-team-milo .sxn-team-inner-wrap:after {
		bottom: 0px;
	}

}

#mainFooter {
	overflow: hidden;
	padding: 20px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.sxn-footer-center img {
	display: block;
	margin: 0 auto 10px;
	width: 100%;
	height: auto;
	max-width: 312px;
}

.f-location-wrap, .f-phone-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    box-sizing: border-box;
}

.f-location-wrap a, .f-phone-wrap a {
    padding: 10px 0 10px 35px;
    font-size: 16px;
    display: inline-block;
	color: black;
}

.f-location-wrap:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 41px;
    background: url(img/icons/location.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 15px;
    left: 11px;
}

.f-phone-wrap:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 41px;
    background: url(img/icons/fPhone.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 12px;
    left: 11px;
}

.sxn-footer-left, .sxn-footer-right {
	display: none;
}

.sxn-footer-left img, .sxn-footer-right img {
	width: 100%;
}

.fNav {
	padding: 10px 0 0;
}
	.fNav li {
		padding: 0;
		display: block;
		list-style-type: none;
		list-style-position: outside;
		font-size: 14px;
		position: relative;
	}
	.fNav a {
		color: #6d977a;
	}
	.fNav a:hover {
		color: white;
		text-decoration: underline;
	}
@media screen and (min-width: 1100px) {
	#mainFooter {
		background-image: url(img/footer/footer-bg.webp);
		background-position: bottom;
		background-size: cover;
		padding: 450px 0px 0;
	}
	.footer-black-bg {
		background-color: rgba(0, 0, 0, 0.5);
		padding: 30px;
		box-sizing: border-box;
	}
	.sxn-footer-center {
		background-color: white;
		padding: 20px 20px;
		box-sizing: border-box;
		height: 301px;
		width: 33%;
	}
	.sxn-footer-center img {
		margin: 0 auto 10px;
		max-width: 200px;
	}
	.sxn-footer-wrap {
		max-width: 1600px;
		margin: auto;
		display: flex;
		justify-content: center;
	}
	.sxn-footer-left, .sxn-footer-right {
		display: block;
		height: 301px;
		width: 33%;
	}

	.fNav li {
		display: inline-block;
		padding: 0 15px 0;
	}
	.fNav {
		display: inline-block;
		vertical-align: top;
		padding: 0;
		margin: 15px 0 15px 30px;
	}
	.fNav li:after {
		content: "|";
		position: absolute;
		top: -1px;
		right: 1px;
		height: 10px;
		color: #6d977a;
	}

	.fNav li:last-of-type:after {
		content: none;
	}
}

@media screen and (min-width: 1440px) {
	.sxn-footer-left, .sxn-footer-right {
		width: 30%;
	}
	.sxn-footer-center {
		padding: 20px 40px;
		width: 40%;
		position: relative;
	}
	.sxn-footer-center:before {
		content: '';
		position: absolute;
		width: calc(100% - 16px);
		height: calc(100% - 16px);
		top: 7px;
		right: 0px;
		bottom: 0px;
		left: 7px;
		border: 1px solid #6b9377;
		z-index: 0;
		pointer-events: none;
		-webkit-box-shadow: inset 25px 0px 45px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
		-moz-box-shadow: inset 25px 0px 45px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
		box-shadow: inset 25px 0px 45px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
	}
}

@media screen and (min-width: 1640px) {
	.f-location-wrap a, .f-phone-wrap a {
		padding: 13px 0 13px 35px;
		font-size: 18px;
	}
	.sxn-footer-center img {
		margin: 0 auto 9px;
		max-width: 312px;
	}
	.f-location-wrap, .f-phone-wrap {
		padding: 0px;
	}
	.f-location-wrap:before {
		width: 28px;
		height: 41px;
		top: 7px;
		left: 0px;
	}
	.f-phone-wrap:before {
		top: 5px;
		left: 0px;
	}
	.sxn-footer-left, .sxn-footer-right {
		width: 28%;
	}
	.sxn-footer-center {
		padding: 20px 40px;
		width: 44%;
	}
}

/* RESPONSIVE */
#mmBrandingWrapper {
	padding: 30px 20px 30px;
	font-size: 0;
	text-align: center;
	background: black;
}
#mmBranding {
	display: inline-block;
	overflow: hidden;
}
	#mmBranding,
	#mmBranding a {
		color: white;
		font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#mmBranding a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	#logo-mmm {
		display: inline-block;
		height: auto;
	}
	#mmBranding p {
		margin: auto;
		padding: 12px 0 0;
		max-width: 320px;
		text-align: center;
	}
	#mmBranding br {display: none;}
@media screen and (min-width: 600px) {
	#mmBranding {
		display: inline-block;
		background: black;
	}
	#logo-mmm {
		display: inline-block;;
		margin: 0 0 3px;
		vertical-align: bottom;
	}
	#mmBranding p {
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: bottom;
	}
	#mmBranding br {display: inline;}
}

.mmBranding_custom {
	display: flex;
	justify-content: center;
	align-items: center;
}
.mmBranding_custom #mmBranding,
.mmBranding_custom p,
.mmBranding_custom .social-media-icon {
	vertical-align: middle;
}
.mmBranding_custom p {
	order: 1;
}
.mmBranding_custom #mmBranding {
	margin: 0 40px;
	order: 2;
}
.mmBranding_custom .social-media-icon {
	order: 3;
}

/*Sidebar*/
/*sb-pa*/
.sb-pa {
	margin: 0 0 40px;
	font-family: 'Open Sans', sans-serif;
}

.sb-bucket-box {
	border: 2px solid white;
	background-color: black;
	display: inline-block;
	box-sizing: border-box;
	height: 85px;
	width: 85px;
	margin: 0 6px 0px 0;
}

.sb-bucket-box img {
	margin: 3px;
	width: 75px;
	height: auto;
	box-sizing: border-box;
}

.sb-pa a {
	color: white;
}

.sb-payment, .sb-calculator {
	background-color: black;
	padding: 8px 50px 8px 8px;
	margin: 0 0 20px;
	display: flex;
	background-image: url(img/sidebar/pa-arrow.webp);
    background-repeat: no-repeat;
    background-position: right 7px top 7px;
	background-size: 39px;
	box-sizing: border-box;
	border: 2px solid white;
	box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.75);
}

.sb-payment:hover, .sb-calculator:hover {
	background-color: #6b9377;
	background-position: right 7px bottom 6px;
}

.sb-payment:hover .sb-bucket-box, .sb-calculator:hover .sb-bucket-box {
	background-color: #6b9377;
}

.sb-payment span, .sb-calculator span {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 10px;
	box-sizing: border-box;
}

.sb-payment-inner {
	text-align: center;
	flex: 1;
}

.sb-payment .sb-payment-inner {
	padding: 26px 5px 0;
}

.sb-calculator .sb-payment-inner {
	padding: 26px 5px 0;
}

.sb-payment-inner span {
	display: block;
	text-align: center;
	text-transform: uppercase;
}

@media screen and (min-width: 400px) {
	.sb-payment .sb-payment-inner {
		padding: 32px 5px 0;
	}
}

@media screen and (min-width: 1640px) {
	.sb-bucket-box {
		margin: 0 20px 0px 0;
		font-size: 22px;
	}
	.sb-payment-inner span {
		display: block;
		text-align: center;
		text-transform: uppercase;
		font-size: 22px;
	}
	.sb-calculator .sb-payment-inner {
		padding: 16px 5px 0;
	}
	.sb-payment .sb-payment-inner {
		padding: 24px 5px 0;
	}

}

/*sb-realtor*/
.sb-realtor {
	padding: 20px;
	background-color: #0e4722;
	color: white;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin: 0 0 80px;
	box-shadow: 0px 9px 12.61px 0.39px rgb(0 0 0 / 35%);
}

.sb-realtor img {
	width: 100%;
	margin: 0 0 20px;
	height: auto;
}

.sb-realtor span {
	font-family: 'Quattrocento', serif;
	display: block;
	padding: 0 0 20px;
	font-size: 22px;
	line-height: 1.2;
}

.sb-realtor p {
	font-style: italic;
	color: #bacebf;
	line-height: 1.26;
	font-size: 15px;

}

.sb-realtor a {
	display: block;
	color: white;
	font-weight: bold;
	background-color: #6b9377;
	text-transform: uppercase;
	padding: 15px 30px 15px 15px;
	line-height: 1;
	font-size: 22px;
	background-image: url(img/icons/submit-arrow.webp);
	background-repeat: no-repeat;
	background-position: right 4px top 4px;
	background-size: 44px;
}

.sb-realtor a:hover {
	background-color: #b9cdbe;
	color: black;
	background-position: right 4px bottom 4px;
}

/*sb-testmonials*/
.sb-testimonials {
	background-image: url(img/sidebar/sb-test-bg.webp);
	background-size: cover;
	padding: 10px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}

.sb-testimonials:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(img/testimonials/message-icon.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    top: -52px;
    left: calc(50% - 60px);
}

.sb-test-inner-line {
	border: 2px solid white;
	padding: 8px;
}

.sb-test-inner-green-line {
	border: 4px solid #6b9377;
	padding: 8px;
}

.sb-test-inner-wrap {
	padding: 65px 11px 25px;
	color: white;
	text-align: center;
}

.sb-test-inner-wrap img {
    display: block;
    margin: 0 auto 20px;
}

.sb-test-wrap-header {
    font-family: 'Quattrocento', serif;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    padding: 0 0 15px;
}

.sb-test-inner-wrap p {
   line-height: 1.6;
}

.sb-test-inner-wrap p a {
    text-transform: uppercase;
    color: #6b9377;
    font-weight: bold;
}

.sb-test-inner-wrap p a:hover {
	color: white;
	text-decoration: underline;
}

.sb-test-name {
    font-family: 'Quattrocento', serif;
}

.sb-test-arrows-container {
	text-align: center;
	margin: 0 0 15px;
}

.sb-left-test-arrow, .sb-right-test-arrow {
    width: 72px;
    height: 67px;
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
	border: 2px solid #6b9377;
	margin: 0;
}

.sb-right-test-arrow {
	margin-left: -6px;
}

.sb-left-test-arrow img, .sb-right-test-arrow img {
	width: 25px;
	height: auto;
	margin-top: 10px;
}

.sb-left-test-arrow:hover img, .sb-right-test-arrow:hover img {
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media screen and (min-width: 1640px) {
	.sb-test-wrap-header {
		font-size: 21px;
	}
	.sb-test-inner-wrap p {
		font-size: 18px;
	}
	.sb-test-name {
		font-size: 20px;
	}
}

/* Search Page */
#univ_search_form {margin: 0 0 20px;}
#univ_search_field {
	display: inline-block;
	box-sizing: border-box;
	width: 160px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	color: #000;
	background-color: #fff;
}
#univ_search_submit {
	height: 36px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: #333;
	color: #fff;
}
#univ_search_submit:hover {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

/* Contact Form Styling */
form input[type=submit] {-webkit-appearance: none;border-radius: 0;}
.nc_form {
	background-color: #f0f0f0;
	padding: 20px 10px;
	margin: 0 0 15px;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #333333;
	min-width: 255px;
}
.nc_form .form-part{margin: 0 0 10px;}
.nc_form .req {color: #F71704;}
.nc_form .groupLegend{
	font-size: 18px;
	margin: 0 0 5px;
}
.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {display: block; width: 100%; padding: 0; box-sizing: border-box; }
	.nc_form input, .nc_form textarea {background: #fff; color: #000;}
	.nc_form input::placeholder, .nc_form textarea::placeholder {color: gray;}
	.nc_form input, .nc_form textarea, .nc_form .captcha-container {
		border: 1px solid #999;
		border-radius: 3px;
	}
	.nc_form label {margin: 0 0 5px;}
	.nc_form input, .nc_form textarea, .nc_form select {
		margin: 0 0 10px;
		padding: 10px 10px;
	}
	.nc_form textarea {height:60px;}
	.nc_form .captcha-container {padding: 0;width: 100%;}

.nc_form input.hidden {display:none;}
.nc_form input.submit-button {
	cursor:pointer;
	margin: 1em 0;
	padding: 10px 10px;
	width:auto;
	height:auto;
	background:#555;
	color:#fff;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 0;
}
	.nc_form input.submit-button:hover {background:#777;}
.nc_form input.error {border-color:#f00;}
.nc_form label.error {color: #f00;}
.ncfDisclaimer {
	font-size: 80%;
	margin: 0 0 15px;
	padding: 10px 0 0;
}
	.ncfDisclaimer span {
		display: block;
		font-weight: bold;
		font-size: 125%;
	}
		.ncfDisclaimer span.req {display: inline; font-size: 80%;}
	.ncfDisclaimer input {
		display: inline;
		width: 10px;
		height: 10px;
		margin: 0 5px 0 0;
	}
	.ncfDisclaimer label {display: inline;}
.nc_form .captcha-wrapper {}
	.nc_form .captcha-wrapper input {max-width: 200px;}
	.nc_form .captcha-container {
		background: #fff;
		border: 1px solid #333;
		margin: 0 0 4px;
		text-align: center;
		max-width: 200px;
	}
	.nc_form .captcha-image {
		cursor: pointer;
		display: block;
		width: 100%;
	}
	.nc_form .checkbox,
	.nc_form .radio{ margin: 0 auto 10px; }
	.nc_form .checkbox input,
	.nc_form .checkbox label,
	.nc_form .radio input,
	.nc_form .radio label {
		display: inline;
		width: auto;
		height: auto;
		padding: 0;
		line-height: 1;
	}
	.nc_form .checkbox label,
	.nc_form .radio label{ margin: 0 15px 0 2px; }

.nc_form .inlineSelect select{display: inline; width: auto;}
.nc_form .inlineSelectGroup{ display: inline-block; margin: 0 10px 0 0; }
.nc_form .inlineSelectGroup select{margin: 0;}
.nc_form .inlineSelectGroup label{ font-size: 0.85rem; }


@media screen and (min-width: 600px){
	.nc_form{ padding: 20px 15px; }
}

/* reCAPTCHA v2 invisible */
.grecaptcha-badge {visibility: hidden;}
.grDisclaimerBox {
	background-color: #4a90e2;
	overflow: hidden;
	height: 60px;
	width: 255px;
}
.home .grDisclaimerBox  {
	margin: auto;
}
.nc_form .grDisclaimerBox {
    box-shadow: rgba(0,0,0,0.75) 0px 0px 5px;
	margin: 0 0 20px;
}
.grDisclaimerBoxNarrow {width: 180px;}
.grDisclaimerBoxNarrow .grdbBadge {display: none;}
.grdbBadge {
	float: left;
	width: 70px;
	height: 100%;
	background-color: #fff;
	background-image: url(img/recaptcha-logo-48.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.grdbText {
	float: left;
	color: #fff;
	width: 185px;
	box-sizing: border-box;
	font-family: Roboto, helvetica, arial, sans-serif;
	font-size: 13px;
	padding: 15px 15px 0;
	line-height: 1;
}
.grdbHead {
	display: block;
	margin: 0 0 5px;
}
.grdbLinks a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
.grdbLinks a:hover {text-decoration: underline;}
.grdbSep {font-size: 8px;}
/* reCAPTCHA v2 invisible */

/* Contact Form - Custom */

/* Contact Form Styling Ends */

/* Blog Page */
@media screen and (max-width: 700px) {
	.post_entry_mult_left, .post_entry_mult_right {
		float: none;
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
	}
	.postThumbMult {
		display: block;
		width: 80%;
		max-width: 150px;
		margin: 0 auto 0.5em;
	}
}

/*Vimeo Modal*/
.vimeo-modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 99999999;
}
.vmContent{
	position: relative;
	max-width: 640px;
	max-height: 360px;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/* CSS below only if Vimeo-embed has never been implemented */

.vimeo-embed-cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.vimeo-embed-cont iframe, .vimeo-embed-cont object, .vimeo-embed-cont embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vimeo-embed-cont iframe{border:0;}
.article .vimeo-embed-cont {margin: 0 0 30px;}

.phSearch{
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	width: 23px;
	height: 22px;
	padding: 10px 9px;
	transition: 300ms;
}
.mm_mob .phSearch {
	display: none;
}
.phSearch img{ width: 100%; height: auto; }
.phSearch:hover{ background: #6b9377; }

.phSearchWrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 71, 34, 0.9);
	z-index: 999999;
	color: #fff;
	display: none;
}
.phsClose{
	position: absolute;
	color: #fff;
	top: 30px;
	right: 40px;
	font-size: 45px;
	line-height: 1;
	font-weight: bold;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	cursor: pointer;
	transition: 300ms;
}
.phsClose:hover{
	transform: rotate(45deg) scale(1.2);
	-webkit-transform: rotate(45deg) scale(1.2);
	-moz-transform: rotate(45deg) scale(1.2);
	-ms-transform: rotate(45deg) scale(1.2);
}
.phsBox{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#phsForm label{
	font-size: 30px;
	line-height: 1;
	padding: 0 15px 0 0;
}
#phsInput{
	background: transparent;
	color: #fff;
	outline: 0;
	border: 0;
	width: 300px;
	margin: 0 15px 0 0;
	border-bottom: 2px solid #fff;
	font-size: 25px;
}
#phsSubmit{
	display: inline-block;
	background: transparent;
	border: 0;
	outline: 0;
	width: 25px;
	height: 23px;
	/*background: url(search.png) center center no-repeat;
	background-size: 100%;
	transition: 300ms;*/
}
#phsSubmit:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

/*  < animate.css >  */
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/*End Animate.css*/

/*att list*/
.article .mc_team_list {
	margin: 20px auto 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}
.article .mc_team_list br {
	display: none;
}
.article .mc_team_list p {
	padding: 0;
}
.article .mc_team_list li {
	display: inline-block;
	margin: 0 5px 20px;
	vertical-align: top;
}
.article .mc_team_list li a {
	cursor: pointer;
	position: relative;
	display: block;
	margin: 0px auto;
	width: 100%;
	max-width: 243px;
	overflow: hidden;
	text-align: left;
	box-shadow: 0 0 9px rgba( 0, 0, 0, 0.2 );
}
.article .mc_team_list li a:before {
	content:'';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: no-repeat center top;
	transition: all 500ms ease;
	background-size: 100%;
}
.article .mc_team_list li a:hover:before {
	background-size: 105%;
	-webkit-filter: brightness(114%);
	-ms-filter: brightness(114%);
	filter: brightness(114%);
}
.article .mc_team_list .item_marc_l_shapiro a:before {
	background-image: url(./img/att-page/marc.webp);
}
.article .mc_team_list .item_holly a:before {
	background-image: url(/wp-content/uploads/2024/10/holly-new-landing.jpg);
}
.article .mc_team_list .item_hess a:before {
	background-image: url(./img/att-page/hess.jpg);
}
.article .mc_team_list .item_leon a:before {
	background-image: url(./img/att-page/leon.jpg);
}
.article .mc_team_list .item_mary a:before {
	background-image: url(./img/att-page/mary.webp);
}
.article .mc_team_list .item_denise a:before {
	background-image: url(./img/att-page/denise.webp);
}
.article .mc_team_list .item_nina a:before {
	background-image: url(./img/att-page/nina.webp);
}
.article .mc_team_list .item_milo a:before {
	background-image: url(./img/att-page/milodog.webp);
}
.article .mc_team_list .item_milo2 a:before {
	background-image: url(./img/att-page/milodog.webp);
}
.article .mc_team_list .item_marc_l_shapiro a:before {
	background-image: url(./img/att-page/marc.webp);
}
.article .mc_team_list .item_lis a:before {
	background-image: url(./img/att-page/lis-lugo.webp);
}
.article .mc_team_list .item_alyssa a:before {
	background-image: url(./img/att-page/alyssa.webp);
}
.article .mc_team_list li a img {
	display: block;
	width: 100%;
}
.article .mc_team_list li a p:before {
	content:'';
	position: absolute;
	top: -16px;
	right: 0;
	left: 0;
	margin: auto;
	width: 32px;
	height: 32px;
	background: url(./img/att-page/icon.webp) no-repeat center;
	background-size: 100%;
}
.article .mc_team_list li a p {
	z-index: 10;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 26px 14px 13px;
	background: #0e4722;
	transition: all 500ms ease;
}
.article .mc_team_list li a:hover p {
	background: #6b9377;
}
.article .mc_team_list .cont_name {
	display: block;
	padding: 0 0 3.5px;
	color: #fff;
	font: 20px/1 'Quattrocento', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_team_list a:hover .cont_name {
	color: white;
}
.article .mc_team_list .cont_title {
	display: block;
	color: #739279;
	font: italic 12px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_team_list a:hover .cont_title {
	color: white;
}
@media screen and (min-width: 1120px) {
	.article .mc_team_list {
		margin: 30px auto 0;
	}
	.article .mc_team_list li {
		margin: 0 7.5px 48px;
	}
	.article .mc_team_list li a {
		max-width: 330px;
		box-shadow: 0 0 13.5px rgba( 0, 0, 0, 0.2 );
	}
	.article .mc_team_list li a p:before {
		top: -24px;
		width: 48px;
		height: 48px;
	}
	.article .mc_team_list li a p {
		padding: 37.5px 15px 21.5px;
	}
	.article .mc_team_list .cont_name {
		padding: 0 0 5.25px;
		font-size: 22.5px;
	}
	.article .mc_team_list .cont_title {
		font-size: 13.5px;
	}
}
@media screen and (min-width: 1640px) {
	.article .mc_team_list {
		margin: 40px auto 0;
	}
	.article .mc_team_list li {
		margin: 0 10px 64px;
	}
	.article .mc_team_list li a {
		max-width: 480px;
		max-height: 590px;
		box-shadow: 0 0 18px rgba( 0, 0, 0, 0.2 );
	}
	.article .mc_team_list li a p:before {
		top: -32.5px;
		width: 65px;
		height: 65px;
	}
	.article .mc_team_list li a p {
		padding: 50px 20px 27px;
	}
	.article .mc_team_list .cont_name {
		padding: 0 0 7px;
		font-size: 30px;
	}
	.article .mc_team_list .cont_title {
		font-size: 16px;
	}
}

/*sxn-diffrence*/

/* < sxn_difference > */
.sxn_difference {
	padding: 40px 20px;
	font-family: 'Open Sans', sans-serif;
	background-position: 0 bottom;
	background-repeat: no-repeat;
}
/*.sxn_difference { background-image: url(img/difference/difference_bg_mob.jpg?t=2021); }*/
.sxn_difference_cont {
	max-width: 1600px;
	margin: 0px auto;
	position: relative;
}
.sxn_difference h2 {
	font-family: 'Quattrocento', serif;
	font-weight: bold;
}
.difference_box1 h2 {
	color: #000;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 21px;
	border-bottom: 2px solid #282e3f;
}
.difference_list_items {
	padding: 30px 0 20px 60px;
	position: relative;
}
.difference_list_items:before {
	content: "";
	display: block;
	position: absolute;
	height: 200px;
	width: 100%;
	left: -100%;
	top: 0;
	border-right: 2px solid #282e3f;
	border-bottom: 2px solid #282e3f;
}
.difference_list_items:after {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	background-color: #6b9377;
	width: 8px;
	height: 200px;
	top: 2px;
}
.diffListItem {margin: 0 0 30px 0; position: relative;}
.diffListItem:before {
	content: "";
	display: block;
	position: absolute;
	left: -35px;
	top: 3px;
	/*background-image: url(img/difference/difference_icons.png);*/
	background-size: 159px;
	background-repeat: no-repeat;
}
.diffListItem1:before {
	width: 26px;
	height: 24px;
}
.diffListItem2:before {
	width: 32px;
	height: 27px;
	background-position: -27px 0;
	left: -40px;
}
.diffListItem3:before {
	width: 32px;
	height: 27px;
	background-position: -61px 0;
	left: -42px;
}
.diffListItem4:before {
	width: 32px;
	height: 23px;
	background-position: -95px 0;
	left: -42px;
}
.diffListItem5:before {
	width: 30px;
	height: 28px;
	background-position: -129px 0;
	left: -40px;
}
.diffListItem h3 {
	color: #282e3f;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
	padding: 0 0 15px 0;
}
.diffListItem p {
	line-height: 1.6;
	padding: 0;
}
.difference_box2 {max-width: 600px; margin: 0px auto;}
.diff_couple_box {
	padding: 20px 20px 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	box-shadow: 0 0 25px #504f4f;
}
html.no-webp .diff_couple_box {
	background-image: url(img/difference/couple_bg.jpg);
}
html.webp .diff_couple_box {
	background-image: url(img/difference/couple_bg.webp);
}
.diff_box_alone .diff_couple_box {
	padding: 20px 20px;
}
.diff_couple_box img {
	border: 4px solid #fff;
	display: block;
	width: calc(100% - 8px);
	margin: 0px auto;
	box-shadow: 0 0 25px #504f4f;
	height: auto;
}
.diff_contact_box {
	background-color: #0e4722;
	text-align: center;
	position: relative;
	width: calc(100% - 40px);
	box-sizing: border-box;
	padding: 30px 20px 40px;
	margin: -40px auto 0;
	color: #fff;
}
.diff_contact_box:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 5px;
	width: calc(100% - 10px);
	height: 1px;
	background-color: #fff;
}
.diff_contact_box:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 10px;
	left: 5px;
	width: calc(100% - 10px);
	height: 1px;
	background-color: #fff;
}
.diff_contact_box h2 {
	padding: 10px 0 20px 0;
	margin: 0 0 30px 0;
	position: relative;
	font-weight: bold;
	font-size: 19px;
}
.diff_contact_box h2 br {display: none;}
.diff_contact_box h2:before {
	content: "";
	display: block;
	width: 80%;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -40%;
	height: 1px;
	background-color: #fff;
}
.diff_contact_box h2:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #6b9377;
	height: 4px;
	bottom: -2px;
	width: 60%;
	left: 50%;
	margin: 0 0 0 calc(-30% - 2px);
	border-left: 2px solid #282e3f;
	border-right: 2px solid #282e3f;
}
.diff_contact_box p {
	padding: 0 10px 30px;
	line-height: 1.5;
	font-size: 13px;
}
.diff_contact_button {
	display: inline-block;
	border: 3px solid #eabc41;
	padding: 2px;
	font-family: 'Quattrocento', serif;
	transition: .3s;
}
.diff_contact_button span {
	display: block;
	background-color: #eabc41;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding: 8px 20px;
	transition: .3s;
}
.diff_contact_button:hover {border: 3px solid #fbce56;}
.diff_contact_button:hover span {background-color: #fbce56;}
@media screen and (min-width: 600px) {
	.sxn_difference { background-image: url(img/difference/difference_bg.jpg?t=2021); }
}
@media screen and (min-width: 800px) {
	.sxn_difference_cont:after {
		content: "";
		display: block;
		clear: both;
	}
	.difference_box1 {
		width: calc(50% - 20px);
		float: left;
	}
	.difference_box2 {
		width: calc(50% - 20px);
		float: right;
	}
	.difference_box1 h2 {
		display: inline-block;
	}
	.diff_contact_box h2 {
		font-size: 26px;
		padding: 0 0 20px 0;
	}
	.diff_contact_box h2 br {display: block;}
	.difference_box1 h2 {font-size: 25px;}
	.diff_contact_box {padding: 60px 20px;}
}
@media screen and (min-width: 1000px) {
	.difference_box1 h2 {
    	font-size: 31px;
	}
	.diff_contact_box h2 {
		font-size: 29px;
		padding: 0 0 20px 0;
	}
}
@media screen and (min-width: 1120px) {
	body.home .sxn_difference, body.page-id-17 .sxn_difference {
		background-image: none;
		padding: 50px 20px;
	}
	.difference_box1 h2 {
    	font-size: 35px;
	}
	.diffListItem h3 {font-size: 21px;}
	.diff_contact_box p {font-size: 15px;}
	.diff_contact_box h2 {font-size: 34px;}
}
@media screen and (min-width: 1300px) {
	.difference_box1 {
		width: calc(100% - 600px - 60px);
	}
}
@media screen and (min-width: 1640px) {
	body.home .sxn_difference, body.page-id-17 .sxn_difference {padding: 70px 20px;}
	.difference_box1 {
		width: calc(100% - 730px - 60px);
	}
	.difference_box1 h2 {
	    font-size: 50px;
	    border-bottom: 3px solid #282e3f;
	    padding: 0 0 20px 0;
	}
	.difference_list_items {
		padding: 40px 0 20px 145px;
	}
	.difference_list_items:before {
		border-right: 3px solid #282e3f;
		height: 250px;
    	border-bottom: 3px solid #282e3f;
	}
	.difference_list_items:after {
		width: 12px;
		top: 3px;
		left: 6px;
		height: 250px;
	}
	.diffListItem h3 {font-size: 32px;}
	.diffListItem p {font-size: 18px;}
	.difference_box2 {max-width: 730px;}
	.diff_contact_box h2 {font-size: 54px; margin: 0 0 40px 0;}
	.diff_contact_box h2:before {
		width: 60%;
		margin: 0 0 0 -30%;
	}
	.diff_contact_box h2:after {
		width: 40%;
		margin: 0 0 0 calc(-20% - 2px);
	}
	.diff_contact_box p {font-size: 18px; padding: 0 80px 40px;}
	.diff_contact_button span {font-size: 30px; padding: 10px 45px;}
	.diff_couple_box {padding: 40px 40px 100px;}
	.diff_box_alone .diff_couple_box {
		padding: 40px;
	}
	.diff_contact_box:before {
		width: calc(100% - 24px);
		left: 12px;
	}
	.diff_contact_box:after {
		width: calc(100% - 24px);
		left: 12px;
	}
	.diff_contact_box {padding: 100px 20px;}
	.diffListItem:before {
		background-size: 363px;
		left: -90px;
		top: 10px;
	}
	.diffListItem1:before {
    	width: 58px;
    	height: 53px;
	}
	.diffListItem2:before {
	    width: 69px;
	    height: 62px;
	    background-position: -64px 0;
	    left: -94px;
	}
	.diffListItem3:before {
	    width: 72px;
	    height: 63px;
	    background-position: -139px 0;
	    left: -94px;
	}
	.diffListItem4:before {
	    width: 72px;
	    height: 53px;
	    background-position: -217px 0;
	    left: -91px;
	}
	.diffListItem5:before {
	    width: 68px;
	    height: 64px;
	    background-position: -295px 0;
	    left: -86px;
	}
}



/* </ sxn_difference > */

#crumbs {font-size: 12px; margin: 0 0 20px;}

/*Blog Sidebar*/
.blog-sidebar {
    padding: 20px;
}

.blog-sidebar h2 {
    display: block;
    text-transform: uppercase;
    color: #6b9377;
	font-family: 'Quattrocento', serif;
    font-size: 20px;
}

.blog-sidebar>ul {
    padding: 0 0 20px 20px;
}

.blog-sidebar a {
    color: black;
}

.blog-sidebar a:hover {
	text-decoration: underline;
}

/* Begins: Get More Posts - Ajax */
a#univ_load_more_posts {
    background-color: #65856c;
    color: #fff;
    padding: 7px 20px;
    display: block;
    width: 200px;
    margin: 0 auto 0;
    text-align: center;
}
a#univ_load_more_posts:hover {
    background-color: #7d9e84;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

/* Sidebar - Recent Posts */
.sbRecentPostsList li {
	padding: 0 0 10px;
}

/* Pagination - Single */
#pagination-single {
	margin: 10px 0;
	overflow: hidden;
}
#pagination-single a {
	text-decoration: none;
	font-weight: normal;
}
.pag-single-prev, .pag-single-next {
    box-sizing: border-box;
}
.pag-single-prev {margin: 0 0 20px;}
@media screen and (min-width: 600px) {
    .pag-single-prev, .pag-single-next {
        width: 50%;
    }
	.pag-single-prev {
		padding: 0 30px 0 0;
	}
	.pag-single-next {
		padding: 0 0 0 30px;
	}
	.pag-single-prev {
		float: left;
	}
	.pag-single-next {
		float: right;
	}
}
/* Ends: Get More Posts - Ajax */
