/*
Theme Name: Pita Weber Del Prado
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%;}
.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;}
	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 */

/*  < adaBtn >  */
.adaBtn{
	display: block !important;
	position: fixed;
	bottom: 55px;
	left: 5px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 9999;
	cursor: pointer;
	transition: .2s ease-in-out;

}

.adaBtn > img{ width: 100%; height: auto; }
.adaBtn:hover > img{ margin-top: -40px; }
@media screen and (min-width: 768px){
	.adaBtn{
		width: 60px;
		height: 60px;
		bottom: 20px;
		left: 20px;
	}
	.adaBtn:hover > img{ margin-top: -61px; }
	.adaBtn.sticky {
		bottom: 100px;
		transition: .2s ease-in-out;
	}
}
/*  </ adaBtn >  */

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: #e1474f;}
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;
}

/*  < oo css >  */
.sxn_bucket { line-height: 1; }
.sxn_bucket .sxn_wrap {
	position: relative;
	margin: auto;
	padding: 20px;
}
.sxn_bucket .sxn_wrap:after {
	content:'';
	clear: both;
	display: block;
}
.sxn_bucket .cont_h2 { padding: 0 0 20px; }
.sxn_bucket a:hover { cursor: pointer; }

.sb_bucket { margin: 0 auto 20px; }
.sb_bucket a:hover { cursor: pointer; }
@media screen and (min-width: 800px) {
	.sb_bucket { margin: 0 auto 35px; }
	.sb_bucket:last-of-type { margin: auto; }
}
@media screen and (min-width: 1120px) {
	.sb_bucket { margin: 0 auto 50px; }
}
/*  </ oo css >  */

/* Modal Zone */

.modalContain {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, 0.7);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.modalBox {
	padding: 30px 30px;
	background-color: rgba( 255, 255, 255, 0.9 );
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

.mbClose {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'arial',arial;
	font-weight: 400;
	color: #ffffff;
	font-size: 24px;
	background-color: rgba(164,52,58,0.9);
	position: absolute;
	right: 10px;
	top: 10px;
	border: unset;
	width: 32px;
	height: 32px;
	cursor: pointer;
	line-height: 0;
	transition: .4s;
}

.mbClose:hover {
	background-color: #fff;
	color: #000;
}

.mbCall {
	text-align: center;
	font-family: 'arial',arial;
	font-weight: 700;
	color: #a4343a;
	font-size: 20px;
}

.modalButton {
	background-color: #000000;
	border-radius: 0px;
	text-align: center;
	padding: 10px 30px;
	font-family: 'arial',arial;
	font-weight: 700;
	color: #ffffff;
	font-size: 26px;
	transition: .4s;
}

.modalButton:hover {
	background-color: #a4343a;
	color: #fff;
}

.mbCallSmall {
	text-align: center;
	font-family: 'arial',arial;
	font-weight: 600;
	color: #000000;
	font-size: 12px;
}

#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 {

}

.side_menu {
	display: none;
}
body.fsMenuOn .side_menu {
	display: block;
}
@media screen and (min-width: 800px) {
	body.dsktp_menu #closeMenu {
		display: none;
	}
	body.dsktp_menu .menuToggle {
		display: none;
	}
	body.js_active_side_menu {
		overflow: hidden;
	}

	.side_menu {
		z-index: 1000;
		position: absolute;
		right: 0;
		display: block;
		width: 70px;
		height: auto;
		font-family: 'Open Sans', sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background: #a4343b;
		transition: width .3s ease;
	}
	.js_active_side_menu .side_menu {
		position: fixed;
		top: 0;
		width: 450px;
		height: 100%;
	}
	.side_menu .side_menu_wrap {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.side_menu .element_hamburger {
		z-index: 120;
		position: fixed;
		top: 0px;
		box-sizing: border-box;
		display: block;
		padding: 52px 10px 53px;
		text-align: center;
		background: #a4343b;
		transition: all 250ms ease;
	}
	.js_active_side_menu .side_menu .element_hamburger,
	body.sticky_zone .side_menu .element_hamburger{ top: 0; }
	.side_menu .element_hamburger:hover {
		cursor: pointer;
		box-shadow: none;
		background: #e14650;
	}
	body.admin-bar .side_menu .element_hamburger {
		top: 32px;
	}
	.js_active_side_menu .side_menu .element_hamburger {
		height: 147px;
	}

	.side_menu .cont_menu_label {
		display: inline-block;
		padding: 6px 0 0;
		color: #fff;
		font: 600 16px/1 'Open Sans', sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: uppercase;
	}
	.js_active_side_menu .side_menu .cont_menu_label {
		display: none;
	}

	.side_menu .cont_menu_lines {
		position: relative;
		height: 18px;
		width: 50px;
	}
	.side_menu .cont_menu_lines:before {
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.js_active_side_menu .side_menu .cont_menu_lines:before {
		top: 8px;
		-ms-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	.side_menu .cont_menu_lines:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.js_active_side_menu .side_menu .cont_menu_lines:after {
		bottom: 8px;
		-ms-transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
	.side_menu .cont_menu_lines span {
		display: block;
		position: relative;
		font-size: 0;
	}
	.side_menu .cont_menu_lines span:before {
		content:'';
		opacity: 1;
		position: absolute;
		top: 8px;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		-webkit-transition: .3s;
		transition: .3s;
		background-color: #fff;
	}
	.js_active_side_menu .side_menu .cont_menu_lines span:before {
		opacity: 0;
	}

	.side_menu .block_menu {
		opacity: 0;
		z-index: 100;
		position: fixed;
		top: 147px;
		box-sizing: border-box;
		width: 450px;
		width: 0;
		height: calc( 100% - 147px );
	}
	body.admin-bar .side_menu .block_menu {
		top: 179px;
		height: calc( 100% - 179px );
	}
	.js_active_side_menu .side_menu .block_menu {
		opacity: 1;
		width: 450px;
	}

	.side_menu .element_nav {
		box-sizing: border-box;
		padding: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
	}
}
@media screen and (min-width: 1120px) {
	.side_menu .element_hamburger {
		padding: 41px 10px 42px;
	}
	.js_active_side_menu .side_menu .element_hamburger {
		height: 125px;
	}
	.side_menu .block_menu {
		top: 125px;
		height: calc( 100% - 125px );
	}
	body.admin-bar .side_menu .block_menu {
		top: 157px;
		height: calc( 100% - 157px );
	}
}
@media screen and (min-width: 1640px) {
	.side_menu {
		width: 102px;
	}
	.side_menu .element_hamburger {
		padding: 77px 21px 76px;
	}
	.side_menu .cont_menu_lines {
		width: 57px;
		height: 23px;
	}
	.side_menu .cont_menu_label {
		padding: 13px 0 0;
		font-size: 20px;
	}
	.side_menu .cont_menu_lines span:before {
		top: 10px;
	}
	.js_active_side_menu .side_menu .cont_menu_lines:before {
		top: 10px;
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	.js_active_side_menu .side_menu .cont_menu_lines:after {
		bottom: 10px;
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

	.js_active_side_menu .side_menu .element_hamburger {
		height: 210px;
	}
	.side_menu .block_menu {
		top: 210px;
		height: calc( 100% - 210px );
	}

	body.sticky_zone .side_menu .element_hamburger {
		padding: 38px 21px 38px;
	}
	body.sticky_zone.js_active_side_menu .side_menu .element_hamburger {
		padding: 77px 21px 76px;
	}

	body.admin-bar .side_menu .block_menu {
		top: 242px;
		height: calc( 100% - 242px );
	}
}

/* Enable these next two lines to modify dropdown colors
html body nav.mm ul li:nth-child(2) ul {display: block; transform: scaleY(1); opacity: 1}
html body nav.mm ul li:nth-child(2) ul li:nth-child(2) > a {background-color: #5B9FC4;}
*/
nav.mm {
	position: relative;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	font: 600 16px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: left;
	text-transform: uppercase;
	border-color: #e14750;
	border-style: solid;
	border-width: 0 0 2px 0;
}
nav.mm ul {
	box-sizing: border-box;
}
nav.mm ul li {
	box-sizing: border-box;
	display: block;
}
nav.mm ul li a {
	position: relative;
	box-sizing: border-box;
	display: block;
	color: #fff;
	width: 100%;
	padding: 20px 40px 20px 20px;
	font-weight: normal;
	line-height: 1.3;
	border-color: #e14750;
	border-style: solid;
	border-width: 2px 0 0 0;
	transition: all 250ms ease;
}
nav.mm ul li a:hover {
	background: #e14750;
}
nav.mm ul li li a {
	box-sizing: border-box;
	padding: 21px 40px 20px 40px;
}
nav.mm ul li li li a {
	box-sizing: border-box;
	padding: 21px 40px 20px 60px;
}
nav.mm ul li li li li a {
	box-sizing: border-box;
	padding: 21px 10px 20px 124px;
}
@media screen and (min-width: 800px) {
	nav.mm ul li.menu-item-has-children ul {
		display: none;
		background-color: #702427;
	}
	nav.mm > ul li {position: relative;}
	nav.mm > ul li.menu-item-has-children > a > .nav_arrow_element:before {
		content: '▼';
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: perspective(1px) translateY(-50%);
		right: 0;
		width: 100%;
	}
	nav.mm > ul li.menu-item-has-children > a > .nav_arrow_element:hover:before {
		color: #e14750;
	}
	nav.mm > ul li.menu-item-has-children > a > .nav_arrow_element {
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		display: inline-block;
		width: 62px;
		height: 100%;
		text-align: center;
		transition: .3s;
	}
	nav.mm > ul li.menu-item-has-children.nav_element_show_children > a > .nav_arrow_element {
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.nav_arrow_element:hover {
		cursor: pointer;
		filter: brightness(200%);
	}
	nav.mm > ul li.menu-item-has-children a ul li:hover a {
		background-color: #6aaee0;
	}
	nav.mm ul li.menu-item-has-children.nav_element_show_children > ul {
		display: block;
	}
}

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: #a4343a;} /*modme*/
#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 #454141;} /*modme*/
	#mm1 {border-left: 1px solid #454141;} /*modme*/
	#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; /*modme*/
	}
	.mmi ul li:first-child {border: 0;}
	.mmi ul a {
		background: #666; /*modme*/
		color: #fff; /*modme*/
		display: block;
		padding: 10px 10px;
		font-size: 16px;
	}
	.mmi ul a:hover {
		background: #999; /*modme*/
	}
	@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: #702528; /*modme*/
	z-index: 9999;
}
	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; /*modme*/
			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: #a4343a;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #d55d5e;} /*modme*/

@media screen and (min-width: 800px) {
	#wrapper {
		padding: 146px 0 0;
	}
	#persistentHeader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		transition: .4s;
		background-color: #333333;
	}
	body.sticky_zone .noSticky{ display: none; }
	body.sticky_zone #persistentHeader {
    top: 0;
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
}
@media screen and (min-width: 1120px) {
	#wrapper {
		padding: 0;
	}
	body:not(.home) #wrapper {
		padding: 124px 0 0;
	}

}

/*  < main_header >  */
.main_header {
	color: #fff;
	font-size: 0;
	line-height: 1;
	text-align: center;
	background: #1a1a1a;
}
.main_header a {
	color: #fff;
}
.main_header .sxn_wrap {
	z-index: 10;
	position: relative;
	box-sizing: border-box;
	margin: auto;
	padding: 20px;
	max-width: 1640px;
}
.main_header .sxn_wrap:after {
	content:'';
	clear: both;
	display: block;
}
.main_header .logo_main {
	display: block;
	margin: auto;
	padding: 0 0 20px;
	width: 100%;
	max-width: 201px;
	height: auto;
	transition: all 250ms ease;
}
.main_header .logo_main img {
	display: block;
	width: 100%;
	height: auto;
}
.main_header .element_headings {
	padding: 0 0 10px;
}
.main_header .cont_main_heading {
	display: block;
	padding: 0 0 10px;
	font: 600 16px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	transition: all 250ms ease;
}
.main_header .cont_lang_link {
	cursor: pointer;
	display: inline-block;
	padding: 7.5px 10.5px 6px;
	color: #fff;
	font: 600 15px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	text-transform: uppercase;
	background: #a4343a;
	transition: all 500ms ease;
}
.main_header .cont_lang_link:hover {
	color: #fff;
	text-decoration: none;
	background: #df4854;
}
.main_header .element_number_social {
	padding: 0 0 14px;
}
.main_header .element_number_phone {
	padding: 0 0 14px;
}
.main_header .element_number_phone a:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.main_header .element_number_phone.imgSet a:before {
	background-image: url(img/header/header-icon-phone.webp);
}
.main_header .element_number_phone a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 24px;
	font: 600 30px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_header .element_number_phone a:hover {
	color: #969696;
}
.main_header .element_number_phone a span {
	display: block;
}
.main_header .cont_sub_heading {
	font: italic 14px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	transition: all 250ms ease;
}
.main_header .cont_social {
	margin: auto;
	font-size: 0;
}
.main_header .cont_social li {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 20px;
	height: 32px;
	list-style-type: none;
	list-style-position: outside;
}
.main_header .cont_social .item_1 {
	width: 15px;
}
.main_header .cont_social .item_2 {
	width: 33px;
}
.main_header .cont_social .item_3 {
	width: 31px;
}
.main_header .cont_social .item_4 {
	width: 29px;
}
.main_header .cont_social li:last-of-type { margin: 0; }
.main_header .cont_social li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main_header .cont_social li a img {
	display: block;
	width: auto;
}
.main_header .cont_social li a:hover img { margin-top: -33px; }
.main_header .cont_social .item_2 img { margin-left: -16px; }
.main_header .cont_social .item_3 img { margin-left: -50px; }
.main_header .cont_social .item_4 img { margin-left: -82px; }
@media screen and (min-width: 600px) {
	.main_header .logo_main {
		float: left;
		padding: 0;
	}
	.main_header .block_cta {
		float: right;
		display: inline-block;
		padding: 2px 0 0;
		width: calc( 100% - 201px - 1px - 20px );
		text-align: right;
	}
	.main_header .element_headings {
		padding: 0 0 13px;
	}
	.main_header .cont_main_heading {
		display: inline-block;
		padding: 0 12.75px 0 0;
		font-size: 12px;
	}
	.main_header .element_number_phone {
		display: inline-block;
		margin: 0 20px 0 0;
		padding: 0;
		vertical-align: baseline;
	}
	.main_header .cont_social {
		display: inline-block;
		vertical-align: baseline;
	}
	.main_header .cont_sub_heading {
		font-size: 11px;
	}
	.main_header .element_number_phone a {font-size: 22px;}
}
@media screen and (min-width: 700px) {
	.main_header .element_number_phone a {font-size: 28px;}
}
@media screen and (min-width: 800px) {
	.main_header .sxn_wrap {
		padding: 20px 90px 20px 20px;
	}
	.main_header .block_cta {
		padding: 0;
		width: auto;
	}
	.main_header .cont_main_heading {
		font-size: 14px;
	}
	.main_header .element_number_phone a:before {
		height: 37px;
	}
	.main_header .element_number_phone a {
		padding: 0 0 0 30px;
		font-size: 36px;
	}
	.main_header .cont_social li {
		margin: 0 20px 0 0;
	}
	.main_header .cont_sub_heading {
		font-size: 14px;
	}
}
@media screen and (min-width: 1120px) {
	.main_header:after {
		content:'';
		position: absolute;
		top: 0;
		right: 0;
		width: calc( 100% - 234px - 81px );
		height: 100%;
		/* background-color: #000; */
		/* background-color: rgba(0, 0, 0, .6); */
	}
	.main_header {
		position: relative;
		background: none;
	}
	.main_header .sxn_wrap {
		padding: 10px 90px 11px 20px;
	}
	.main_header .logo_main {
		padding: 8px 0 0;
		padding: 0;
		max-width: 234px;
		max-width: 180px;
	}
	.main_header .block_cta {
		padding: 0;
	}
	.main_header .element_headings {
		padding: 0 0 10px;
	}
	.main_header .cont_main_heading {
		font-size: 18px;
		font-size: 14px;
	}
	.main_header .element_number_social {
		padding: 0 0 26px;
		padding: 0 0 15px;
	}
	.main_header .element_number_phone {
		margin: 0 30px 0 0;
	}
	.main_header .element_number_phone a:before {
		height: 46px;
		height: 32px;
	}
	.main_header .element_number_phone a {
		padding: 0 0 0 40px;
		padding: 0 0 0 30px;
		font-size: 50px;
		font-size: 35px;
	}
	.main_header .cont_social li {
		margin: 0 30px 0 0;
		margin: 0 20px 0 0;
	}
	.main_header .cont_sub_heading {
		font-size: 18px;
		font-size: 14px;
	}

	body.sticky_zone .main_header .sxn_wrap {
		padding: 10px 90px 11px 20px;
	}
	body.sticky_zone .main_header .logo_main {
		max-width: 180px;
	}
	body.sticky_zone .main_header .cont_lang_link {
		padding: 7.5px 10.5px 6px;
		font-size: 15px;
	}
	body.sticky_zone .main_header .cont_main_heading {
		font-size: 14px;
	}
	body.sticky_zone .main_header .element_number_social {
		padding: 0 0 15px;
	}
	body.sticky_zone .main_header .element_number_phone a:before {
		height: 32px;
	}
	body.sticky_zone .main_header .element_number_phone a {
		padding: 0 0 0 30px;
		font-size: 35px;
	}
	body.sticky_zone .main_header .cont_social li {
		margin: 0 20px 0 0;
	}
	body.sticky_zone .main_header .cont_social li:last-of-type {
		margin: 0;
	}
	body.sticky_zone .main_header .cont_sub_heading {
		font-size: 14px;
	}
}
@media screen and (min-width: 1640px) {
	.main_header:after {
		right: calc( ( 1496px - 100% ) / 2 );
		width: calc( 100% - 234px - 81px );
	}
	.main_header .sxn_wrap {
		padding: 23px 162px 32px 20px;
	}
	.main_header .logo_main {
		padding: 8px 0 0;
		max-width: 268px;
	}

	.main_header .element_headings {
		padding: 0 0 5px;
	}
	.main_header .cont_main_heading {
		padding: 0 17px 0 0;
		font-size: 20px;
	}
	.main_header .cont_lang_link {
		padding: 10px 14px 8px;
		font-size: 20px;
	}
	.main_header .element_number_social {
		padding: 0 0 34px;
	}
	.main_header .element_number_phone {
		margin: 0 36px 0 0;
	}
	.main_header .element_number_phone a:before {
		height: 53px;
	}
	.main_header .element_number_phone a {
		padding: 0 0 0 47px;
		font-size: 58px;
	}
	.main_header .cont_social li {
		margin: 0 33px 0 0;
	}
	.main_header .cont_sub_heading {
		font-size: 20px;
	}

	body.sticky_zone .main_header .sxn_wrap {
		padding: 15px 162px 15px 20px;
	}
}
@media screen and (min-width: 1840px) {
	.main_header .sxn_wrap {
		padding: 22px 40px 33px 20px;
	}
	body.sticky_zone .main_header .sxn_wrap {
		padding: 15px 40px 15px 20px;
	}
}
@media screen and (min-width: 2000px) {
	.main_header .sxn_wrap {
		padding: 22px 20px 33px;
	}
	body.sticky_zone .main_header .sxn_wrap {
		padding: 15px 20px 15px;
	}
}
/*  </ main_header >  */

/*	< sxn_marketing >	*/
.sxn_marketing {
	position: relative;
	line-height: 1;
	background: #181818;
}
.sxn_marketing br { display: none; }
@media screen and (min-width: 1120px) {
	.sxn_marketing br { display: inline-block; }
}
/*	</ sxn_marketing >	*/

/*  < homeslides >  */
#homeslides {
	position: relative;
	height: 300px;
}

#homeslide1 {
	opacity: 1;
}

.dsk_preint #homeslide1 {
	opacity: 1;
}

.dsk_preint #homeslide1 .cont_box, .dsk_preint #homeslide1 .cont_slide {
	opacity: 1;
	display: block;
	height: auto; 
}

.dsk_preint #homeslide1 .cont_hdg_1, .dsk_preint #homeslide1 .cont_hdg_2, .dsk_preint #homeslide1 .slideBody  {
	opacity: 1;
	bottom: 0; 
}

	.homeslide .cont_slide {
		box-sizing: border-box;
		margin: auto;
		width: 100%;
		height: 100%;
		min-height: 150px;
	}
	.homeslide .cont_box {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		box-sizing: border-box;
		margin: auto;
		padding: 10px 20px 10px;
		width: 100%;
		min-height: 120px;
		color: #fff;
		text-align: center;
		background-color: #000;
		display: none;
	}

	.homeslide.swiper-slide-active .cont_box {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.homeslide .cont_box .cont_box_wrap {
		margin: auto;
		max-width: 1600px;
	}
	.homeslide .cont_hdg {
		display: block;
		font: 16px/1 'Lato', sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		/*  animation  */
		opacity: 0;
		position: relative;
		bottom: -75px;
		transition: all 1000ms ease;
		/*  / animation  */
	}
	.homeslide .cont_hdg_sm {
		padding: 0 0 10px;
		color: #a4343a;
		font: 16px/1 'Raleway', sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.homeslide .cont_hdg_xl {
		padding: 0 0 10px;
		font: 18px/1 'Raleway', sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: uppercase;
	}
	.homeslide.slide_text_animate .cont_hdg_1 {
		opacity: 1;
		bottom: 0;
	}
	.homeslide.slide_text_animate_2 .cont_hdg_2 {
		opacity: 1;
		bottom: 0;
	}
	.homeslide p {
		display: block;
		padding: 0;
		font: 14px/1 'Raleway', sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		/*  animation  */
		position: relative;
		bottom: -75px;
		opacity: 0;
		transition: all 1000ms ease;
		/*  /  animation  */
	}
	.homeslide.slide_text_animate_3 p {
		opacity: 1;
		bottom: 0;
	}

@media screen and (min-width: 450px) {
	#homeslides {
		height: 330px;
	}
}
@media screen and (min-width: 600px) {
	#homeslides {
		height: 280px;
	}
	.homeslide .cont_box {
		min-height: inherit;
		text-align: left;
		background: rgba( 0, 0, 0, 0.6 );
	}
}
@media screen and (min-width: 800px) {
	#homeslides {
		height: 340px;
	}
	.homeslide .cont_box {
		padding: 10px 20px 20px;
	}

	.homeslide.swiper-slide-active .cont_box {
		display: block;
	}

	.homeslide .cont_box .cont_box_wrap:after {
		content:'';
		position: absolute;
		right: 180px;
		bottom: -20px;
		width: 500%;
		height: 42px;
		border-top: 2px solid #a4343a;
		border-right: 2px solid #a4343a;
	}
	.homeslide .cont_box .cont_box_wrap {
		position: relative;
	}
	.homeslide .cont_hdg_sm {
		font-size: 24px;
	}
	.homeslide .cont_hdg_xl {
		font-size: 28px;
	}
	.homeslide p {
		padding: 10px 0 0;
		font-size: 11px;
	}
}
@media screen and (min-width: 1120px) {
	#homeslides {
		height: 580px;
	}
	.homeslide .cont_box {
		padding: 15px 20px 25px;
	}
	.homeslide .cont_box .cont_box_wrap:after {
		bottom: -25px;
		height: 55px;
	}
	.homeslide .cont_hdg_sm {
		font-size: 34px;
	}
	.homeslide .cont_hdg_xl {
		font-size: 40px;
	}
	.homeslide p {
		padding: 15px 0 0;
		font-size: 16px;
	}
}
@media screen and (min-width: 1440px) {
	#homeslides {
		height: 630px;
	}
}
@media screen and (min-width: 1640px) {
	#homeslides {
		height: 960px;
	}
	.homeslide .cont_box {
		padding: 27px 20px 48px;
	}
	.homeslide .cont_box .cont_box_wrap:after {
		right: 378px;
		bottom: -48px;
		height: 92px;
	}
	.homeslide .cont_hdg_sm {
		font-size: 50px;
	}
	.homeslide .cont_hdg_xl {
		font-size: 60px;
	}
	.homeslide p {
		padding: 25px 0 0;
		font-size: 24px;
	}
}
/*  </ homeslides >  */

/*  < NEW MARKETING ZONE >  */
.marketing_video {
	display: block;
	/* max-width: 2000px; */
	position: relative;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
	top: 0;
	background: #000;
}
#homeslides {
	height: auto;
	min-height: 150px;
	background-color: #000;
}
.actn_toggle_audio {
	z-index: 30;
	position: absolute;
	top: inherit;
	bottom: 110px;
	left: 20px;
	display: none;
	width: 33px;
	height: 27px;
	overflow: hidden;
}
.actn_toggle_audio img {
	display: block;
	width: 200%;
	height: auto;
}
body.videoIsOn .actn_toggle_audio {
	display: block;
}
body.js_marketing_audio .actn_toggle_audio img {
	margin: 0 0 0 -34px;
}
.actn_toggle_fullscreen {
	z-index: 30;
	position: absolute;
	bottom: 110px;
	left: 21px;
	display: none;
	width: 31px;
	height: 31px;
	overflow: hidden;
}
.actn_toggle_fullscreen img {
	display: block;
	width: 63px;
	height: auto;
}
.actn_toggle_fullscreen:hover img {margin: 0 0 0 -32px;}
.homeslide .cont_box {
	min-height: auto;
	height: 100%;
	/* display: table; */
}
.homeslide .cont_box .cont_box_wrap {
	display: table-cell;
	vertical-align: middle;
}
@media screen and (min-width: 600px) {
	.homeslide .cont_box .cont_box_wrap {
		text-align: right;
	}
	.actn_toggle_fullscreen {
		display: block;
	}
	.actn_toggle_audio {bottom: 70px;}
}
@media screen and (min-width: 800px) {
	#homeslides {
		padding: 0;
		height: 100%;
		position: absolute;
		width: 100%;
		bottom: 0;
		background-color: transparent;
	}
	.homeslide .cont_box .cont_box_wrap {
		padding: 0 0 0 180px;
		box-sizing: border-box;
	}
	.homeslide .cont_box .cont_box_wrap:after {
		content: '';
		position: absolute;
		right: inherit;
		left: 190px;
		bottom: -20px;
		width: 500%;
		height: 42px;
		border-right: none;
		border-left: 2px solid #a4343a;
	}
	.homeslide .cont_box {
		height: auto;
		/* display: block; */
	}
	.homeslide .cont_box .cont_box_wrap {
		display: block;
	}
	.actn_toggle_fullscreen {
		bottom: 10px;
	}
	.actn_toggle_audio {
		left: 70px;
		bottom: 10px;
	}
	.homeslide .cont_hdg_xl {
		font-size: 22px;
	}
	.homeslide .cont_hdg_sm {
		font-size: 22px;
	}
	.homeslide .cont_box .cont_box_wrap:after {
		left: 195px;
	}
}
@media screen and (min-width: 1000px) {
	.homeslide .cont_box .cont_box_wrap {
		padding: 0 0 0 240px;
		text-align: left;
	}
	.homeslide .cont_box .cont_box_wrap:after {
		left: 220px;
		bottom: -23px;
	}
	.homeslide .cont_box {
		padding: 20px 20px 20px;
	}
	.homeslide .cont_hdg_xl {
		display: inline-block;
	}
	.homeslide .cont_hdg_sm {
		display: inline-block;
	}
}
@media screen and (min-width: 1120px) {
	.homeslide .cont_hdg_xl {
		font-size: 26px;
	}
	.homeslide .cont_hdg_sm {
		font-size: 26px;
	}
	.homeslide .cont_box .cont_box_wrap:after {
		left: 215px;
		bottom: -23px;
		height: 51px;
	}
}
@media screen and (min-width: 1340px) {
	.homeslide .cont_hdg_xl {
		font-size: 32px;
	}
	.homeslide .cont_hdg_sm {
		font-size: 32px;
	}
}
@media screen and (min-width: 1640px) {
	.homeslide .cont_hdg_xl {
		font-size: 40px;
	}
	.homeslide .cont_hdg_sm {
		font-size: 40px;
	}
	.homeslide .cont_box {padding: 35px 20px;}
	.homeslide .cont_box .cont_box_wrap {
		padding: 0 0 0 360px;
	}
	.homeslide .cont_hdg_xl {padding: 0 0 20px 0;}
	.homeslide .cont_box .cont_box_wrap:after {
		left: 330px;
		bottom: -35px;
		height: 80px;
	}
	.videoIconsBox {
		max-width: 1600px;
		position: relative;
		margin: 0px auto;
	}
	.actn_toggle_audio {
		width: 66px;
		height: 54px;
		left: 105px;
		bottom: 20px;
	}
	body.js_marketing_audio .actn_toggle_audio img {
		margin: 0 0 0 -70px;
	}
	.actn_toggle_audio img {
		width: 136px;
	}
	.actn_toggle_fullscreen {
		width: 53px;
		height: 54px;
		bottom: 20px;
	}
	.actn_toggle_fullscreen img {
		width: 110px;
	}
	.actn_toggle_fullscreen:hover img {
		margin: 0 0 0 -57px;
	}
}
/*  </ NEW MARKETING ZONE >  */


/*	< subslides >	*/
.subslide {
	margin: auto;
	width: 100%;
	height: auto;
}
	.subslide {
		box-sizing: border-box;
		width: 100%;
		height: auto;
		aspect-ratio: 2000/651;
		max-height: 651px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}


	#subslide1 { background-image: url(img/slides/sub/700/slides-sub-1.webp); 
	background-position: center bottom;}
	#subslide2 { background-image: url(img/slides/sub/700/slides-sub-2.webp);  
	background-position: center bottom}
	#subslide3 { background-image: url(img/slides/sub/700/slides-sub-3.webp); }
	#subslide4 { background-image: url(img/slides/sub/700/slides-sub-4.webp); }
	#subslide5 { background-image: url(img/slides/sub/700/slides-sub-5_v2.webp); }
	#subslide6 { background-image: url(img/slides/sub/700/slides-sub-6.webp);  
	background-position: center bottom}
	#subslide7 { background-image: url(img/slides/sub/700/slides-sub-7.webp); }
	#subslide8 { background-image: url(img/slides/sub/700/slides-sub-8.webp); }
	#subslide9 { background-image: url(img/slides/sub/700/slides-sub-9_v2.webp); }

	@media (min-width:800px) {

	#subslide1 { background-image: url(img/slides/sub/1120/slides-sub-1.webp); }
	#subslide2 { background-image: url(img/slides/sub/1120/slides-sub-2.webp); }
	#subslide3 { background-image: url(img/slides/sub/1120/slides-sub-3.webp); }
	#subslide4 { background-image: url(img/slides/sub/1120/slides-sub-4.webp); }
	#subslide5 { background-image: url(img/slides/sub/1120/slides-sub-5_v2.webp); }
	#subslide6 { background-image: url(img/slides/sub/1120/slides-sub-6.webp); }
	#subslide7 { background-image: url(img/slides/sub/1120/slides-sub-7.webp); }
	#subslide8 { background-image: url(img/slides/sub/1120/slides-sub-8.webp); }
	#subslide9 { background-image: url(img/slides/sub/1120/slides-sub-9_v2.webp); }
	}
@media screen and (min-width: 1120px) {
	.subslide {
		padding: 0;
	}

	#subslide1 { background-image: url(img/slides/sub/2000/slides-sub-1.webp); }
	#subslide2 { background-image: url(img/slides/sub/2000/slides-sub-2.webp); }
	#subslide3 { background-image: url(img/slides/sub/2000/slides-sub-3.webp); }
	#subslide4 { background-image: url(img/slides/sub/2000/slides-sub-4.webp); }
	#subslide5 { background-image: url(img/slides/sub/2000/slides-sub-5_v2.webp); }
	#subslide6 { background-image: url(img/slides/sub/2000/slides-sub-6.webp); }
	#subslide7 { background-image: url(img/slides/sub/2000/slides-sub-7.webp); }
	#subslide8 { background-image: url(img/slides/sub/2000/slides-sub-8.webp); }
	#subslide9 { background-image: url(img/slides/sub/2000/slides-sub-9_v2.webp); }
}
/*	</ subslides >	*/


@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
}

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

}

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

	/*  < caseResults >  */
	.article .caseResults {
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.article .caseResults li {
		list-style-type: none;
		list-style-position: outside;
		background: #a4343b;
		margin: 0 auto 10px;
		padding: 15px 15px 12px 15px;
		width: 90%;
	}
	.caseResults li span {
		display: block;
		font-weight: bold;
		line-height: 1.2;
		color: #fff;
		font-size: 18px;
		padding: 0 0 5px 0;
	}
	.caseResults li a {
		display: inline-block;
		color: #fd999e;
		font-weight: bold;
		line-height: 1;
		transition: .3s;
		-webkit-transition: .3s;
	}
	.caseResults li a:hover {
		color: #fff;
		text-decoration: none;
	}
	@media screen and (min-width: 500px) {
		.mcFloatLeft {
			float: left;
			margin: 0 20px 20px 0;
			width: 50%;
		}
	}
	@media screen and (min-width: 600px) {
		.caseResults {text-align: center;}
		.article .caseResults li {
			display: inline-block;
			vertical-align: top;
			margin: 0 10px 20px 10px;
			width: 46%;
			box-sizing: border-box;
			text-align: left;
		}
	}
	@media screen and (min-width: 800px) {
		.article .caseResults li {
			display: block;
			margin: 0 0 20px 0;
			width: 100%;
		}
	}
	@media screen and (min-width: 1000px) {
		.article .caseResults li {
			display: inline-block;
			vertical-align: top;
			margin: 0 10px 20px 10px;
			width: 46%;
			box-sizing: border-box;
			text-align: left;
		}
	}
	@media screen and (min-width: 1120px) {
		.article .caseResults li {padding: 20px 20px 17px 20px;}
		.caseResults li span {font-size: 20px;}
	}
	/*  </ caseResults >  */

/*  < sxn_case_results >  */
.sxn_case_results {
	overflow: hidden;
	color: #fff;
	font-size: 0;
	background: #3b3b3b center;
	background-size: cover;
}
.sxn_case_results.imgSet {
	background-image: url(img/sb/case-results/sb-case-results-bg.webp);
}

.hpResults-slide .slide_cont {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.sxn_case_results .sxn_wrap {
	padding: 20px 20px 14px;
	max-width: 1600px;
}
.sxn_case_results .element_heading:before {
	content:'';
	position: absolute;
	top: 0;
	right: calc( 100% - 20px );
	width: 500%;
	height: 100%;
	background: #a3343a;
	transition: background 300ms;
}
.sxn_case_results .element_heading:hover:before { background: #df4854; }
.sxn_case_results .element_heading {
	position: relative;
	display: block;
	margin: 0 0 10px;
	color: #ffffff;
}
.sxn_case_results .element_heading .element_wrap:before,
.sxn_case_results .element_heading .element_wrap:after {
	content:'';
	position: absolute;
	background: #a3343a;
	transition: background 300ms;
}
.sxn_case_results .element_heading:hover .element_wrap:before,
.sxn_case_results .element_heading:hover .element_wrap:after {
	background: #df4854;
}
.sxn_case_results .element_heading .element_wrap:before {
	top: 0;
	right: 26px;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	-webkit-transform: skew( -30deg );
	transform: skew( -30deg );
}
.sxn_case_results .element_heading .element_wrap:after {
	top: 0;
	right: calc( -100% + 38px );
	width: 100%;
	height: 100%;
	transform-origin: left bottom;
	-webkit-transform: skew( -18.5deg );
	transform: skew( -18.5deg );
}
.sxn_case_results .element_heading .element_wrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.sxn_case_results span.sec_title {
	z-index: 10;
	position: relative;
	display: block;
	padding: 8px 76px 9px 0;
	font: 17px/1 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sxn_case_results span.sec_title b {
	display: block;
	font-size: 26px;
}
.sxn_case_results .resultsContain {
	box-sizing: border-box;
	position: relative;
	width: calc(100%);
	padding: 0 26px;
}

.resultsNavContain {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: calc(100%);
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.resultsNavButton {
	width: 26px;
	height: 50px;
	background-size: 400%;
	cursor: pointer;
}
.resultsNavButton.imgSet {
	background-image: url('img/case-results/case-results-arrows.webp');
}

.hpPrevResults:hover {
	background-position: 200% 100%;
}


.hpNextResults {
	background-position: 300% 100%;
}

.hpNextResults:hover {
	background-position: 100% 100%;
}

.sxn_case_results .element_slide {
	display: inline-block;
	width: calc( 100% - 26px - 26px - 1px );
	text-align: center;
	vertical-align: bottom;
}
.sxn_case_results .slide_amount {
	display: block;
	font: 300 80px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: -6px;
	line-height: 0.95;
}
.sxn_case_results .slide_word {
	display: block;
	padding: 0 0 4px;
	color: #a4343a;
	font: bold 28px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sxn_case_results p {
	padding: 0 0 4px;
	font: bold 10px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	text-transform: uppercase;
}
.sxn_case_results .element_arrows {
	display: inline-block;
	padding: 0 0 5px;;
	width: auto;
	font-size: 0;
	text-align: center;
	vertical-align: bottom;
}
.sxn_case_results .element_arrows a {
	display: inline-block;
	width: 26px;
	height: 50px;
	overflow: hidden;
}
.sxn_case_results .element_arrows a img {
	display: block;
	width: 400%;
}
.sxn_case_results .element_arrows a.next_slide img { margin: 0 0 0 -100%; }
.sxn_case_results .element_arrows a.prev_slide:hover img { margin: 0 0 0 -200%; }
.sxn_case_results .element_arrows a.next_slide:hover img { margin: 0 0 0 -300%; }
.elHeading2 {
	transition: .3s;
	-webkit-transition: .3s;
	display: block;
	text-align: left;
	color: #fff;
	font-size: 12px;
	width: 120px;
	background-color: #5f5f5f;
	margin: 0 0 15px -999px;
	padding: 8px 29px 8px 999px;
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.elHeading2 b {
	display: block;
	font-size: 19px;
	padding: 0 0 4px 0;
}
.elHeading2 span {
	display: block;
	font-weight: bold;
	position: relative;
	padding: 10px 0 5px 0;
}
.elHeading2 span:after {
	content: "";
	position: relative;
	display: inline-block;
	background-image: url(img/case-results/alejo-arrow.webp);
	background-position: 0 0;
	transition: .3s;
	-webkit-transition: .3s;
	width: 8px;
	height: 16px;
	margin: 0 0 0 8px;
	vertical-align: bottom;
	top: 2px;
}
.elHeading2:hover {
	background-color: #7f7f7f;
}
.elHeading2:hover span:after {margin: 0 0 0 12px;}
@media screen and (min-width: 450px) {
	.sxn_case_results .sxn_wrap {
		padding: 8px 20px 14px;
	}
	.headingsCont {
		float: left;
	}
	.elHeading2 {margin: 0 0 5px -999px;}
	.sxn_case_results .element_heading {
		display: inline-block;
		margin: 12px 0 10px;
		vertical-align: middle;
	}
	.sxn_case_results .resultsContain {
		display: inline-block;
		margin: 20px 0 0 20px;
		width: calc( 100% - 151px - 22px );
	}
	.sxn_case_results .element_arrows {
		padding: 0 0 6px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_case_results {
		background-image: url(img/case-results/case-results-bg.webp);
	}
	.sxn_case_results .sxn_wrap {
		padding: 32px 20px 35px;
	}
	.sxn_case_results .element_heading {
		margin: 12px 0 20px;
	}
	.elHeading2 {width: 150px; font-size: 14px; padding: 10px 11px 8px 999px;}
	.elHeading2 b {
		font-size: 24px;
    }
	.sxn_case_results span.sec_title {
		padding: 8px 76px 9px 0;
		font-size: 20px;
	}
	.sxn_case_results span.sec_title b {
		font-size: 30px;
	}

	.sxn_case_results .resultsContain {
		width: calc( 100% - 163px - 22px );
	}
	.sxn_case_results .slide_amount {
		font-size: 100px;
		letter-spacing: -9px;
	}
	.sxn_case_results .slide_word {
		font-size: 34px;
	}
	.sxn_case_results p {
		font-size: 12px;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_case_results .sxn_wrap {
		padding: 45px 20px 50px;
	}
	.sxn_case_results .element_heading {
		margin: 13px 0 20px;
	}
	.sxn_case_results .resultsContain {
		margin: 8px 0 0 56px;
		width: calc( 100% - 163px - 58px );
	}
	.sxn_case_results .slide_amount {
		font-size: 120px;
		letter-spacing: -12px;
	}
	.sxn_case_results .slide_word {
		font-size: 40px;
	}
	.sxn_case_results p {
		font-size: 14px;
	}
	.elHeading2 {position: relative;}
	.elHeading2:before {
		content: "";
		display: block;
		background-image: url(img/case-results/alejo-shadow.webp);
		background-repeat: no-repeat;
		width: 140px;
		height: 100%;
		background-size: 100%;
		position: absolute;
		right: 180px;
		top: 0;
	}
}
/*  </ sxn_case_results >  */

/* 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%;}

#contentArea .sxn_wrap {
	position: relative;
	margin: auto;
	max-width: 1600px;
}
#contentArea .sxn_wrap:after {
	content:'';
	clear: both;
	display: block;
}

#contentArea {
	margin: 0 auto;
	overflow: hidden;
}
#mainContent {
	padding: 20px;
	color: #000;
	font: 16px/1.7 'Open Sans', sans-serif;
}
	.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:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		padding: 0 0 5px 0;
		color: #000;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 1.2;
	}
	.article h1 {
		padding: 0 0 20px 0;
		color: #a4343a;
		font-family: 'Raleway', sans-serif;
		font-size: 25px;
		font-weight: 300;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: uppercase;
	}
	body.home .article h1 {
		text-align: center;
	}
	.article h2 {
		padding: 0 0 10px 0;
		color: #000;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.article h3 {
		color: #a4343a;
		font-size: 18px;
		font-weight: bold;
	}
	.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;
		max-width: 100%;
		height: auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
#sidebar {

}

/* < Home more > */
	.article .homeMore {
		padding: 10px 0 30px;
		text-align: center;
	}
	.article .homeMore a {
		box-sizing: border-box;
		display: inline-block;
		position: relative;		
		padding: 13px 46px 15px;
		cursor: pointer;			
		transition: 300ms;
		text-align: center;
		background-color: #a3343a;
	}
	.article .homeMore a:hover {
		text-decoration: none;
		background-color: #df4854;
	}	
	.article .homeMore span { 
		display: block;
		color: #ffffff;
		letter-spacing: 0px;
		padding: 0;
		font-size: 24px;
		font-weight: 600;
		line-height: 1;		
		text-transform: uppercase;
		text-decoration: none;	
	}	
	.article .homeExpanded {
		display: none;
	}	
	/* < Home more > */

	.sidebar {
	margin: auto;
	width: 100%;
	max-width: 450px;
	line-height: 1;
	padding: 0 5%;
	box-sizing: border-box;
}

/*  < sb_blog_tags >  */
.sb_blog_tags { padding: 0 20px 0; }
.sb_blog_tags .sbBlogTitle {
	display: block;
	padding: 0 0 10px;
	color: #000;
	font: 25px/1.15 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sb_blog_tags .sbBlogTitle:last-of-type {
	padding: 10px 0 10px;
}
.sb_blog_tags .sbBlogLink {
	padding: 0 0 10px 20px;
}
.sb_blog_tags .sbBlogLink li {
	list-style-type: none;
}
.sb_blog_tags .sbBlogLink li a {
	color: #e1474f;
	font-size: 16px;
	line-height: 1.3;
	display: block;
	padding: 0 0 5px;
}
.sb_blog_tags .sbBlogLink li a:hover {
	text-decoration: underline;
}
/*  </ sb_blog_tags >  */

/*  < sb_practice_areas >  */
.sb_practice_areas {
	padding: 20px 0 20px;
	color: #fff;
	background-color: #3b3b3b;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.sb_practice_areas.imgSet { background-image: url(img/sb/practice-areas/sb-practice-areas-bg.webp); }
.sb_practice_areas .element_heading {
	display: block;
	margin: 0 0 20px;
	overflow: hidden;
	font-size: 0;
}
.sb_practice_areas .element_heading .element_wrap:before,
.sb_practice_areas .element_heading .element_wrap:after {
	content:'';
	position: absolute;
	background: #a3343a;
}
.sb_practice_areas .element_heading .element_wrap:before {
	top: 0;
	right: 26px;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	-webkit-transform: skew( -30deg );
	transform: skew( -30deg );
}
.sb_practice_areas .element_heading .element_wrap:after {
	top: 0;
	right: calc( -100% + 37px );
	width: 100%;
	height: 100%;
	transform-origin: left bottom;
	-webkit-transform: skew( -18.5deg );
	transform: skew( -18.5deg );
}
.sb_practice_areas .element_heading .element_wrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.sb_practice_areas span.sec_title {
	z-index: 10;
	position: relative;
	display: block;
	padding: 7px 58px 9px 40px;
	font: 17px/1 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sb_practice_areas span.sec_title b {
	display: block;
	font-size: 26px;
}
.sb_practice_areas ul {
	border-top: 2px solid #a3343a;
}
.sb_practice_areas ul li {
	color: #fff;
	font: 10px/1 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	border-bottom: 2px solid #a3343a;
}
.sb_practice_areas ul li a::before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
}
.sb_practice_areas ul li.imgSet a::before {
	background-image: url(img/psd/sb-practice-areas-icon-sprite.webp);
}
.sb_practice_areas ul .item_1 a::before {
	left: 20px;
	width: 42px;
	background-position: left center;
}
.sb_practice_areas ul .item_2 a::before {
	left: 19px;
	width: 42px;
	background-position: left -44px center;
}
.sb_practice_areas ul .item_3 a::before {
	left: 22px;
	width: 38px;
	background-position: left -88px center;
}
.sb_practice_areas ul .item_4 a::before {
	left: 20px;
	width: 42px;
	background-position: left -128px center;
}
.sb_practice_areas ul .item_5 a::before {
	left: 21px;
	width: 41px;
	background-position: left -172px center;
}
.sb_practice_areas ul .item_6 a::before {
	left: 19px;
	width: 43px;
	background-position: left -215px center;
}
.sb_practice_areas ul .item_7 a::before {
	left: 21px;
	width: 40px;
	background-position: left -260px center;
}
.sb_practice_areas ul .item_8 a::before {
	left: 20px;
	width: 42px;
	background-position: left -302px center;
}
.sb_practice_areas ul li a {
	position: relative;
	display: block;
	padding: 22px 10px 20px 74px;
	color: #fff;
}
.sb_practice_areas ul li a:hover {
	background: #e0464f;
}
.sb_practice_areas ul li b {
	font-size: 15px;
}
@media screen and (min-width: 1120px) {
	.sb_practice_areas {
		padding: 28px 0 28px;
	}
	.sb_practice_areas .element_heading {
		margin: 0 0 28px;
	}
	.sb_practice_areas span.sec_title {
		padding: 7px 58px 9px 86px;
		font-size: 20px;
	}
	.sb_practice_areas span.sec_title b {
		font-size: 30px;
	}
	.sb_practice_areas ul li {
		font-size: 15px;
	}
	.sb_practice_areas ul li a {
		padding: 21px 10px 19px 74px;
	}
	.sb_practice_areas ul li b {
		font-size: 24px;
	}
}
/*  </ sb_practice_areas >  */

/*  < sb_testimonials >  */
.sb_testimonials {
	color: #fff;
	font-size: 0;
	background: #000;
}

.sbtestNavContain {
	min-height: 58px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px 0 0;
	background-color: #fff;
	gap: 0 1px;
}

.sbTestNavButton {
	position: relative;
	width: 100%;
	background-color: #a4353a;
	transition: .4s;
	min-height: 58px;
	cursor: pointer;
}

.sbTestNavButton::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 35px;
	background-size: 400% 100%;
	pointer-events: none;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.sbtestNavContain.imgSet .sbTestNavButton::before {
	background-image: url('img/sb/testimonials/sb-testimonials-arrows.webp');
}

.sbTestNavButton:hover::before {
	background-position: 200% 100%;
}

.sbTestNavButton:hover {
	background-color: #e0464f;
}

.sbNextTest::before {
	left: 25px;
	right: unset;
	background-position: 300% 100%;
}

.sbNextTest:hover::before {
	background-position: 100% 100%;
}

.sb_testimonials a {
	color: #a4343a;
}
.sb_testimonials a:hover {
	color: #e1474f;
}
.sb_testimonials .element_bg {
	position: relative;
}
.sb_testimonials .element_bg img {
	display: block;
	width: 100%;
	height: auto;
}
.sb_testimonials .element_heading {
	z-index: 10;
	position: absolute;
	top: 20px;
	display: block;
	overflow: hidden;
	font-size: 0;
}
.sb_testimonials .element_heading .element_wrap:before,
.sb_testimonials .element_heading .element_wrap:after {
	content:'';
	position: absolute;
	background: #a3343a;
}
.sb_testimonials .element_heading .element_wrap:before {
	top: 0;
	right: 26px;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	-webkit-transform: skew( -30deg );
	transform: skew( -30deg );
}
.sb_testimonials .element_heading .element_wrap:after {
	top: 0;
	right: calc( -100% + 38px );
	width: 100%;
	height: 100%;
	transform-origin: left bottom;
	-webkit-transform: skew( -18.5deg );
	transform: skew( -18.5deg );
}
.sb_testimonials .element_heading .element_wrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.sb_testimonials span.sec_title {
	z-index: 10;
	position: relative;
	display: block;
	padding: 8px 64px 6px 30px;
	font: 17px/1 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sb_testimonials span.sec_title b {
	display: block;
	font-size: 26px;
}
.sb_testimonials .slide_cont {
	text-align: center;
}
.sb_testimonials .slide_cont .slide_cont_wrap {
	padding: 20px 15px 20px;
}
.sb_testimonials p {
	padding: 0;
	font: 16px/1.5 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sb_testimonials p br {
	display: none;
}
.sb_testimonials p a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.sb_testimonials .element_arrows {
	padding: 0;
	width: 100%;
	font-size: 0;
	text-align: center;
	background: #a4343a;
	border-top: 1px solid #fff;
}
.sb_testimonials .element_arrows a {
	box-sizing: border-box;
	display: inline-block;
	padding: 11px 20px 11px;
	width: calc( ( 100% - 2px ) / 2 );
	background: #a4353a;
}
.sb_testimonials .element_arrows a:hover {
	background: #e0464f;
}
.sb_testimonials .element_arrows a span {
	display: inline-block;
	width: 18px;
	height: 35px;
	overflow: hidden;
}
.sb_testimonials .element_arrows a span img {
	display: block;
	width: 400%;
}
.sb_testimonials .element_arrows a.prev_slide {
	text-align: right;
	border-right: 1px solid #fff;
}
.sb_testimonials .element_arrows a.next_slide {
	text-align: left;
}
.sb_testimonials .element_arrows a.next_slide img { margin: 0 0 0 -100%; }
.sb_testimonials .element_arrows a.prev_slide:hover img { margin: 0 0 0 -200%; }
.sb_testimonials .element_arrows a.next_slide:hover img { margin: 0 0 0 -300%; }
@media screen and (min-width: 1120px) {
	.sb_testimonials .element_heading {
		top: 28px;
	}
	.sb_testimonials span {
		padding: 8px 74px 6px 47px;
		font-size: 20px;
	}
	.sb_testimonials span b {
		font-size: 30px;
	}
	.sb_testimonials .slide_cont .slide_cont_wrap {
		padding: 23px 30px 23px;
	}
	.sb_testimonials p {
		font-size: 20px;
	}
	.sb_testimonials p a {
		font-size: 18px;
	}
	.sb_testimonials .element_arrows a {
		padding: 11px 23px 11px;
	}
}
/*  </ sb_testimonials >  */

/*  < sb_case_results >  */
.sb_case_results {
	padding: 20px 0 14px;
	color: #fff;
	font-size: 0;
	background-color: #3b3b3b;
	background-size: cover;
}
.sb_case_results.imgSet {
	background-image: url(img/sb/case-results/sb-case-results-bg.webp);
}
.sb_case_results .resultsContain {
	padding: 0 40px;
}

.sb_case_results .resultsContain .slide_cont {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.sbResultsNavContain {
	min-height: 58px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px 0 0;
	background-color: #fff;
	gap: 0 1px;
	margin: 20px 0 0;
}

.sbResultsNavButton {
	position: relative;
	width: 100%;
	background-color: #a4353a;
	transition: .4s;
	min-height: 58px;
	cursor: pointer;
}

.sbResultsNavButton::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 35px;
	background-size: 400% 100%;
	pointer-events: none;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}

.sbResultsNavContain.imgSet .sbResultsNavButton::before {
	background-image: url('img/sb/testimonials/sb-testimonials-arrows.webp');
}

.sbResultsNavButton:hover::before {
	background-position: 200% 100%;
}

.sbResultsNavButton:hover {
	background-color: #e0464f;
}

.sbNextResults::before {
	left: 25px;
	right: unset;
	background-position: 300% 100%;
}

.sbNextResults:hover::before {
	background-position: 100% 100%;
}

.sb_case_results .element_heading {
	display: block;
	margin: 0 0 10px;
	overflow: hidden;
	font-size: 0;
}
.sb_case_results .element_heading .element_wrap:before,
.sb_case_results .element_heading .element_wrap:after {
	content:'';
	position: absolute;
	background: #a3343a;
}
.sb_case_results .element_heading .element_wrap:before {
	top: 0;
	right: 26px;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	-webkit-transform: skew( -30deg );
	transform: skew( -30deg );
}
.sb_case_results .element_heading .element_wrap:after {
	top: 0;
	right: calc( -100% + 38px );
	width: 100%;
	height: 100%;
	transform-origin: left bottom;
	-webkit-transform: skew( -18.5deg );
	transform: skew( -18.5deg );
}
.sb_case_results .element_heading .element_wrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.sb_case_results span.sec_title {
	z-index: 10;
	position: relative;
	display: block;
	padding: 8px 76px 9px 60px;
	font: 17px/1 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sb_case_results span.sec_title b {
	display: block;
	font-size: 26px;
}
.sb_case_results .block_slide {
	padding: 0 18px 0;
}
.sb_case_results .element_slide {
	display: inline-block;
	width: calc( 100% - 26px - 26px - 1px );
	text-align: center;
	vertical-align: middle;
}
.sb_case_results .slide_amount {
	display: block;
	font: 300 80px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: -6px;
	line-height: 0.95;
}
.sb_case_results .slide_word {
	display: block;
	padding: 0 0 4px;
	color: #a4343a;
	font: bold 28px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sb_case_results p {
	padding: 0 0 4px;
	font: bold 10px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sb_case_results .element_arrows {
	display: inline-block;
	padding: 0;
	width: auto;
	font-size: 0;
	text-align: center;
	vertical-align: middle;
}
.sb_case_results .element_arrows a {
	display: inline-block;
	width: 26px;
	height: 50px;
	overflow: hidden;
}
.sb_case_results .element_arrows a img {
	display: block;
	width: 400%;
}
.sb_case_results .element_arrows a.next_slide img { margin: 0 0 0 -100%; }
.sb_case_results .element_arrows a.prev_slide:hover img { margin: 0 0 0 -200%; }
.sb_case_results .element_arrows a.next_slide:hover img { margin: 0 0 0 -300%; }
@media screen and (min-width: 1120px) {
	.sb_case_results {
		padding: 28px 0 22px;
	}
	.sb_case_results .element_heading {
		margin: 0 0 11px;
	}
	.sb_case_results span.sec_title {
		padding: 8px 76px 9px 85px;
		font-size: 20px;
	}
	.sb_case_results span.sec_title b {
		font-size: 30px;
	}

	.sb_case_results .slide_amount {
		font-size: 120px;
		letter-spacing: -12px;
	}
	.sb_case_results .slide_word {
		font-size: 40px;
	}
	.sb_case_results p {
		font-size: 14px;
	}
}
/*  </ sb_case_results >  */


/* Content Area */

@media screen and (min-width: 1024px) {
	#sidebar {
		margin: 0 0 0;
	}
	#syncContent {z-index: 1;}
	#mainContent {
		padding: 0;
		width: calc(100% - 50px - 300px);
		float: left;
	}
	.home #mainContent { float: none; width: 100%; }
	.fwEntry #mainContent {
		float: none;
		margin: 0 auto;
		width: auto;
	}
	.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 {
		max-width: 300px;
		width: 100%;
		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 (min-width:1120px) {
	#mainContent {
		padding: 0;
		width: calc(100% - 80px - 400px);
	}
	#sidebar {
		max-width: 400px;
	}
}


/* Content Area */
@media screen and (min-width: 800px) {

	#mainContent {
		padding: 0;
	}
	
	#contentArea .sxn_wrap { padding: 40px 20px 40px; }
	.article {
		float: left;
		padding: 0;
		width: calc(100% - 20px - 300px);
	}
	body.home .article {
		width: 100%;
	}
	.article h1 {
		font-size: 36px;
	}
	.article h2 {
		font-size: 20px;
	}
	.article h3 {
		font-size: 20px;
	}
	.article .alignright {
		float: right;
		margin: 0 0 5px 15px;
	}
	.article .aligncenter {
		display: block;
		margin: auto;
	}
	.article .alignleft {
		float: left;
		margin: 0 15px 5px 0;
	}
	.sidebar {
		float: right;
		max-width: 300px;
		font-size: 18px;
		padding: 0;
	}
}
@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: 1120px) {
	body.home .contentAreaHome {
		background: no-repeat center top;
	}
	body.home .contentAreaHome.imgSet {
		background-image: url(img/content/content-bg.webp);
	}
	#contentArea .sxn_wrap { padding: 70px 40px 70px; }
	body.home #contentArea .sxn_wrap {
		padding: 220px 40px 70px;
	}
	#mainContent {
		width: calc(100% - 40px - 400px);
		font-size: 18px;
	}
	.article h1 {
		font-size: 45px;
	}
	.article h2 {
		font-size: 22px;
	}
	.article h3 {
		font-size: 22px;
	}
	.article h4,
	.article h5,
	.article h6 {
		font-size: 18px;
	}
	.sidebar {
		max-width: 400px;
	}
}
@media screen and (min-width: 1640px) {
	#contentArea .sxn_wrap { padding: 109px 60px 109px; }
	body.home #contentArea .sxn_wrap {
		padding: 264px 40px 70px;
	}
	.article {
		width: calc(100% - 60px - 400px);
	}
	.article h1 {
		font-size: 50px;
	}
	body.home .article h1 {
		font-size: 80px;
	}
	.article h2 {
		font-size: 25px;
	}
	.article h3 {
		font-size: 25px;
	}
}
@media screen and (min-width: 1640px) {
	body.home .contentAreaHome.imgSet {
		background-image: url(img/content/content-bg-3000.webp);
	}
}

/*  < sxn_practice_areas >  */
.sxn_practice_areas {
	overflow: hidden;
	color: #fff;
	font-size: 0;
	background: #3b3b3b no-repeat center;
	background-size: cover;
}
.sxn_practice_areas.imgSet {
	background-image: url(img/sb/practice-areas/sb-practice-areas-bg.webp);
}
.sxn_practice_areas .sxn_wrap {
	max-width: 1620px;
}
.sxn_practice_areas .element_heading:before {
	content:'';
	position: absolute;
	top: 0;
	right: calc( 100% - 20px );
	width: 500%;
	height: 100%;
	background: #a3343a;
}
.sxn_practice_areas .element_heading {
	position: relative;
	display: block;
	margin: 0 0 20px;
}
.sxn_practice_areas .element_heading .element_wrap:before,
.sxn_practice_areas .element_heading .element_wrap:after {
	content:'';
	position: absolute;
	background: #a3343a;
}
.sxn_practice_areas .element_heading .element_wrap:before {
	top: 0;
	right: 26px;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	-webkit-transform: skew( -30deg );
	transform: skew( -30deg );
}
.sxn_practice_areas .element_heading .element_wrap:after {
	top: 0;
	right: calc( -100% + 37px );
	width: 100%;
	height: 100%;
	transform-origin: left bottom;
	-webkit-transform: skew( -18.5deg );
	transform: skew( -18.5deg );
}
.sxn_practice_areas .element_heading .element_wrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.sxn_practice_areas span.sec_title {
	z-index: 10;
	position: relative;
	display: block;
	padding: 7px 58px 9px 0;
	font: 17px/1 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sxn_practice_areas span.sec_title b {
	display: block;
	font-size: 26px;
}
.sxn_practice_areas ul {
	padding: 0;
	border-top: 2px solid #a3343a;
}
.sxn_practice_areas ul li {
	color: #fff;
	font: 10px/1 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	border-bottom: 2px solid #a3343a;
}
.sxn_practice_areas ul li a:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
}
.sxn_practice_areas ul li.imgSet a:before {
	background-image: url(img/psd/sb-practice-areas-icon-sprite.webp);
}
.sxn_practice_areas ul .item_1 a:before {
	left: 20px;
	width: 42px;
	background-position: left center;
}
.sxn_practice_areas ul .item_2 a:before {
	left: 19px;
	width: 42px;
	background-position: left -44px center;
}
.sxn_practice_areas ul .item_3 a:before {
	left: 22px;
	width: 38px;
	background-position: left -88px center;
}
.sxn_practice_areas ul .item_4 a:before {
	left: 20px;
	width: 42px;
	background-position: left -128px center;
}
.sxn_practice_areas ul .item_5 a:before {
	left: 21px;
	width: 41px;
	background-position: left -172px center;
}
.sxn_practice_areas ul .item_6 a:before {
	left: 19px;
	width: 43px;
	background-position: left -215px center;
}
.sxn_practice_areas ul .item_7 a:before {
	left: 21px;
	width: 40px;
	background-position: left -260px center;
}
.sxn_practice_areas ul .item_8 a:before {
	left: 20px;
	width: 42px;
	background-position: left -302px center;
}
.sxn_practice_areas ul li a {
	position: relative;
	display: block;
	padding: 22px 10px 20px 74px;
	color: #fff;
}
.sxn_practice_areas ul li a:hover {
	background: #e0464f;
}
.sxn_practice_areas ul li a span {
	z-index: 10;
	position: relative;
	display: block;
}
.sxn_practice_areas ul li b {
	font-size: 15px;
}
@media screen and (min-width: 600px) {
	.sxn_practice_areas ul li {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	.sxn_practice_areas ul li a {
		padding: 22px 10px 20px 60px;
	}
	.sxn_practice_areas ul .item_1 a:before,
	.sxn_practice_areas ul .item_2 a:before,
	.sxn_practice_areas ul .item_3 a:before,
	.sxn_practice_areas ul .item_4 a:before,
	.sxn_practice_areas ul .item_5 a:before,
	.sxn_practice_areas ul .item_6 a:before,
	.sxn_practice_areas ul .item_7 a:before,
	.sxn_practice_areas ul .item_8 a:before {
		left: 5px;
	}
}
@media screen and (min-width: 800px) {
	.sxn_practice_areas ul li {
		width: 25%;
	}
	.sxn_practice_areas ul li a:before {
		z-index: 2;
		height: 41px;
	}
	.sxn_practice_areas ul li a {
		padding: 80px 20px 20px;
		text-align: center;
	}
	.sxn_practice_areas ul .item a:before {
		top: 20px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.sxn_practice_areas ul li a b {
		display: block;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_practice_areas.imgSet {
		background-image: url(img/practice-areas/practice-areas-bg.webp);
	}
	.sxn_practice_areas .sxn_wrap {
		padding: 40px 20px 40px;
	}
	.sxn_practice_areas .element_heading {
		margin: 0;
	}
	.sxn_practice_areas span.sec_title {
		padding: 7px 58px 9px 0;
		font-size: 20px;
	}
	.sxn_practice_areas span.sec_title b {
		font-size: 30px;
	}
	.sxn_practice_areas ul {
		z-index: 20;
		position: relative;
		margin: -20px auto 0;
		width: 100%;
		max-width: 1080px;
		height: 264px;
		height: 360px;
		border: 0;
	}
	.sxn_practice_areas ul li {
		position: absolute;
		box-sizing: border-box;
		padding: 6px;
		width: 240px;
		height: 240px;
		font-size: 10px;
		border: 0;
		-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
		clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	}
	.sxn_practice_areas ul .item_1 {
		top: 0;
		left: 840px;
	}
	.sxn_practice_areas ul .item_2 {
		top: 120px;
		left: 480px;
	}
	.sxn_practice_areas ul .item_3 {
		top: 120px;
		left: 720px;
	}
	.sxn_practice_areas ul .item_4 {
		top: 0;
		left: 600px;
	}
	.sxn_practice_areas ul .item_5 {
		top: 120px;
		left: 240px;
	}
	.sxn_practice_areas ul .item_6 {
		top: 0;
		left: 360px;
	}
	.sxn_practice_areas ul .item_7 {
		top: 0;
		left: 120px;
	}
	.sxn_practice_areas ul .item_8 {
		top: 120px;
		left: 0;
	}

	.sxn_practice_areas ul li a:before {
		height: 74px;
		background-size: 630px;
	}
	.sxn_practice_areas ul li.imgSet a:before {
		background-image: url(img/practice-areas/practice-areas-icon-sprite.webp);
	}
	.sxn_practice_areas ul .item a:before {
		top: 50px;
	}
	.sxn_practice_areas ul .item_1 a:before {
		width: 81px;
	}
	.sxn_practice_areas ul .item_2 a:before {
		width: 74px;
		background-position: left -84px center;
	}
	.sxn_practice_areas ul .item_3 a:before {
		width: 73px;
		background-position: left -161px center;
	}
	.sxn_practice_areas ul .item_4 a:before {
		width: 77px;
		background-position: left -236px center;
	}
	.sxn_practice_areas ul .item_5 a:before {
		width: 78px;
		background-position: left -315px center;
	}
	.sxn_practice_areas ul .item_6 a:before {
		width: 79px;
		background-position: left -396px center;
	}
	.sxn_practice_areas ul .item_7 a:before {
		width: 78px;
		background-position: left -477px center;
	}
	.sxn_practice_areas ul .item_8 a:before {
		width: 78px;
		background-position: left -557px center;
	}
	.sxn_practice_areas ul li a {
		box-sizing: border-box;
		padding: 140px 20px 20px;
		width: 100%;
		height: 100%;
		border: 0;
	}
	.sxn_practice_areas ul li a:hover {
		background: transparent;
	}
	.sxn_practice_areas ul li a:after {
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
	.sxn_practice_areas ul li.imgSet a:after {
		background-image: url(img/practice-areas/practice-areas-link-bg.webp);
	}
	.sxn_practice_areas ul li a:hover:after {
		background-position: right center;
	}
	.sxn_practice_areas ul li b {
		font-size: 17px;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_practice_areas .sxn_wrap {
		padding: 110px 0 110px;
	}
	.sxn_practice_areas span.sec_title {
		padding: 7px 58px 9px 10px;
		font-size: 20px;
	}
	.sxn_practice_areas ul {
		margin: -74px auto 0;
		max-width: 1640px;
		height: 526px;
	}
	.sxn_practice_areas ul li {
		padding: 8px;
		width: 345px;
		width: 361px;
		height: 345px;
		height: 361px;
		font-size: 15px;
	}
	.sxn_practice_areas ul .item_1 {
		top: 0;
		left: 1263.5px;
	}
	.sxn_practice_areas ul .item_2 {
		top: 180.5px;
		left: 722px;
	}
	.sxn_practice_areas ul .item_3 {
		top: 180.5px;
		left: 1083px;
	}
	.sxn_practice_areas ul .item_4 {
		top: 0;
		left: 902.5px;
	}
	.sxn_practice_areas ul .item_5 {
		top: 180.5px;
		left: 361px;
	}
	.sxn_practice_areas ul .item_6 {
		top: 0;
		left: 541.5px;
	}
	.sxn_practice_areas ul .item_7 {
		top: 0;
		left: 180.5px;
	}
	.sxn_practice_areas ul .item_8 {
		top: 180.5px;
		left: 0;
	}

	.sxn_practice_areas ul li b {
		padding: 0 0 4px;
		font-size: 24px;
	}

	.sxn_practice_areas ul li a:before {
		height: 98px;
		background-size: 839px;
	}
	.sxn_practice_areas ul .item a:before {
		top: 91px;
	}
	.sxn_practice_areas ul .item_1 a:before {
		width: 108px;
	}
	.sxn_practice_areas ul .item_2 a:before {
		width: 99px;
		background-position: left -112px center;
	}
	.sxn_practice_areas ul .item_3 a:before {
		width: 96px;
		background-position: left -215px center;
	}
	.sxn_practice_areas ul .item_4 a:before {
		width: 101px;
		background-position: left -315px center;
	}
	.sxn_practice_areas ul .item_5 a:before {
		width: 103px;
		background-position: left -420px center;
	}
	.sxn_practice_areas ul .item_6 a:before {
		width: 105px;
		background-position: left -527px center;
	}
	.sxn_practice_areas ul .item_7 a:before {
		width: 103px;
		background-position: left -636px center;
	}
	.sxn_practice_areas ul .item_8 a:before {
		width: 96px;
		background-position: left -743px center;
	}
	.sxn_practice_areas ul li a {
		padding: 214px 20px 20px;
	}
}
/*  </ sxn_practice_areas >  */

/*  < sxn_team >  */
.sxn_team {
	overflow: hidden;
	color: #fff;
	font-size: 0;
	background-size: cover;
}
.sxn_team .sxn_wrap {
	padding: 0;
}
.sxn_team .block_bucket {
	box-sizing: border-box;
}
.sxn_team .block_bucket .block_wrap {
	box-sizing: border-box;
	margin: auto;
	padding: 20px;
}
.block_badges_inner {
	overflow-y: hidden;
	overflow-x: scroll;
}
.block_badges_inner::-webkit-scrollbar {
	background-color: #6a6a6a;
	border-radius: 9px;
}
.block_badges_inner::-webkit-scrollbar-track {
	width: 5px;
	margin: 0px auto;
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
	background-color: #6a6a6a;
	border-radius: 10px;
}
.block_badges_inner::-webkit-scrollbar-thumb {
	background: #d5d5d5;
	border-radius: 10px;
}
.sxn_team .block_team {
	background: #e9e9e9;
}
.sxn_team .block_team .block_wrap {
	padding: 20px 0 0;
	max-width: 1620px;
}
.sxn_team .element_heading:before {
	content:'';
	position: absolute;
	top: 0;
	right: calc( 100% - 20px );
	width: 500%;
	height: 100%;
	background: #a3343a;
}
.sxn_team .element_heading {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	max-width: 1620px;
}
.sxn_team .element_heading .element_wrap:before,
.sxn_team .element_heading .element_wrap:after {
	content:'';
	position: absolute;
	background: #a3343a;
}
.sxn_team .element_heading .element_wrap:before {
	top: 0;
	right: 26px;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	-webkit-transform: skew( -30deg );
	transform: skew( -30deg );
}
.sxn_team .element_heading .element_wrap:after {
	top: 0;
	right: calc( -100% + 37px );
	width: 100%;
	height: 100%;
	transform-origin: left bottom;
	-webkit-transform: skew( -18.5deg );
	transform: skew( -18.5deg );
}
.sxn_team .element_heading .element_wrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.sxn_team span.sec_title {
	z-index: 10;
	position: relative;
	display: block;
	padding: 7px 58px 6px 20px;
	font: 17px/1 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sxn_team span.sec_title b {
	display: block;
	font-size: 26px;
}
.sxn_team .block_team ul {
	display: block;
	padding: 0;
	margin: 0 auto;
	max-width: 1620px;
}
.sxn_team .block_team ul li {
	display: inline-block;
	width: 25%;
}
.sxn_team .block_team ul li .cont_profile:before {
	content:'';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.6 );
	transition: 500ms ease;
}
.sxn_team .block_team ul li .cont_profile.active:before {
	opacity: 0;
}
.sxn_team .block_team ul li .cont_profile {
	position: relative;
	display: block;
}
.sxn_team .block_team ul li a {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: center;
	background: #a4343a;
	transition: all 500ms ease;
}
.sxn_team .block_team ul li a:hover {
	background: #e14750;
}
.sxn_team .block_team ul li .cont_profile.active a {
	opacity: 1;
	padding: 10px;
}
.sxn_team .block_team ul li .cont_name {
	display: block;
	padding: 0;
	color: #fff;
	font: 10px/1 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_team .block_team ul li img {
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	height: auto;
	transition: all 500ms ease;
}
.sxn_team .block_badges {
	text-align: center;
	background: #3b3b3b no-repeat center;
	background-size: cover;
}
.sxn_team .block_badges {
	background-image: url(img/sb/practice-areas/sb-practice-areas-bg.webp);
}
.sxn_team .block_badges ul {
	width: 3600px;
}
.sxn_team .block_badges ul li {
	display: inline-block;
	vertical-align: middle;
}
.sxn_team .block_badges ul li img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}
.sxn_team .block_badges ul .item_1 img {
	max-width: 372px;
}
.sxn_team .block_badges ul .item_2 img {
	max-width: 185px;
}
.sxn_team .block_badges ul .item_3 img {
	max-width: 181px;
}
.sxn_team .block_badges ul .item_4 img {
	max-width: 196px;
}
.sxn_team .block_badges ul .item_5 img {
	max-width: 185px;
}
.sxn_team .block_badges ul .item_6 img {
	max-width: 183px;
}
.sxn_team .block_badges ul .item_7 img {
	max-width: 194px;
}
.sxn_team .block_badges ul .item_8 img {
	max-width: 170px;
}
.sxn_team .block_badges ul .item_9 img {
	max-width: 181px;
}
.sxn_team .block_badges ul .item_10 img {
	max-width: 134px;
}
.sxn_team .block_badges ul .item_11 img {
	max-width: 210px;
}
.sxn_team .block_badges ul .item_12 img {
	max-width: 211px;
}
.sxn_team .block_badges ul .item_13 img {
	max-width: 208px;
}
.sxn_team .block_badges ul .item_14 img {
	max-width: 162px;
}
.sxn_team .block_badges ul .item_15 img {
	width: 219px;
}
.sxn_team .block_badges ul .item_15 img {
	width: 340px;
}

.sxn_team .block_badges ul .item_17 {
	padding: 0 25px;
}

@media screen and (min-width: 450px) {
	.sxn_team .block_team ul li .cont_name {
		font-size: 14px;
	}
}
@media screen and (min-width: 800px) {
	.sxn_team .block_team .block_wrap {
		padding: 20px 20px 0;
	}
	.sxn_team span.sec_title {
		padding: 7px 58px 6px 0;
	}
	.sxn_team .block_team ul li .cont_profile.active a {
		padding: 15px 10px 15px;
	}
	.sxn_team .block_team ul li .cont_name {
		padding: 0 0 5px;
		font-size: 20px;
		text-transform: uppercase;
	}
	.sxn_team .block_team ul li .pseudo_link {
		display: block;
		color: #e74951;
		font: bold 10px/1 'Open Sans', sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: uppercase;
	}
	.sxn_team .block_team ul li a:hover .pseudo_link {
		color: #fff;
	}
	.sxn_team .block_badges {
		background-image: url(img/badges/badges-bg.webp);
	}
}
@media screen and (min-width: 900px) {
	.sxn_team .block_bucket .block_wrap {max-width: none;}
	.sxn_team .block_badges .block_wrap {max-width: 775px;}
}
@media screen and (min-width: 1120px) {
	.sxn_team .block_team {
		background: no-repeat center top;
		background-size: cover;
	}
	.sxn_team .block_team.imgSet {
		background-image: url(img/attorneys/attorneys-bg.webp);
	}
	.sxn_team .block_team .block_wrap {
		padding: 40px 20px 0;
	}
	.sxn_team .element_heading {
		margin: 0 auto 40px;
	}
	.sxn_team span.sec_title {
		padding: 7px 58px 6px 0;
		font-size: 20px;
	}
	.sxn_team span.sec_title b {
		font-size: 30px;
	}
	.sxn_team .block_team ul li a {
		bottom: -30px;
	}
	.sxn_team .block_team ul li .cont_profile.active a {
		padding: 25px 10px 25px;
	}
	.sxn_team .block_team ul li .active img {
		top: -20px;
	}
	.sxn_team .block_team ul li .cont_name {
		padding: 0 0 10px;
		font-size: 30px;
	}
	.sxn_team .block_team ul li .pseudo_link {
		font-size: 14px;
	}
	.sxn_team .block_badges .block_wrap {
		padding: 50px 10px 40px;
		max-width: 960px;
	}
}
@media screen and (min-width: 1340px) {
	.sxn_team .block_badges .block_wrap {
		max-width: 1150px;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_team .element_heading {
		margin: 0 auto 75px;
	}
.sxn_team .block_team .block_wrap {
	padding: 70px 20px 0;
}

	.sxn_team .block_team ul li a {
		bottom: -60px;
	}
	.sxn_team .block_team ul li .cont_profile.active a {
		padding: 46px 10px 45px;
	}
	.sxn_team .block_team ul li .active img {
		top: -40px;
	}
	.sxn_team .block_team ul li .cont_name {
		padding: 0 0 14px;
		font-size: 40px;
	}
	.sxn_team .block_badges .block_wrap {
		padding: 87px 20px 72px;
		max-width: 1540px;
	}
}
/*  </ sxn_team >  */

/*  < sxn_testimonials >  */
.sxn_testimonials {
	overflow: hidden;
	color: #fff;
	font-size: 0;
	background: #000;
}
.sxn_testimonials .sxn_wrap {
	padding: 20px 0 0;
	max-width: 1600px;
}

.testContain {
	position: relative;
}

.testNavContain {
	min-height: 58px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px 0 0;
	background-color: #fff;
	gap: 0 1px;
}

.testNavButton {
	position: relative;
	width: 100%;
	background-color: #a4353a;
	transition: .4s;
	min-height: 58px;
	cursor: pointer;
}

.testNavButton::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 35px;
	background-size: 400% 100%;
	pointer-events: none;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.testNavContain.imgSet .testNavButton::before {
	background-image: url('img/sb/testimonials/sb-testimonials-arrows.webp');
}
.testNavButton:hover::before {
	background-position: 200% 100%;
}

.testNavButton:hover {
	background-color: #e0464f;
}

.hpNextTest::before {
	left: 25px;
	right: unset;
	background-position: 300% 100%;
}

.hpNextTest:hover::before {
	background-position: 100% 100%;
}

.sxn_testimonials a {
	color: #a4343a;
}
.sxn_testimonials a:hover {
	color: #e1474f;
}
.sxn_testimonials .element_bg {
	position: relative;
	padding: 0;
}
.sxn_testimonials .element_heading:before {
	content:'';
	position: absolute;
	top: 0;
	right: calc( 100% - 20px );
	width: 500%;
	height: 100%;
	background: #a3343a;
}
.sxn_testimonials .element_heading {
	position: relative;
	display: block;
	font-size: 0;
}
.sxn_testimonials .element_heading .element_wrap:before,
.sxn_testimonials .element_heading .element_wrap:after {
	content:'';
	position: absolute;
	background: #a3343a;
}
.sxn_testimonials .element_heading .element_wrap:before {
	top: 0;
	right: 26px;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	-webkit-transform: skew( -30deg );
	transform: skew( -30deg );
}
.sxn_testimonials .element_heading .element_wrap:after {
	top: 0;
	right: calc( -100% + 38px );
	width: 100%;
	height: 100%;
	transform-origin: left bottom;
	-webkit-transform: skew( -18.5deg );
	transform: skew( -18.5deg );
}
.sxn_testimonials .element_heading .element_wrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.sxn_testimonials span.sec_title {
	z-index: 10;
	position: relative;
	display: block;
	padding: 8px 64px 6px 20px;
	font: 17px/1 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sxn_testimonials span.sec_title b {
	display: block;
	font-size: 26px;
}
.sxn_testimonials .slide_cont {
	text-align: center;
}
.sxn_testimonials .slide_cont .slide_cont_wrap {
	padding: 20px 15px 20px;
}
.sxn_testimonials p {
	padding: 0;
	font: 16px/1.5 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_testimonials p br {
	display: none;
}
.sxn_testimonials .slide_attribution {
	display: block;
	padding: 20px 0 0;
	font: bold 16px/1 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_testimonials .element_arrows {
	padding: 0;
	width: 100%;
	font-size: 0;
	text-align: center;
	background: #a4343a;
	border-top: 1px solid #fff;
}
.sxn_testimonials .element_arrows_desktop {
	display: none;
}
.sxn_testimonials .element_arrows a {
	box-sizing: border-box;
	display: inline-block;
	padding: 11px 20px 11px;
	width: calc( ( 100% - 2px ) / 2 );
	background: #a4353a;
}
.sxn_testimonials .element_arrows a:hover {
	background: #e0464f;
}
.sxn_testimonials .element_arrows a span {
	display: inline-block;
	width: 18px;
	height: 35px;
	overflow: hidden;
}
.sxn_testimonials .element_arrows a span img {
	display: block;
	width: 400%;
	height: 100%;
}
.sxn_testimonials .element_arrows a.prev_slide {
	text-align: right;
	border-right: 1px solid #fff;
}
.sxn_testimonials .element_arrows a.next_slide {
	text-align: left;
}
.sxn_testimonials .element_arrows a.next_slide img { margin: 0 0 0 -100%; }
.sxn_testimonials .element_arrows a.prev_slide:hover img { margin: 0 0 0 -200%; }
.sxn_testimonials .element_arrows a.next_slide:hover img { margin: 0 0 0 -300%; }
@media screen and (min-width: 600px) {
	.sxn_testimonials .sxn_wrap {
		padding: 20px 20px 0;
	}
	.sxn_testimonials span.sec_title {
		padding: 8px 64px 6px 0;
	}
	.sxn_testimonials .element_slide {
		display: inline-block;
		width: 100%;
		vertical-align: middle;
	}
	.sxn_testimonials .slide_cont {
		text-align: left;
	}
	.sxn_testimonials .element_arrows_mobile {
		display: none;
		vertical-align: middle;
	}
	.sxn_testimonials .element_arrows_desktop {
		display: inline-block;
		width: auto;
		vertical-align: middle;
		border: 0;
		background: transparent;
	}
	.sxn_testimonials .element_arrows_desktop a {
		padding: 0;
		width: auto;
		background: transparent;
	}
	.sxn_testimonials .element_arrows_desktop a.prev_slide {
		border: 0;
	}
	.sxn_testimonials .element_arrows_desktop a:hover {
		background: transparent;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_testimonials {
		background: no-repeat center top;
		background-size: cover;
	}
	.sxn_testimonials.imgSet {
		background-image: url(img/testimonials/testimonials-bg-v4.webp);
	}

	.testNavContain {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: absolute;
		left: 50%;
		top: 50px;
		transform: translateX(-50%);
		width: calc(100% + 32px);
		background-color: unset;
	}

	.testNavButton {
		width: 32px;
		height: 60px;
		background-size: 400% 100%;
		cursor: pointer;
		transition: 0s;
		background-color: unset;
	}
	.testNavContain.imgSet .testNavButton {
		background-image: url('img/testimonials/testimonials-arrows.webp');
	}

	.testNavButton:hover {
		background-color: transparent;
	}

	.testNavButton::before {
		display: none;
	}

	.hpPrevTest:hover {
		background-position: 200% 100%;
	}


	.hpNextTest {
		background-position: 300% 100%;
	}

	.hpNextTest:hover {
		background-position: 100% 100%;
	}

	.sxn_testimonials .sxn_wrap {
		padding: 40px 20px 0;
	}
	.sxn_testimonials .element_bg {
		padding: 0 0 500px;
	}
	.sxn_testimonials span.sec_title {
		padding: 8px 74px 6px 0;
		font-size: 20px;
	}
	.sxn_testimonials span.sec_title b {
		font-size: 30px;
	}
	.sxn_testimonials .block_slide:before,
	.sxn_testimonials .block_slide:after {
		content:'';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 500%;
		height: 100%;
		background: #000;
	}
	.sxn_testimonials .block_slide:before {
		right: 100%;
	}
	.sxn_testimonials .block_slide:after {
		left: 100%;
	}
	.sxn_testimonials .block_slide {
		position: relative;
		padding: 40px 20px 40px;
		background: #000;
		background: rgba( 0, 0, 0, 0.5 );
	}
	.sxn_testimonials .slide_cont .slide_cont_wrap {
		padding: 0 30px 0;
	}
	.sxn_testimonials p {
		font-size: 18px;
	}
	.sxn_testimonials .slide_attribution {
		padding: 28px 0 0;
		font-size: 18px;
	}
	.sxn_testimonials .element_arrows_desktop {
		padding: 5px 0 0;
		vertical-align: top;
	}
	.sxn_testimonials .element_arrows a span {
		width: 32px;
		height: 61px;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_testimonials .sxn_wrap {
		padding: 68px 20px 0;
	}
	.sxn_testimonials .element_bg {
		padding: 0 0 500px;
	}
	.sxn_testimonials .block_slide {
		padding: 35px 40px 65px;
	}
	.sxn_testimonials .slide_cont .slide_cont_wrap {
		padding: 0 54px 0;
	}
	.sxn_testimonials p {
		font-size: 20px;
	}
	.sxn_testimonials .slide_attribution {
		padding: 35px 0 0;
		font-size: 20px;
	}
	.sxn_testimonials .element_arrows_desktop {
		padding: 7px 0 0;
	}
}
/*  </ sxn_testimonials >  */

/*  < sxn_giving_back >  */
.sxn_giving_back {
	overflow: hidden;
	color: #000;
	font-size: 0;
	background: #e5e5e5 no-repeat center;
	background-size: cover;
}

.givingContain .swiper-container {
	padding: 0 0 20px;
}

.sxn_giving_back .givingContain .swiper-pagination {
	bottom: 0px;
	max-width: 643px;
	left: 50%;
	transform: translateX(-50%);
}

.sxn_giving_back a {
	color: #e14750;
}
.sxn_giving_back .sxn_wrap {
	max-width: 1600px;
}
.sxn_giving_back .element_heading:before {
	content:'';
	position: absolute;
	top: 0;
	right: calc( 100% - 20px );
	width: 500%;
	height: 100%;
	background: #a3343a;
}
.sxn_giving_back .element_heading {
	position: relative;
	display: block;
	margin: 0 0 20px;
}
.sxn_giving_back .element_heading .element_wrap:before,
.sxn_giving_back .element_heading .element_wrap:after {
	content:'';
	position: absolute;
	background: #a3343a;
}
.sxn_giving_back .element_heading .element_wrap:before {
	top: 0;
	right: 26px;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	-webkit-transform: skew( -30deg );
	transform: skew( -30deg );
}
.sxn_giving_back .element_heading .element_wrap:after {
	top: 0;
	right: calc( -100% + 37px );
	width: 100%;
	height: 100%;
	transform-origin: left bottom;
	-webkit-transform: skew( -18.5deg );
	transform: skew( -18.5deg );
}
.sxn_giving_back .element_heading .element_wrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.sxn_giving_back span.sec_title {
	z-index: 10;
	position: relative;
	display: block;
	padding: 7px 46px 9px 0;
	color: #fff;
	font: 17px/1 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sxn_giving_back span.sec_title b {
	display: block;
	font-size: 26px;
}
.sxn_giving_back h3 {
	display: block;
	padding: 0 0 13px;
	color: #a4343a;
	font: bold 20px/1.2 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	text-align: center;
}
.sxn_giving_back .element_image {
	margin: auto;
	width: 100%;
	max-width: 216px;
	height: auto;
	border: 2px solid #a4343a;
}
.sxn_giving_back .element_image img {
	display: block;
	width: 100%;
	height: auto;
}
.sxn_giving_back p {
	padding: 20px 0 0;
	font: 16px/1.7 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_giving_back .element_dots {
	z-index: 10;
	position: relative;
	margin: auto;
	padding: 20px 0 0;
	max-width: 643px;
	font-size: 0;
	line-height: 1;
	text-align: center;
}
.sxn_giving_back .element_dots li, .sxn_giving_back  .swiper-pagination-bullet {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 12px 0 0;
	width: calc( ( 100% - 38px ) / 4 );
	border-radius: unset;
	height: 6px;
	list-style: none;
	opacity: 1;
	background-color: #a4343a;
	border: 2px solid #000;
}

 .sxn_giving_back  .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #e14750;
}

.sxn_giving_back .element_dots li:last-of-type {
	margin: 0;
}
.sxn_giving_back .element_dots li button {
	box-sizing: border-box;
	display: block;
	padding: 0;
	width: 100%;
	height: 6px;
	font-size: 0;
	background-color: #a4343a;
}
.sxn_giving_back .element_dots li:hover button {
	opacity: 0.8;
}
.sxn_giving_back .element_dots .slick-active button {
	background-color: #e14750;
}
@media screen and (min-width: 800px) {
	.sxn_giving_back .element_image {
		display: inline-block;
		vertical-align: middle;
	}
	.sxn_giving_back p {
		box-sizing: border-box;
		display: inline-block;
		padding: 0 0 0 20px;
		width: calc( 100% - 216px - 22px );
		vertical-align: middle;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_giving_back.imgSet {
		background-image: url(img/giving-back/giving-back-bg.webp);
	}
	.sxn_giving_back .sxn_wrap {
		padding: 40px 20px 60px;
	}
	.sxn_giving_back .element_heading {
		margin: 0 0 40px;
	}
	.sxn_giving_back span.sec_title {
		padding: 7px 46px 9px 0;
		font-size: 20px;
	}
	.sxn_giving_back span .sec_titleb {
		font-size: 30px;
	}
	.sxn_giving_back h3 {
		padding: 0 0 40px;
	}
	.sxn_giving_back p {
		font-size: 18px;
	}
	.sxn_giving_back .element_dots {
		padding: 37px 0 0;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_giving_back .sxn_wrap {
		padding: 68px 20px 106px;
	}
	.sxn_giving_back .element_heading {
		margin: 0 0 61px;
	}
	.sxn_giving_back h3 {
		padding: 0 0 60px;
		font-size: 25px;
	}
	.sxn_giving_back p {
		padding: 0 0 0 48px;
	}
	.sxn_giving_back .element_dots {
		padding: 52px 0 0;
	}
}
/*  </ sxn_giving_back >  */

/*  < main_footer >  */
.main_footer {
	overflow: hidden;
	font-size: 0;
	background: #fff;
	border-bottom: 2px solid #a4343a;
}
.main_footer a {
	color: #000;
}
.main_footer .sxn_wrap {
	z-index: 10;
	padding: 0;
	max-width: 1640px;
}
.main_footer .block_bucket {
	box-sizing: border-box;
}
.main_footer .block_bucket .block_wrap {
	padding: 20px;
}
.main_footer .logo_footer {
	display: block;
	margin: auto;
	padding: 0 0 20px;
	width: 100%;
	max-width: 150px;
}
.main_footer .logo_footer img {
	display: block;
	width: 100%;
	height: auto;
}
.main_footer ul li {
	box-sizing: border-box;
	display: block;
	padding: 10px 0 10px;
	font: 16px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	border-bottom: 2px solid #a4343a;
}
.main_footer ul .item_1 {
	padding-top: 0;
}
.main_footer ul .item_3 {
	padding-bottom: 0;
	border: 0;
}
.main_footer .cont_number::before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 100%;
	background: no-repeat center;
	background-size: auto 39px;
}
.main_footer ul li.imgSet .cont_number_phone::before {
	background-image: url(img/footer/footer-icon-phone.webp);
}
.main_footer ul li.imgSet .cont_number_fax::before {
	background-image: url(img/footer/footer-icon-fax.webp);
}
.main_footer .cont_number {
	position: relative;
	display: inline-block;
	padding: 0 0 0 45px;
	height: 39px;
}
.main_footer .cont_number:hover {
	color: #a4343a;
}
.main_footer .cont_number span {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: perspective(1px) translateY(-50%);
	display: block;
}
.main_footer .cont_address::before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 39px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 39px;
}
.main_footer ul li.imgSet .cont_address::before {
	background-image: url(img/footer/footer-icon-marker.webp);
}
.main_footer .cont_address {
	position: relative;
	padding: 10px 0 0 45px;
	line-height: 1.3;
}
.main_footer .element_link_map {
	padding: 20px 0 0;
}
.main_footer .element_link_map a {
	position: relative;
	display: inline-block;
	padding: 0 23px 0 0;
	height: 21px;
	color: #a4343a;
	font: bold 14px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_footer .element_link_map a:hover {
	color: #000;
}
.main_footer .element_link_map a:after {
	content:'';
	position: absolute;
	top: 0;
	right: 0;
	width: 11px;
	height: 21px;
	background-position: center;
	background-repeat: no-repeat;
}
.main_footer ul li.imgSet .element_link_map a::after {
	background-image: url(img/footer/footer-link-arrow.webp);
}
.main_footer .element_link_map a span {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: perspective(1px) translateY(-50%);
	display: block;
}

.main_footer .block_form {
	color: #fff;
	background: #000;
}
.main_footer span.sec_title {
	display: block;
	padding: 0 0 20px;
	font: 20px/1.2 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.main_footer form {
	box-sizing: border-box;
	overflow: hidden;
	background: transparent;
}
.main_footer form .form-part {
	position: relative;
}
.main_footer form .form-part-input,
.main_footer form .form-part-textarea {
	margin: 0 0 20px;
	padding: 2px;
	border: 1px solid #fff;
}
.main_footer form .form-input-label {
	box-sizing: border-box;
	display: block;
	padding: 7px 9px 9px;
	color: #fff;
	font: 16px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_footer form input[type="text"],
.main_footer form textarea {
	box-sizing: border-box;
	padding: 0 10px 0;
	width: 100%;
	height: 35px;  /* padding breaks placeholder text position in chrome */
	color: #000;
	font: 18px/normal 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	background: #fff;
	background: rgba( 255, 255, 255, 0.6 );
	border: 0;
	border-radius: 0;
}
.main_footer form input[type="text"]:focus,
.main_footer form textarea:focus {
	background: #fff;
}
.main_footer form textarea {
	padding: 10px;
	height: 58px;
}
.main_footer form label {
	display: block;
	font: 14px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_footer form .error {
	padding: 10px;
	color: #fff;
	background: #ce3426;
}
.main_footer form .form-part-disclaimer {
	box-sizing: border-box;
	padding: 0 0 20px;
	font: 11px/1.4 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_footer form .captcha-wrapper {
	display: block;
	margin: auto;
	padding: 0 0 13px;
	width: 100%;
	max-width: 302px;
}
.main_footer form .captcha-wrapper img {
	display: block;
}
.main_footer form input[type="submit"] {
	opacity: 1;
	box-sizing: border-box;
	display: block;
	margin: auto;
	width: 100%;
	max-width: 224px;
	height: 76px;
	color: #fff;
	font: 30px/normal 'Palanquin Dark', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #a4343a;
	border: 0;
	border-radius: 4px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.main_footer form input[type="submit"]:hover {
	cursor: pointer;
	color: #000;
	background-color: #fff;
}
@media screen and (min-width: 600px) {
	.main_footer form .form-input-label {
		display: inline-block;
		padding: 9px 9px 9px;
		width: 80px;
		vertical-align: top;
	}
	.main_footer form .form-part-input input[type="text"] {
		display: inline-block;
		width: calc( 100% - 80px );
		vertical-align: top;
	}
	.main_footer form .form-part-textarea .form-input-label {
		width: 210px;
	}
	.main_footer form .form-part-textarea textarea {
		width: calc( 100% - 210px );
	}
	.main_footer form .captcha-wrapper {
		display: inline-block;
		margin: 0 13px 0 0;
		padding: 0;
		vertical-align: top;
	}
	.main_footer form input[type="submit"] {
		display: inline-block;
		vertical-align: top;
	}
}
@media screen and (min-width: 800px) {
	.main_footer {
		position: relative;
		border: 0;
	}
	.main_footer:after {
		content:'';
		position: absolute;
		top: 0;
		right: 0;
		width: calc( 100% - 310px );
		height: 100%;
		background: no-repeat center;
		background-size: cover;
	}
	.main_footer:after {
		background-image: url(img/footer/footer-form-bg.webp);
	}
	.main_footer span.sec_title {
		font-size: 24px;
	}
	.main_footer .block_bucket {
		display: inline-block;
		vertical-align: top;
	}
	.main_footer .block_cta {
		width: 310px;
	}
	.main_footer .block_cta .block_wrap {
		padding: 20px 0 20px 20px;
	}
	.main_footer .logo_footer {
		margin: 0;
	}
	.main_footer .block_form {
		width: calc( 100% - 310px );
		background: transparent;
	}
	.main_footer form .captcha-wrapper {
		display: block;
		margin: 0 0 13px;
	}
}
@media screen and (min-width: 900px) {
	.main_footer form .captcha-wrapper {
		display: inline-block;
		margin: 0 13px 0 0;
	}
}
@media screen and (min-width: 1120px) {
	.main_footer .block_cta .block_wrap {
		padding: 40px 0 40px 20px;
	}
	.main_footer .logo_footer {
		padding: 0 0 30px;
	}
	.main_footer span.sec_title {
		font-size: 32px;
	}
	.main_footer .block_form .block_wrap {
		padding: 40px 20px 40px 20px;
	}
	.main_footer form .form-part-disclaimer {
		display: inline-block;
		padding: 0 13px 0 0;
		width: calc( 100% - 302px - 14px - 224px );
	}
}
@media screen and (min-width: 1640px) {
	.main_footer:after {
		right: calc( ( 1640px - 100% )/ 2 );
		width: calc( 100% - 458px );
	}
	.main_footer .block_cta {
		width: 458px;
	}
	.main_footer .block_cta .block_wrap {
		padding: 64px 0 20px 20px;
	}
	.main_footer .logo_footer {
		padding: 0 0 39px;
		max-width: 201px;
	}
	.main_footer ul li {
		padding: 18px 0 18px;
		font-size: 24px;
	}
	.main_footer ul .item_3 {
		padding: 19px 0 0;
	}
	.main_footer .cont_number:before {
		width: 47px;
		background-size: auto 53px;
	}
	.main_footer .cont_number {
		padding: 0 0 0 66px;
		height: 53px;
	}
	.main_footer .cont_address:before {
		width: 47px;
		height: 53px;
		background-size: auto 53px;
	}
	.main_footer .cont_address {
		padding: 11px 0 0 66px;
	}
	.main_footer .element_link_map {
		padding: 23px 0 0;
	}

	.main_footer .block_form {
		width: calc( 100% - 458px );
	}
	.main_footer .block_form .block_wrap {
		padding: 131px 20px 128px 88px;
	}
	.main_footer span.sec_title {
		padding: 0 0 37px;
		font-size: 40px;
	}
	.main_footer form .form-part-textarea {
		margin: 0 0 33px;
	}
	.main_footer form .form-input-label {
		padding: 5px 9px 8px;
		width: 105px;
		font-size: 22px;
	}
	.main_footer form .form-part-input input[type="text"] {
		width: calc( 100% - 105px );
	}
	.main_footer form .form-part-textarea .form-input-label {
		width: 287px;
	}
	.main_footer form .form-part-textarea textarea {
		width: calc( 100% - 287px );
	}
	.main_footer form .form-part-disclaimer {
		padding: 10px 13px 0 0;
		font-size: 13px;
	}
}
/*  </ main_footer >  */

/*  < sxn_agency >  */
.sxn_agency {
	font-size: 0;
	line-height: 1;
	text-align: center;
	background-color: #000;
	padding: 0 0 51px;
}
.sxn_agency .sxn_wrap {
	display: block;
	margin: auto;
	padding: 20px;
	max-width: 1600px;
	overflow: hidden;
}
.sxn_agency .block_agency {
	padding: 0 0 20px;
}
.sxn_agency .block_agency p,
.sxn_agency .block_agency a {
	color: #fff;
	font: normal 10px/1.2 Arial, "Helvetica Neue", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
}
.sxn_agency .block_agency a:hover {
	text-decoration: underline;
}
.sxn_agency .block_agency .cont_logo {
	vertical-align: bottom;
}
.sxn_agency .block_agency p {
	display: block;
	margin: auto;
	padding: 20px 0 0;
	max-width: 320px;
	vertical-align: bottom;
}
.sxn_agency .block_agency p br { display: none; }

.sxn_agency .f_nav {
	padding: 0;
}
.sxn_agency .f_nav li {
	position: relative;
	display: inline-block;
	padding: 0 12px 0 7px;
	font: 12px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	list-style-type: none;
	list-style-position: outside;
	text-transform: uppercase;
}
.sxn_agency .f_nav li:after {
	content:'|';
	position: absolute;
	top: 0;
	right: 0;
	color: #a4343a;
}
.sxn_agency .f_nav li:last-of-type:after {
	display: none;
}
.sxn_agency .f_nav li:first-of-type {
	padding-left: 10px;
}
.sxn_agency .f_nav li:last-of-type {
	padding-right: 10px;
}
.sxn_agency .f_nav a {
	color: #fff;
}
.sxn_agency .f_nav a:hover {
	color: #fff;
	text-decoration: underline;
}
@media screen and (min-width: 600px) {
	.sxn_agency .block_agency .cont_logo {
		display: inline-block;
		margin: 0 0 3px;
	}
	.sxn_agency .block_agency p {
		display: inline-block;
		margin: 0;
		padding: 0 0 0 10px;
		max-width: none;
		text-align: left;
	}
	.sxn_agency .block_agency p br { display: inline-block; }
}
@media screen and (min-width: 769px) {
	.sxn_agency { padding: 0; }
}
@media screen and (min-width: 800px) {
	.sxn_agency .sxn_wrap {
		padding: 30px 20px 25px;
	}
	.sxn_agency .block_agency {
		float: left;
		padding: 0;
	}
	.sxn_agency .f_nav {
		float: right;
		padding: 15px 0 0;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_agency .sxn_wrap {
		padding: 40px 20px 35px;
	}
	.sxn_agency .f_nav li {
		font-size: 15px;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_agency .sxn_wrap {
		padding: 61px 20px 56px;
	}
	.sxn_agency .f_nav {
		padding: 20px 0 0;
	}
}
/*  </ sxn_agency >  */

/* 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 */
input[type=submit] {cursor: pointer; -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, .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;
}
.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-repeat: no-repeat;
	background-position: center center;
}
.grdbBadge.imgSet { background-image: url(img/recaptcha-logo-48.png); }
.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 */
.nc_form {
	margin: 0 0 1.25em;
	padding: 1.25em 2%;
	color: #333333;
	background-color: #f0f0f0;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
}
.nc_form .req { color: #F71704; }
.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {
	display: block;
	padding: 0;
	width: 98%;
}
	.nc_form input,
	.nc_form textarea {
		color: #8B898C;
		background: #fff;
	}
	.nc_form input,
	.nc_form textarea,
	.nc_form .captcha-container {
		border: 1px solid #999;
		border-radius: 3px;
	}
	.nc_form label { margin: 0 0 .125em; }
	.nc_form input,
	.nc_form textarea,
	.nc_form select {
		margin: 0 0 10px;
		padding: .4em 1%;
	}
	.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: 0.6em 2%;
	width: auto;
	height: auto;
	color: #fff;
	line-height: 1;
	background: #555;
}
	.nc_form input.submit-button:hover { background: #777; }
.nc_form input.error { border-color: #f00; }
.nc_form label.error { color: #f00; }
.ncfDisclaimer {
	margin: 0 0 1em;
	padding: 0.33em 0 0;
	font-size: 80%;
}
	.ncfDisclaimer span {
		display: block;
		font-size: 125%;
		font-weight: bold;
	}
		.ncfDisclaimer span.req {
			display: inline;
			font-size: 80%;
		}
	.ncfDisclaimer input {
		display: inline;
		margin: 0 5px 0 0;
		width: 10px;
		height: 10px;
	}
	.ncfDisclaimer label { display: inline; }
.nc_form .captcha-wrapper {}
	.nc_form .captcha-wrapper input { max-width: 200px; }
	.nc_form .captcha-container {
		margin: 0 0 4px;
		max-width: 200px;
		text-align: center;
		background: #fff;
		border: 1px solid #333;
	}
	.nc_form .captcha-image {
		cursor: pointer;
		display: block;
		width: 100%;
	}
.nc_form .checkbox { margin: 0 0 10px; }
	.nc_form .checkbox input {
		display: inline;
		margin: 0 0 0 10px;
		padding: 0;
		width: auto;
		height: auto;
		line-height: 1;
	}
		.nc_form .checkbox input.delin { margin: 0; }
.nc_form .radio { margin: 0 0 10px; }
	.nc_form .radio input {
		display: inline;
		margin: 0 0 0 10px;
		padding: 0;
		width: auto;
		height: auto;
		line-height: 1;
	}
		.nc_form .radio input.delin { margin: 0; }
.nc_form .inlineSelect select {
	display: inline;
	width: auto;
}

/* 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;
	}
}


/*  < animate.css >  */
:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}
.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@media print, (prefers-reduced-motion: reduce) {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}

	.animate__animated[class*='Out'] {
		opacity: 0;
	}
}

/*  < animations - fadeIns >  */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
.animate__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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInTopLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInTopLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInTopRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInBottomLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInBottomRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight;
}
/*  </ animations - fadeIns >  */

/* Featured Image */
.dskFiMult {
	max-width: 100%;
}

.dskFiSingle {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
}
@media screen and (min-width: 500px) {
	.dskFiSingle.dskFiLeft {
		float: left;
		margin: 0 10px 10px 0;
	}
	.dskFiSingle.dskFiRight {
		float: right;
		margin: 0 0 10px 10px;
	}
}

/* Chat Buttons Fix - font too big at 320px */
/*
@media screen and (max-width: 360px) {
    body .ccl-split-bar-item {
        font-size: 20px !important;
    }
}
*/

/*  < sxn_red_border_right >  */
.sxn_red_border_right {
	z-index: 100;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.sxn_red_border_right .sxn_wrap {
	position: relative;
	margin: auto;
	max-width: 1600px;
}
@media screen and (min-width: 1120px) {
	.sxn_red_border_right .sxn_wrap:before {
		content:'';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 290px;
		height: 2px;
		border-bottom: 2px solid #a4343a;
	}
	.sxn_red_border_right .sxn_wrap:after {
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: calc( 100% - 290px );
		height: 38px;
		border-top: 2px solid #a4343a;
		border-right: 2px solid #a4343a;
	}
	.sxn_red_border_right {
		margin: -20px auto -20px;
	}
	.sxn_red_border_right .sxn_wrap {
		height: 40px;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_red_border_right .sxn_wrap:before {
		right: auto;
		right: inherit;
		left: calc( ( 780px + 100%) / 2 );
		width: 500%;
	}
	.sxn_red_border_right .sxn_wrap:after {
		right: auto;
		right: inherit;
		left: calc( ( 100% - 2420px ) / 2 );
		width: 100%;
		height: 63px;
	}
	.sxn_red_border_right {
		margin: -32px auto -32px;
	}
	.sxn_red_border_right .sxn_wrap {
		height: 64px;
	}
}
/*  </ sxn_red_border_right >  */

/*  < sxn_red_border_left >  */
.sxn_red_border_left {
	z-index: 100;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.sxn_red_border_left .sxn_wrap {
	position: relative;
	margin: auto;
	max-width: 1600px;
}
@media screen and (min-width: 1120px) {
	.sxn_red_border_left .sxn_wrap:before {
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: 290px;
		height: 2px;
		border-top: 2px solid #a4343a;
	}
	.sxn_red_border_left .sxn_wrap:after {
		content:'';
		position: absolute;
		bottom: 0;
		right: 0;
		width: calc( 100% - 290px );
		height: 38px;
		border-left: 2px solid #a4343a;
		border-bottom: 2px solid #a4343a;
	}
	.sxn_red_border_left {
		margin: -20px auto -20px;
	}
	.sxn_red_border_left .sxn_wrap {
		height: 40px;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_red_border_left .sxn_wrap:before {
		left: auto;
		left: inherit;
		right: calc( ( 780px + 100%) / 2 );
		width: 500%;
	}
	.sxn_red_border_left .sxn_wrap:after {
		left: auto;
		left: inherit;
		right: calc( ( 100% - 2420px ) / 2 );
		width: 100%;
		height: 63px;
	}
	.sxn_red_border_left {
		margin: -32px auto -32px;
	}
	.sxn_red_border_left .sxn_wrap {
		height: 64px;
	}
}
/*  </ sxn_red_border_left >  */

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

/*  < vimeo css >  */
.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;}
/*  </ vimeo css >  */

	/*  < phPics >  */
	.article .phPics {
		padding: 0;
		text-align: left;
	}
	.article .phPics li {
		display: inline-block;
		margin: 0 10px 10px 0;
		list-style-type: none;
		list-style-position: outside;
	}
	.phPics li a {
		display: block;
	}
	.phPics li a img {
		display: block;
	}
	/*  </ phPics >  */

		/*  < buttons >  */
	.article .buttonY a {
		display: inline-block;
		margin: 0 8px;
		padding: 10px 24px 10px;
		color: #fff;
		font-weight: 700;
		background-color: #000;
		border-radius: 4px;
	}
	.article .buttonY a:hover {
		text-decoration: none;
		background-color: #e04650;
	}
	.article .buttonN a {
		display: inline-block;
		margin: 0 8px;
		padding: 10px 24px 10px;
		color: #fff;
		font-weight: 700;
		background-color: #000;
		border-radius: 4px;
	}
	.article .buttonN a:hover {
		text-decoration: none;
		background-color: #e04650;
	}
	/*  </ buttons >  */

	/* Form Validation -- Begins */
form input[type=text].validationError, 
form textarea.validationError, 
form select.validationError,
form .validationError::placeholder {
    background-color: red !important;
    color: #fff !important;
}
form .validationError:-moz-placeholder,
form .validationError::-moz-placeholder {
	opacity: 1;
}

input[type=checkbox].validationError {
    position:relative
}

.cfRequiredMark {
	position: relative;
	font-size: 0;
}
input[type=radio].validationError + .cfRequiredMark:before,
input[type=checkbox].validationError  + .cfRequiredMark:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: -26px;
	top: -11px;
	background-color: red;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	opacity: 1;
	box-shadow: 1px 1px 3px red;
}

.validationFeedback {
    display: none;
    text-align: center;
    background-color: #f5770c;
    color: #000;
    padding: 20px 20px 0;
    margin:0 auto 20px;
		font-size: 12px;
}

.vfActive {
    display: block
}

.vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidationPrompt,
.vfFailedZipValidationPrompt {display: none;}
.vfFailedEmailValidation .vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt,
.vfFailedZipValidation .vfFailedZipValidationPrompt {display: block;}
/* Form Validation -- Ends */

.mcMore {display: none; transition: 5s;}
.mcMore.active {display: block;}

.article .mcViewToggleContain {
	display: flex;
	align-items: center;
	justify-content: center;
}

.article .mcViewToggle {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-align: center;
	background-color: rgb(163, 52, 58);
	color: #fff;
	padding: 13px 46px 15px;
	transition: 300ms;
}
.article .mcViewToggle:hover {
	background-color: rgb(223, 72, 84);
	text-decoration: none;
}

/* Begins: Get More Posts - Ajax */
a#univ_load_more_posts {
    background-color: #e1474f;
    color: #fff;
    padding: 7px 20px;
    display: block;
    width: 200px;
    margin: 0 auto 0;
    text-align: center;    
}
a#univ_load_more_posts:hover {
    background-color: #ed5c63;
    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 */