/*
Theme Name: Israel Garcia
Version: 100.0
Template: universal_mm
*/

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

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

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

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

a {outline: none;}

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

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

/*  < adaBtn >  */
.adaBtn{
	display: block !important;
	position: fixed;
	bottom: 130px;
	left: 25px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 9999;
}
.adaBtn > img{ width: 100%; height: auto; }
.adaBtn:hover > img{ margin-top: -41px; }
@media screen and (min-width: 770px) {
	.adaBtn {bottom: 130px; left: 25px;}
}
@media screen and (min-width: 1120px){
	.adaBtn{
		width: 60px;
		height: 60px;
	}
	.adaBtn:hover > img{ margin-top: -61px; }
}
/*  </ 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: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	background: #fff;
}
a {color: #be2b24;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}
.animate__animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animate__animated, #persistentHeader .animate__animated, #persistentHeader.animate__animated {opacity: 1;}
article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}

#wrapper {

}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}
/* < Main Header Menu > */
#mhWrapper {	
	padding: 0;
	transition: 300ms;
}
body.sticky_zone #mhWrapper {	
	background-color: rgba(0, 0, 0, 0.75);
}
#mainHeader {
	box-sizing: border-box;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
	margin: 0 auto;	
	text-align: center;	
}
.mh-left {
	box-sizing: border-box;
	position: relative;
	padding: 15px 20px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}	
	#logo-main {
		display: inline-block;
		width: 100%;
		height: 100%;
		max-width: 340px; 
	}
	body.sticky_zone #logo-main {
		max-width: 310px; 
	}
	#logo-main img {display: block; width: 100%; height: auto;}
.mh-right {
	box-sizing: border-box;
	position: relative;
	padding: 0;
	width: 100%;
	background-color: #000000;
}
.mh-top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 10px;
	padding: 20px;	
}	
	.mh-contact {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 10px;
		column-gap: 30px;
	}	
	.mh-cta {
		display: block;
		padding: 0;		
		color: #ffffff;		
		line-height: 1;		
		text-align: center;
	}
	.mh-cta-1 {
		display: block;
		font-size: 23px;
		font-weight: bold;
	}
	.mh-cta-2 {
		display: block;
		padding: 2px 0 0;
		font-size: 20px;
		font-style: italic;
		font-weight: bold;
	}
	.mh-phone-wrap {
		position: relative;
		display: block;
		padding: 2px 0 0 34px;
		font-size: 21px;		
		color: #ffffff;
		line-height: 1;
	}
	.mh-phone-wrap::before {
		content: "";
		position: absolute;
		left: 0;
		top: calc(50% + 3px);
		transform: translateY(-50%);
		width: 23px;
		height: 36px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-image: url(img/header/phone-icon.webp);
	}
	.mh-phone-wrap .mh-phone-wrap-1 {
		display: block;
		font-size: 26px;
		white-space: nowrap;
		font-weight: bold;
	}
	.mh-phone-wrap .mh-phone-wrap-2 {
		display: block;
		padding: 0;
		font-size: 16px;
	}
	.mh-btn-wrap {
		
	}
	.mh-btn-wrap a {
		display: inline-block;
		padding: 9px 13px;
		color: #ffffff;
		font-size: 16px;
		white-space: nowrap;
		border-radius: 3px;
		background-color: #be2b24;
		transition: 300ms;
	}
	.mh-btn-wrap a:hover {
		background-color: #e35049;
	}
	.mh-addon {
		width: 100%;
		text-align: center;
	}
	.mh-addon span {
		padding: 0;
		font-size: 14px;
		color: #ffffff;
		font-style: italic;
	}
@media screen and (min-width: 800px) {
	.mh-right {
		width: auto;
	}
	.mh-top {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-end;
	}
	body.sticky_zone .mh-top {
		row-gap: initial;
	}
	.mh-contact {
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
	}
	.mh-cta {
		text-align: right;
	}
	.mh-cta-1 {
		white-space: nowrap;
	}
	.mh-addon {
		text-align: left;
	}
	.mh-addon span {
		padding: 0 0 0 50px;
	}
	body.sticky_zone .mh-addon span {
		display: none;
	}
}
@media screen and (min-width: 1200px) {
	#mainHeader {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		max-width: 1136px;
		height: 138px;
	}
	body.sticky_zone #mainHeader { 
		height: 111px;
	}
	.mh-left {
		padding: 24px 26px 24px 0;
	}
	body.sticky_zone .mh-left {
		padding: 19px 26px 24px 0;
	}
	.mh-left::before {
		content: "";
		position: absolute;
		top: 0;
		left: -1000px;
		width: 1000px;
		height: 100%;
		background-color: #ffffff;
	}
	#logo-main {
		display: block;
		max-width: 420px; 
	}
	body.sticky_zone #logo-main {
		max-width: 330px; 
	}
	.mh-right {
		align-self: flex-end;
	}
	.mh-top {
		padding: 0 0 14px 55px;	
	}
	body.sticky_zone .mh-top {
		padding: 0 0 14px 55px;	
	}	
}
@media screen and (min-width: 1640px) {
	#mainHeader {
		height: 195px;
		max-width: 1600px;
	}
	body.sticky_zone #mainHeader { 
		height: 144px;
	}
	.mh-left {
		padding: 34px 36px 34px 0;
	}
	body.sticky_zone .mh-left {
		padding: 25px 36px 34px 0;
	}
	#logo-main {
		max-width: 592px; 
	}
	body.sticky_zone #logo-main {
		max-width: 442px; 
	}
	.mh-top {
		row-gap: 9px;
		padding: 0 0 20px 78px;	
	}
	body.sticky_zone .mh-top {
		padding: 0 0 13px 78px;	
	}
	.mh-contact {
		column-gap: 42px;
	}	
	.mh-cta-1 {
		font-size: 32px;
	}
	.mh-cta-2 {
		padding: 3px 0 0;
		font-size: 28px;
	}
	.mh-phone-wrap {
		padding: 3px 0 0 48px;
		font-size: 30px;		
	}
	.mh-phone-wrap::before {
		width: 32px;
		height: 51px;
	}
	.mh-phone-wrap .mh-phone-wrap-1 {
		font-size: 36px;
	}
	.mh-phone-wrap .mh-phone-wrap-2 {
		font-size: 22px;
	}
	.mh-btn-wrap a {
		padding: 12px 18px;
		font-size: 22px;
	}
	.mh-addon span {
		padding: 0 0 0 70px;
		font-size: 20px;
	}
	
}

/* 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;}
*/
body.fsMenuOn .mh-right { position: inherit; }
nav.mm {
	padding: 0;
	text-align: center;
	z-index: 100;
}
nav.mm::before {
	content: "";
	position: absolute;
	left: -300px;
	bottom: 0;
	width: 2000px;
	height: 40px;
	background-color: #be2b24;
}
nav.mm > ul > li > a {
	padding: 11px 12px;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
}
nav.mm > ul > .phSearch a { padding: 6px 5px; }
nav.mm > ul > .phSearch a img { display: block; width: 22px; height: 22px; }
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {background: #e35049; color: #ffffff;}
nav.mm ul ul {background: #ffffff; width: 180px; border: 1px solid #000000;}
nav.mm ul ul li:hover > a {background: #e35049; color: #ffffff;}
nav.mm ul ul li {border-top: 1px solid #000000;}
nav.mm ul ul a {
	color: black;
	padding: 15px 10px;
	font-size: 14px;
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm > ul > li {display: inline-block; vertical-align: middle;}
nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	transform-origin: top;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 300ms;
}
nav.mm ul li:hover > ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
nav.mm ul ul ul {left: 100%;}
nav.mm ul ul li:first-child {border: 0;}
@media screen and (min-width: 800px) {

}
@media screen and (min-width: 1200px) {
	nav.mm {
		text-align: right;
	}
	nav.mm::before {
		left: 0;
	}
	nav.mm > ul > li > a { font-size: 14px; }
}
@media screen and (min-width: 1640px) {
	nav.mm::before {
		height: 56px;
	}
	body.sticky_zone nav.mm::before {
		height: 48px;
	}
	nav.mm > ul > li > a {
		padding: 16px 16px;
		font-size: 20px;
	}
	body.sticky_zone nav.mm > ul > li > a { padding: 11px 10px; }
	nav.mm > ul > .phSearch a { padding: 9px 7px; }	
	nav.mm > ul > .phSearch a img { width: 36px; height: 37px; }
	body.sticky_zone nav.mm > ul > .phSearch a img { width: 26px; height: 26px; }
}
/* </ Main Header Menu > */

/* < Main Menu Search > */
.phSearch{
	display: none;
	vertical-align: top;
	transition: 300ms;
}
nav.mm > ul > li.phSearch > a{ padding: 9px 5px 9px; }
.phSearch img{
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
}
.phSearch:hover{ background: #be2b24; }
.phSearchWrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(45deg, rgba(190,43,36,0.95) 0%, rgba(227,80,73,0.95) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(190,43,36,0.95) 0%, rgba(227,80,73,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(190,43,36,0.95) 0%, rgba(227,80,73,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	z-index: 999999;
	color: #fff;
	display: none;
}
.phsClose{
	position: absolute;
	color: #fff;
	top: 30px;
	right: 40px;
	font-size: 45px;
	line-height: 1;
	font-weight: bold;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	cursor: pointer;
	transition: 300ms;
}
.phsClose:hover{
	transform: rotate(45deg) scale(1.2);
	-webkit-transform: rotate(45deg) scale(1.2);
	-moz-transform: rotate(45deg) scale(1.2);
	-ms-transform: rotate(45deg) scale(1.2);
}
.phsBox{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#phsForm label{
	font-size: 30px;
	line-height: 1;
	padding: 0 15px 0 0;
}
#phsInput{
	background: transparent;
	color: #fff;
	outline: 0;
	border: 0;
	width: 300px;
	margin: 0 15px 0 0;
	border-bottom: 2px solid #fff;
	font-size: 25px;
}
#phsSubmit{
	display: inline-block;
	background: transparent;
	border: 0;
	outline: 0;
	width: 22px;
	height: 23px;
	background: url(img/header/search.webp) center center no-repeat;
	background-size: 100%;
	transition: 300ms;
}
#phsSubmit:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
@media screen and (min-width: 800px){
	.phSearch{
		display: inline-block;
	}	
}
/* </ Main Menu Search > */

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: #be2b24;} 
#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 #000000;} /*modme*/
	#mm1 {border-left: 1px solid #000000;} /*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;
	text-align: left;
	width: 100%;
	background: #505050; /*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 .phSearch { display: none; }
		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: #be2b24;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #7A807A;} /*modme*/

@media screen and (min-width: 800px) {
	#wrapper {
			padding: 138px 0 0; 
	}
	#persistentHeader{
		background: #000000;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	body.sticky_zone #persistentHeader {
		-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.52); 
		box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.52);
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
}
@media screen and (min-width: 800px) {
	#wrapper {
		padding: 266px 0 0; 
	}
}
@media screen and (min-width: 1200px) {
	#wrapper {
		padding: 138px 0 0; 
	}
}
@media screen and (min-width: 1640px) {
	#wrapper {
		padding: 195px 0 0; 
	}
}

.homeslides-container {
	
}
#homeslides {
	position: relative;
	background-color: #000000;
	height: 300px;
	overflow: hidden;
}
#homeslides::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 89px;
	z-index: 8;
	background-color: rgba(0, 0, 0, 0.70);
}
.homeslide {	
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 9;
	background-position: center top;
	background-repeat: no-repeat;
}
.homeslide.swiper-slide-active{ display: block; }
.homeslideImg {	
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
/*
#homeslideImg1 { background-image: url(img/slides/home/600/1.webp); }
#homeslideImg2 { background-image: url(img/slides/home/600/2.webp); }
#homeslideImg3 { background-image: url(img/slides/home/600/3.webp); }
*/
.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
}
.slideBox {
	box-sizing: border-box;
	position: absolute;
	z-index: 9;
	opacity: 0;
	bottom: 0;
	width: 100%;
	padding: 14px 14px 21px;	
	text-align: center;	
	transition: 300ms;
}
.slideTxtAnimate .slideBox{ opacity: 1; }
.slide-left {

}
.slideHead {
	font-size: 17px;
	color: #ffffff;
	line-height: 1.1;
}
.subslide {	
	padding: 0 20px;
	height: 300px; 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;	
}
#subslide1 { background-image: url(img/slides/sub/600/1.webp); }
#subslide2 { background-image: url(img/slides/sub/600/2.webp); }
#subslide3 { background-image: url(img/slides/sub/600/3.webp); }
#subslide4 { background-image: url(img/slides/sub/600/4.webp); }
#subslide5 { background-image: url(img/slides/sub/600/5.webp); }
#subslide6 { background-image: url(img/slides/sub/600/6.webp); }
#subslide7 { background-image: url(img/slides/sub/600/7.webp); }
#subslide8 { background-image: url(img/slides/sub/600/8.webp); }
#subslide9 { background-image: url(img/slides/sub/600/9.webp); }
#subslide10 { background-image: url(img/slides/sub/600/10.webp); }
#subslide11 { background-image: url(img/slides/sub/600/11.webp); }
#subslide12 { background-image: url(img/slides/sub/600/12.webp); }
#subslide13 { background-image: url(img/slides/sub/600/13.webp); }
#subslide14 { background-image: url(img/slides/sub/600/14.webp); }
#subslide15 { background-image: url(img/slides/sub/600/15.webp); }
#subslide16 { background-image: url(img/slides/sub/600/16.webp); }
#subslide17 { background-image: url(img/slides/sub/600/17.webp); }
#subslide18 { background-image: url(img/slides/sub/600/18.webp); }
#subslide19 { background-image: url(img/slides/sub/600/19.webp); }
#subslide20 { background-image: url(img/slides/sub/600/20.webp); }
#subslide21 { background-image: url(img/slides/sub/600/21.webp); }
#subslide22 { background-image: url(img/slides/sub/600/22.webp); }
#subslide23 { background-image: url(img/slides/sub/600/23.webp); }
#subslide24 { background-image: url(img/slides/sub/600/24.webp); }
#subslide25 { background-image: url(img/slides/sub/600/25.webp); }
#subslide26 { background-image: url(img/slides/sub/600/26.webp); }
#subslide27 { background-image: url(img/slides/sub/600/27.webp); }
#subslide28 { background-image: url(img/slides/sub/600/28.webp); }
#subslide29 { background-image: url(img/slides/sub/600/29.webp); }
#subslide30 { background-image: url(img/slides/sub/600/30.webp); }
#subslide31 { background-image: url(img/slides/sub/600/31.webp); }
#subslide32 { background-image: url(img/slides/sub/600/32.webp); }
#subslide33 { background-image: url(img/slides/sub/600/33.webp); }
#subslide34 { background-image: url(img/slides/sub/600/34.webp); }
#subslide35 { background-image: url(img/slides/sub/600/35.webp); }
#subslide36 { background-image: url(img/slides/sub/600/36.webp); }
#subslide37 { background-image: url(img/slides/sub/600/37.webp); }
#subslide38 { background-image: url(img/slides/sub/600/38.webp); }
#subslide39 { background-image: url(img/slides/sub/600/39.webp); }
#subslide40 { background-image: url(img/slides/sub/600/40.webp); }
#subslide41 { background-image: url(img/slides/sub/600/41.webp); }
#subslide42 { background-image: url(img/slides/sub/600/42.webp); }

#theVideo{
	display: block;
	position: absolute;
	width: 800px;
	height: 341px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.hs-badge {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 15px;
}
.hs-badge-2 {
	position: absolute;
	z-index: 10;
	top: 120px;
	left: 15px;
}
	.hs-badge img {
		display: block;
		max-width: 100px;
		width: 100%;
		height: auto;
	}

@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides {
	 height: 583px;
 }
 	/*
	#homeslideImg1 { background-image: url(img/slides/home/1120/1.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/1120/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/1120/3.webp); }
	*/
	#homeslides::before {
		height: 129px;
	}
	#theVideo{
		width: 1640px;
		height: auto;
	}
	.slideHead {
		font-size: 38px;
	}
	.hs-badge {
		top: auto;
		bottom: 300px;
		left: 30px;
	}
		.hs-badge img {
			max-width: 143px;
		}
	.hs-badge-2 {
		top: auto;
		bottom: 150px;
		left: 30px;
	}	
	#subslide1 { background-image: url(img/slides/sub/1120/1.webp); }
	#subslide2 { background-image: url(img/slides/sub/1120/2.webp); }
	#subslide3 { background-image: url(img/slides/sub/1120/3.webp); }
	#subslide4 { background-image: url(img/slides/sub/1120/4.webp); }
	#subslide5 { background-image: url(img/slides/sub/1120/5.webp); }
	#subslide6 { background-image: url(img/slides/sub/1120/6.webp); }
	#subslide7 { background-image: url(img/slides/sub/1120/7.webp); }
	#subslide8 { background-image: url(img/slides/sub/1120/8.webp); }
	#subslide9 { background-image: url(img/slides/sub/1120/9.webp); }
	#subslide10 { background-image: url(img/slides/sub/1120/10.webp); }
	#subslide11 { background-image: url(img/slides/sub/1120/11.webp); }
	#subslide12 { background-image: url(img/slides/sub/1120/12.webp); }
	#subslide13 { background-image: url(img/slides/sub/1120/13.webp); }
	#subslide14 { background-image: url(img/slides/sub/1120/14.webp); }
	#subslide15 { background-image: url(img/slides/sub/1120/15.webp); }
	#subslide16 { background-image: url(img/slides/sub/1120/16.webp); }
	#subslide17 { background-image: url(img/slides/sub/1120/17.webp); }
	#subslide18 { background-image: url(img/slides/sub/1120/18.webp); }
	#subslide19 { background-image: url(img/slides/sub/1120/19.webp); }
	#subslide20 { background-image: url(img/slides/sub/1120/20.webp); }
	#subslide21 { background-image: url(img/slides/sub/1120/21.webp); }
	#subslide22 { background-image: url(img/slides/sub/1120/22.webp); }
	#subslide23 { background-image: url(img/slides/sub/1120/23.webp); }
	#subslide24 { background-image: url(img/slides/sub/1120/24.webp); }
	#subslide25 { background-image: url(img/slides/sub/1120/25.webp); }
	#subslide26 { background-image: url(img/slides/sub/1120/26.webp); }
	#subslide27 { background-image: url(img/slides/sub/1120/27.webp); }
	#subslide28 { background-image: url(img/slides/sub/1120/28.webp); }
	#subslide29 { background-image: url(img/slides/sub/1120/29.webp); }
	#subslide30 { background-image: url(img/slides/sub/1120/30.webp); }
	#subslide31 { background-image: url(img/slides/sub/1120/31.webp); }
	#subslide32 { background-image: url(img/slides/sub/1120/32.webp); }
	#subslide33 { background-image: url(img/slides/sub/1120/33.webp); }
	#subslide34 { background-image: url(img/slides/sub/1120/34.webp); }
	#subslide35 { background-image: url(img/slides/sub/1120/35.webp); }
	#subslide36 { background-image: url(img/slides/sub/1120/36.webp); }
	#subslide37 { background-image: url(img/slides/sub/1120/37.webp); }
	#subslide38 { background-image: url(img/slides/sub/1120/38.webp); }
	#subslide39 { background-image: url(img/slides/sub/1120/39.webp); }
	#subslide40 { background-image: url(img/slides/sub/1120/40.webp); }
	#subslide41 { background-image: url(img/slides/sub/1120/41.webp); }
	#subslide42 { background-image: url(img/slides/sub/1120/42.webp); }
}
@media screen and (min-width: 1120px) {
	/*
	#homeslideImg1 { background-image: url(img/slides/home/2000/1.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/2000/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/2000/3.webp); }
	*/
	
	#theVideo{
		width: 1640px;
		height: auto;
	}

	.hs-badge {
		top: initial;
		bottom: 9px;
		left: calc(50% - 462px);
		transform: translateX(-50%);
	}
	.hs-badge-2{
		bottom: 139px;
		left: calc(50% - 462px);
		transform: translateX(-50%);		
	}
	#subslide1 { background-image: url(img/slides/sub/2000/1.webp); }
	#subslide2 { background-image: url(img/slides/sub/2000/2.webp); }
	#subslide3 { background-image: url(img/slides/sub/2000/3.webp); }
	#subslide4 { background-image: url(img/slides/sub/2000/4.webp); }
	#subslide5 { background-image: url(img/slides/sub/2000/5.webp); }
	#subslide6 { background-image: url(img/slides/sub/2000/6.webp); }
	#subslide7 { background-image: url(img/slides/sub/2000/7.webp); }
	#subslide8 { background-image: url(img/slides/sub/2000/8.webp); }
	#subslide9 { background-image: url(img/slides/sub/2000/9.webp); }
	#subslide10 { background-image: url(img/slides/sub/2000/10.webp); }
	#subslide11 { background-image: url(img/slides/sub/2000/11.webp); }
	#subslide12 { background-image: url(img/slides/sub/2000/12.webp); }
	#subslide13 { background-image: url(img/slides/sub/2000/13.webp); }
	#subslide14 { background-image: url(img/slides/sub/2000/14.webp); }
	#subslide15 { background-image: url(img/slides/sub/2000/15.webp); }
	#subslide16 { background-image: url(img/slides/sub/2000/16.webp); }
	#subslide17 { background-image: url(img/slides/sub/2000/17.webp); }
	#subslide18 { background-image: url(img/slides/sub/2000/18.webp); }
	#subslide19 { background-image: url(img/slides/sub/2000/19.webp); }
	#subslide20 { background-image: url(img/slides/sub/2000/20.webp); }
	#subslide21 { background-image: url(img/slides/sub/2000/21.webp); }
	#subslide22 { background-image: url(img/slides/sub/2000/22.webp); }
	#subslide23 { background-image: url(img/slides/sub/2000/23.webp); }
	#subslide24 { background-image: url(img/slides/sub/2000/24.webp); }
	#subslide25 { background-image: url(img/slides/sub/2000/25.webp); }
	#subslide26 { background-image: url(img/slides/sub/2000/26.webp); }
	#subslide27 { background-image: url(img/slides/sub/2000/27.webp); }
	#subslide28 { background-image: url(img/slides/sub/2000/28.webp); }
	#subslide29 { background-image: url(img/slides/sub/2000/29.webp); }
	#subslide30 { background-image: url(img/slides/sub/2000/30.webp); }
	#subslide31 { background-image: url(img/slides/sub/2000/31.webp); }
	#subslide32 { background-image: url(img/slides/sub/2000/32.webp); }
	#subslide33 { background-image: url(img/slides/sub/2000/33.webp); }
	#subslide34 { background-image: url(img/slides/sub/2000/34.webp); }
	#subslide35 { background-image: url(img/slides/sub/2000/35.webp); }
	#subslide36 { background-image: url(img/slides/sub/2000/36.webp); }
	#subslide37 { background-image: url(img/slides/sub/2000/37.webp); }
	#subslide38 { background-image: url(img/slides/sub/2000/38.webp); }
	#subslide39 { background-image: url(img/slides/sub/2000/39.webp); }
	#subslide40 { background-image: url(img/slides/sub/2000/40.webp); }
	#subslide41 { background-image: url(img/slides/sub/2000/41.webp); }
	#subslide42 { background-image: url(img/slides/sub/2000/42.webp); }
}
@media screen and (min-width: 1300px){
	.slideBox{
		padding: 14px 14px 21px 120px;
	}	
	.hs-badge {
		left: calc(50% - 402px);
	}
	.hs-badge-2{
		bottom: 9px;
		left: calc(50% - 562px);	
	}
}
@media screen and (min-width: 1840px) {
	#homeslides {
		height: 821px;
	}
	#homeslides::before {
		height: 181px;
	}
	.slideBox {
		padding: 20px 20px 30px;	
	}
	.slideHead {
		font-size: 54px;
	}
	#theVideo{
		width: 2000px;
		height: 821px;
	}
	.hs-badge {
		bottom: 12px;
		left: calc(50% - 560px);
	}
	.hs-badge-2 {
		left: calc(50% - 770px);
	}	
	.hs-badge img {
		max-width: 201px;
	}
}
@media screen and (min-width: 2000px) {
	#homeslides {
		height: 1090px;
	}
	#theVideo{
		width: 2560px;
		height: 1090px;
	}
	.slideBox {
		padding: 20px 20px 30px 135px;	
	}	
	.hs-badge {
		left: calc(50% - 510px);
	}
	.hs-badge-2 {
		left: calc(50% - 720px);
	}		
}

/* < Homepage Video Controls > */
.hs-controls {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 15px;
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 3px;
	border-width: 3px;
	border-style: solid;
	border-color: #be2b24;
}	
body.videoIsOn .hs-controls {display: flex;}
.actn_toggle_audio {
	display: block;	
	margin: 0;
	padding: 9px 16px 9px 14px;
	cursor: pointer;	
}
	body.js_marketing_audio .actn_toggle_audio,
	.actn_toggle_audio:hover { background-color: #e35049; }
	.actn_toggle_audio span {
		display: block;
		width: 41px;
		height: 38px;
		overflow: hidden;
	}
	.actn_toggle_audio img {
		display: block;
		width: 200%;
		height: auto;
	}
	body.js_marketing_audio .actn_toggle_audio img {
		margin: -38px 0 0 0;
	}
.actn_toggle_fullscreen {
	display: none;
	margin: 0 0 0 4px;
	padding: 9px 16px 9px 14px;
	cursor: pointer;	
}
	.actn_toggle_fullscreen:hover { background-color: #e35049; }
	.actn_toggle_fullscreen span {
		display: block;
		width: 41px;
		height: 38px;
		overflow: hidden;
	}
	.actn_toggle_fullscreen img {
		display: block;
		width: 200%;
		height: 200%;
		margin: 0 0 0 -41px;
	}
	.actn_toggle_fullscreen:hover img {
		margin: -38px 0 0 -41px;
	}
@media screen and (min-width: 800px){
	.hs-controls {
		top: 20px;
		right: 30px;
	}
	.hs-controls::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 1px;
		height: 37px;
		background-color: #be2b24;
	}
	.actn_toggle_audio {
		margin: 0 4px 0 0;
	}
	.actn_toggle_fullscreen {
		display: block;
	}
}
@media screen and (min-width: 1120px){
	.hs-controls {
		top: initial;
		right: initial;
		bottom: 30px;
		left: calc(50% + 493px);
		transform: translateX(-50%);
	}
}
@media screen and (min-width: 1640px){
	.hs-controls {
		bottom: 18px;
		left: calc(50% + 638px);
		padding: 4px;
		border-width: 4px;
	}
	.hs-controls::before {
		width: 2px;
		height: 52px;
	}
	.actn_toggle_audio {
		margin: 0 5px 0 0;
		padding: 12px 22px 12px 20px;
	}
	.actn_toggle_audio span {
		width: 58px;
		height: 54px;
	}
	body.js_marketing_audio .actn_toggle_audio img {
		margin: -54px 0 0 0;
	}
	.actn_toggle_fullscreen {
		margin: 0 0 0 5px;
		padding: 12px 22px 12px 20px;
	}
	.actn_toggle_fullscreen span {
		width: 58px;
		height: 54px;
	}
	.actn_toggle_fullscreen img {
		margin: 0 0 0 -58px;
	}
	.actn_toggle_fullscreen:hover img {
		margin: -54px 0 0 -58px;
	}
}
@media screen and (min-width: 1840px){
	.hs-controls {
		bottom: 41px;
	}	
}
@media screen and (min-width: 2000px){
	.hs-controls {
		left: calc(50% + 658px);
	}	
}
/* </ Homepage Video Controls > */

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

/* BELOW THE FOLD (BTF) BEGINS */

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

/* < AOP Home > */
.sxn-aop {
	box-sizing: border-box;
	position: relative;
	margin: 0;
	padding: 20px 20px 40px;
	width: 100%;
	background-color: #393a38;
}
.sxn-aop::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #be2b24;
}
.aop-head {	
	margin: 20px auto 0;
}
	.aop-head-addon {
		position: relative;		
		text-align: center;		
	}
	.aop-head-addon span {
		display: block;
		position: relative;	
		font-size: 20px;
		line-height: 1.3;	
		color: #ffffff;
	}	
.aop-list-box {
	position: relative;
	z-index: 5;
	margin: 25px auto 0;
	max-width: 1140px;
}
.aop-list-box ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
}
.aop-list-box ul li {
	box-sizing: border-box;
	position: relative;
	display: block;
	max-width: 183px;
	width: 100%;
	height: 243px;	
	margin: 0;
	list-style-type: none;	
}
	.aop-item a {
		position: relative;
		z-index: 5;
		display: block;
		background-color: #b32822;	
		width: 100%;
		height: 100%;
		transition: 300ms;		
		-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.55); 
		box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.45);
	}
	.aop-item a:hover {
		background-color: #ffffff;	
	}
	.aop-item-top {
		display: block;
		padding: 7px 8px;
	}
	.aop-item-pic {	
		display: block;	
		width: 167px;
		height: 147px;
		overflow: hidden;		
	}
	.aop-item-pic img {
		display: block;		
		width: 2002px;
		height: 294px;
	}
	.aop-item-1 .aop-item-pic img { margin: 0 0 0 0; }
	.aop-item-1:hover .aop-item-pic img { margin: -147px 0 0 0; }
	.aop-item-2 .aop-item-pic img { margin: 0 0 0 -100%; }
	.aop-item-2:hover .aop-item-pic img { margin: -147px 0 0 -100%; }
	.aop-item-3 .aop-item-pic img { margin: 0 0 0 -200%; }
	.aop-item-3:hover .aop-item-pic img { margin: -147px 0 0 -200%; }
	.aop-item-4 .aop-item-pic img { margin: 0 0 0 -300%; }
	.aop-item-4:hover .aop-item-pic img { margin: -147px 0 0 -300%; }
	.aop-item-5 .aop-item-pic img { margin: 0 0 0 -400%; }
	.aop-item-5:hover .aop-item-pic img { margin: -147px 0 0 -400%; }
	.aop-item-6 .aop-item-pic img { margin: 0 0 0 -500%; }
	.aop-item-6:hover .aop-item-pic img { margin: -147px 0 0 -500%; }
	.aop-item-7 .aop-item-pic img { margin: 0 0 0 -600%; }
	.aop-item-7:hover .aop-item-pic img { margin: -147px 0 0 -600%; }
	.aop-item-8 .aop-item-pic img { margin: 0 0 0 -700%; }
	.aop-item-8:hover .aop-item-pic img { margin: -147px 0 0 -700%; }
	.aop-item-9 .aop-item-pic img { margin: 0 0 0 -800%; }
	.aop-item-9:hover .aop-item-pic img { margin: -147px 0 0 -800%; }
	.aop-item-10 .aop-item-pic img { margin: 0 0 0 -900%; }
	.aop-item-10:hover .aop-item-pic img { margin: -147px 0 0 -900%; }
	.aop-item-11 .aop-item-pic img { margin: 0 0 0 -1000%; }
	.aop-item-11:hover .aop-item-pic img { margin: -147px 0 0 -1000%; }
	.aop-item-12 .aop-item-pic img { margin: 0 0 0 -1100%; }
	.aop-item-12:hover .aop-item-pic img { margin: -147px 0 0 -1100%; }

	.aop-item-container {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		z-index: 5;
		height: 100%;		
	}	
	.aop-item-bottom {
		box-sizing: border-box;
		position: relative;
		width: 100%;
		height: 81px;
		text-align: center;
		transition: 300ms;
		background-position: top center;
		background-repeat: repeat-x;
		background-image: url(img/aop/aop-item-shadow.webp);
	}
	.aop-item-bottom::before {
		content: "";
		position: absolute;
		top: 9px;
		left: 0px;
		right: 0px;
		height: 4px;
		background-color: #be2b24;
		transition: 300ms;
	}
	.aop-item a:hover .aop-item-bottom::before { background-color: #ffffff; }
	.aop-item-bottom::after {
		content: "";
		position: absolute;
		top: -53px;
		left: 50%;
		transform: translateX(-50%);
		right: 0px;
		width: 112px;
		height: 111px;
		background-size: 100% 100%;
		background-image: url(img/aop/logo-icon.webp);
	}
	.aop-item-title {
		padding: 28px 0 0;
	}
	.aop-item-title span {
		display: block;		
		color: #ffffff;
		line-height: 1;
		transition: 300ms;
	}
	.aop-item-title span:nth-child(1) { font-size: 23px; }
	.aop-item-title span:nth-child(2) { font-size: 17px; font-style: italic; }
	.aop-item a:hover .aop-item-title span {
		color: #000000;
	}
@media screen and (min-width: 800px) {
	.sxn-aop {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(img/aop/aop-bg.webp);
	}
	.aop-head {	
		margin: 28px auto 0;
	}
	.aop-head-addon span {
		display: inline-block;	
		line-height: 1;
	}	
	.aop-head-addon span:not(:first-child) {
		padding: 0 0 0 50px;
	}
	.aop-head-addon span:not(:first-child)::before {
		content: "";
		position: absolute;
		left: 18px;
		top: 50%;
		transform: translateY(-50%);		
		width: 11px;
		height: 11px;
		border-radius: 50%;
		background-color: #be2b24;
	}
	.aop-list-box {
		margin: 41px auto 0;
	}
}
@media screen and (min-width: 1200px) {
	.sxn-aop {
		padding: 10px 14px 14px;
		height: 510px;
	}
	.aop-head-addon span {
		font-size: 24px;
	}
}
@media screen and (min-width: 1640px) {
	.sxn-aop {
		padding: 14px 0 20px;
		height: 718px;
	}
	.sxn-aop::before {
		height: 8px;
	}
	.aop-head {	
		margin: 40px auto 0;
	}
	.aop-head-addon {
		font-size: 36px;
	}
	.aop-head-addon span {
		font-size: 34px;
	}
	.aop-head-addon span:not(:first-child) {
		padding: 0 0 0 70px;
	}
	.aop-head-addon span:not(:first-child)::before {
		left: 25px;
		width: 15px;
		height: 15px;
	}
	.aop-list-box {
		margin: 58px auto 0;
		max-width: 1606px;
	}
	.aop-list-box ul {
		gap: 11px;
	}
	.aop-list-box ul li {
		max-width: 258px;
		height: 342px;	
	}
	.aop-item-top {
		padding: 10px 11px;
	}
	.aop-item-pic {	
		width: 235px;
		height: 207px;
	}
	.aop-item-pic img {
		width: 2820px;
		height: 414px;
	}
	.aop-item-1:hover .aop-item-pic img { margin: -207px 0 0 0; }
	.aop-item-2:hover .aop-item-pic img { margin: -207px 0 0 -100%; }
	.aop-item-3:hover .aop-item-pic img { margin: -207px 0 0 -200%; }
	.aop-item-4:hover .aop-item-pic img { margin: -207px 0 0 -300%; }
	.aop-item-5:hover .aop-item-pic img { margin: -207px 0 0 -400%; }
	.aop-item-6:hover .aop-item-pic img { margin: -207px 0 0 -500%; }
	.aop-item-7:hover .aop-item-pic img { margin: -207px 0 0 -600%; }
	.aop-item-8:hover .aop-item-pic img { margin: -207px 0 0 -700%; }
	.aop-item-9:hover .aop-item-pic img { margin: -207px 0 0 -800%; }
	.aop-item-10:hover .aop-item-pic img { margin: -207px 0 0 -900%; }
	.aop-item-11:hover .aop-item-pic img { margin: -207px 0 0 -1000%; }
	.aop-item-12:hover .aop-item-pic img { margin: -207px 0 0 -1100%; }
	.aop-item-bottom {
		height: 114px;
	}
	.aop-item-bottom::before {
		top: 12px;
		height: 6px;
	}
	.aop-item-bottom::after {
		top: -75px;
		width: 158px;
		height: 157px;
	}
	.aop-item-title {
		padding: 40px 0 0;
	}
	.aop-item-title span:nth-child(1) { font-size: 32px; }
	.aop-item-title span:nth-child(2) { font-size: 24px; font-style: italic; }
}
/* </ AOP Home > */

#contentAreaWrap {
	position: relative;
	overflow: hidden;	
}
body.home #contentAreaWrap {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;	
}
body.home #contentAreaWrap.imgSet { background-image: url(img/content/content-bg.webp); }
	#contentAreaWrap::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 8px;
		background-color: #be2b24;
	}
	body.home #contentAreaWrap::before {
		display: none;
	}
#contentArea {
	margin: 0 auto;	
	max-width: 1600px;	
}
#mainContent {
	padding: 30px 20px 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.7;
	color: #000;	
}
body.home #mainContent{ width: 100%; box-sizing: border-box; }
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a { color: #be2b24; }
	.article a:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1;
		font-weight: normal;
		font-family: "Times New Roman", Times, serif;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: 36px;
		padding: 0 0 20px 0;
	}
	.article h2 {
		font-size: 22px;
		color: #be2b24;
		padding: 0 0 10px 0;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		width: 40%;
		max-width: 400px;
		height: auto;
		float: left;
		margin: 10px 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	body.home #shareThisPage { display: none; }
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}

@media screen and (min-width: 1120px) {
	#mainContent { font-size: 18px; }
	.article h1 { font-size: 50px; }
	.article h2 { font-size: 28px; }
	.article h3 { font-size: 18px; }
}
@media screen and (min-width: 1640px) {
	#mainContent { font-size: 22px; }
	.article h1 { font-size: 70px; }
	.article h2 { font-size: 40px; }
	.article h3 { font-size: 26px; }
}

/* < Column in homepage > */
.mcHomeZone {
	max-width: 704px;
	margin: 0 auto 30px;
	padding: 0;
}
.mchz-top {	
	padding: 69% 0 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;	
}
.mchz-top.imgSet {	background-image: url(img/content/israel-garcia-mobile.webp); }
.mchz-top img {
	display: block;
	width: 100%;
	height: auto;
}
.mchz-bottom {
	box-sizing: border-box;
	position: relative;
	padding: 43px 33px 31px;
	text-align: center;
	background-color: #000000;
}
.mchz-bottom::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background-color: #be2b24;
}
.mchz-bottom span {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	color: #ffffff;
	font-style: italic;
}
.mchz-bottom span br { display: none; }
@media screen and (min-width: 600px) {
	.mcHomeZone {
		overflow: hidden;
	}
	.mchz-top {
		padding: 0;
		width: 704px;
		height: 486px;
		background-size: 100% 100%;		
	}
	.mchz-top.imgSet { background-image: url(img/content/israel-garcia.webp); }
}
@media screen and (min-width: 800px) {
	.mcHomeZone {
		overflow: initial;
	}
	.mchz-bottom {
		text-align: left;
	}
	.mchz-bottom span {
		font-size: 27px;
	}
	.mchz-bottom span br { display: block; }
}
@media screen and (min-width: 1200px) {
	.mcHomeZone {
		float: right;
		margin: 0 -138px 14px 43px;
	}	
}
@media screen and (min-width: 1300px) {
	.mcHomeZone {
		margin: 0 -62px 14px 43px;
	}	
}
@media screen and (min-width: 1640px) {
	.mcHomeZone {
		max-width: 991px;
		margin: 0 -230px 20px 60px;
	}
	.mchz-top {
		width: 991px;
		height: 685px;
	}
	.mchz-bottom {
		padding: 60px 46px 44px;
	}
	.mchz-bottom::before {
		height: 21px;
	}
	.mchz-bottom span {
		font-size: 38px;
	}
}
@media screen and (min-width: 1800px) {
	.mcHomeZone {
		margin: 0 -152px 20px 60px;
	}
}
/* </ Column in homepage > */

/* < Title Homepage > */
.article .mc-title {
	padding: 15px 0 15px;
	text-align: center;
}
.article .mc-title h1 {
	display: block;
	font-size: 52px;
	line-height: 1;
}
.article .mc-title h2 {
	display: block;
	margin: -10px 0 0;
	font-size: 28px;
	line-height: 1;
}
@media screen and (min-width: 800px) {
	.article .mc-title {
		padding: 30px 0 30px;
	}
	.article .mc-title h1 {
		font-size: 70px;
	}
	.article .mc-title h2 {
		font-size: 50px;
	}
}
@media screen and (min-width: 1200px) {
	.article .mc-title {
		padding: 0 0 40px;
		text-align: left;
	}
	.article .mc-title h1 {
		font-size: 74px;
	}
	.article .mc-title h2 {
		margin: -21px 0 0;
		padding: 0 0 0 120px;
		font-size: 37px;
	}
}
@media screen and (min-width: 1640px) {
	.article .mc-title h1 {
		font-size: 104px;
	}
	.article .mc-title h2 {
		margin: -30px 0 0;
		padding: 0 0 0 170px;
		font-size: 52px;
	}
}
/* </ Title Homepage > */

/* < Home More Button > */
.article .homeMore {	
	position: relative;
	padding: 0;	
}
.article .homeMore a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 12px 48px 7px 30px;
	height: 50px;
	cursor: pointer;
	border-radius: 4px;
	background-color: #be2b24;
}
.article .homeMore a:hover {
	text-decoration: none;
	background-color: #e35049;
}
.article .homeMore a::before {
	content: "";
	position: absolute;
	right: -33px;
	top: 50%;
	transform: translateY(-50%);
	width: 72px;
	height: 50px;
	background-size: 72px 99px;
	background-position: 0 0;
	background-image: url(img/content/more-btn-icon.webp);
}
.article .homeMore a:hover::before {
	background-position: 0 -100%;
}
.article .homeMore a span {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	font-style: italic;
}
.article .homeExpanded {
	display: none;
}
@media screen and (min-width: 1640px) {
	.article .homeMore a {
		height: 70px;
		padding: 18px 68px 13px 42px;
	}
	.article .homeMore a::before {
		right: -47px;
		width: 102px;
		height: 70px;
		background-size: 102px 140px;
	}
	.article .homeMore a span {
		font-size: 34px;
	}
}
/* </ Home More Button > */

#sidebar {
	position: relative;
	z-index: 5;
	margin: 20px 0 40px;
}
.sb-box {	
	text-align: center;
	margin: 0 auto;
}
.sb-box:not(:first-child) {
	margin: 20px auto;
}
@media screen and (min-width: 800px) {
	#sidebar {
		margin: 0 0 40px;
	}
}	

/* < Sidebar AOP > */
.sb-aop {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px 24px;
	width: 100%;
	max-width: 388px;
	background-position: top center;
	background-size: cover;	
}
.sb-aop.imgSet { background-image: url(img/sidebar/sb-aop-bg.webp); }
.sb-aop-head {
	padding: 32px 0 18px;
}
.sb-aop-head span {
	color: #ffffff;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
}
.sb-aop-content {
	box-sizing: border-box;
	padding: 0;
}
.sb-aop-content ul {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.sb-aop-content ul li {
	box-sizing: border-box;
	position: relative;
	list-style-type: none;	
	margin: 0;		
}
.sb-aop-content ul li:not(:first-child) {
	margin: 6px 0 0;
}
.sb-aop-content ul li a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	column-gap: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;	
	height: 44px;
	text-align: left;
	background-color: #be2b24;
	box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.10);	
}
.sb-aop-content ul li a:hover {
	background-color: #ffffff;
}
.sb-aop-content ul li a::before {
	content: "";
	display: block;
	width: 61px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 61px 88px;
	background-image: url(img/sidebar/sb-aop-icon.webp);
}
.sb-aop-content ul li a:hover::before { 
	background-position: 0 -44px;
 }
.sb-aop-content ul li a span {
	box-sizing: border-box;
	position: relative;
	flex-grow: 1;
	padding: 0 5px;
	font-size: 23px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	border-radius: 0 6px 6px 0;
}
.sb-aop-content ul li a:hover span {
 	color: #000000;
}
.sb-aop-content ul li a span span {
	font-family: 'PT Serif', serif;
	text-transform: none;
	font-size: 16px;
	font-style: italic;
}
@media screen and (min-width: 600px) {
	.sb-aop-head span {
		font-size: 34px;
	}
}
/* </ Sidebar AOP > */

/* < Sidebar Results > */
.sb-results {
	position: relative;
	padding: 55px 0 120px;
	width: 100%;
	max-width: 388px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}
.sb-results.imgSet { background-image: url(img/sidebar/sb-results-bg.webp); }	
.sb-results-inner {	
	padding: 20px 20px 40px;	
	background-color: rgba(0, 0, 0, 0.70);
}
.sb-results-title {

}
.sb-results-title span {
	font-size: 34px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
}
.sb-results-box {
	position: relative;
	margin: 20px auto 0;
	max-width: 280px;
}
.sb-results-container {
	position: relative;	
}
.sb-results-wrapper {

}
.sb-results-slide {
	position: relative;
}
.sb-results-item-container {
	box-sizing: border-box;
	display: block;
	max-width: 289px;
	width: 100%;
	height: 329px;	
	background-color: #b32822;	
}
.sb-results-item-top {
	box-sizing: border-box;
	display: block;
	padding: 11px 11px;
}
	.sb-results-item-result {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 258px;
		height: 142px;
		background-size: 100% 100%;		
	}
	.sb-results-item-result.imgSet { background-image: url(img/sidebar/sb-results-item-bg.webp); }
	.sb-results-item-amount {
		display: block;
		font-size: 60px;
		color: #ffffff;
		text-align: center;
		line-height: 1;
		text-transform: uppercase;
	}
	.sb-results-item-denom {
		display: block;
		font-size: 35px;
		color: #ffffff;
		text-align: center;
		line-height: 1;
		text-transform: uppercase;
	}
.sb-results-item-bottom {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
	padding: 7px 10px 0;
	width: 100%;
	height: 166px;
	text-align: center;
	transition: 300ms;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url(img/sidebar/sb-results-shadow.webp);
}
	.sb-results-item-bottom::before {
		content: "";
		position: absolute;
		top: 9px;
		left: 0px;
		right: 0px;
		height: 4px;
		background-color: #be2b24;
		transition: 300ms;
	}
	.sb-results-item-title {
		display: block;		
		font-size: 26px;
		color: #ffffff;
		line-height: 1;
		transition: 300ms;
	}
	.sb-results-item-details {
		display: block;	
		padding: 10px 0 0;
		font-size: 20px;	
		color: #ffffff;
		line-height: 1;
		transition: 300ms;
	}
	.sb-results-item-verdict {
		display: block;	
		padding: 7px 0 0;
		font-size: 16px;	
		color: #ffffff;
		font-weight: bold;
		font-style: italic;
		line-height: 1;
		transition: 300ms;
	}
.sb-results-arrow {
	position: absolute;
	z-index: 0;	
	top: 390px;
	cursor: pointer;
	width: 77px;
	height: 77px;
}
	.sb-results-arrow-left {
		left: 60px;
		transform: scaleX(-1);
	}
	.sb-results-arrow-right {
		right: 60px;
	}
	.sb-results-arrow a {
		position: relative;
		display: block;
		width: 77px;
		height: 77px;
		background-position: 0 0;
		background-size: 77px 154px;		
	}
	.sb-results-arrow a.imgSet { background-image: url(img/sidebar/sb-results-arrow.webp); }
	.sb-results-arrow a:hover {
		background-position: 0 -100%;
	}
@media screen and (min-width: 600px) {
	.sb-results-box {
		max-width: 289px;
	}
	.sb-results-item-result {
		width: 267px;
	}
}
/* < Suidebar Results > */

/* < Sidebar Testimonials > */
.sb-testimonials {
	padding: 55px 0 119px;
	max-width: 388px;
	background-image: url(img/sidebar/sb-test-bg.webp);
}
.sb-test-inner {
	padding: 25px 45px 30px;	
	background-color: rgba(0, 0, 0, 0.70);
}
.sb-test-wrap {
	padding: 0;
	margin: 0 auto;	
}
.sb-test-box {
	margin: 0;
}
.sb-test-container {
	order: 2;
}
.sb-test-slide {
	padding: 0;	
	text-align: center;
}
	.sb-test-item-image {

	}
	.sb-test-item-image img {
		display: inline-block;
		max-width: 201px;
		width: 100%;
		height: auto;
	}
	.sb-test-item-title {
		padding: 6px 0 0;		
	}
	.sb-test-item-title span {
		font-size: 34px;
		color: #ffffff;
		line-height: 1.2;
	}
	.sb-test-item-body {
		padding: 19px 0 0;
	}
	.sb-test-item-body span {
		font-size: 18px;
		line-height: 1.3;
		color: #ffffff;
	}
	.sb-test-item-more {
		color: #be2b24;
		font-weight: bold;
		text-transform: uppercase;
	}
	.sb-test-item-more:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	.sb-test-item-author {
		padding: 20px 0 0;
	}
	.sb-test-item-author span {
		font-size: 34px;
		line-height: 1.3;
		color: #ffffff;
		text-transform: uppercase;
	}
.sb-test-arrow {
	position: relative;
	z-index: 5;
	cursor: pointer;
	padding: 50px 0 0;
	width: 77px;
	height: 77px;
}
	.sb-test-arrow-left {
		float: left;
		margin: 0 0 0 20px;
		order: 1;
		transform: scaleX(-1);
	}
	.sb-test-arrow-right {
		float: right;
		margin: 0 20px 0 0;
		order: 3;
	}
	.sb-test-arrow a {
		box-sizing: border-box;
		display: block;
		width: 77px;
		height: 77px;
		background-size: 77px 154px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-image: url(img/sidebar/sb-test-arrow.webp);
	}
	.sb-test-arrow a:hover {
		background-position: 0 -77px;
	}
@media screen and (min-width: 600px) {
	.sb-test-arrow-left {
		margin: 0 0 0 68px;
	}
	.sb-test-arrow-right {
		margin: 0 68px 0 0;
	}
}
/* </ Sidebar Testimonials > */

/* < Content Area > */
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#contentArea{ padding: 40px; overflow: hidden; }
	#mainContent {
		padding: 0;
		width: calc(100% - 60px - 388px); /* betweenMainContentAndSidebar - SidbarWidth */
		float: left;
	}
	.fwEntry #mainContent {
		float: none;
		margin: 0 auto;
		width: auto;
		max-width: 1600px;
	}
	.article .alignright {
			float: right;
			margin: 0 0 5px 15px;
	}
	.article .aligncenter {
			display: block;
			margin: 0 auto;
	}
	.article .alignleft {
			float: left;
			margin: 0 15px 5px 0;
	}
	#sidebar {
		width: 388px;
		float: right;
	}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
@media screen and (min-width: 1120px){
	#contentArea{ padding: 60px; }	
	#mainContent{ width: calc(100% - 40px - 388px); }
}
@media screen and (min-width: 1200px){
	body.home #contentArea { padding: 164px 60px 60px; }
}
@media screen and (min-width: 1640px){
	#contentArea{ padding: 80px; }
	body.home #contentArea { padding: 230px 80px 80px; }
	#mainContent{ width: calc(100% - 60px - 388px); }
}
/* </ Content Area > */

/* < Results Homepage > */
.sxn-results {
	position: relative;
	padding: 90px 0 40px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}
.sxn-results.imgSet { background-image: url(img/results/results-bg-mobile.webp); }
	.sxn-results::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-color: #000000;
		opacity: 0.7;
	}
.results-inner {	
	padding: 40px 20px 40px;	
}
.results-box {
	position: relative;
	margin: 0 auto;
	max-width: 205px;
}
.results-container {
	position: relative;	
}
.results-wrapper {

}
.results-slide {
	position: relative;
}
.results-item-container {
	box-sizing: border-box;
	display: block;
	max-width: 205px;
	width: 100%;
	height: 234px;	
	background-color: #b32822;	
}
.results-item-top {
	box-sizing: border-box;
	display: block;
	padding: 8px 8px;
}
	.results-item-result {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 190px;
		height: 101px;
		background-size: 100% 100%;		
	}
	.results-item-result.imgSet { background-image: url(img/results/results-item-bg.webp); }
	.results-item-amount {
		display: block;
		font-size: 43px;
		color: #ffffff;
		text-align: center;
		line-height: 1;
		text-transform: uppercase;
	}
	.results-item-denom {
		display: block;
		font-size: 26px;
		color: #ffffff;
		text-align: center;
		line-height: 1;
		text-transform: uppercase;
	}
.results-item-bottom {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
	padding: 7px 0 0;
	width: 100%;
	height: 118px;
	text-align: center;
	transition: 300ms;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url(img/results/results-item-shadow.webp);
}
	.results-item-bottom::before {
		content: "";
		position: absolute;
		top: 9px;
		left: 0px;
		right: 0px;
		height: 4px;
		background-color: #be2b24;
		transition: 300ms;
	}
	.results-item-title {
		display: block;		
		font-size: 20px;
		color: #ffffff;
		line-height: 1;
		transition: 300ms;
	}
	.results-item-details {
		display: block;	
		padding: 7px 0 0;
		font-size: 16px;	
		color: #ffffff;
		line-height: 1;
		transition: 300ms;
	}
	.results-item-verdict {
		display: block;	
		padding: 7px 0 0;
		font-size: 16px;	
		color: #ffffff;
		font-weight: bold;
		font-style: italic;
		line-height: 1;
		transition: 300ms;
	}
.results-arrow {
	position: absolute;
	z-index: 0;	
	top: -75px;
	cursor: pointer;
	width: 55px;
	height: 55px;
}
	.results-arrow-left {
		left: 0px;
		transform: scaleX(-1);
	}
	.results-arrow-right {
		right: 0;
	}
	.results-arrow a {
		position: relative;
		display: block;
		width: 55px;
		height: 55px;
		background-position: 0 0;
		background-size: 55px 109px;		
	}
	.results-arrow a.imgSet { background-image: url(img/results/results-arrow.webp); }
	.results-arrow a:hover {
		background-position: 0 -100%;
	}
@media screen and (min-width: 800px){	
	.results-box {
		max-width: 640px;
	}
}
@media screen and (min-width: 1200px){
	.sxn-results {
		padding: 71px 0 0;
		height: 814px;		
	}
	.sxn-results.imgSet { background-image: url(img/results/results-bg.webp); }
	.sxn-results::before {
		display: none;
	}
	.results-inner {	
		padding: 99px 0 28px;	
	}
	.results-box {
		max-width: 1136px;
	}
}
@media screen and (min-width: 1640px){
	.sxn-results {
		padding: 100px 0 0;
		height: 1146px;
	}
	.results-inner {	
		padding: 140px 0 40px;	
	}
	.results-box {
		max-width: 1600px;
	}
	.results-item-container {
		max-width: 289px;
		height: 329px;	
	}
	.results-item-top {
		padding: 11px 11px;
	}
	.results-item-result {
		width: 267px;
		height: 142px;
	}
	.results-item-amount {
		font-size: 60px;
	}
	.results-item-denom {
		font-size: 36px;
	}
	.results-item-bottom {
		padding: 10px 0 0;
		height: 166px;
	}
	.results-item-bottom::before {
		top: 12px;
		height: 6px;
	}
	.results-item-title {
		font-size: 28px;
	}
	.results-item-details {
		padding: 10px 0 0;
		font-size: 22px;	
	}
	.results-item-verdict {
		padding: 10px 0 0;
		font-size: 22px;	
	}
	.results-arrow {
		top: -106px;
		width: 77px;
		height: 77px;
	}
	.results-arrow a {
		width: 77px;
		height: 77px;
		background-size: 77px 154px;
	}
}
@media screen and (min-width: 2000px){
	.sxn-results {
		height: 1366px;
	}
}
/* < Results Homepage > */

/* < Testimonials Home > */
.test-wrap {
	padding: 26px 20px 0;
	margin: 0 auto;
	max-width: 1136px;
}
.test-box {
	margin: 0 0 140px;
}
.test-container {
	order: 2;
}
.test-slide {
	padding: 0;	
	text-align: center;
}
	.test-item-image {

	}
	.test-item-image img {
		display: inline-block;
		max-width: 253px;
		width: 100%;
		height: auto;
	}
	.test-item-title {
		padding: 13px 0 0;		
	}
	.test-item-title span {
		font-size: 31px;
		color: #ffffff;
		line-height: 1.3;
	}
	.test-item-body {
		padding: 16px 0 0;
	}
	.test-item-body span {
		font-size: 18px;
		line-height: 1.3;
		color: #ffffff;
	}
	.test-item-more {
		color: #be2b24;
		font-weight: bold;
		text-transform: uppercase;
	}
	.test-item-more:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	.test-item-author {
		padding: 20px 0 0;
	}
	.test-item-author span {
		font-size: 25px;
		line-height: 1.3;
		color: #ffffff;
		text-transform: uppercase;
	}
.test-arrow {
	position: relative;
	z-index: 5;
	cursor: pointer;
	padding: 20px 0 0;
	width: 77px;
	height: 153px;
}
	.test-arrow-left {
		float: left;
		margin: 0 0 0 40px;
		order: 1;
		transform: scaleX(-1);
	}
	.test-arrow-right {
		float: right;
		margin: 0 40px 0 0;
		order: 3;
	}
	.test-arrow a {
		box-sizing: border-box;
		display: block;
		width: 64px;
		height: 100px;
		border-width: 4px;
		border-color: #be2b24;
		border-style: solid;
		border-radius: 5px;
		background-color: #000000;
		background-size: 33px 56px;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(img/testimonials/test-arrow.webp);
		transition: 300ms;
	}
	.test-arrow a:hover {
		background-color: #be2b24;
		border-color: #ffffff;
	}
@media screen and (min-width: 600px) {
	.test-box {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 36px;	
		margin: 0;
	}
	.test-arrow {
		padding: 0;
	}
	.test-arrow-left {
		float: none;
		margin: 0;
	}
	.test-arrow-right {
		float: none;
		margin: 0;
	}
	.test-arrow a {
		height: 185px;
	}
}
@media screen and (min-width: 1200px) {

}
@media screen and (min-width: 1640px) {
	.test-wrap {
		padding: 36px 0 0;
		max-width: 1600px;
	}
	.test-box {
		gap: 50px;	
	}
	.test-item-image img {
		max-width: 357px;
	}
	.test-item-title {
		padding: 18px 0 0;		
	}
	.test-item-title span {
		font-size: 44px;
	}
	.test-item-body {
		padding: 22px 0 0;
	}
	.test-item-body span {
		font-size: 25px;
	}
	.test-item-author {
		padding: 28px 0 0;
	}
	.test-item-author span {
		font-size: 35px;
	}
	.test-arrow {
		width: 109px;
		height: 216px;
	}
	.test-arrow a {
		width: 90px;
		height: 260px;
		border-width: 5px;
		background-size: 47px 79px;
	}
}
@media screen and (min-width: 2000px){
	.test-wrap {
		padding: 166px 0 0;
	}
}
/* </ Testimonials Home > */

/* < Team Home > */
.sxn-team {
	box-sizing: border-box;
	position: relative;		
	width: 100%;
	overflow: hidden;
}	
.team-inner {
	position: relative;
	z-index: 10;
	margin: 0 0 6px;
	padding: 40px 20px 0;
}
	.team-inner::before {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 100%;
		height: 6px;
		background-color: #be2b24;
	}
	.team-inner::after {
		content: "";
		position: absolute;
		z-index: 10;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 57px;
		background-position: 0 0;
		background-size: 36px 57px;
		background-repeat: repeat-x;
		background-image: url(img/team/team-shadow.webp);
	}
.team-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.team-headshot {	
	flex-grow: 1;
	position: relative;
}
	.team-headshot::before {
		content: "";
		position: absolute;
		bottom: 1px;
		left: -111px;
		width: 578px;
		height: 268px;
		background-position: center;
		background-size: 100% 100%;
		background-image: url(img/team/team-attorney-bg.webp);
	}
	.team-headshot img {
		position: relative;
		z-index: 1;
		display: block;
		max-width: 334px;
		width: 100%;
		height: auto;
	}
.team-info {
	position: relative;
	padding: 30px 0;
	z-index: 1;
	max-width: 753px;
}
	.team-info-inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
	}
	.team-name {
		display: block;		
		font-size: 43px;
		color: #000000;
		line-height: 1;
	}
	.team-position {
		display: block;
		padding: 0;
		font-size: 26px;
		color: #be2b24;
		line-height: 1;
	}
	.team-body {
		display: block;
		padding: 10px 0 0;
		font-size: 18px;
		color: #000000;
		line-height: 1.5;
	}
@media screen and (min-width: 800px){
	.team-box {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		column-gap: 30px;
		max-width: 1136px;
	}
	.team-headshot::before {
		left: -139px;
		width: 723px;
		height: 335px;
	}
	.team-headshot img {
		width: 334px;
		height: 377px;
	}
	.team-body {
		font-size: 14px;
	}
}
@media screen and (min-width: 1200px){
	.sxn-team {
		margin: -142px 0 0;		
	}
	.team-headshot img {
		max-width: none;
		width: 417px;
		height: 471px;
	}
	.team-name {
		margin: 0 0 0 -48px;
		font-size: 43px;
	}
	.team-position {
		padding: 0 0 0 17px;
		font-size: 26px;
	}
	.team-body {
		display: block;
		font-size: 15px;
		padding: 27px 0 0;
	}
}
@media screen and (min-width: 1640px){
	.sxn-team {
		margin: -200px 0 0;
		padding: 0;
	}
	.team-inner::before {
		bottom: -7px;
		height: 8px;
	}
	.team-inner::after {
		height: 80px;
		background-size: 50px 80px;
	}
	.team-box {
		column-gap: 42px;
		max-width: 1600px;
	}
	.team-headshot::before {
		left: -196px;
		width: 1019px;
		height: 472px;
	}
	.team-headshot img {
		width: 588px;
		height: 663px;
	}
	.team-info {
		max-width: 1060px;
	}
	.team-name {
		margin: 0 0 0 -68px;
		font-size: 60px;
	}
	.team-position {
		padding: 0 0 0 24px;
		font-size: 36px;
	}
	.team-body {
		padding: 38px 0 0;
		font-size: 20px;
	}
}
/* </ Team Home > */

/* < Badges Home > */
.sxn-badges {
	padding: 80px 20px 35px;	
}
.badges-title {
	text-align: center;	
}
.badges-title span {
	font-size: 43px;
	line-height: 1;
	color: #000000;
}
.badges-box {
	margin: 28px auto 0;
	overflow: hidden;
}
.badges-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;	
	margin: -2px 0 0;
}
.badges-list li {
	border-top: 2px solid #d7d7d7;
	padding: 24px 34px;
	flex-grow: 1;
	text-align: center;
}
.badges-list li span {
	display: inline-block;
	height: 180px;
	overflow: hidden;
}
.badges-list li img {
	width: 8100px;
	height: 180px;
}
.badges-list li.badges-item-1 img { margin: 0 0 0 -74px; }
.badges-list li.badges-item-1 span { width: 94px; }
.badges-list li.badges-item-2 img { margin: 0 0 0 -303px; }
.badges-list li.badges-item-2 span { width: 136px; }
.badges-list li.badges-item-3 img { margin: 0 0 0 -560px; }
.badges-list li.badges-item-3 span { width: 123px; }
.badges-list li.badges-item-4 img { margin: 0 0 0 -808px; }
.badges-list li.badges-item-4 span { width: 123px; }
.badges-list li.badges-item-5 img { margin: 0 0 0 -1044px; }
.badges-list li.badges-item-5 span { width: 152px; }
.badges-list li.badges-item-6 img { margin: 0 0 0 -1314px; }
.badges-list li.badges-item-6 span { width: 123px; }
.badges-list li.badges-item-7 img { margin: 0 0 0 -1566px; }
.badges-list li.badges-item-7 span { width: 126px; }
.badges-list li.badges-item-8 img { margin: 0 0 0 -1819px; }
.badges-list li.badges-item-8 span { width: 98px; }
.badges-list li.badges-item-9 img { margin: 0 0 0 -2052px; }
.badges-list li.badges-item-9 span { width: 144px; }
.badges-list li.badges-item-10 img { margin: 0 0 0 -2313px; }
.badges-list li.badges-item-10 span { width: 126px; }
.badges-list li.badges-item-11 img { margin: 0 0 0 -2557px; }
.badges-list li.badges-item-11 span { width: 128px; }
.badges-list li.badges-item-12 img { margin: 0 0 0 -4766px; }
.badges-list li.badges-item-12 span { width: 125px; }
.badges-list li.badges-item-13 img { margin: 0 0 0 -2791px; }
.badges-list li.badges-item-13 span { width: 157px; }
.badges-list li.badges-item-14 img { margin: 0 0 0 -3060px; }
.badges-list li.badges-item-14 span { width: 130px; }
.badges-list li.badges-item-15 img { margin: 0 0 0 -3287px; }
.badges-list li.badges-item-15 span { width: 172px; }
.badges-list li.badges-item-16 img { margin: 0 0 0 -3524px; }
.badges-list li.badges-item-16 span { width: 202px; }
.badges-list li.badges-item-17 img { margin: 0 0 0 -3778px; }
.badges-list li.badges-item-17 span { width: 198px; }
.badges-list li.badges-item-18 img { margin: 0 0 0 -2246px; width: 4502px; height: 100px; }
.badges-list li.badges-item-18 span { width: 340px; height: 100px; }
.badges-list li.badges-item-19 img { margin: 0 0 0 -4926px; }
.badges-list li.badges-item-19 span { width: 220px;}
.badges-list li.badges-item-20 img { margin: 0 0 0 -5147px; }
.badges-list li.badges-item-20 span { width: 180px;}

.badges-list li.badges-item-21 img { margin: 0 0 0 -5399px; }
.badges-list li.badges-item-21 span { width: 180px;}
.badges-list li.badges-item-22 img { margin: 0 0 0 -5673px; }
.badges-list li.badges-item-22 span { width: 125px;}
.badges-list li.badges-item-23 img { margin: 0 0 0 -5888px; }
.badges-list li.badges-item-23 span { width: 116px;}
.badges-list li.badges-item-24 img { margin: 0 0 0 -6070px; }
.badges-list li.badges-item-24 span { width: 165px;}
.badges-list li.badges-item-25 img { margin: 0 0 0 -6322px; }
.badges-list li.badges-item-25 span { width: 108px;}
.badges-list li.badges-item-26 img { margin: 0 0 0 -6505px; }
.badges-list li.badges-item-26 span { width: 151px;}

.badges-list li.badges-item-27 img { margin: 0 0 0 -6768px; }
.badges-list li.badges-item-27 span { width: 330px;}

.badges-list li.badges-item-29 img { margin: 0 0 0 -7368px; }
.badges-list li.badges-item-29 span { width: 180px;}
.badges-list li.badges-item-28 img { margin: 0 0 0 -7178px; }
.badges-list li.badges-item-28 span { width: 125px;}

.badges-list li.badges-item-30 img { margin: 0 0 0 -7598px; }
.badges-list li.badges-item-30 span { width: 200px;}
.badges-list li.badges-item-31 img { margin: 0 0 0 -7849px; }
.badges-list li.badges-item-31 span { width: 200px;}

@media screen and (min-width: 800px){
	.badges-list li.badges-item-18 img { 
		margin: 0 0 0 -4043px;
		width: 8100px;
		height: 180px; 
	}
	.badges-list li.badges-item-18 span { 
		width: 612px; 
		height: 180px; 
	}
}
@media screen and (min-width: 1200px){
	.badges-box {
		max-width: 1136px;
	}
}
@media screen and (min-width: 1640px){
	.badges-box {
		max-width: 1600px;
	}
	.badges-title span {
		font-size: 60px;
	}
	.badges-box {
		margin: 40px auto 0;
	}
	.badges-list li {
		padding: 24px 48px;
	}
}
/* </ Badges Home > */

/* < Contact home > */
.sxn-contact {
	box-sizing: border-box;	
	position: relative;
	margin: 0;	
	color: #ffffff;	
	overflow: hidden;
}
.sxn-contact::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1120px;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(img/contact/contact-bg-mobile.webp);
}
.contact-inner {
	position: relative;
	z-index: 1;
	padding: 50px 20px 71px;
	background-color: rgba(0, 0, 0, 0.70);
}
.contact-box {
	box-sizing: border-box;
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	max-width: 1136px;
}
.contact-header {
	text-align: center;
}
	.contact-title {
		display: block;
		margin: 0 auto;
		font-size: 35px;
		line-height: 1;
		color: #ffffff;
	}
.contact-form {

}
.cf-box {
	display: flex;
	flex-direction: column;
	gap: 21px;
	padding: 36px 0 0;
}
.cf-row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	column-gap: 14px;
	row-gap: 20px;
}
.cf-row .cf-col {
	width: 100%;
	flex-grow: 1;
}
.cff {
	position: relative;
}
	.cff::before {
		content: "";
		position: absolute;
		right: 7px;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background-color: #be2b24;
	}
	.cff-input::before { bottom: 28px; }
	.cff-textarea::before { bottom: 70px; }
.cff > span {
	display: block;
	position: relative;
}
	.cff > span::before {
		box-sizing: border-box;
		content: "";
		position: absolute;
		z-index: 4;
		left: 0;
		width: 43px;
		height: 43px;
		border-width: 3px;
		border-style: solid;
		border-color: #ffffff;
		background-color: #be2b24;
	}
	.cff > span::after {
		content: "";
		position: absolute;
		z-index: 5;	
		top: 6px;
		height: 31px;
		background-size: 102px 31px;
		background-image: url(img/contact/contact-icons.webp);
	}
	.cff-name > span::after { left: 7px; width: 28px; background-position: 0 0; }
	.cff-telephone > span::after { left: 12px;  width: 18px; background-position: -28px 0; }
	.cff-email > span::after { left: 9px; width: 26px; background-position: -47px 0; }
	.cff-textarea > span::after { left: 7px; width: 30px; background-position: -72px 0; }
.cff label {
	display: block;
	padding: 0 0 5px 0;
	font-size: 17px;
	line-height: 1;
}
	.cff-telephone label, 
	.cff-email label,
	.cff-textarea label {}
	.cff input,
	.cff textarea {
		display: block;
		margin: 1px 0 0;
		box-sizing: border-box;
		font-size: 16px;
		width: 100%;
		text-align: left;
		color: #ffffff;
		border-width: 3px 3px 3px 3px;
		border-style: solid;
		border-color: #ffffff;
		outline: 0;
		line-height: 1;
		background-color: transparent;
	}
.cff input {
	padding: 10px 10px 10px 50px;
	height: 43px;	
	width: 100%;
}
.cff textarea {
	padding: 11px 7px 7px 50px;
	height: 85px;	
}
.cf-bottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 26px;
	padding: 30px 0 0;	
}
.cf-legal {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	column-gap: 17px;
	margin: 0;
}
	.cf-required {
		display: inline-block;
		position: relative;	
		padding: 0 0 0 13px;	
		white-space: nowrap;
	}
	.cf-required::before {
		content: "";
		position: absolute;
		top: 4px;
		left: 0;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background-color: #be2b24;
	}
	.cf-required span {
		font-size: 11px;
		font-weight: bold;
		line-height: 1;
	}
	.cf-disclaimer {
		text-align: left;
		padding: 0;	
	}
	.cf-disclaimer span {
		display: block;
		font-size: 11px;
		line-height: 1.3;
	}
.cf-submit-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: initial;
	row-gap: 20px;
	column-gap: 11px;	
}
.cf-submit {
	position: relative;
}
	.cf-submit::before {
		content: "";
		position: absolute;
		z-index: 1;
		right: 0;
		top: 0;
		width: 78px;
		height: 50px;
		background-position: 0 0;
		background-size: 78px 99px;
		background-image: url(img/contact/submit-icon.webp);
	}
	.cf-submit:hover::before { background-position: 0 -50px; }
	.cf-submit::after {
		content: "";
		position: absolute;
		z-index: 0;
		left: 0;
		top: 0;
		width: 195px;
		height: 50px;
		border-radius: 3px;
		background-color: #bd2b24;
	}
	.cf-submit:hover::after { background-color: #e35049; }
.cf-submit input.submit-button {
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 2;
	border: none;
	padding: 0 18px 0 0;
	margin: 0;
	color: #ffffff;
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	width: 270px;
	height: 50px;
	background-color: transparent;
	cursor: pointer;
	text-align: center;	
	border-radius: 4px;
	transition: 300ms;
}
.cf-submit input.submit-button:hover {
	
}
@media screen and (min-width: 600px) {
	.contact-title {
		font-size: 43px;
	}
	.cff label {
		padding: 0 0 5px 64px;
	}
	.cf-bottom {
		padding: 51px 0 0;	
	}
	.cf-legal {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}	
}
@media screen and (min-width: 800px) {
	.cf-row {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}
	.cf-submit-wrap {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (min-width: 1120px) {
	.sxn-contact {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		height: 684px;
	}
	.sxn-contact::before {
		width: 2000px;
		height: 893px;
		background-size: cover;
		background-image: url(img/contact/contact-bg.webp);
	}	
	.cf-bottom {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}
@media screen and (min-width: 1640px) {
	.sxn-contact {
		padding: 0;
		height: 893px;
	}
	.contact-inner {
		padding: 70px 20px 100px;
	}
	.contact-box {
		max-width: 1600px;
	}
	.contact-title {
		font-size: 60px;
	}
	.cf-box {
		gap: 30px;
		padding: 50px 0 0;
	}
	.cf-row {
		column-gap: 20px;
	}
	.cff::before {
		right: 10px;
		width: 10px;
		height: 10px;
	}
	.cff-input::before { bottom: 40px; }
	.cff-textarea::before { bottom: 65px; }
	.cff > span::before {
		width: 60px;
		height: 60px;
		border-width: 4px;
	}
	.cff > span::after {
		top: 9px;
		height: 43px;
		background-size: 144px 43px;
	}
	.cff-name > span::after { left: 10px; width: 40px; background-position: 0 0; }
	.cff-telephone > span::after { left: 17px;  width: 26px; background-position: -40px 0; }
	.cff-email > span::after { left: 12px; width: 36px; background-position: -66px 0; }
	.cff-textarea > span::after { left: 10px; width: 42px; background-position: -102px 0; }
	.cff label {
		padding: 0 0 7px 90px;
		font-size: 24px;
	}
	.cff-telephone label, 
	.cff-email label,
	.cff-textarea label {}
	.cff input,
	.cff textarea {
		margin: 2px 0 0;
		font-size: 22px;
		border-width: 4px 4px 4px 4px;
	}
	.cff input {
		padding: 10px 10px 10px 70px;
		height: 60px;	
	}
	.cff textarea {
		padding: 11px 7px 7px 70px;
		height: 85px;	
	}
	.cf-bottom {
		gap: 36px;
		padding: 72px 0 0;	
	}
	.cf-legal {
		column-gap: 24px;
	}
	.cf-required {
		padding: 0 0 0 18px;	
	}
	.cf-required::before {
		top: 5px;
		width: 10px;
		height: 10px;
	}
	.cf-required span {
		font-size: 16px;
	}
	.cf-disclaimer span {
		font-size: 16px;
	}
	.cf-submit-wrap {
		column-gap: 15px;	
	}
	.cf-submit::before {
		width: 110px;
		height: 70px;
		background-size: 110px 140px;
	}
	.cf-submit:hover::before { background-position: 0 -70px; }
	.cf-submit::after {
		width: 274px;
		height: 70px;
		border-radius: 4px;
	}
	.cf-submit input.submit-button {
		padding: 0 26px 0 0;		
		font-size: 32px;		
		width: 380px;
		height: 70px;		
	}
}
@media screen and (min-width: 2000px) {
	.sxn-contact::before {
		width: 2560px;
		height: 1000px;
	}	
}
/* </ Contact home > */


#mainFooter {
	overflow: hidden;
}

/* < Main Footer Phone and Loc > */
.mf-bar-17 {
	position: relative;
	padding: 48px 0 40px;
	background-color: #ffffff;
}
	.mf-bar-17::before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 8px;
		background-color: #be2b24;
	}
	body.home .mf-bar-17::before {
		height: 21px;
	}
	.mf-bar-17::after {
		content: "";
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 6px;
		background-color: #be2b24;
	}
.mfb17-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	row-gap: 20px;
	padding: 0 20px;
	max-width: 1136px;
}
.mfb17-col {

}
.mfb17-col-left {
	text-align: center;
	order: 2;
}
	.mfb17-cta {

	}
	.mfb17-cta-1 {
		display: block;
		font-size: 20px;
		line-height: 1;
		font-weight: bold;
	}
	.mfb17-cta-2 {
		display: block;
		padding: 3px;
		font-size: 18px;
		line-height: 1;
		font-style: italic;
		font-weight: bold;
	}
	.mfb17-appoint {
		display: block;
		padding: 6px 0 0;
		font-size: 14px;
		line-height: 1.3;
		font-style: italic;
	}
.mfb17-col-center {
	order: 1;
	text-align: center;
}
	.mfb17-logo {

	}
	.mfb17-logo img {
		max-width: 405px;
		width: 100%;
		height: auto;
	}
.mfb17-col-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	order: 3;
	text-align: left;
}
	.mfb17-phones {
		position: relative;
		display: inline-block;
		padding: 0 0 0 34px;
	}
	.mfb17-phones::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0px;	
		width: 23px;	
		height: 36px;
		background-size: 53px 36px;	
		background-position: 0 0;	
		background-image: url(img/footer/footer-contact-icons.webp);
	}
	.mfb17-phone-big {
		display: block;
		font-size: 25px;
		font-weight: bold;
		line-height: 1;
		color: #000000;
	}
	.mfb17-phone-small {
		display: block;
		font-size: 14px;
		line-height: 1;
		text-align: center;
	}
	.mfb17-email {
		position: relative;
		display: block;
		padding: 7px 0 0 34px;
	}
	.mfb17-email::before {
		content: "";
		position: absolute;
		top: calc(50% + 6px);
		transform: translateY(-50%);
		left: -3px;	
		width: 31px;	
		height: 36px;
		background-size: 53px 36px;	
		background-position: -23px 0;		
		background-image: url(img/footer/footer-contact-icons.webp);
	}
	.mfb17-email span {
		display: block;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
	}
@media screen and (min-width: 1200px) {
	.mf-bar-17 {
		position: relative;
		padding: 48px 0 28px;
	}
	.mfb17-box {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		column-gap: 50px;	
	}
	.mfb17-col-left {
		text-align: right;
		order: 1;
	}
	.mfb17-col-center {
		order: 2;
	}
	.mfb17-col-right {
		display: block;
	}
	.mfb17-email span {
		font-size: 24px;
	}
}
@media screen and (min-width: 1640px) {
	.mf-bar-17 {
		padding: 68px 0 40px;
	}
	.mf-bar-17::before {
		height: 8px;
	}
	body.home .mf-bar-17::before {
		height: 30px;
	}
	.mf-bar-17::after {
		height: 8px;
	}
	.mfb17-box {
		column-gap: 70px;	
		max-width: 1600px;
	}
	.mfb17-cta-1 {
		font-size: 28px;
	}
	.mfb17-cta-2 {
		padding: 4px;
		font-size: 25px;
	}
	.mfb17-appoint {
		padding: 8px 0 0;
		font-size: 20px;
	}
	.mfb17-logo img {
		max-width: 570px;
	}
	.mfb17-phones {
		padding: 0 0 0 48px;
	}
	.mfb17-phones::before {
		width: 32px;	
		height: 51px;
		background-size: 75px 51px;	
	}
	.mfb17-phone-big {
		font-size: 35px;
	}
	.mfb17-phone-small {
		font-size: 20px;
	}
	.mfb17-email {
		padding: 10px 0 0 48px;
	}
	.mfb17-email::before {
		top: calc(50% + 8px);
		left: -4px;	
		width: 43px;	
		height: 51px;
		background-size: 75px 51px;	
		background-position: -32px 0;		
	}
}
/* < Main Footer Phone and Loc > */

/* < Main Footer Address > */
.mf-bar-18 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-color: #7db0c5;
	width: 100%;
	height: 422px;	
}
.mf-bar-18.imgSet { background-image: url(img/footer/footer-bg.webp); }
.mfb18-inner {
	background-color: rgba(0, 0, 0, 0.70);
}
.mfb18-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	column-gap: 36px;
	row-gap: 20px;
	padding: 21px 20px;
	margin: 0 auto;
}
.mfb18-box {

}
	.mfb18-cont {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		row-gap: 10px;
	}
	.mfb18-item {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		column-gap: 17px;
		padding: 0 0 0 45px;
	}
	.mfb18-item-1 { padding: 0 0 0 36px; }
	.mfb18-type {
		display: block;
		font-size: 16px;
		color: #e21c40;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1;
	}
	.mfb18-content {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 20px;
		color: #ffffff;
		line-height: 1.3;
		height: 44px;
	}
	.mfb18-item-1 .mfb18-content {

	}
	.mfb18-item-2 .mfb18-content {
		font-weight: bold;
	}
	.mfb18-item-3 .mfb18-content {
		font-weight: bold;
	}
	.mfb18-item::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;		
		height: 38px;
		background-size: 91px 38px;		
		background-image: url(img/footer/footer-icons.webp);
	}
	.mfb18-item-1::before { width: 23px; background-position: 0 0; }
	.mfb18-item-2::before { width: 33px; background-position: -23px 0; }
	.mfb18-item-3::before { width: 34px; background-position: -57px 0; }
.mfb18-social {

}
	.mfb18-social-list {
		
	}
	.mfb18-social li {
		display: inline-block;
	}
	.mfb18-social li:not(:first-child) {
		margin: 0 0 0 26px;
	}
	.mfb18-social li a {
		display: block;
		height: 28px;
		overflow: hidden;
	}
	.mfb18-social li a img {
		width: 40px;
		height: 55px;
	}
	.mfb18-social li.mfb18-fb a { width: 12px; }
	.mfb18-social li.mfb18-fb a img { margin: 0 0 0 0; }
	.mfb18-social li.mfb18-fb a:hover img { margin: -28px 0 0 0; }
	.mfb18-social li.mfb18-ig a { width: 28px; }
	.mfb18-social li.mfb18-ig a img { margin: 0 0 0 -13px; }
	.mfb18-social li.mfb18-ig a:hover img { margin: -28px 0 0 -13px; }

@media screen and (min-width: 600px) {
	.mfb18-cont {
		row-gap: 0;
	}
}
@media screen and (min-width: 1120px) {
	.mfb18-wrap {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		column-gap: 36px;
		max-width: 1136px;
	}
	.mfb18-cont {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 28px;
	}
}
@media screen and (min-width: 1640px) {
	.mfb18-wrap {
		column-gap: 50px;
		padding: 30px 20px;
		max-width: 1600px;
	}
	.mfb18-cont {
		gap: 40px;
	}
	.mfb18-item {
		column-gap: 24px;
		padding: 0 0 0 63px;
	}
	.mfb18-item-1 { padding: 0 0 0 50px; }
	.mfb18-type {
		font-size: 22px;
	}
	.mfb18-content {
		font-size: 28px;
		height: 62px;
	}
	.mfb18-item::before {
		height: 54px;
		background-size: 128px 54px;		
	}
	.mfb18-item-1::before { width: 33px; background-position: 0 0; }
	.mfb18-item-2::before { width: 47px; background-position: -33px 0; }
	.mfb18-item-3::before { width: 48px; background-position: -80px 0; }
	.mfb18-social li:not(:first-child) {
		margin: 0 0 0 36px;
	}
	.mfb18-social li a {
		height: 39px;
	}
	.mfb18-social li a img {
		width: 57px;
		height: 78px;
	}
	.mfb18-social li.mfb18-fb a { width: 18px; }
	.mfb18-social li.mfb18-fb a img { margin: 0 0 0 0; }
	.mfb18-social li.mfb18-fb a:hover img { margin: -39px 0 0 0; }
	.mfb18-social li.mfb18-ig a { width: 39px; }
	.mfb18-social li.mfb18-ig a img { margin: 0 0 0 -18px; }
	.mfb18-social li.mfb18-ig a:hover img { margin: -39px 0 0 -18px; }
}
/* </ Main Footer Address > */

/* < Footer Branding and Nav > */
#mf-branding {
	background-color: #000000;
	padding: 40px 20px 70px;	
}
.mf-branding-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 20px;
}
.mf-branding-agency {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	max-width: 250px;
}
.mf-branding-agency img {

}
.agencyFooterLinebreak {display: none;}
.mf-branding-agency span {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3;	
	color: #ffffff;
}
.mf-branding-agency span a { color: #ffffff; }
.mf-branding-agency span a:hover { text-decoration: underline; }
.fNav {
	padding: 0;
	text-align: center;
}
	.fNav li {
		display: inline-block;
		position: relative;
		padding: 0 9px;		
		list-style-type: none;
		list-style-position: outside;	
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;	
		font-size: 13px;	
	}
	.fNav li:not(:last-child):before {
		/*content: '·';*/
		content: '|';
		position: absolute;
		top: -1px;
		right: -4px;		
		color: #ffffff;
		font-weight: bold;
	}
	.fNav a {		
		color: #ffffff;		
		font-style: normal;
		text-transform: uppercase;
		transition: 300ms;
	}
	.fNav a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
@media screen and (min-width: 900px) {
       .fNav {
		padding: 0 0 15px;
	}

	#mf-branding {
		padding: 50px 20px;	
	}
	.mf-branding-wrap {
		flex-direction: row;
		text-align: left;
		gap: 30px;
	}	
	.mf-branding-agency {
		flex-direction: row;
		max-width: 540px;
	}
       .mf-branding-agency img {
		padding: 0 0 14px;
	}
	.agencyFooterLinebreak {display: inline;}	
}
/* </ Footer Branding and Nav > */


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

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

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

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


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

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

/* Contact Form - Custom */

/* Contact Form Styling Ends */	

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


/* < Wide Images in MC > */
.post_entry_mult_left img {
	width: 100%;
}
.dskFiSingle {
	max-width: 650px;
	width: 100%;
	height: auto;
}
/* </ Wide Images in MC > */

/* < Form Validation > */
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
}

.vfActive {
    display: block
}

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

/* < Sidebar blog/archives > */
.sb-blog {
	padding: 0;
	text-align: left;
}
.sb-blog h2 {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}
.sb-blog ul {
	padding: 10px 0 20px 20px;
}
.sb-blog ul li {
	list-style-type: disc;
}
.sb-blog ul li a {
	color: #be2b24;
}
/* </ Sidebar blog/archives > */

/*Multi-col nav items*/
nav.mm .multiCol ul {
    z-index: 999;
    width: 100%;
}
nav.mm .multiCol > ul {
    width: 420px;
}
nav.mm .multiCol > ul > li {
    width: 50%;
    box-sizing: border-box;
    float: left;
}
nav.mm .multiCol > ul > li:nth-child(odd) {
    border-right: 1px solid #000;
}
nav.mm .multiCol > ul > li:nth-child(odd) > ul,
nav.mm .multiCol > ul > li:nth-child(even) > ul ul {
    left: 96%;
}
nav.mm .multiCol > ul > li:nth-child(even) > ul,
nav.mm .multiCol > ul > li:nth-child(odd) > ul ul {
    left: auto;
    right: 96%;
}
nav.mm .multiCol > ul > li:nth-child(2) {
    border-top: 0;
}
nav.mm_mob ul li a {height: auto !important;}

/*  < animate.css >  */
.animate__animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes slideInLeft {
	from {
	  -webkit-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	  visibility: visible;
	}
  
	to {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  @keyframes slideInLeft {
	from {
	  -webkit-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	  visibility: visible;
	}
  
	to {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  .animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
  }
  @-webkit-keyframes slideInLeft {
	from {
	  -webkit-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	  visibility: visible;
	}
  
	to {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  @keyframes slideInLeft {
	from {
	  -webkit-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	  visibility: visible;
	}
  
	to {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  .animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
  }
  @-webkit-keyframes slideInRight {
	from {
	  -webkit-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0);
	  visibility: visible;
	}
  
	to {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  @keyframes slideInRight {
	from {
	  -webkit-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0);
	  visibility: visible;
	}
  
	to {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  .animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
  }
  @-webkit-keyframes slideInUp {
	from {
	  -webkit-transform: translate3d(0, 100%, 0);
	  transform: translate3d(0, 100%, 0);
	  visibility: visible;
	}
  
	to {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  @keyframes slideInUp {
	from {
	  -webkit-transform: translate3d(0, 100%, 0);
	  transform: translate3d(0, 100%, 0);
	  visibility: visible;
	}
  
	to {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  .animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
  }
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

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

	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}
/*  </ animate.css >  */

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

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

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

.mcVimeoItem {
	max-width: 1200px; 
	margin: 40px auto;
}

