/*
Theme Name: Mark David Shirian P.C.
Version: 100.0
Template: universal_mm
*/

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

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

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

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

a {outline: none;}

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

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

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: "Source Sans 3", sans-serif;
	font-size: 16px;
	line-height: 1.67;
	color: #272727;
	background: #fff;
}
a {color: #F55656;}
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 {
	background: #808080;
	border: 0;
	height: 2px;
	/*
	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;
	width: 100%;
}
.sxn-wrap { max-width: 1600px; margin: 0 auto; }
.sxn-head {
	color: #000;
	font: normal 25px/1.2 "Oswald", sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
}
.sxn-button {
	background: #CB3737;
	border: 1px solid #C7C7C7;
	box-sizing: border-box;
	color: #C7C7C7; cursor: pointer; display: block; font-family: "Source Sans 3", sans-serif; font-size: 16px; font-weight: 500; height: auto; letter-spacing: 2px; line-height: 1.2; margin: 0 auto; max-width: 280px; padding: 15px 10px 14px; text-align: center; text-transform: uppercase; transition: .5s; width: 100%;

	align-items: center; display: flex; justify-content: center;
}
	.sxn-button:hover {
		background: #E43636;
		color: #C7C7C7;
	}
.sidebar .sxn-head { font-family: "Source Sans 3", sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 1px; line-height: 1.4; padding: 0 0 20px; text-align: left; text-transform: uppercase; }
@media screen and (min-width: 1120px) {
	.sxn-head { font-size: 40px; }
	.sidebar .sxn-head { letter-spacing: 3px; }
}
@media screen and (min-width: 1640px) {
	body { font-size: 18px; }
	.sxn-head { font-size: 50px; letter-spacing: 2px; padding: 0 0 44px; }
	.sidebar .sxn-head { font-size: 23px; letter-spacing: 5px; padding: 0 0 36px; }
}


@keyframes mraUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes mraFadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/* Header zone */
#wrapper { overflow: hidden; }
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	background: #272727;
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}
#mhWrapper {
	max-width: 100%;
	margin: 0 auto;
}
#mainHeader {
	box-sizing: border-box;
	display: block;
	padding: 0;
}
	.mhHead {
		box-sizing: border-box;
		margin: 0 auto; max-width: 350px; padding: 20px; position: relative; transition: .4s; z-index: 1;
	}
	.mhHead::before {
		background: #3A3A3A;
		bottom: 0; content: ''; height: 100%; left: 0; position: absolute; transform: translateX(-50%); width: calc(100% + 2000px); z-index: -1;
	}
	#logo-main {
		display: block;
		width: 100%;
		max-width: 250px; /*modme*/
		margin: 0 auto;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhRight {
		align-items: center;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 10px 30px;
		justify-content: center;
		padding: 20px;
	}
	.mhDesk { font-family: "Oswald", sans-serif; font-size: 15px; font-weight: 500; letter-spacing: 1px; line-height: 1.2; text-align: center; text-transform: uppercase; }
		.mhDesk a { color: #E43636; }
		.mhDesk a:hover { text-decoration: underline; }
	.mhCall { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 0 12px; justify-content: center; text-align: center; }
	.mhCase { color: #FFF; font-size: 15px; font-style: italic; font-weight: 400; line-height: 1.2; text-transform: uppercase; }
	.mhPhone {
		color: #F55656;
		display: block;
		font-family: "Oswald", sans-serif;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 2px;
		padding: 0;
		position: relative;
		z-index: 1;
	}
	.mhPhone:hover { text-decoration: underline; }

/* Enable these next two lines to modify dropdown colors
html body nav.mm ul li:nth-child(2) ul {display: block; transform: scaleY(1); opacity: 1}
html body nav.mm ul li:nth-child(2) ul li:nth-child(2) > a {background-color: #5B9FC4;}
*/
nav.mm {
	text-align: center;
	position: relative;
	z-index: 100;
}
nav.mm > ul > li > a {
	padding: 10px 6px;
	font-size: 12px;
	color: #FFF;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	transition: all 150ms ease-in-out;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a { color: #000; }
nav.mm ul ul { background: #000; width: 180px; }
nav.mm ul ul li:hover > a { background: #E43636; color: #FFF; }
nav.mm ul ul li {border-top: 1px solid #000;}
nav.mm ul ul a {
	background: #FFF;
	color: #000;
	font-family: "Oswald", sans-serif;
	padding: 8px 6px;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.2;
	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;}
nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	transform-origin: top;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 300ms;
}
nav.mm ul li:hover > ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
nav.mm ul ul ul {left: 100%;}
nav.mm ul ul li:first-child {border: 0;}

body.admin-bar #mmiWrapper {position: static;}
body.admin-bar.mob_menu #wrapper {padding: 0;}
body.mob_menu #wrapper {padding: 34px 0 0;}
body.mob_menu #wpadminbar {position: absolute;}
body.fsMenuOn #wpadminbar, body.fsMenuOn #contact-tab {display: none;}
#mmiWrapper, #mblSearchCont, nav.mm_mob {display: none;}
.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {display: block;}
.fsMenuOn #mmiWrapper {z-index: 1;}
#mmiWrapper, #closeMenu {background: #E43636;} /*modme*/
#mmiWrapper {box-shadow: 0 1px 10px rgba(0,0,0,0.7); position: fixed; top: 0; left: 0; width: 100%; z-index: 999;}
#mobMenuItems {
	height: 34px;
	text-align: center;
	font-size: 0;
	padding: 0;
	margin: 0 auto;
	text-transform: uppercase;
	position: relative;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
	.mmi {
		height: 100%;
		display: inline-block;
		vertical-align: top;
		list-style-type: none;
		list-style-position: outside;
	}
	.mmi > a {
		font-size: 14px;
		box-sizing: border-box;
		color: #fff;
		display: block;
		height: 100%;
		line-height: 34px;
		background-image: url(img/icons/menu-2019.png);
		background-repeat: no-repeat;
		text-indent: -222px;
		overflow: hidden;
		text-align: left;
	}
	#mm1 {width: 47px;}
	#mm2 {width: 47px;}
	#mm3 {width: 56px;}
	#mm4 {width: 42px;}
	#mm5 {width: 47px;}
	#mm6 {width: 46px;}
	.mmi a:hover {text-decoration: none;}
	.mmi {border-right: 1px solid #721B1B;} /*modme*/
	#mm1 {border-left: 1px solid #721B1B;} /*modme*/
	#mm1 > a {background-position: 15px 0;}
	#mm2 > a {background-position: 15px -34px;}
	#mm3 > a {background-position: 15px -68px;}
	#mm4 > a {background-position: 15px -102px;}
	#mm5 > a {background-position: 15px -136px;}
	#mm6 > a {background-position: 15px -170px;}
	/* Dropdown support */
	.mmi > ul {
		z-index: 1;
		width: 297px;
		left: -1px;
		display: none;
		position: absolute;
	}
	.mmi:hover ul {display: block;}
	.mmi ul li {
		border-top: 1px solid #333; /*modme*/
	}
	.mmi ul li:first-child {border: 0;}
	.mmi ul a {
		background: #666; /*modme*/
		color: #fff; /*modme*/
		display: block;
		padding: 10px 10px;
		font-size: 16px;
	}
	.mmi ul a:hover {
		background: #999; /*modme*/
	}
	@media screen and (min-width: 385px) {
		#mm6 {width: 110px;}
		#mm6 > a {
			padding: 0 0 0 47px;
			text-indent: 0;
		}
		.mmi > ul {width: 350px;}
	}
nav.mm_mob {
	position: absolute;
	padding: 54px 0 20px;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff; /*modme*/
	z-index: 9999;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 0;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
		    padding: 5px 20px 4px 0;
		    color: #000;
		    font: 15px/1 arial, sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			color: #FFF;
			background: #E43636; /*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: #d8edff;}
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: 1px solid #272727;
    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: #272727;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #3A3A3A;} /*modme*/

@media screen and (min-width: 800px) {
	#wrapper { padding: 181px 0 0; /*modme*/ }
	#persistentHeader {
		background: #272727;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	#mainHeader {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 40px;
	}
	.mhHead { margin: 0; }
	.mhHead::before { transform: none; width: 100%; }
	#logo-main { margin: 0; }
	.mhRight { background: none; padding: 0; }
	nav.mm::before {
		background: #E43636;
		content: ''; height: 100%; left: 0; position: absolute; top: 0; width: calc(100% + 2000px); z-index: -2;
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }

	body.sticky_zone #persistentHeader { background: #272727; box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25); }
	body.sticky_zone #mainHeader { padding: 10px 40px; }
}
@media screen and (min-width: 1120px) {
	#mainHeader { padding: 20px 60px; }
	.mhRight { flex-direction: row; justify-content: flex-end; margin: 0; padding: 0; }
	.mhCall { flex-direction: row; }
	.mhCase { padding: 2px 0 0; }

	body.sticky_zone #mainHeader { padding: 10px 60px; }
}
@media screen and (min-width: 1200px) {
	#wrapper { padding: 89px 0 0; }
	#mhWrapper { position: relative; }
	#mainHeader { align-items: flex-start; padding: 0 60px; }
	.mhHead { bottom: -20px; margin: -20px 0 0; position: relative; z-index: 999; }
	.mhRight { padding: 10px 0 0; }
	nav.mm { position: absolute; right: 57px; bottom: 0; }
	nav.mm::before { transform: translateX(-50%) }
	/*
	nav.mm > ul > li > a { font-size: 13px; }
	nav.mm ul ul a { font-size: 13px; }
	*/

	body.sticky_zone #mainHeader { padding: 0 60px; }
}
@media screen and (min-width: 1400px) {
	#wrapper { padding: 124px 0 0; }
	#logo-main { max-width: 305px; }
	.mhHead { max-width: 385px; padding: 30px 40px; }
	.mhRight { padding: 17px 0 0; }
	.mhCall { flex-direction: row; }
	.mhPhone { font-size: 22px; }
	nav.mm { right: 55px; }
	nav.mm > ul > li > a { font-size: 13px; padding: 20px 8px; }
	nav.mm ul ul a { font-size: 13px; padding: 10px 8px; }
}
@media screen and (min-width: 1640px) {
	#persistentHeader {
		box-sizing: border-box;
		padding: 0 60px;
	}
	#wrapper { padding: 131px 0 0; }
	#mhWrapper { max-width: 1600px; }
	.mhHead { bottom: -31px; margin: -31px 0 0; max-width: 408px; padding: 40px 55px; }
	#mainHeader { padding: 0; }
	#logo-main { max-width: 335px; }
	.mhRight { gap: 10px 75px; padding: 8px 0 0; }
	.mhCall { gap: 0 15px; }
	.mhCase { font-size: 17px; letter-spacing: 1px; padding: 1px 0 0; }
	.mhPhone { font-size: 24px; }
	nav.mm { bottom: 0; right: -8px; }
	nav.mm > ul > li > a { font-size: 14px; letter-spacing: 1px; padding: 28px 10px; }
	nav.mm ul ul a { font-size: 14px; padding: 10px; }

	body.sticky_zone #mainHeader { padding: 0; }
}


/* Homeslide */
.hsWrap { overflow: hidden; position: relative; z-index: 1; }
.homeslides-container {
	background-image: url(img/slides/home/800/1.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative; z-index: 1;
}
#homeslides { height: 100%; position: relative; }
.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#homeslideImg1 {}
#homeslideImg2 {}
#homeslideImg3 {}
.slideContent {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 0 20px 40px;
	position: relative;
	top: 0;
	width: 100%;
}
.slideAtt {
	box-sizing: border-box;
	margin: 0 auto; max-width: 300px; position: relative;
}
.slideAtt-hide { display: none; }
.slideScale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
.slideBox {
	background: #3A3A3A;
	box-sizing: border-box;
	color: #C7C7C7;
	left: 0;
	max-width: 878px;
	padding: 40px 20px;
	position: relative;
	text-align: center;
	top: 0;
	transition: all 500ms ease;
	width: 100%;
	z-index: 2;

	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}
.slideHead {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 26px;
	font-weight: 500;
	margin: 0 auto;
	max-width: 100%;
	letter-spacing: 2px;
	line-height: 1.2;
	padding: 0 0 20px;
	text-transform: uppercase;
}
.slideHead br { display: none; }
.slideHead em { display: block; font-family: "Source Sans 3", sans-serif; font-size: 20px; font-style: normal; font-weight: 400; padding: 5px 0 0; }
.slideBody { font-weight: 400; letter-spacing: 1px; }
.slideMore {
	background: #CB3737;
	border: 1px solid #C7C7C7;
	box-sizing: border-box;
	color: #FFF;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 12px 20px 10px;
	position: relative;
	max-width: 459px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: .5s;
	width: 100%;
	z-index: 1;
}
.slideMore:hover { background: #E43636; color: #FFF; }

/* sub slides */
.subslide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 6.1% 20px; position: relative; z-index: 1;
}
/* Personal Injury | Employment Law | About | Results | GMVA | In the News | Civil Rights Litigation */
:is(.page-id-1000, .page-id-1017, .page-id-1033, .page-id-1030, .page-id-1029, .page-id-1037, .page-id-1025) .subslide {
	padding: 10% 0;
}
/* Blog */
:is(.blog, .home) .subslide {
	background-color: #F2F2F2;
	background-image: none !important;
	padding: 5.1% 0;
}
:is(.single, .category, .archive) .subslide {
	background-image: none !important;
	padding: 5.1% 0;
}
#subslide1 { background-image: url(img/slides/sub/800/1.webp); }
#subslide2 { background-image: url(img/slides/sub/800/2.webp); }
#subslide3 { background-image: url(img/slides/sub/800/3.webp); }
#subslide4 { background-image: url(img/slides/sub/800/4.webp); }
#subslide5 { background-image: url(img/slides/sub/800/5.webp); }
#subslide6 { background-image: url(img/slides/sub/800/6.webp); }
#subslide7 { background-image: url(img/slides/sub/800/7.webp); }
#subslide8 { background-image: url(img/slides/sub/800/8.webp); }
#subslide9 { background-image: url(img/slides/sub/800/9.webp); }
#subslide10 { background-image: url(img/slides/sub/800/10.webp); }

.subslideBox {
	box-sizing: border-box;
	color: #FFF; display: block; margin: 0 auto; padding: 0 20px; text-align: center;
}
.subslideBg {
	background: #3A3A3A;
	padding: 30px 20px;
}

.subslideInner {
	box-sizing: border-box;
	align-items: stretch; display: flex; flex-direction: column; gap: 0 56px; margin: 0 auto; max-width: 800px; padding: 0; width: 100%;
}
.subslideCol {
	box-sizing: border-box;
	display: block;
}
.subslideCol1 { font-size: 0; height: 0; }
.subslideTitle { display: block; font-family: "Oswald", sans-serif; font-size: 29px; font-weight: 500; letter-spacing: 1px; line-height: 1.2; padding: 0 0 3px; text-transform: uppercase; }
.subslideTitle span { display: block; }
.subslideBody { font-size: 15px; font-weight: 400; letter-spacing: 1px; line-height: 1.2; text-transform: uppercase; }

.subslideInner .subslideTitle { color: #F2F2F2; font-family: "Source Sans 3", sans-serif; font-size: 20px; font-weight: 700; padding: 0 0 27px; }
.subslideInner .subslideBody { color: #C7C7C7; font-size: 16px; text-transform: none; }

.subslideInner2 .subslideTitle { font-family: "Oswald", sans-serif; font-size: 29px; font-weight: 500; padding: 0; }
:is(.blog, .home, .single, .category, .archive) .subslideTitle { color: #000; }

/* Blog single */
.subslideSingle {
	box-sizing: border-box;
	align-items: flex-start; display: flex; flex-direction: column; gap: 34px 50px; justify-content: space-between;
	margin: 0 auto; max-width: 100%; padding: 0;
}
.subslideHead { margin: 0 auto; order: 0; padding: 0; width: 100%; }
	.subslideSingle .subslideTitle em { color: #272727; display: block; font-family: "Source Sans 3", sans-serif; font-size: 16px; font-style: normal; font-weight: 300; letter-spacing: 1px; line-height: 1.2; padding: 8px 0 0; text-transform: none; }
.subslideNews {
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 100%; order: 1; padding: 0; position: relative; width: 400px; z-index: 1;
}
	.subslideGray {
		background: #F2F2F2;
		box-sizing: border-box;
		color: #000; cursor: pointer; display: block; font-size: 20px; font-weight: 400; letter-spacing: 1px; line-height: 1.4; padding: 28px 20px; text-transform: uppercase;
	}
	.subslideGray:hover { text-decoration: underline; }
@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	.homeslides-container { background-image: url(img/slides/home/1120/1.webp); }
	.slideContent { padding: 0 40px 40px; }
	.slideHead { font-size: 36px; }

	.subslide { padding: 6.1% 40px; }
	/* Personal Injury | Employment Law | About | Results | GMVA | In the News | Civil Rights Litigation */
	:is(.page-id-1000, .page-id-1017, .page-id-1033, .page-id-1030, .page-id-1029, .page-id-1037, .page-id-1025) .subslide {
		padding: 9.5% 0;
	}
	/* Blog */
	:is(.blog, .home, .single, .category, .archive) .subslide {
		padding: 5.1% 0;
	}
	#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); }
}
@media screen and (min-width: 1120px) {
	.homeslides-container { background-image: url(img/slides/home/1920/1.webp); }
	.slideContent { flex-direction: row; padding: 0 60px 71px; }
	.slideAtt { margin: 0; max-width: 100%; width: 500px; }
	.slideAtt-show { display: none; }
	.slideAtt-hide { display: block; }
	.slideBox { align-items: flex-start; margin: 0; padding: 59px 46px; text-align: left; width: calc(100% - 500px); }
	.slideHead { font-size: 46px; margin: 0; }
	.slideHead .brActive { display: block; }
	.slideHead em { font-size: 24px; }

	.subslide { padding: 3.1% 60px; }
	#subslide1 { background-image: url(img/slides/sub/1920/1.webp); }
	#subslide2 { background-image: url(img/slides/sub/1920/2.webp); }
	#subslide3 { background-image: url(img/slides/sub/1920/3.webp); }
	#subslide4 { background-image: url(img/slides/sub/1920/4.webp); }
	#subslide5 { background-image: url(img/slides/sub/1920/5.webp); }
	#subslide6 { background-image: url(img/slides/sub/1920/6.webp); }
	#subslide7 { background-image: url(img/slides/sub/1920/7.webp); }
	#subslide8 { background-image: url(img/slides/sub/1920/8.webp); }
	#subslide9 { background-image: url(img/slides/sub/1920/9.webp); }
	#subslide10 { background-image: url(img/slides/sub/1920/10.webp); }

	.subslideBox { text-align: left; }
	.subslideInner { align-items: center; flex-direction: row; gap: 0 47px; max-width: 100%; }
	.subslideCol { flex: 1 1 0; }
	.subslideBg { padding: 60px 48px; }
	.subslideTitle { font-size: 39px; }

	.subslideInner .subslideTitle { font-size: 24px; }
	.subslideInner2 .subslideTitle { font-size: 39px; }

	.subslideSingle { align-items: center; flex-direction: row; max-width: 100%; }
	.subslideHead { margin: 0; width: calc(100% - 450px); }
	.subslideNews { margin: 0; }
		.subslideGray { letter-spacing: 3px; padding: 45px 48px; }
}
@media screen and (min-width: 1400px) {
	.slideAtt { top: 68px; width: 622px; }
	.slideBox { width: calc(100% - 622px); }

	.subslideSingle { gap: 0 100px; }
	.subslideHead { width: calc(100% - 600px); }
	.subslideNews { width: 500px; }
}
@media screen and (min-width: 1640px) {
	.slideContent { padding: 40px 60px 144px; }
	.slideAtt { width: 722px; }
	.slideBox { padding: 79px 82px; width: calc(100% - 722px); }
	.slideHead { font-size: 66px; letter-spacing: 4px; padding: 0 0 21px; }
	.slideHead em { font-size: 30px; }
	.slideBody { padding: 0 0 24px; }
	.slideMore { letter-spacing: 2px; }

	.subslideInner { gap: 0 117px; }
	.subslideBg { padding: 80px; }
	.subslideTitle { font-size: 49px; letter-spacing: 3px; }
	.subslideBody { letter-spacing: 2px; }

	.subslideInner .subslideTitle { font-size: 30px; letter-spacing: 5px; }
	.subslideInner .subslideBody { font-size: 18px; }
	.subslideInner2 .subslideTitle { font-size: 49px; }

  .subslideSingle { gap: 0 200px; }
  .subslideHead { width: calc(100% - 788px); }
		.subslideSingle .subslideTitle em { font-size: 18px; letter-spacing: 2px; }
  .subslideNews { width: 588px; }
    .subslideGray { font-size: 23px; letter-spacing: 5px; padding: 60px 82px 79px; }
}
#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%;}

#crumbs { font-size: 14px; margin: 0 0 20px; }
.page-id-1038 #crumbs { color: #FFF; } /* Contact */
#contentArea { margin: 0 auto; overflow: unset; }
:is(.single, .category, .archive) #contentArea { position: relative; }
:is(.single, .category, .archive) #contentArea::before {
	background: #E5E5E5;
	content: none; left: 0; height: 1px; position: absolute; top: -40px; width: 100%;
}
#mainContent { color: #272727; }
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		color: #272727;
		font-weight: 400;
		font-family: "Source Sans 3", sans-serif;
		letter-spacing: 1px;
		line-height: 1.2;
		padding: 10px 0 20px;
		text-transform: uppercase;
	}
	.article h1 {
		font-family: "Oswald", sans-serif;
		font-size: 29px;
		font-weight: 500;
		padding: 0 0 20px;
	}
	.article h2 {
		font-size: 20px;
	}
	.article h3 {
		font-size: 18px;
	}
	.article h4 {
		font-size: 18px;
	}
	.article h5 {
		font-size: 18px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
		max-width: 100%;
		height: auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
@media screen and (min-width: 1120px) {
	:is(.single, .category, .archive) #contentArea::before { top: -60px; }
	.article h1 { font-size: 39px; }
	.article h2 { font-size: 24px; }
	.article h3 { font-size: 20px; }
}
@media screen and (min-width: 1640px) {
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 { letter-spacing: 2px; }
	.article h1 { font-size: 49px; }
	.article h2 { font-size: 30px; }
	.article h3 { font-size: 22px; }
}


/* Sidebar zone */
#sidebar {
	display: flex;
	flex-direction: column;
	gap: 34px 0;
	margin: 30px auto 0;
	max-width: 400px;
}


/* Content Area */
.sxn-content { clear: both; display: block; overflow: hidden; padding: 30px 20px; position: relative; z-index: 1; }
:is(.page-id-1034, .page-id-1035) .sxn-content {
	background: #F2F2F2; /* Mark D. Shirian */
}
/* Contact */
.page-id-1038 .sxn-content {
	background-image: url(img/contact/bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.home .article h1 { padding: 0 0 37px; text-align: center; }
.home .article h2 { font-weight: 400; padding: 0 0 20px; }
.page-id-1033 .article h2 { font-weight: 400; padding: 0 0 20px; } /* About page */
.page-id-1038 .article h1 { color: #FFF; }
.page-id-1031 .article h1 { text-align: center; }
.page-id-1031 .article h2 { color: #4A5568; font-size: 18px; font-weight: 700; text-align: center; }
.page-id-1031 .article h2 strong { color: #272727; display: block; font-size: 16px; padding: 10px 0 0; text-transform: none; }

.mcHome {
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 100%;
}
.mcHome-inner { align-items: stretch; display: flex; flex-direction: column; gap: 0 40px; position: relative; z-index: 1; }
/* Nursing Home | Construction | Video Game */
:is(.page-id-1004, .page-id-1007, .page-id-1028) .article .alignright { display: block; height: auto; margin: 0 auto 20px; max-width: 100%; width: 400px; }
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	.sxn-content { padding: 40px; }
	#mainContent { float: left; padding: 0; width: calc(100% - 40px - 300px); }
	.home #mainContent,
	.fwEntry #mainContent { float: none; margin: 0 auto; width: 100%; }
	/* Blog
	.single #mainContent { float: right; padding: 0; width: calc(100% - 40px - 300px); }
	:is(.blog, .home, .fwEntry, .category, .archive) #mainContent { float: none; margin: 0 auto; width: 100%; }
	*/
	/* Nursing Home | Construction | Video Game */
	.article .alignright { float: right; margin: 0 0 10px 20px; }
	.article .aligncenter { display: block; margin: 0 auto; }
	.article .alignleft { float: left; margin: 0 20px 10px 0; }
	:is(.page-id-1004, .page-id-1007, .page-id-1028) .article .alignright { float: right; margin: 0 0 10px 20px; max-width: 424px; width: 100%; }
	#sidebar { float: right; margin: 0 auto; width: 300px; }

	/* Personal Injury | Employment Law | About | GMVA | In the News | Civil Rights Litigation */
	:is(.page-id-1000, .page-id-1017, .page-id-1033, .page-id-1029, .page-id-1037, .page-id-1025) #contentArea {
		max-width: 1128px;
	}
}
@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: 1030px) {
	.mcHome-inner { align-items: flex-start; flex-direction: row; gap: 0 84px; }
	.mcHome-inner::before {
		background: #CCC;
		content: ""; height: 100%; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 1px;
	}
	.mcHome-col { flex: 1; }
}
@media screen and (min-width: 1120px) {
	.sxn-content { padding: 60px; }
	.page-id-1031 .article h2 { font-size: 20px; }
}
@media screen and (min-width: 1400px) {
	#mainContent { width: calc(100% - 100px - 400px); }
	#sidebar { gap: 54px 0; width: 400px; }
}
@media screen and (min-width: 1640px) {
	.sxn-content { padding: 65px 60px 48px; }
	.home .sxn-content { padding: 60px 60px 89px; }
	:is(.blog, .home, .fwEntry, .category, .archive) .sxn-content { padding: 80px 60px; }
	.home .article h1 { padding: 0 0 57px; }
	.page-id-1031 .article h2 { font-size: 22px; }
	.page-id-1031 .article h2 strong { font-size: 18px; }
	.mcHome-inner { gap: 0 153px; }
	/* Nursing Home | Construction | Video Game */
	:is(.page-id-1004, .page-id-1007, .page-id-1028) .article .alignright { max-width: 707px; }
}


/* Common navigation prev/next */
.testsNavCont, .awardNavCont, .teamNavCont, .fnewsNavCont, .sbPosts-NavCont { margin: 0 auto; padding: 62px 0 0; position: relative; width: 58px; }
.sbPosts-NavCont { width: 109px; }
.sbPosts-NavCont .swiper-pagination-sbPosts {
	font-size: 18px; left: 50%; margin: 0 auto; position: absolute; text-align: center; top: 15px; transform: translateX(-50%);
}
.awardNavCont { margin: 10px auto 0; }
.fnewsNavCont { margin: 18px auto 0; }
	.testsPrevNextSlide,
	.awardPrevNextSlide,
	.teamPrevNextSlide,
	.fnewsPrevNextSlide,
	.sbPostsPrevNextSlide {
		width: 16px;
		height: 26px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 2;
		transition: .5s;
		cursor: pointer;
		transform: translateY(-50%);
	}
	.testsNext.testsPrevNextSlide,
	.awardNext.awardPrevNextSlide,
	.teamNext.teamPrevNextSlide,
	.fnewsNext.fnewsPrevNextSlide,
	.sbPostsNext.sbPostsPrevNextSlide {
		left: auto;
		right: 0;
		transform: rotateY(180deg) translateY(-50%);
	}
	.testsNext.testsPrevNextSlide:after,
	.awardNext.awardPrevNextSlide:after,
	.teamNext.teamPrevNextSlide:after,
	.fnewsNext.fnewsPrevNextSlide:after,
	.sbPostsNext.sbPostsPrevNextSlide:after { right: 0; }
	.testsPrevNextSlide:hover:after,
	.awardPrevNextSlide:hover:after,
	.teamPrevNextSlide:hover:after,
	.fnewsPrevNextSlide:hover:after,
	.sbPostsPrevNextSlide:hover:after { content: ""; }
	.testsPrevNextSlide::before,
	.awardPrevNextSlide::before,
	.teamPrevNextSlide::before,
	.fnewsPrevNextSlide::before,
	.sbPostsPrevNextSlide::before {
		background-image: url(img/icons/icon-arr.webp);
		background-position: left top;
		background-repeat: no-repeat;
		position: absolute;
		content: "";
		z-index: 2;
		width: 16px;
		height: 26px;
		background-size: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.tests-light .testsPrevNextSlide::before,
	.teamPrevNextSlide::before {
		background-image: url(img/icons/icon-arr2.webp);
	}
	.testsPrevNextSlide:hover:before,
	.awardPrevNextSlide:hover:before,
	.teamPrevNextSlide:hover:before,
	.fnewsPrevNextSlide:hover:before,
	.sbPostsPrevNextSlide:hover:before { background-position: left bottom; }
@media screen and (min-width: 500px) {
	.teamNavCont { display: none; }
}
@media screen and (min-width: 1120px) {
	.testsNavCont, .awardNavCont, .teamNavCont, .sbPosts-NavCont { margin: 0; }
	.awardNavCont { margin: 28px auto 0; }
	.fnewsNavCont { margin: 25px 0 0; }
}
@media screen and (min-width: 1640px) {
	.fnewsNavCont { margin: 35px 0 0; }
}


/* Awards zone */
.sxn-awards {
	background: #3A3A3A;
	padding: 40px 20px; position: relative; z-index: 1;
}
.sxn-awards .sxn-head { color: #FFF; }
.awardInner {
	box-sizing: border-box;
	margin: 0 auto; max-width: 100%; padding: 0; position: relative;
}
.awardWrapper { align-items: center; }
.awardSlide { display: flex; justify-content: center; text-align: center; width: auto; }
.awardBd {
	border: 1px solid #E43636;
	box-sizing: border-box;
	display: block; padding: 10px;
}
.awardBox {
	background: #FFF;
	box-sizing: border-box;
	align-items: center; display: flex; flex-direction: column; justify-content: center;
	margin: 0 auto; max-width: 100%; min-height: 240px; min-width: 244px; padding: 20px 10px; position: relative; text-align: left; z-index: 1;
}
.awardImg { margin: 0 auto; text-align: center; }
.awardScale { display: block; height: auto; margin: 0 auto; max-width: 100%; width: 100%; }
@media screen and (min-width: 620px) {
	.awardInner { max-width: 580px; }
}
@media screen and (min-width: 800px) {
	.sxn-awards { padding: 40px; }
}
@media screen and (min-width: 1120px) {
	.sxn-awards { padding: 60px; }
	.awardInner { max-width: 940px; }
	.awardBd { padding: 17px; }
	.awardBox { min-height: 240px; min-width: 257px; padding: 20px; }
}
@media screen and (min-width: 1400px) {
	.awardInner { max-width: 1262px; }
}
@media screen and (min-width: 1640px) {
	.sxn-awards { padding: 98px 60px 80px; }
	.sxn-awards .sxn-head { padding: 0 0 38px; }
	.awardInner { max-width: 100%; }
	.awardOuter { margin: 0 auto; position: relative; }
	.awardContainer { max-width: 1600px; margin: 0 auto; }
}


/* Team zone */
.sxn-team {
	background-color: #F2F2F2;
	background-image: url(img/team/bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 40px 20px; position: relative; z-index: 1;
}
.sxn-team .sxn-head { font-weight: 500; padding: 0 0 13px; }
.sxn-team .sxn-head strong { color: #E43636; display: block; font-weight: 700; }
.teamInner {
	box-sizing: border-box;
	align-items: flex-start; display: flex; flex-direction: column; gap: 34px 50px; justify-content: space-between;
	margin: 0 auto; max-width: 800px; padding: 0;
}
.teamSide {
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 100%; order: 1; padding: 0; position: relative; width: 100%; z-index: 1;
}
.teamHead { margin: 0 auto; order: 0; padding: 0; width: 100%; }
	.teamIntro {
		display: block;
		font-size: 18px;
		line-height: 1.4;
		font-weight: 400;
		letter-spacing: 1px;
		padding: 0 0 20px;
		text-align: center;
		text-transform: uppercase;
	}

.hpTeam { margin: 0 auto; max-width: 314px; position: relative; z-index: 1; }
.teamBox {
	background: #FFF;
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 314px; width: 100%;
}
.teamImg { display: block; height: auto; position: relative; width: 100%; z-index: 1; }
	.teamScale { display: block; height: auto; margin: 0 auto; max-width: 100%; transition: .5s; }
.teamName {
	background: #3A3A3A;
	box-sizing: border-box;
	color: #E43636; display: block; letter-spacing: 1px; padding: 15px; text-transform: uppercase;
}
	.teamName em { color: #FFF; display: block; }

.teamBox:hover .teamName {
	background: #E43636;
	color: #C7C7C7;
}
.teamBox:hover .teamScale { filter: brightness(1.1) contrast(0.9); }
@media screen and (min-width: 500px) {
	.hpTeam { max-width: 664px; }
}
@media screen and (min-width: 800px) {
	.sxn-team { padding: 40px; }
}
@media screen and (min-width: 1120px) {
	.sxn-team { padding: 60px; }
	.sxn-team .sxn-head { text-align: left; }
	.teamInner { align-items: center; flex-direction: row; gap: 0 82px; max-width: 100%; }
	.teamSide { margin: 0; order: 0; width: 524px; }
	.teamHead { margin: 0; order: 1; width: calc(100% - 606px); }
		.teamIntro { font-size: 20px; letter-spacing: 3px; text-align: left; }

	.hpTeam { max-width: 100%; }
	.teamBox { max-width: 414px; }
	.teamName { padding: 20px 30px; }
}
@media screen and (min-width: 1400px) {
	.teamInner { gap: 0 100px; }
	.teamSide { width: 656px; }
	.teamHead { width: calc(100% - 756px); }
}
@media screen and (min-width: 1640px) {
	.sxn-team { padding: 98px 60px; }
	.sxn-team .sxn-head { font-size: 66px; letter-spacing: 5px; }
	.teamInner { gap: 0 135px; }
	.teamSide { width: 874px; }
	.teamHead { width: calc(100% - 1009px); }
		.teamIntro { font-size: 23px; letter-spacing: 5px; }

	.teamName { letter-spacing: 2px; padding: 24px 55px 27px; }
		.teamName em { padding: 3px 0 0; }
}


/* Unique Selling Points zone */
.sxn-usp { padding: 40px 20px; position: relative; z-index: 1; }
.sxn-usp .sxn-head { font-weight: 500; text-align: left; }
.sxn-usp .sxn-button {
	background: transparent;
	border-color: #272727;
	color: #272727; margin: 0 auto; max-width: 100%;
}
	.sxn-usp .sxn-button:hover {
		background: #E43636;
		border-color: #272727;
		color: #C7C7C7;
	}
.uspInner {
	box-sizing: border-box;
	align-items: stretch; display: flex; flex-direction: column; gap: 48px 56px; margin: 0 auto; max-width: 800px; padding: 0; width: 100%;
}
.uspCont a:hover { text-decoration: underline; }
.uspList {
	align-items: flex-start; display: flex; flex-direction: column; flex-wrap: wrap; gap: 30px; justify-content: center;
	background: #3A3A3A;
	box-sizing: border-box;
	padding: 54px 30px;
}
.uspItem {
	box-sizing: border-box;
	display: block; padding: 75px 0 0; position: relative; text-align: center; z-index: 1;
}
.uspItem::before {
	background-image: url(img/icons/icon-usp.webp);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	content: ""; height: 55px; left: 50%; position: absolute; top: 0; transform: translateX(-50%); width: 55px; z-index: -1;
}
.uspItem.uspItem2::before { background-position: -55px 0; }
.uspItem.uspItem3::before { background-position: -110px 0; }
.uspItem.uspItem4::before { background-position: -165px 0; }
.uspHead { color: #E43636; display: block; font-weight: 400; letter-spacing: 1px; line-height: 1.2; padding: 0 0 10px; text-transform: uppercase; }
.uspBody { color: #C7C7C7; padding: 0; }
@media screen and (min-width: 500px) {
	.uspItem { padding: 0 0 0 82px; text-align: left; }
	.uspItem::before { left: 0; transform: none; }
	.uspHead { padding: 5px 0 10px; }
}
@media screen and (min-width: 800px) {
	.sxn-usp { padding: 40px; }
}
@media screen and (min-width: 1120px) {
	.sxn-usp { padding: 60px; }
	.sxn-usp::before {
		background: #F2F2F2;
		content: ""; height: 100%; position: absolute; right: 0; top: 0; width: 40%; z-index: -1;
	}
	.uspInner { align-items: flex-start; flex-direction: row; gap: 0 84px; max-width: 100%; }
	.uspCol { flex: 1 1 0; }
	.uspList { padding: 60px 48px; }
}
@media screen and (min-width: 1400px) {
	.uspInner { gap: 0 114px; }
}
@media screen and (min-width: 1640px) {
	.sxn-usp { padding: 98px 60px; }
	.sxn-usp .sxn-head { padding: 0 0 50px; }
	.sxn-usp .sxn-button { margin: 23px 0 0; max-width: 704px; }
	.uspInner { gap: 0 154px; }
	.uspCol1 { padding: 60px 0 0; }
	.uspList { padding: 79px 81px; }
	.uspItem { padding: 0 0 0 90px; }
	.uspItem::before { height: 65px; width: 65px; }
	.uspItem.uspItem2::before { background-position: -65px 0; }
	.uspItem.uspItem3::before { background-position: -130px 0; }
	.uspItem.uspItem4::before { background-position: -195px 0; }
}


/* Testimonials zone */
.sxn-tests {
	background: #3A3A3A;
	color: #FFF; padding: 40px 20px; position: relative; z-index: 1;
}
.sxn-tests .sxn-head { color: #FFF; font-weight: 500; }
.testsInner {
	box-sizing: border-box;
	align-items: flex-start; display: flex; flex-direction: column; gap: 34px 50px; justify-content: space-between;
	margin: 0 auto; max-width: 800px; padding: 0;
}
.testsHead { margin: 0 auto; padding: 0; width: 100%; }
.testsSide {
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 100%; padding: 0; position: relative; width: 100%; z-index: 1;
}

.hpTests {
	box-sizing: border-box;
	position: relative;
	color: #fff;
	margin: 0 auto;
	max-width: 100%;
	z-index: 2;
}
.hpTests-inner { padding: 0; }
.hpTestsBox {
	box-sizing: border-box;
	color: #FFF; padding: 0; text-align: left;
}
	.hpTestsTitle {
		color: #E43636;
		display: block;
		font-size: 20px;
		line-height: 1.4;
		font-weight: 400;
		letter-spacing: 1px;
		padding: 0 0 20px;
		text-transform: uppercase;
	}
	.hpTestsBody {
		color: #C7C7C7;
		display: block;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: 1px;
		position: relative;
	}
	.hpTestsMore { color: #F55656; font-size: 16px; text-transform: uppercase; }
	.hpTestsMore:hover { text-decoration: underline; }

.tests-light {
	background: #FFF;
	color: #272727;
}
.tests-light .sxn-head { color: #272727; }
.tests-light .hpTestsTitle { color: #B95252; }
.tests-light .hpTestsBody { color: #272727; }
.tests-light .hpTestsMore { color: #B95252; }
@media screen and (min-width: 800px) {
	.sxn-tests { padding: 40px; }
}
@media screen and (min-width: 1120px) {
	.sxn-tests { padding: 60px; }
	.sxn-tests .sxn-head { text-align: left; }
	.testsInner { flex-direction: row; gap: 0 84px; max-width: 100%; }
	.testsHead { margin: 0; width: calc(100% - 584px); }
	.testsSide { margin: 0; width: 500px; }
	
	.hpTestsTitle { font-size: 24px; letter-spacing: 3px; }
}
@media screen and (min-width: 1400px) {
	.testsInner { gap: 0 114px; }
	.testsHead { width: calc(100% - 714px); }
	.testsSide { width: 600px; }
}
@media screen and (min-width: 1640px) {
	.sxn-tests { padding: 121px 60px 102px; }
	.sxn-tests .sxn-head { font-size: 66px; letter-spacing: 5px; }
	.testsInner { gap: 0 154px; }
	.testsHead { width: calc(100% - 876px); }
	.testsSide { width: 722px; }

	.hpTestsTitle { font-size: 30px; letter-spacing: 5px; padding: 0 30px 35px 0; }
	.hpTestsBody { font-size: 20px; letter-spacing: 2px; }

	.tests-light { padding: 136px 60px 99px; }
}


/* Areas zone */
.sxn-areas {
	background: #F2F2F2;
	padding: 40px 20px; position: relative; z-index: 1;
}
.sxn-areas .sxn-head { color: #E43636; }
.areaList { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 26px 0; justify-content: center; }
.areaItem {
	animation: mraUp 0.8s ease-out forwards;
	box-sizing: border-box;
	display: block; max-width: 100%; position: relative; width: 300px; z-index: 1;

	will-change: transform, opacity;
}
	.areaImg {
		background: #000;
		display: block; height: auto; overflow: hidden; position: relative; width: 100%; z-index: 1;
	}
	.areaImgScale { display: block; height: auto; margin: 0 auto; max-width: 100%; opacity: 0.70; position: relative; top: 0; transition: .5s; }
	.areaItem:hover .areaImgScale { opacity: 1; }

.areaTitle {
	background: #3A3A3A;
	bottom: 25px;
	box-sizing: border-box;
	color: #C7C7C7; font-size: 15px; font-weight: 400; left: 0; letter-spacing: 1px; line-height: 1.2; padding: 5px 10px 3px; position: absolute; text-align: center; text-transform: uppercase; transition: .5s; width: 100%; z-index: 2;
}
.areaItem:hover .areaTitle { color: #E43636; }
@media screen and (min-width: 700px) {
	.areaList { align-items: flex-start; flex-direction: row; gap: 0 26px; margin: 0 auto; max-width: 626px; }
}
@media screen and (min-width: 800px) {
	.sxn-areas { padding: 40px; }
}
@media screen and (min-width: 1120px) {
	.sxn-areas { padding: 40px 60px; }
	.areaList { max-width: 100%; }
}
@media screen and (min-width: 1200px) {
	.areaList { gap: 0 36px; }
	.areaItem { width: 324px; }
}
@media screen and (min-width: 1400px) {
	.areaList { gap: 0 46px; }
	.areaItem { width: 344px; }
}
@media screen and (min-width: 1640px) {
	.sxn-areas { padding: 98px 60px; }
	.areaItem { width: 364px; }

	.areaTitle { font-size: 17px; }
}


/* News zone */
.sxn-news { padding: 40px 20px; position: relative; z-index: 1; }
.sxn-news .sxn-head {
	border-bottom: 1px solid #C7C7C7;
	color: #C7C7C7; font-size: 18px; margin: 0 0 22px; padding: 0 0 3px; text-align: left;
}
.sxn-news .sxn-button { margin: 25px auto 0; max-width: 155px; }
.newsInner {
	box-sizing: border-box;
	align-items: flex-start; display: flex; flex-direction: column; gap: 34px 50px; justify-content: space-between;
	margin: 0 auto; max-width: 800px; padding: 0;
}
.newsSide {
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 100%; order: 1; padding: 0; position: relative; width: 400px; z-index: 1;
}
	.newsBox {
		background: #3A3A3A;
		box-sizing: border-box;
		display: block; padding: 28px 20px;
	}
	.newsBody { color: #C7C7C7; }
.newsReview { margin: 0 auto; order: 0; padding: 0; width: 100%; }
	.newsScale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
.newsTests {
	background: #F9FAFB;
	border-radius: 10px;
	box-sizing: border-box;
	display: block; padding: 20px;
}

.news-wide .newsSide { width: 100%; }
@media screen and (min-width: 800px) {
	.sxn-news { padding: 40px; }
}
@media screen and (min-width: 1120px) {
	.sxn-news { padding: 60px; }
	.sxn-news .sxn-button { margin: 25px 0 0; }
	.newsInner { flex-direction: row; max-width: 100%; }
	.newsSide { margin: 0; order: 0; }
	.newsReview { margin: 0; order: 1; width: calc(100% - 450px); }

	.news-wide .newsInner { flex-direction: row; }
}
@media screen and (min-width: 1400px) {
	.newsInner { gap: 0 100px; }
	.newsSide { width: 500px; }
	.newsReview { width: calc(100% - 600px); }
}
@media screen and (min-width: 1640px) {
	.sxn-news { padding: 80px 60px; }
	.sxn-news .sxn-head { font-size: 20px; }
	.sxn-news .sxn-button { margin: 45px 0 0; }
	.newsInner { gap: 0 200px; }
	.newsSide { width: 600px; }
		.newsBox { padding: 28px 28px; }
	.newsReview { width: calc(100% - 800px); }
}


/* FAQ zone */
.sxn-faq { padding: 0 20px; position: relative; z-index: 1; }
.sxn-faq .sxn-head { text-align: left; }
.faqInner {
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 100%; padding: 0;
}
.faqCont { margin: 0 auto; padding: 0; position: relative; width: 100%; z-index: 1; }
.faqSide { margin: 0 auto; max-width: 100%; padding: 39px 0; position: relative; width: 414px; z-index: 1; }
.faqSide::before {
	background: #F5F5F5;
	content: ''; height: 100%; left: -50%; position: absolute; top: 0; transform: translateX(-50%); width: calc(100% + 2000px); z-index: -1;
}

.faqBox {
	background: #FFF;
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 314px; width: 100%;
}
.faqImg { display: block; height: auto; position: relative; width: 100%; z-index: 1; }
	.faqScale { display: block; height: auto; margin: 0 auto; max-width: 100%; transition: .5s; }
.faqName {
	background: #3A3A3A;
	box-sizing: border-box;
	color: #E43636; display: block; letter-spacing: 1px; padding: 15px; text-transform: uppercase;
}
	.faqName em { color: #FFF; display: block; }

.faqBox:hover .faqName {
	background: #E43636;
	color: #C7C7C7;
}
.faqBox:hover .faqScale { filter: brightness(1.1) contrast(0.9); }
@media screen and (min-width: 800px) {
	.sxn-faq { padding: 0 40px; }
}
@media screen and (min-width: 1120px) {
	.sxn-faq { padding: 0 60px; }
	.faqInner { align-items: center; display: flex; flex-direction: row; gap: 0 100px; justify-content: space-between; }
	.faqCont { margin: 0; padding: 30px 0; width: calc(100% - 514px); }
	.faqSide { margin: 0; padding: 49px 0; }
	.faqSide::before { left: 0; transform: none; }

	.faqName { padding: 20px 30px; }
}
@media screen and (min-width: 1400px) {
	.faqCont { width: calc(100% - 614px); }
	.faqSide { width: 514px; }
}
@media screen and (min-width: 1640px) {
	.faqCont { width: calc(100% - 714px); }
	.faqSide { padding: 59px 0; width: 614px; }

	.faqBox { max-width: 414px; }
	.faqName { letter-spacing: 2px; padding: 24px 55px 27px; }
		.faqName em { padding: 3px 0 0; }
}


/* Attorney message zone */
.sxn-attmsg { padding: 0 20px; position: relative; z-index: 1; }
.sxn-attmsg .sxn-head { text-align: left; }
.attmsgInner {
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 100%; padding: 0;
}
.attmsgCont { margin: 0 auto; padding: 0; position: relative; width: 100%; z-index: 1; }
.attmsgSide { margin: 0 auto; max-width: 100%; padding: 39px 0; position: relative; width: 414px; z-index: 1; }
.attmsgSide::before {
	background: #F5F5F5;
	content: ''; height: 100%; left: -50%; position: absolute; top: 0; transform: translateX(-50%); width: calc(100% + 2000px); z-index: -1;
}
@media screen and (min-width: 800px) {
	.sxn-attmsg { padding: 0 40px; }
}
@media screen and (min-width: 1120px) {
	.sxn-attmsg { padding: 0 60px; }
	.attmsgInner { align-items: center; display: flex; flex-direction: row; gap: 0 100px; justify-content: space-between; }
	.attmsgCont { margin: 0; padding: 30px 0; width: calc(100% - 514px); }
	.attmsgSide { margin: 0; padding: 49px 0; }
	.attmsgSide::before { left: -40px; transform: none; }

	.sxn-attmsg .hpTeam { max-width: 480px; }
	.sxn-attmsg .teamBox { max-width: 225px; }
	.sxn-attmsg .teamName { padding: 20px; }
}
@media screen and (min-width: 1400px) {
	.attmsgCont { width: calc(100% - 614px); }
	.attmsgSide { padding: 59px 0; width: 514px; }
}
@media screen and (min-width: 1640px) {
	.attmsgCont { width: calc(100% - 714px); }
	.attmsgSide { padding: 80px 0; width: 614px; }
	.attmsgSide::before { left: 0; }

	.sxn-attmsg .hpTeam { max-width: 496px; }
	.sxn-attmsg .teamName { padding: 24px 20px 27px; }
}


/* Guide zone */
.sxn-guide { padding: 40px 20px; position: relative; z-index: 1; }
.sxn-guide .sxn-head em { display: block; font-family: "Source Sans 3", sans-serif; font-size: 16px; font-style: normal; padding: 8px 0 0; text-transform: none; }
@media screen and (min-width: 800px) {
	.sxn-guide { padding: 40px; }
}
@media screen and (min-width: 1120px) {
	.sxn-guide { padding: 60px; }
}
@media screen and (min-width: 1640px) {
	.sxn-guide { padding: 118px 60px; }
	.sxn-guide .sxn-head em { font-size: 18px; }
}


/* Latest News zone */
.sxn-lnews { padding: 49px 20px; position: relative; z-index: 1; }

.lnewsList { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 26px 0; justify-content: space-between; }
.lnewsItem {
	background: #3A3A3A;
	box-sizing: border-box;
	color: #C7C7C7; cursor: pointer; display: block; max-width: 100%; padding: 0; position: relative; width: 100%; z-index: 1;
}
.lnewsInfo { padding: 23px 15px; }
.lnewsBot {
	box-sizing: border-box;
	display: block; padding: 11px 15px;
}
.lnewsTitle {
	border-bottom: 1px solid #C7C7C7;
	color: #C7C7C7;
	display: block;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}
.lnewsDate { display: block; font-size: 16px; font-weight: 300; letter-spacing: 1px; line-height: 1.2; padding: 10px 0 5px; text-transform: none; }
.lnewsBtn {
	margin: 0; max-width: 155px;
}

.lnewsItem:hover .lnewsInfo {
	background: #E43636;
}
@media screen and (min-width: 800px) {
	.sxn-lnews { padding: 49px 40px; }
	.lnewsList { align-items: flex-start; flex-direction: row; }
	.lnewsItem { align-self: stretch; display: flex; flex: 0 0 calc(50% - 13px); flex-direction: column; justify-content: stretch; }
	.lnewsItem:nth-child(3) { flex: 0 0 100%; }
}
@media screen and (min-width: 1000px) {
	.lnewsInfo { min-height: 200px; }
	.lnewsItem:nth-child(3) .lnewsInfo { min-height: 0; }
}
@media screen and (min-width: 1120px) {
	.sxn-lnews { padding: 49px 60px; }
	.lnewsList { gap: 37px; justify-content: center; }
	.lnewsItem,
	.lnewsItem:nth-child(3) { flex: 1; width: 364px; }
	.lnewsInfo { min-height: 320px; padding: 22px 16px; }
	.lnewsItem:nth-child(3) .lnewsInfo { min-height: 320px; }
	.lnewsBot { padding: 15px 16px; }
	.lnewsTitle { font-size: 24px; letter-spacing: 3px; }
}
@media screen and (min-width: 1640px) {
	.lnewsList { gap: 46px; }
	.lnewsItem { width: 502px; }
	.lnewsInfo { min-height: 400px; padding: 25px 28px; }
	.lnewsItem:nth-child(3) .lnewsInfo { min-height: 400px; }
	.lnewsBot { padding: 20px 28px; }
	.lnewsTitle { font-size: 30px; letter-spacing: 5px; margin: 0 0 30px; }
	.lnewsDate { font-size: 18px; }
}


/* CTA zone */
.sxn-cta {
	background: #3A3A3A;
	color: #C7C7C7; padding: 40px 20px; position: relative; z-index: 1;
}
.ctaTtl, .ctaSubttl { color: #C7C7C7; font-weight: 400; letter-spacing: 1px; line-height: 1.2; padding: 10px 0 20px; text-transform: uppercase; }
.ctaTtl { font-size: 20px; }
.ctaSubttl { font-size: 18px; }
@media screen and (min-width: 800px) {
	.sxn-cta { padding: 40px; }
}
@media screen and (min-width: 1120px) {
	.sxn-cta { padding: 60px; }
	.ctaTtl { font-size: 24px; }
	.ctaSubttl { font-size: 20px; }
}
@media screen and (min-width: 1640px) {
	.sxn-cta { padding: 111px 60px 98px; }
	.ctaTtl { font-size: 30px; }
	.ctaSubttl { font-size: 22px; }
}


/* Featured News zone */
.sxn-fnews {
	background: #3A3A3A;
	padding: 40px 20px; position: relative; z-index: 1;
}
.sxn-fnews .sxn-head { color: #FFF; }
.fnewsInner {
	box-sizing: border-box;
	margin: 0 auto; max-width: 100%; padding: 0; position: relative;
}
.fnewsWrapper { align-items: stretch; display: flex; }
.fnewsSlide { display: flex; height: auto; }
.fnewsBd {
	border: 1px solid #E43636;
	box-sizing: border-box;
	display: flex; height: 100%; padding: 10px; width: 100%;
}
.fnewsBox {
	background: #FFF;
	box-sizing: border-box;
	display: flex; flex-direction: column;
	color: #272727; cursor: pointer; height: 100%; margin: 0 auto; padding: 12px 16px; position: relative; text-align: left; width: 100%; z-index: 1;
}
.fnewsBox:hover {
	background: #E43636;
	color: #C7C7C7;
}
.fnewsTop {
	box-sizing: border-box;
	flex: 1; min-height: 324px;
}
.fnewsImg { align-items: center; display: flex; height: 67px; overflow: hidden; justify-content: center; padding: 0 0 46px; }
.fnewsScale { height: auto; max-height: 100%; max-width: 100%; width: auto; }
.fnewsComp { display: block; font-weight: 400; line-height: 1.2; padding: 0 0 6px; }
.fnewsTitle { font-family: "Oswald", sans-serif; font-size: 20px; font-weight: 500; letter-spacing: 1px; line-height: 1.6; padding: 0 0 4px; text-transform: uppercase; }
.fnewsDate { display: block; font-weight: 400; letter-spacing: 1px; line-height: 1.2; }

.fnewsBot {
	box-sizing: border-box;
	display: block;
}
.fnewsLink { color: #E43636; display: block; font-size: 15px; font-weight: 700; text-align: left; text-transform: uppercase; }
.fnewsBox:hover .fnewsLink { color: #C7C7C7; }
@media screen and (min-width: 620px) {
	.fnewsInner { max-width: 580px; }
}
@media screen and (min-width: 1120px) {
	.sxn-fnews { padding: 58px 20px; }
	.sxn-fnews .sxn-head { padding: 0 0 40px; }
	.fnewsInner { max-width: 940px; }
	.fnewsBd { padding: 17px; }
	.fnewsBox { padding: 15px 16px; }
}
@media screen and (min-width: 1400px) {
	.fnewsInner { max-width: 1262px; }
}
@media screen and (min-width: 1640px) {
	.sxn-fnews { padding: 58px 20px 85px; }
	.sxn-fnews .sxn-head { padding: 0 0 55px; }
	.fnewsInner { max-width: 100%; }
	.fnewsOuter { margin: 0 auto; position: relative; }
	.fnewsContainer { max-width: 1600px; margin: 0 auto; }
	.fnewsBox { padding: 20px 27px; }
	.fnewsTop { min-height: 324px; }
}


/* Why Hire zone */
.sxn-whyHire { padding: 40px 20px; position: relative; z-index: 1; }
.whyHireInner { align-items: stretch; display: flex; flex-direction: column; gap: 40px; position: relative; z-index: 1; }
.whyHireTtl { font-size: 18px; font-weight: 400; line-height: 1.2; padding: 10px 0 20px; text-transform: uppercase; }
@media screen and (min-width: 1030px) {
  .whyHireInner { align-items: flex-start; flex-direction: row; gap: 0 84px; }
	.whyHireInner::before {
		background: #CCC;
		content: ""; height: 100%; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 1px;
	}
  .whyHireCol { flex: 1; }
}
@media screen and (min-width: 800px) {
	.sxn-whyHire { padding: 40px; }
}
@media screen and (min-width: 1120px) {
	.sxn-whyHire { padding: 60px; }
	.whyHireTtl { font-size: 20px; }
}
@media screen and (min-width: 1640px) {
	.sxn-whyHire { padding: 117px 60px 97px; }
	.sxn-whyHire .sxn-head { padding: 0 0 55px; }
	.whyHireInner { gap: 0 153px; }
	.whyHireTtl { font-size: 22px; letter-spacing: 2px; }
}


/* Office zone */
.sxn-office {
	background: #F2F2F2;
	padding: 30px 20px; position: relative; z-index: 1;
}
.sxn-office .sxn-head { color: #FFF; padding: 0 0 20px; }
.sxn-office .sxn-head span { color: #E43636; }

.officeInner { align-items: center; display: flex; flex-direction: column; gap: 40px; margin: 0 auto; max-width: 1600px; position: relative; }
.officeInfo {
	background: #3A3A3A;
	box-sizing: border-box;
	color: #FFF;
	padding: 33px 19px;
	position: relative;
	text-align: center;
	z-index: 2;
}
.officeInfo,
.officeMap { width: 100%;	margin: 0; }
.officeMap iframe {
	border: 0;
	display: block;
	height: 350px;
	width: 100%;
}
.officeLocation {
	color: #Ef3B3B;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.2;
	padding: 0 0 21px;
	text-transform: uppercase;
}
.officePhone {
	color: #F55656;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	padding: 0 0 14px;
	text-decoration: none;
}
.officePhone:hover { text-decoration: underline; }
.officeAddress {
	color: #C7C7C7;
	display: block;
	font-size: 17px;
	letter-spacing: 2px;
	padding: 0 0 16px;
	text-transform: uppercase;
}
.officeDirections {
	color: #E43636;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;
	text-decoration: none;
}
.officeDirections:hover { text-decoration: underline; }
@media screen and (min-width: 600px) {
	.sxn-office .sxn-head { text-align: left; }
	.officeInfo { text-align: left; }
}
@media screen and (min-width: 800px) {
	.sxn-office { padding: 30px 40px; }
}
@media screen and (min-width: 1000px) {
	.sxn-office { padding: 0; }
	.officeInner { flex-direction: row; gap: 0; }
	.officeInfo {
		margin: 0 0 0 40px;
		order: 0;
		padding: 44px;
		width: 47%;
	}
	.officeMap { order: 1; }
	.officeMap {
		width: 60%;
		margin-left: -7%;
	}
	.officeMap iframe { height: 500px; }
}
@media screen and (min-width: 1120px) {
	.officeInfo { margin: 0 0 0 60px; }
}
@media screen and (min-width: 1600px) {
	.officeInner { max-width: 100%; }
	.officeMap {
		margin-right: calc(-1 * ((100vw - 1600px) / 2));
		width: calc(62% + ((100vw - 1600px) / 2));
	}
}
@media screen and (min-width: 1640px) {
	.sxn-office .sxn-head { padding: 0 0 39px; }
	.officeInfo { margin: 0; padding: 59px 82px 63px; width: 45%; }
	.officeMap iframe { height: 616px; }
	.officeLocation { font-size: 20px; letter-spacing: 2px; }
}


/* Common head/list/body */
.commHead {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 0 20px;
	text-transform: uppercase;
}

.commList {
	box-sizing: border-box;
	display: block; padding: 0 0 20px 15px;
}
.commItem {
	box-sizing: border-box;
	display: block; padding: 0 0 10px 15px; position: relative; z-index: 1;
}
	.commItem::before {
		background: #272727;
		border-radius: 50%;
		content: ''; height: 6px; left: 0; position: absolute; top: 10px; width: 6px;
	}

.commTcenter { text-align: center; }
.commTcenter a:hover { text-decoration: underline; }
@media screen and (min-width: 1120px) {
	.commHead { letter-spacing: 3px; }
}
@media screen and (min-width: 1640px) {
	.commHead { font-size: 23px; letter-spacing: 5px; }
	.commItem::before { top: 12px; }
}


/* Contact zone */
.sxn-contact {
	background: #F2F2F2;
	padding: 30px 20px; position: relative; z-index: 1;
}
.sxn-contact .sxn-head { font-size: 18px; padding: 0 0 34px; }
.sxn-contact .sxn-head a {
	background: #E43636;
	border: 1px solid #FFF;
	box-sizing: border-box;
	color: #FFF; display: block; font-family: "Source Sans 3", sans-serif; font-weight: 400; line-height: 1.8; margin: 0 auto; max-width: 636px; padding: 30px 20px; transition: .5s;
}
	.sxn-contact .sxn-head a:hover {
		background: #CB3737;
		color: #000;
	}
.contactForm {
	background: #3A3A3A;
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 100%; padding: 30px 20px;
}

/* contact page */
.contactForm-page { background: transparent; }
.contactForm-page .mcContact-title { font-size: 18px; padding: 0 0 34px; }
.article .contactForm-page .mcContact-title a {
	background: #E43636;
	border: 1px solid #FFF;
	box-sizing: border-box;
	color: #FFF; display: block; font-family: "Source Sans 3", sans-serif; font-weight: 400; line-height: 1.8; margin: 0 auto; max-width: 636px; padding: 30px 20px; text-align: center; text-decoration: none; text-transform: uppercase; transition: .5s;
}
.contactForm-page .mcContact-title a:hover {
	background: #CB3737;
	color: #000;
}
@media screen and (min-width: 500px) {
	.contactForm { padding: 30px; }
}
@media screen and (min-width: 800px) {
	.sxn-contact { padding: 30px 40px; }
	.contactForm { padding: 40px 50px; }
}
@media screen and (min-width: 1120px) {
	.sxn-contact { padding: 60px; }
	.sxn-contact .sxn-head a { padding: 50px 30px 48px; }
	.contactForm { padding: 60px 70px 40px; }

	.article .contactForm-page .mcContact-title a { padding: 50px 30px 48px; }
}
@media screen and (min-width: 1640px) {
	.sxn-contact { padding: 118px 60px; }
	.sxn-contact .sxn-head { font-size: 20px; letter-spacing: 3px; }
	.sxn-contact .sxn-head a { padding: 70px 30px 68px; }
	.contactForm { padding: 114px 136px 79px; }

	.contactForm-page .mcContact-title { font-size: 20px; letter-spacing: 3px; }
	.article .contactForm-page .mcContact-title a { padding: 70px 30px 68px; }
}


/* Contact Form */
#form_2, #form_3, #form_4, #form_5 {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.fBlockTop {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.fBlockTop .formBlock { width: 100%; }
.formBlock {
	background: #FFF;
	border: 1px solid #898989;
	box-sizing: border-box;
	padding: 4px 10px;
}
.formBlock label {
	color: #272727;
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
	font-weight: 400;
	display: block; 
	margin: 0 0 5px;
}
.formInput input,
.formInput textarea,
.formInput select {
	display: block;
	width: 100%;
	outline: none;
	border: none;
	background: #FFF;
	color: #000;
	height: 22px;
	resize: none;
	box-sizing: border-box;
	font-size: 16px;
}
.formInput textarea { padding: 4px 0; height: 80px; }
.formInput select { width: calc(100% + 40px); background: none; }
.formInput input::placeholder,
.formInput select::placeholder,
.formInput textarea::placeholder { color: #000; }

.formSelect select {
	appearance: none;
	background-image: url(img/icons/icon-select-arrow-down.webp);
	background-attachment: scroll;
	background-color: #FFF;
	background-position: right top 50%;
	background-repeat: no-repeat;
	border: none;
	box-sizing: border-box;
	color: #000; height: 22px; max-width: 100%; position: relative; width: 100%; z-index: 1;
}
.formSelect select option[value="blank-option"] { display: none; }
.formSelect select:focus,
.formSelect select:focus-visible { border: none; box-shadow: none; outline: none; }

.fTextBlock {
	display: block;
	width: 100%;
}
.formSubmitBox {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 25px;
	width: 100%;
}
.formRecaptcha { vertical-align: middle; height: 60px; margin: 0; }

.formSubmit {
	background: #CB3737;
	border: 1px solid #C7C7C7;
	color: #C7C7C7;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	max-width: 174px;
	transition: .5s;
	position: relative;
	font: 15px/1 "Source Sans 3", sans-serif;
	z-index: 1;
	border-radius: 0;
	overflow: hidden;
}
.formSubmit input {
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: transparent;
	border: 0;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	color: #C7C7C7;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: 2px;
}
.formInput input::placeholder, .formInput textarea::placeholder { color: #000; }
.formSubmit:hover input { background: #E43636; color: #C7C7C7; }

.formReqBox {
	color: #C7C7C7;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px 25px;
	margin: 0 auto;
	max-width: 1270px;
	padding: 3px 0 20px;
	text-align: center;
}
.formReqBox span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2; margin: 0; padding: 0;
}
.formReqBox p {
	flex: 1;
	font-size: 14px;
	line-height: 1.4;
	padding: 0 0 10px;
}
.formReqBox p a:hover { color: #FFF; text-decoration: underline; }
@media screen and (min-width: 800px) {
	.fBlockTop { align-items: flex-start; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
	.fBlockTop .formBlock { width: calc(50% - 10px); }
	.fBlockTop .formBlock.formBlockFull { width: 100%; }
	.formSubmitCol { align-items: center; display: flex; flex-direction: column; }
}
@media screen and (min-width: 1640px) {
	.formBlock { padding: 7px 18px; }
	.formInput input, .formInput textarea, .formInput select {
		height: 32px;
	}
	.formInput textarea { padding: 7px 0; height: 110px; }
}


/* Footer zone */
#mainFooter {
	box-sizing: border-box;
	clear: both; display: block; overflow: hidden; padding: 0; position: relative; width: 100%; z-index: 1;
}
.mfInner {
	background: #F2F2F2;
	padding: 30px 20px; position: relative; z-index: 1;
}
.mfInfo {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px 0;
	justify-content: space-between;
}
.mfBlock { display: flex; flex-direction: column; gap: 17px 0; width: 100%; }
.mfHead { text-align: center; }
.mfLogo { margin: 0 auto; max-width: 335px; padding: 0; }
	.mfLogoScale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
.mfHead	.mfTitle { padding: 0; }
.mfTel { color: #F55656; font-family: "Oswald", sans-serif; font-size: 20px; font-weight: 600; letter-spacing: 1px; line-height: 1.2; }
.mfTel:hover { color: #272727; text-decoration: underline; }

.mfSearchWrap {
	box-sizing: border-box;
	margin: 0 auto; max-width: 280px; width: 100%;
}
#mflsInput {
	background: #FFF;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	color: #272727;
	font-size: 18px;
	height: 57px;
	outline: none;
	padding: 0 18px;
	width: 100%;
}
#mflsInput::placeholder { color: #272727; opacity: 1; }

.mfContact { padding: 0; text-align: center; }
.mfTitle { color: #B95252; font-family: "Oswald", sans-serif; font-size: 18px; font-weight: 500; letter-spacing: 1px; line-height: 1.2; padding: 0 0 20px; text-transform: uppercase; }
.mfTitle.mfTitle2 { padding: 0 0 11px; }
.mfLocation { font-size: 15px; letter-spacing: 1px; line-height: 2; text-transform: uppercase; }
.mfLocation a { display: block; padding: 11px 0 1px; }
.mfSocial { align-items: center; display: flex; gap: 5px 0; flex-wrap: wrap; justify-content: center; padding: 0; }
.mfSocial li:first-child { padding: 0; }
.mfSocial li:nth-child(2) { padding: 0 2px; }
.mfSocial li:nth-child(3) { padding: 0 2px; }
.mfSocial li a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	overflow: hidden;
	transition: 300ms;
}
.mfSocial img { width: 120px; height: auto; }
.mfGoogle img { margin: 0 0 0 0; }
	.mfGoogle:hover img { margin: -40px 0 0 0; }
.mfFacebook img { margin: 0 0 0 -40px; }
	.mfFacebook:hover img { margin: -40px 0 0 -40px; }
.mfLinkedIn img { margin: 0 0 0 -80px; }
	.mfLinkedIn:hover img { margin: -40px 0 0 -80px; }
.mfLocation1 { padding: 0 0 20px; }
	.mfLocation p { padding: 0 0 10px; }
	.mfLocation a { color: #F55656; }
	.mfLocation a:hover { color: #272727; text-decoration: underline; }
.mfLinks, .mfAreas, .mfConnect { margin: 0 auto; max-width: 100%; }

.mfMap iframe { border: 0; display: block; height: 300px; width: 100%; }

.fNavsub { padding: 0; }
	.fNavsub li {
		display: block;
		font: 15px/1 "Source Sans 3", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		list-style-type: none;
		list-style-position: outside;
		padding: 0 0 19px;
		position: relative;
		text-align: center;
		text-transform: uppercase;
	}
	.fNavsub a { color: #272727; padding: 0; }
	.fNavsub a:hover { color: #F55656; text-decoration: underline; }
@media screen and (min-width: 400px) {
	.mfLinks, .mfAreas, .mfConnect { width: 300px; }
	.mfSearchWrap { max-width: 335px; }
}
@media screen and (min-width: 800px) {
	.mfInner { padding: 30px 40px; }
	.mfContact { align-items: flex-start; display: flex; flex-direction: row; flex-wrap: wrap; gap: 30px; justify-content: space-between; margin: 0 auto; max-width: 100%; text-align: left; }
	.fNavsub li { text-align: left; }
	.mfLinks, .mfAreas, .mfConnect { width: auto; }
	.mfMap iframe { height: 350px; }
}
@media screen and (min-width: 1120px) {
	.mfInner { padding: 60px; }
	.mfInfo { flex-direction: column; }
	.mfBlock { width: 100%; }
	.mfBlock2 { max-width: 900px; width: 100%; }

	#mflsInput { height: 67px; }
}
@media screen and (min-width: 1200px) {
	.mfInfo { flex-direction: row; max-width: 1200px; margin: 0 auto; }
	.mfBlock { width: auto; }
	.mfBlock2 { max-width: 100%; width: calc(100% - 416px); }
	.mfHead { max-width: 100%; text-align: left; width: 335px; }
	.mfLogo { padding: 0 0 15px; }
	.mfLogoScale { margin: 0; }
	.mfContact { border: none; margin: 0; position: relative; z-index: 1; }
	.mfLinks, .mfAreas, .mfConnect { margin: 0; }
	.mfLinks { width: 380px; }
	.mfSocial { justify-content: flex-start; }
}
@media screen and (min-width: 1640px) {
	.mfInner { padding: 98px 60px; }
	.mfInfo { max-width: 1600px; }
	.mfBlock2 { width: calc(100% - 550px); }
	.mfTitle { font-size: 20px; padding: 0 0 31px 0; }
	.mfTitle.mfTitle2 { padding: 0 0 23px; }
	.mfLocation { font-size: 17px; }
	.mfTel { font-size: 24px; }

	#mflsInput { height: 77px; }
	.mfMap iframe { height: 420px; }
	.fNavsub li { font-size: 17px; }
}


/* RESPONSIVE */
#mmBrandingWrapper {
	background: #191919;
	padding: 30px 20px; text-align: center;
}
#mmBranding { display: inline-block; overflow: hidden; }
#mmBranding, #mmBranding a { color: #86898F; font: normal 14px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif; text-decoration: none; }
#mmBranding a:hover { color: #E43636; font-weight: normal; text-decoration: underline; }
#logo-mm { display: inline-block; }
#mmBranding p { margin: auto; padding: 0 0 13px; max-width: 100%; /*modme*/ text-align: center; }
#mmBranding br { display: none; }
.mmBrandingLegal { display: block; font-size: 12px; font-weight: 400; padding: 0 0 10px; }
.mmBrandingBody {
	box-sizing: border-box; display: block; padding: 0 0 10px;
}
.fNav { padding: 0; text-align: center; }
	.fNav li {
		padding: 0;
		display: inline-block;
		list-style-type: none;
		list-style-position: outside;
		text-align: center;
		line-height: 1;
		font-size: 12px;
		font-weight: 400;
	}
	.fNav a { color: #FFF; padding: 6px 10px 6px 6px; text-decoration: underline !important; }
	.fNav a:hover { color: #E43636; }
	.fNav li:first-child a { padding-left: 0; }
	.fNav li:last-child a { padding-right: 0; }
@media screen and (min-width: 600px) {
	#mmBrandingWrapper { text-align: left; }
	#mmBranding { display: inline-block; }
	#logo-mm { display: inline-block; margin: 0; vertical-align: bottom; }
	#mmBranding p { display: inline-block; margin: 0; max-width: none; text-align: left; vertical-align: bottom;	}
	#mmBranding br { display: inline; }
	.fNav { text-align: left; }
}
@media screen and (min-width: 800px) {
	#mmBrandingWrapper { padding: 30px 40px; }
}
@media screen and (min-width: 1120px) {
	#mmBrandingWrapper { padding: 30px 60px; }
}
@media screen and (min-width: 1640px) {
	#mmBrandingWrapper { padding: 55px 60px 46px; }
}
/* 	END FOOTER */


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


/* Contact Form Styling */
input[type=submit] {cursor: pointer; -webkit-appearance: none;border-radius: 0;}
.nc_form {
	background-color: #f0f0f0;
	padding: 20px 10px;
	margin: 0 0 15px;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #333333;
	min-width: 255px;
}
.nc_form .form-part{margin: 0 0 10px;}
.nc_form .req {color: #F71704;}
.nc_form .groupLegend{
	font-size: 18px;
	margin: 0 0 5px;
}
.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {display: block; width: 100%; padding: 0; box-sizing: border-box; }
	.nc_form input, .nc_form textarea {background: #fff; color: #000;}
	.nc_form input::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;
	margin: 0 auto;
	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;
	}
}


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

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

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

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

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

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

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

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

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

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

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

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

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


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


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


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


/* Blog Page */
.blog-sidebar {
	background: #F2F2F2;
  box-sizing: border-box;
	display: block;
	padding: 20px;
	position: relative;
  width: 100%;
	z-index: 1;
}
.blog-sidebar .sxn-head { color: #000; padding: 0 0 20px; }
.sbBox { border-top: 2px solid #000; display: block; padding: 14px 0 13px; }
.sbBox:last-child { padding: 14px 0 0; }
.blog-sidebar a:hover { text-decoration: underline; }
.blog-sidebar > ul {
	padding: 0 20px 40px 40px;
	font-style: normal;
}
.blog-sidebar > ul li { padding: 0 0 10px; }
.blog-sidebar > ul li:last-child { padding: 0; }
.blog-sidebar > ul li a { color: #000; position: relative; }
.blog-sidebar > ul li a:hover { color: #E43636; }
.blog-sidebar > ul li a::before { background: #000; border-radius: 6px; content: ""; height: 6px; left: -20px; position: absolute; top: 8px; width: 6px; }
.blog-sidebar > ul li a:hover::before { background: #E43636; }
.blog-sidebar > ul > ul { padding: 0 0 0 20px; }
.blog-sidebar > ul:last-child { padding: 0 20px 0 40px; }
@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;
	}
}
@media screen and (min-width: 1640px) {
	.blog-sidebar { padding: 30px; }
	.blog-sidebar > ul { padding: 0 30px 40px 50px; }
	.blog-sidebar > ul:last-child { padding: 0 30px 0 50px; }
	.blog-sidebar > ul li a::before { top: 10px; }
}


/* Blog zone */
.sbBlog { background: #F7F5F3; padding: 40px 0 30px; }
.sbBlog .sxn-head { border-bottom: 1px solid #B4B4B4; margin: 0 0 11px; padding: 0 20px 34px 20px; }
.sbBlogList { display: block; padding: 0 20px; }
	.sbBlogList li { padding: 0 0 5px; }
	.sbBlogList li:last-child { padding: 0; }
	.sbBlogList li a { background: #D6AC60; border-radius: 5px; color: #f9eedc; display: block; padding: 5px 5px 6px 35px; position: relative; }
	.sbBlogList li a:before {
		border-top: 2px solid #f9eedc;
		border-left: 2px solid #f9eedc;
		content: ''; height: 10px; left: 5px; margin: -10px 0 0 0; position: absolute; top: 50%; transform: rotateZ(135deg) translateY(-50%); width: 10px;
	}
	.sbBlogList li a:hover { background: #8C1717; color: #FFF; }
	.sbBlogList li a:hover:before { border-top: 2px solid #FFF; border-left: 2px solid #FFF; }
	.sbBlogList li ul.children { padding: 5px 0 0 15px; }
.sbBlogArchives { padding: 0 20px 40px 20px; }


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


/*  < youtube css + modal >  */
.youtube-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 99999999;
}
.ytContent {
  position: relative;
  max-width: 640px;
  max-height: 360px;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.youtube-embed-cont {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-embed-cont iframe, .youtube-embed-cont object, .youtube-embed-cont embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.article .youtube-embed-cont {margin: 0 0 30px;}
/*  </ youtube css + modal >  */


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


@media screen and (min-width: 800px) {
	.post_entry_mult_right { padding: 0 0 0 170px; }
}


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


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


/* Form Validation -- Begins */
form input[type=text].validationError, 
form textarea.validationError, 
form select.validationError,
form .validationError::placeholder {
    background-color: red !important;
    color: #fff !important;
}
form .validationError:-moz-placeholder,
form .validationError::-moz-placeholder {
	opacity: 1;
}
input[type=checkbox].validationError {
    position:relative
}
.cfRequiredMark {
	position: relative;
	font-size: 0;
}
input[type=radio].validationError + .cfRequiredMark:before,
input[type=checkbox].validationError  + .cfRequiredMark:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: -26px;
	top: -11px;
	background-color: red;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	opacity: 1;
	box-shadow: 1px 1px 3px red;
}
.validationFeedback {
    display: none;
    text-align: center;
    background-color: #f5770c;
    color: #000;
    padding: 20px 20px 0;
    margin: 20px auto;
}
.vfActive {
  display: block;
}
.vfFailedFullNamelValidationPrompt,
.vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidationPrompt,
.vfFailedZipValidationPrompt {display: none;}
.vfFailedFullNamelValidation .vfFailedFullNamelValidationPrompt,
.vfFailedEmailValidation .vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt,
.vfFailedZipValidation .vfFailedZipValidationPrompt {display: block;}
/* Form Validation -- Ends */


/*  < navmm_scrollable v1.3 >  */
nav.mm_mob .navmm_scrollable .menu_more_indicator {
	display: none;
}
@media screen and (min-width: 800px) {
	nav.mm .navmm_scrollable .navmm_scroll_menu {
		z-index: 999;
		position: absolute;
		top: 100%;
		left: 0;
		width: 200px; /* modme */
/* 		background: #4B91E2; */ /* modme */
		transform-origin: top;
		-moz-transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		opacity: 0;
		transition: 300ms;
	}
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu {
		-moz-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
	}
	nav.mm .navmm_scrollable .navmm_scroll_menu > ul {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		max-height: calc( 60vh - 140px );
		overflow-y: auto;
	}
/*	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu > ul {
		max-height: calc( 20rem - 140px );
	} */
	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu {
		left: 100%;
		top: 0;
	}
	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu ul {
		left: 0;
	}
	nav.mm .navmm_scrollable .navmm_scroll_menu > ul {
		-moz-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
	}
	nav.mm .navmm_scrollable .menu_more_indicator {
		display: none;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	nav.mm .navmm_scrollable:hover .menu_more_indicator {
		display: block;
		height: 42px;
		padding: 4px 8px;
		font-size: 18px;
		color: #fff;
		width: 100%;
		line-height: 1;
		font-style: normal;
		font-weight: normal;
		text-align: center;
		text-transform: uppercase;
		background: #000;
		border: 1px solid #000;
	}
	nav.mm .navmm_scrollable:hover .menu_more_indicator.js_inactive {
		display: none;
	}
	nav.mm .navmm_scrollable:hover .menu_more_indicator.js_scroll_inactive {
		display: none;
	}
	nav.mm .navmm_scrollable .menu_more_indicator .menu_more_indicator_label {
		display: inline-block;
		padding: 1px 0 0;
		vertical-align: middle;
	}
	nav.mm .navmm_scrollable .menu_more_indicator_icon {
		display: inline-block;
		margin: 0 0 0 10px;
		width: 19px;
		height: 31px;
		vertical-align: middle;
		background-image: url(img/mouse-scroll-animation.png);
	}
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu > ul ul {
		opacity: 1;
		position: relative;
		top: 0;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 100%;
		border-left: 0;
		border-bottom: 0;
		transform: scaleY(1);
	}
/* 
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu > ul > li > ul {
		margin: 0 0 0 20px;
		width: calc( 100% - 21px );
	}
 */
}
/*  </ navmm_scrollable v1.3 >  */

nav.mm .navmm_scrollable .navmm_scroll_menu ul {top: 0;}
nav.mm .navmm_scrollable .navmm_scroll_menu ul ul {padding: 0;}
nav.mm .navmm_scrollable .navmm_scroll_menu ul a { color: #000; }
nav.mm .navmm_scrollable ul li:hover > a { background: #FFF;} /* modme to match ul bg color */
nav.mm .navmm_scrollable ul li:hover > a:hover {background: #E43636; color: #FFF;} /* modme to match hover bg color */
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul a {padding-left: 20px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul a {padding-left: 40px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul ul a {padding-left: 70px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul ul ul a {padding-left: 100px;}


/* MC Bio */
.mcBio { display: flex; flex-direction: column; gap: 30px 20px; padding: 30px 0 0; width: 100%; }
.mcBio h1 em { color: #B95252; display: block; font-family: "Source Sans 3", sans-serif; font-size: 15px; font-style: normal; font-weight: 400; padding: 12px 0 0; }
.mcBio h2 { font-weight: 400; }
.mcBio h3 { font-weight: 400; text-transform: uppercase; }
.article .mcBio .sxn-button { cursor: default; margin: 0 auto; max-width: 212px; padding: 15px 20px 14px; }
.mcBio-side { margin: 0 auto; max-width: 280px; padding: 0; text-align: center; }
	.mcBio-img {
		box-sizing: border-box;
		display: block; margin: 0 auto; padding: 0 0 36px;
	}
	.mcBio-scale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
	.mcBio-cont {
		background: #FFF;
		box-sizing: border-box;
		display: block; padding: 30px;
	}
@media screen and (min-width: 1120px) {
	.mcBio { align-items: flex-start; flex-direction: row; gap: 0 82px; justify-content: space-between; }
	.article .mcBio .sxn-button { margin: 0; }
	.mcBio-side { width: 37%; }
		.mcBio-img { margin: 0; }
	.mcBio-cont { flex: 1; padding: 45px 48px; }
}
@media screen and (min-width: 1640px) {
	.mcBio { gap: 0 108px; }
	.mcBio h1 em { font-size: 18px; padding: 22px 0 0; }
	.mcBio-side { max-width: 414px; }
	.mcBio-cont { padding: 59px 82px; }
}


/* MC Badge */
.mcBadge { align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 30px; justify-content: center; padding: 30px 0 0; }
.mcBadge-item { max-width: 100%; }
.mcBadge-item1 { width: 182px; }
.mcBadge-item2 { width: 226px; }
.mcBadge-img { display: block; height: auto; margin: 0 auto; max-width: 100%; }
@media screen and (min-width: 1120px) {
	.mcBadge { justify-content: flex-start; gap: 0 33px; }
}


/* MC Tab list */
.mctab-list { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 20px; justify-content: center; }
.mctab-item {
	background: #F2F2F2;
	box-sizing: border-box;
	max-width: 100%; padding: 30px; width: 320px;
}
.mctab-school { color: #E43636; display: block; font-family: "Source Sans 3", sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 1px; line-height: 1.2; padding: 0 0 16px; text-transform: uppercase; }
.mctab-degree { color: #000; padding: 0 0 8px; }
.mctab-location { color: #000; }
@media screen and (min-width: 800px) {
	.mctab-list { align-items: flex-start; flex-direction: row; justify-content: flex-start; }
}
@media screen and (min-width: 1120px) {
	.mctab-item { padding: 38px 45px 35px; width: 260px; }
}
@media screen and (min-width: 1640px) {
	.mctab-list { gap: 30px; }
	.mctab-item { padding: 38px 55px 35px; width: 400px; }
}


/* MC Tabs */
.mctabWrap {
	box-sizing: border-box;
	max-width: 100%;
	margin: 0;
}
.mctab {
	display: flex;
	gap: 10px 32px;
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}
.article .mctab { padding: 0 0 32px 0; }
.mctab div {
	color: #000;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0;
	transition: 0.3s ease;
}
.mctab div:hover {
	color: #F55656;
}
.mctab div.active {
	color: #F55656;
}
.mctab-body {
	display: none;
}
.mctab-body.open {
	display: block;
}
.mctab-body p:empty { display: none; }
@media screen and (min-width: 1120px) {
	.article .mctab { padding: 0 0 52px 54px; }
}


/* MC Custom styles */
.mcBtn-custom {
	background: #E85454;
	border: 1px solid #272727;
	box-sizing: border-box;
	color: #FFF;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 12px 20px 11px;
	position: relative;
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: .5s;
	width: 100%;
	z-index: 1;

	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mcBtn-custom:hover,
.article .mcBtn-custom:hover {
	background: #FFF;
	color: #000; text-decoration: none;
}

/* MC Button light */
.mcBtn-light {
	background: #FFF;
	border: 1px solid #272727;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 12px 20px 11px;
	position: relative;
	margin: 14px auto 0;
	max-width: 164px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: .5s;
	width: 100%;
	z-index: 1;

	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mcBtn-light:hover,
.article .mcBtn-light:hover {
	background: #E85454;
	color: #FFF; text-decoration: none;
}

/* MC Bg dark */
.mcBg-dark {
	background: #3A3A3A;
	box-sizing: border-box;
	color: #FFF; display: block; margin: 10px auto 30px; max-width: 100%; padding: 40px 20px;
}

.mcReview {
	background: #F9FAFB;
	border-radius: 10px;
	box-sizing: border-box;
	display: block; margin: 0 auto 40px; max-width: 1120px; padding: 20px;
}

.mcTxtc { font-weight: 700; letter-spacing: 1px; text-align: center; }
.mcTbold { font-weight: 700; }
	.mcTbold span { color: #EE0000; text-transform: uppercase; }
.mcTred { color: #EE0000; font-weight: 700; }
.mcTem { color: #EE0000; font-style: italic; font-weight: 400; }

.mcBox-bd {
	border: 2px solid #000;
	box-sizing: border-box;
	display: block; margin: 0 auto 20px; padding: 10px; width: 100%;
}
.article .mcBox-bd h3 { text-transform: uppercase; }
.mcBox-bd .mcBtn-custom { max-width: 534px; }

.mcBtns { align-items: flex-start; display: flex; flex-direction: row; flex-wrap: wrap; gap: 4px; justify-content: center; padding: 0 0 20px; }
	.mcBtns .mcBtn-dark { margin: 0; max-width: 267px; }
	.mcBtns .mcBtn-light { margin: 0; max-width: 217px; padding: 15px 10px 14px; }
	.mcBtns2 .mcBtn-dark { max-width: 343px; }

	.article .mcBtn-dark:hover,
	.article .mcBtn-light:hover { text-decoration: none; }

.mcDesk {
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 350px; padding: 0 0 30px;
}
.mcDesk-scale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
@media screen and (min-width: 800px) {
	.mcBtn-custom,
	.mcBtn-light { margin: 14px 0 0; }
	.mcBox-bd .mcBtn-custom { margin: 0; }

	.mcBtns { justify-content: flex-start; }
}
@media screen and (min-width: 1120px) {
	.mcBg-dark { padding: 60px 40px; }

	.mcReview { margin: 0 auto 60px; }
}
@media screen and (min-width: 1640px) {
	.mcBtn-custom,
	.mcBtn-light { letter-spacing: 2px; }

	.mcBg-dark { padding: 64px 82px; }

	.mcReview { margin: 0 auto 77px; }
}


/* MC Sub Page 2 column */
.mcSub {
	box-sizing: border-box;
	align-items: stretch; display: flex; flex-direction: column; gap: 30px 56px; margin: 0 auto 48px; max-width: 800px; padding: 0; width: 100%;
}
.mcSub-col {
	box-sizing: border-box;
	display: block;
}

.mcSub-bd {
	border: 1px solid #E43636;
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 400px; padding: 17px;
}
.mcSub-bg {
	background: #F2F2F2;
	box-sizing: border-box;
	display: block; padding: 20px;
}

.mcSub-title {
	color: #E43636;
	display: block;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 46px 0 21px;
	position: relative;
	text-transform: uppercase;
}
.mcSub-title::before {
	background-image: url(img/icons/icon-5star.webp);
	background-position: left top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	content: ''; height: 26px; left: 0; position: absolute; top: 0; width: 137px;
}
.mcSub-author {
	color: #E43636;
	display: block;
	font-family: "Source Sans 3", sans-serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
}

.mcSub-img {
	box-sizing: border-box;
	display: block;
}
.mcSub-scale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
@media screen and (min-width: 800px) {
	.mcSub-bg { padding: 32px; }
}
@media screen and (min-width: 1120px) {
	.mcSub { align-items: flex-start; flex-direction: row; gap: 0 84px; margin: 0 auto 68px; max-width: 100%; }
	.page-id-1032 .mcSub { align-items: center; } /* testimonials */
	.mcSub-col { flex: 1 1 0; }
	.mcSub-bd { margin: 0; max-width: 100%; }

	.mcSub-bg { padding: 45px 48px; }

	.mcSub-title { font-size: 24px; letter-spacing: 3px; }
}
@media screen and (min-width: 1640px) {
	.mcSub { gap: 0 154px; margin: 0 auto 98px; }

	.mcSub-bg { padding: 59px 82px 58px; }

	.mcSub-title { font-size: 30px; letter-spacing: 5px; padding: 56px 30px 21px 0; }
	.mcSub-title::before { height: 30px; width: 159px; }
	.mcSub-author { padding: 20px 0 0; }
}


/* MC About */
.mcAbout {
	box-sizing: border-box;
	align-items: flex-start; display: flex; flex-direction: column; gap: 40px 45px; justify-content: space-between;
	margin: 0 auto; max-width: 100%; padding: 17px 0 14px;
}
.mcAbout-side {
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 100%; padding: 0; position: relative; width: 247px; z-index: 1;
}
	.mcAbout-scale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
.mcAbout-cont { margin: 0 auto; padding: 0; width: 100%; }
@media screen and (min-width: 1120px) {
	.mcAbout { flex-direction: row; gap: 0 30px; }
	.mcAbout-side { margin: 0; order: 1; }
	.mcAbout-cont { margin: 0; order: 0; width: calc(100% - 277px); }
}


/* MC Case Results */
.mcCase {
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 100%; padding: 0;
}
.mcCase-cont { margin: 0 auto; padding: 0; position: relative; width: 100%; z-index: 1; }
.mcCase-side { margin: 0 auto; max-width: 100%; padding: 39px 0; position: relative; width: 414px; z-index: 1; }
.mcCase-side::before {
	background: #F5F5F5;
	content: ''; height: 100%; left: -50%; position: absolute; top: 0; transform: translateX(-50%); width: calc(100% + 2000px); z-index: -1;
}
	.mcCase-side p:empty { display: none; }

.mcCase-box {
	background: #FFF;
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 314px; width: 100%;
}
.mcCase-img { display: block; height: auto; position: relative; width: 100%; z-index: 1; }
	.mcCase-scale { display: block; height: auto; margin: 0 auto; max-width: 100%; transition: .5s; }
.mcCase-name {
	background: #3A3A3A;
	box-sizing: border-box;
	color: #E43636; display: block; letter-spacing: 1px; padding: 15px; text-transform: uppercase;
}
	.mcCase-name em { color: #FFF; display: block; }

.mcCase-box:hover .mcCase-name {
	background: #E43636;
	color: #C7C7C7;
}
.article .mcCase-box:hover { text-decoration: none; }
.mcCase-box:hover .mcCase-scale { filter: brightness(1.1) contrast(0.9); }
@media screen and (min-width: 1120px) {
	.mcCase { align-items: center; display: flex; flex-direction: row; gap: 0 100px; justify-content: space-between; }
	.mcCase-cont { margin: 0; padding: 30px 0; width: calc(100% - 514px); }
	.mcCase-side { margin: 0; padding: 49px 0; }
	.mcCase-side::before { left: 0; transform: none; }

	.mcCase-name { padding: 20px 30px; }
}
@media screen and (min-width: 1400px) {
	.mcCase-cont { width: calc(100% - 614px); }
	.mcCase-side { width: 514px; }
}
@media screen and (min-width: 1640px) {
	.mcCase-cont { width: calc(100% - 714px); }
	.mcCase-side { padding: 59px 0; width: 614px; }

	.mcCase-box { max-width: 414px; }
	.mcCase-name { letter-spacing: 2px; padding: 24px 55px 27px; }
		.mcCase-name em { padding: 3px 0 0; }
}


/* MC Page */
.mcPage {
	box-sizing: border-box;
	color: #C7C7C7; display: block; margin: 0 auto; max-width: 100%; padding: 40px 0; position: relative; z-index: 1;
}
.mcPage::before {
	background: #3A3A3A;
	content: ''; height: 100%; left: -50%; position: absolute; top: 0; width: calc(100% + 2000px); z-index: -1;
}
.article .mcPage h2,
.article .mcPage h3 { color: #C7C7C7; font-weight: 400; text-transform: uppercase; }
/* Commercial Litigation | False Arrest Lawyer */
:is(.page-id-1024, .page-id-1026) .article .mcPage h2 { padding: 10px 0 40px; text-align: center; }

.mcPage-inner { align-items: stretch; display: flex; flex-direction: column; gap: 0 40px; position: relative; z-index: 1; }

.mcPage-call {
	box-sizing: border-box;
	display: block; letter-spacing: 1px; margin: 0 auto; max-width: 1060px; padding: 48px 0 0; text-align: center;
}
@media screen and (min-width: 1030px) {
	.mcPage-inner { align-items: flex-start; flex-direction: row; gap: 0 84px; }
	.mcPage-inner::before {
		background: #616161;
		content: ""; height: 100%; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 1px;
	}
	.mcPage-col { flex: 1; }
}
@media screen and (min-width: 1120px) {
	.mcPage { padding: 60px 0; }
}
@media screen and (min-width: 1640px) {
	.mcPage { padding: 111px 0 98px; }
	.mcPage-inner { gap: 0 153px; }
	.mcPage-call { letter-spacing: 2px; }
}


/* MC More Practice Areas */
.mcMorePA {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	padding: 10px 0 20px;
}
.mcMorePA-item {
	background: #3A3A3A;
	box-sizing: border-box;
	min-height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;

	color: #C7C7C7;
	cursor: pointer;
	font-size: 15px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.mcMorePA-item:nth-child(5),
.mcMorePA-item:nth-child(6) { grid-column: span 1; }
.article .mcMorePA-item:hover {
	background: #E43636;
	color: #FFF; text-decoration: none;
}
.mcMorePA-url {
	color: #C7C7C7;
	cursor: pointer;
	display: block;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}
.article .mcMorePA-url:hover { color: #FFF; text-decoration: none; }
@media screen and (min-width: 800px) {
	.mcMorePA { grid-template-columns: repeat(2, 1fr); }
	.mcMorePA-item { min-height: 107px; }
}
@media screen and (min-width: 1120px) {
	.mcMorePA {
		grid-template-columns: repeat(4, 1fr);
		gap: 30px;
	}
	.mcMorePA-item { min-height: 174px; }
	.mcMorePA-item:nth-child(5),
	.mcMorePA-item:nth-child(6) { grid-column: span 2; }
	.mcMorePA-url { letter-spacing: 2px; }
}
@media screen and (min-width: 1640px) {
	.mcMorePA { gap: 46px; padding: 20px 0 49px; }
}


/* MC PA columns */
.mcPa {
	box-sizing: border-box;
	align-items: stretch; display: flex; flex-direction: column; gap: 0 56px; margin: 0 auto; max-width: 100%; padding: 0; width: 100%;
}
.mcPa-item {
	box-sizing: border-box;
	display: block; padding: 0 0 10px;
}
@media screen and (min-width: 1120px) {
	.mcPa { align-items: flex-start; flex-direction: row; gap: 0 86px; }
	.mcPa-item { flex: 1 1 0; }
}
@media screen and (min-width: 1640px) {
	.mcPa { gap: 0 118px; }
}


/* More Content */
.mcViewToggle { color: #F55656; cursor: pointer; font-size: 15px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.mcViewToggle:hover { color: #000; }
.mcMore { display: none; transition: 5s; }
.mcMore.active { display: block; }
@media screen and (min-width: 1640px) {
	.mcViewToggle { letter-spacing: 2px; }
}