/*
Theme Name: Brian G. Miller 2021
Version: 100.0
Template: universal_mm
*/

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

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

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

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

a {outline: none;}

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

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

/*  < adaBtn >  */
.adaBtn{
	display: block !important;
	position: fixed;
	bottom: 55px;
	left: 5px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 9999;
}
.adaBtn > img{ width: 100%; height: auto; }
.adaBtn:hover > img{ margin-top: -41px; }
@media screen and (min-width: 800px){
	.adaBtn{
		bottom: 5px;
	}
}
@media screen and (min-width: 1120px){
	.adaBtn{
		width: 60px;
		height: 60px;
	}
	.adaBtn:hover > img{ margin-top: -61px; }
}
/*  </ adaBtn >  */

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

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

#wrapper {}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	text-align: center;
	font-family: 'Fira Sans', sans-serif;
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}
.phTop{
	background: #262626;
	color: #fff;
	padding: 10px;
}
.phtCTA{
	display: block;
	padding: 0 0 5px;
}
.phtPhone{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin: 0 10px 10px;
}
.phtPhone > span{
	font-weight: normal;
	color: #d34337;
}
.phtContact{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #a73026;
	line-height: 1;
	transition: 300ms;
	margin: 0 0 0 10px;
}
.phtContact:hover{ background-color: #d85b50; }

#mhWrapper {}
#mainHeader {

}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 381px; /*modme*/
		margin: 10px auto 20px;
	}
	#logo-main img {display: block; width: 100%; height: auto;}

/* 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 10px;
	font-size: 14px;
	color: #262626;
	line-height: 1;
	font-weight: bold;
	transition: 300ms;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {color: #d85b50;}
nav.mm ul ul {background: #a73026; width: 180px; border: 1px solid #d85b50;}
nav.mm ul ul li:hover > a {background: #d85b50;}
nav.mm ul ul li {border-top: 1px solid #d85b50;}
nav.mm ul ul a {
	color: #fff;
	padding: 10px 5px;
	font-size: 13px;
	transition: 300ms;
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm > ul > li {display: inline-block;}
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;}

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




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: #a73026;} /*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.webp);
		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 #8c2118;} /*modme*/
	#mm1 {border-left: 1px solid #8c2118;} /*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;
	text-align: left;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 0;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
		    padding: 5px 20px 4px 0;
		    color: #000;
		    font: 15px/1 arial, sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			background: #a73026; /*modme*/
			color: #fff;
			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;}
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 rgba(0,0,0,0.15);
    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: #a73026;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}

@media screen and (min-width: 800px) {
	#wrapper {
		padding: 191px 0 0; /*modme*/
	}
	.phTop{ padding: 0; }
	.phtMain{ overflow: hidden; padding: 10px 20px; }
	.phtCTA{ float: left; padding: 4px 0 0; }
	.phtRight{ float: right; }
	.phtPhone{
		border-right: 1px solid #fff;
		margin: 0 10px 0 0;
		padding-right: 10px;
	}
	.phtPhone:nth-of-type(2){ margin: 0; border: 0; }
	#persistentHeader{
		background: #fff; /*modme*/
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		box-shadow: 0 5px 30px 0 rgba(0,0,0,0.25);
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
	body.sticky_zone #logo-main{ max-width: 250px; margin: 10px auto; }
}
@media screen and (min-width: 1120px) {
	#wrapper { padding: 133px 0 0; }	
	.phtCTA{ padding: 6px 0 0; }
	.phtPhone{
		font-size: 22px;
		position: relative;
		padding: 2px 10px 0 25px;
	}
	.phtPhone:before{
		content: '';
		position: absolute;
		width: 18px;
		height: 32px;
		background: url(img/header/phone.webp);
		top: 0;
		left: 0;
	}
	.phtContact{
		padding: 8px 50px 6px 30px;
		position: relative;
	}
	.phtContact:before{
		content:'';
		position: absolute;
		width: 20px;
		height: 20px;
		background: #262626;
		top: 5px;
		right: 5px;
		transition: 300ms;
	}
	.phtContact:hover:before{ background-color: #fff; }
	.phtContact:after{
		content: '';
		position: absolute;
		width: 8px;
		height: 8px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		top: 10px;
		right: 13px;
		transition: 300ms;
	}
	.phtContact:hover:after{ border-color: #262626; }
	#mainHeader{
		position: relative;
		padding: 0 20px;
	}
	#mainHeader:after{
		content: '';
		display: table;
		clear: both;
	}
	#logo-main{
		max-width: 300px;
		float: left;
		margin: 0;
		padding: 10px 0;
	}
	nav.mm{
		float: right;
		width: calc(100% - 300px);
		text-align: right;
		padding: 25px 0 0;
	}
	nav.mm > ul > li > a{ padding: 10px 15px; }
	body.sticky_zone #logo-main{ max-width: 300px; margin: 0; }
}
@media screen and (min-width: 1400px){
	nav.mm > ul > li > a{ padding: 10px 20px; font-size: 16px; }
	nav.mm .multiCol > ul {
	    width: 350px;
	}
}
@media screen and (min-width: 1640px) {
	#wrapper { padding: 164px 0 0; }	
	.phtMain{
		max-width: 1800px;
		margin: 0 auto;
	}
	.phtCTA{ font-size: 18px; }
	.phtPhone{ font-size: 26px; padding: 0 10px 0 25px; }
	.phtContact{ font-size: 18px; padding: 8px 50px 7px; }
	.phtContact:before{
		width: 25px;
		height: 25px;
		top: 4px;
		right: 4px;
	}
	.phtContact:after{
		width: 11px;
		height: 11px;
		top: 10px;
		right: 13px;
	}
	#mainHeader{ max-width: 1800px; margin: 0 auto; }
	#logo-main{ max-width: 381px; padding: 15px 0; margin: 0; }
	nav.mm{ width: calc(100% - 381px); padding: 35px 0 0; }
	nav.mm > ul > li > a{
		font-size: 20px;
		padding: 10px 20px;
	}
	nav.mm ul ul a {
		font-size: 15px;
	}
	nav.mm .multiCol > ul {
	    width: 400px;
	}	
	body.sticky_zone #logo-main{ max-width: 250px; }
	body.sticky_zone nav.mm{ padding: 22px 0 0; }
}

#homeslides {
	position: relative;
	background-color: gray;
	height: 300px;
	overflow: hidden;
}

.homeslide {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
/* 	background-image: url(img/slides/home/600/1-v5.webp);
	background-size: cover; */
}

#homeslideImg1 { background-image: url(img/slides/home/600/1-v6.webp); }
#homeslideImg2 { background-image: url(img/slides/home/600/2.webp); }
#homeslideImg3 { background-image: url(img/slides/home/600/3.webp); }
.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
}
.slideBox {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 100px 20px 20px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
}
.slideHead,
.slideSubhead{
	display: block;
	line-height: 1;
	text-transform: uppercase;
}
.slideHead{ font-size: 28px; }
.slideBody {
	padding: 10px 0 0;
	font-style: italic;
	font-size: 15px;
}

.subslide {
	background-position: center top;
	background-repeat: no-repeat;
	height: 120px;
	background-size: cover;
	position: relative;
}
.page-id-175 .subslide,
.page-id-176 .subslide,
.page-id-177 .subslide,
.page-id-855 .subslide{
	background-size: auto;
	height: 450px;
}
.ssContent{
	position: absolute;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	color: #000;
	background: #fff;
	font-family: 'Crimson Text', serif;
	text-align: center;
	line-height: 1;
}
.ssName{
	font-size: 30px;
	display: block;
}
#subslide1 { background-image: url(img/slides/sub/600/1-v2.webp); }
#subslide2 { background-image: url(img/slides/sub/600/2.webp); }
#subslide3 { background-image: url(img/slides/sub/600/3.webp); }
#subslide4 { background-image: url(img/slides/sub/600/4.webp); }
#subslide5 { background-image: url(img/slides/sub/600/5.webp); }
#subslide6 { background-image: url(img/slides/sub/600/6.webp); }
#subslide7 { background-image: url(img/slides/sub/600/7.webp); }
#subslide8 { background-image: url(img/slides/sub/600/8.webp); }
#subslide9 { background-image: url(img/slides/sub/600/9.webp); }
#subslide10 { background-image: url(img/slides/sub/600/10.webp); }
#subslide11 { background-image: url(img/slides/sub/600/11.webp); }
#subslide12 { background-image: url(img/slides/sub/600/12.webp); }
#subslide13 { background-image: url(img/slides/sub/600/13.webp); }
#subslide14 { background-image: url(img/slides/sub/600/14.webp); }
#subslide15 { background-image: url(img/slides/sub/600/15.webp); }
#subslide16 { background-image: url(img/slides/sub/600/16.webp); }
#subslide17 { background-image: url(img/slides/sub/600/17.webp); }
#subslide18 { background-image: url(img/slides/sub/600/18.webp); }
#subslide19 { background-image: url(img/slides/sub/600/19.webp); }
#subslide20 { background-image: url(img/slides/sub/600/20.webp); }
#subslide21 { background-image: url(img/slides/sub/600/21.webp); }
#subslide22 { background-image: url(img/slides/sub/600/22.webp); }
#subslide23 { background-image: url(img/slides/sub/600/23.webp); }
#subslide24 { background-image: url(img/slides/sub/600/24.webp); }
#subslide25 { background-image: url(img/slides/sub/600/25.webp); }
#subslide26 { background-image: url(img/slides/sub/600/26.webp); }
#subslide27 { background-image: url(img/slides/sub/600/27.webp); }
#subslide28 { background-image: url(img/slides/sub/600/28.webp); }
#subslide29 { background-image: url(img/slides/sub/600/29.webp); }
#subslide30 { background-image: url(img/slides/sub/600/30.webp); }
#subslide31 { background-image: url(img/slides/sub/600/31.webp); }
#subslide32 { background-image: url(img/slides/sub/600/32.webp); }
#subslide33 { background-image: url(img/slides/sub/600/33.webp); }
#subslide34 { background-image: url(img/slides/sub/600/34.webp); }
#subslide35 { background-image: url(img/slides/sub/600/35.webp); }
#subslide36 { background-image: url(img/slides/sub/600/36.webp); }
#subslide37 { background-image: url(img/slides/sub/600/37.webp); }
#subslide38 { background-image: url(img/slides/sub/600/38.webp); }
#subslide39 { background-image: url(img/slides/sub/600/39.webp); }
#subslide40 { background-image: url(img/slides/sub/600/40.webp); }
#subslide41 { background-image: url(img/slides/sub/600/41.webp); }
#subslide42 { background-image: url(img/slides/sub/600/42-v2.webp); }
#subslide43 { background-image: url(img/slides/sub/600/43-v2.webp); }
#subslide44 { background-image: url(img/slides/sub/600/44-v2.webp); }
#subslide45 { background-image: url(img/slides/sub/600/45.webp); }
#subslide46 { background-image: url(img/slides/sub/600/46.webp); }
#subslide47 { background-image: url(img/slides/sub/600/47.webp); }
#subslide48 { background-image: url(img/slides/sub/600/48.webp); }
#subslide49 { background-image: url(img/slides/sub/600/49.webp); }
#subslide50 { background-image: url(img/slides/sub/600/50.webp); }
#subslide51 { background-image: url(img/slides/sub/600/51.webp); }
#subslide52 { background-image: url(img/slides/sub/600/52-v3.webp); }
#subslide53 { background-image: url(img/slides/sub/600/53-v4.webp); }
#subslide54 { background-image: url(img/slides/sub/600/54-v3.webp); }
#subslide55 { background-image: url(img/slides/sub/600/55.webp); }
#subslide56 { background-image: url(img/slides/sub/600/56.webp); }
#subslide57 { background-image: url(img/slides/sub/600/57.webp); }
#subslide58 { background-image: url(img/slides/sub/600/58.webp); }
#subslide59 { background-image: url(img/slides/sub/600/59.webp); }
#subslide60 { background-image: url(img/slides/sub/600/60.webp); }
#subslide61 { background-image: url(img/slides/sub/600/61.webp); }
#subslide62 { background-image: url(img/slides/sub/600/62.webp); }
#subslide63 { background-image: url(img/slides/sub/600/63.webp); }
#subslide64 { background-image: url(img/slides/sub/600/64.webp); }
#subslide65 { background-image: url(img/slides/sub/600/65.webp); }
#subslide66 { background-image: url(img/slides/sub/600/66.webp); }
#subslide67 { background-image: url(img/slides/sub/600/67.webp); }
#subslide68 { background-image: url(img/slides/sub/600/68.webp); }
#subslide69 { background-image: url(img/slides/sub/600/69.webp); }
#subslide70 { background-image: url(img/slides/sub/600/70.webp); }
#subslide71 { background-image: url(img/slides/sub/600/71.webp); }
#subslide72 { background-image: url(img/slides/sub/600/72-v2.webp); }
#subslide73 { background-image: url(img/slides/sub/600/73.webp); }
#subslide74 { background-image: url(img/slides/sub/600/74.webp); }
#subslide75 { background-image: url(img/slides/sub/600/75.webp); }
#subslide76 { background-image: url(img/slides/sub/600/76.webp); }

@media screen and (min-width: 600px){
	.page-id-175 .subslide,
	.page-id-176 .subslide,
	.page-id-177 .subslide,
	.page-id-855 .subslide{
		height: 450px;
		background-size: cover;
	}	
}
@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides{ height: 400px; }
/* 	.homeslideImg{ background-image: url(img/slides/home/1120/1-v5.webp); } */
	#homeslideImg1 { background-image: url(img/slides/home/1120/1-v6.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/1120/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/1120/3.webp); }
	
	.slideBox{
		text-align: left;
		width: 400px;
		background: transparent;
		padding: 0;
		left: auto;
		bottom: auto;
		right: -100px;
		opacity: 0;
		transition: 100ms;
		top: 100px;
	}
	.slideTxtAnimate .slideBox{ right: 0; opacity: 1; }
	.slideSubhead{ font-size: 22px; }
	.slideHead{ font-size: 40px; }
	.slideBody{
		position: relative;
		padding: 15px 0 0;
		margin: 10px 0 0;
		font-size: 16px;
	}
	.slideBody:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 6px;
		background: #a73026;
		top: -2px;
		left: 0;
	}
	.slideBody:after{
		content: '';
		position: absolute;
		width: 200px;
		height: 6px;
		background: #fff;
		top: -2px;
		left: 0;
	}	

	.subslide { height: 250px; }
	#subslide1 { background-image: url(img/slides/sub/1120/1-v2.webp); }
	#subslide2 { background-image: url(img/slides/sub/1120/2.webp); }
	#subslide3 { background-image: url(img/slides/sub/1120/3.webp); }
	#subslide4 { background-image: url(img/slides/sub/1120/4.webp); }
	#subslide5 { background-image: url(img/slides/sub/1120/5.webp); }
	#subslide6 { background-image: url(img/slides/sub/1120/6.webp); }
	#subslide7 { background-image: url(img/slides/sub/1120/7.webp); }
	#subslide8 { background-image: url(img/slides/sub/1120/8.webp); }
	#subslide9 { background-image: url(img/slides/sub/1120/9.webp); }
	#subslide10 { background-image: url(img/slides/sub/1120/10.webp); }
	#subslide11 { background-image: url(img/slides/sub/1120/11.webp); }
	#subslide12 { background-image: url(img/slides/sub/1120/12.webp); }
	#subslide13 { background-image: url(img/slides/sub/1120/13.webp); }
	#subslide14 { background-image: url(img/slides/sub/1120/14.webp); }
	#subslide15 { background-image: url(img/slides/sub/1120/15.webp); }
	#subslide16 { background-image: url(img/slides/sub/1120/16.webp); }
	#subslide17 { background-image: url(img/slides/sub/1120/17.webp); }	
	#subslide18 { background-image: url(img/slides/sub/1120/18.webp); }
	#subslide19 { background-image: url(img/slides/sub/1120/19.webp); }
	#subslide20 { background-image: url(img/slides/sub/1120/20.webp); }
	#subslide21 { background-image: url(img/slides/sub/1120/21.webp); }
	#subslide22 { background-image: url(img/slides/sub/1120/22.webp); }
	#subslide23 { background-image: url(img/slides/sub/1120/23.webp); }
	#subslide24 { background-image: url(img/slides/sub/1120/24.webp); }
	#subslide25 { background-image: url(img/slides/sub/1120/25.webp); }
	#subslide26 { background-image: url(img/slides/sub/1120/26.webp); }
	#subslide27 { background-image: url(img/slides/sub/1120/27.webp); }
	#subslide28 { background-image: url(img/slides/sub/1120/28.webp); }
	#subslide29 { background-image: url(img/slides/sub/1120/29.webp); }
	#subslide30 { background-image: url(img/slides/sub/1120/30.webp); }
	#subslide31 { background-image: url(img/slides/sub/1120/31.webp); }
	#subslide32 { background-image: url(img/slides/sub/1120/32.webp); }
	#subslide33 { background-image: url(img/slides/sub/1120/33.webp); }
	#subslide34 { background-image: url(img/slides/sub/1120/34.webp); }
	#subslide35 { background-image: url(img/slides/sub/1120/35.webp); }
	#subslide36 { background-image: url(img/slides/sub/1120/36.webp); }	
	#subslide37 { background-image: url(img/slides/sub/1120/37.webp); }
	#subslide38 { background-image: url(img/slides/sub/1120/38.webp); }
	#subslide39 { background-image: url(img/slides/sub/1120/39.webp); }
	#subslide40 { background-image: url(img/slides/sub/1120/40.webp); }
	#subslide41 { background-image: url(img/slides/sub/1120/41.webp); }
	#subslide42 { background-image: url(img/slides/sub/1120/42.webp); }
	#subslide43 { background-image: url(img/slides/sub/1120/43.webp); }
	#subslide44 { background-image: url(img/slides/sub/1120/44.webp); }
	#subslide45 { background-image: url(img/slides/sub/1120/45.webp); }
	#subslide46 { background-image: url(img/slides/sub/1120/46.webp); }
	#subslide47 { background-image: url(img/slides/sub/1120/47.webp); }
	#subslide48 { background-image: url(img/slides/sub/1120/48.webp); }
	#subslide49 { background-image: url(img/slides/sub/1120/49.webp); }
	#subslide50 { background-image: url(img/slides/sub/1120/50.webp); }	
	#subslide51 { background-image: url(img/slides/sub/1120/51.webp); }	
	#subslide52 { background-image: url(img/slides/sub/1120/52-v3.webp); }	
	#subslide53 { background-image: url(img/slides/sub/1120/53-v4.webp); }	
	#subslide54 { background-image: url(img/slides/sub/1120/54-v3.webp); }	
	#subslide55 { background-image: url(img/slides/sub/1120/55.webp); }
	#subslide56 { background-image: url(img/slides/sub/1120/56.webp); }
	#subslide57 { background-image: url(img/slides/sub/1120/57.webp); }
	#subslide58 { background-image: url(img/slides/sub/1120/58.webp); }
	#subslide59 { background-image: url(img/slides/sub/1120/59.webp); }
	#subslide60 { background-image: url(img/slides/sub/1120/60.webp); }
	#subslide61 { background-image: url(img/slides/sub/1120/61.webp); }
	#subslide62 { background-image: url(img/slides/sub/1120/62.webp); }
	#subslide63 { background-image: url(img/slides/sub/1120/63.webp); }
	#subslide64 { background-image: url(img/slides/sub/1120/64.webp); }
	#subslide65 { background-image: url(img/slides/sub/1120/65.webp); }
	#subslide66 { background-image: url(img/slides/sub/1120/66.webp); }
	#subslide67 { background-image: url(img/slides/sub/1120/67.webp); }
	#subslide68 { background-image: url(img/slides/sub/1120/68.webp); }
	#subslide69 { background-image: url(img/slides/sub/1120/69.webp); }
	#subslide70 { background-image: url(img/slides/sub/1120/70.webp); }
	#subslide71 { background-image: url(img/slides/sub/1120/71.webp); }
	#subslide72 { background-image: url(img/slides/sub/1120/72-v2.webp); }	
	#subslide73 { background-image: url(img/slides/sub/1120/73.webp); }
	#subslide74 { background-image: url(img/slides/sub/1120/74.webp); }
	#subslide75 { background-image: url(img/slides/sub/1120/75.webp); }
	#subslide76 { background-image: url(img/slides/sub/1120/76.webp); }

	.page-id-175 .subslide,
	.page-id-176 .subslide,
	.page-id-177 .subslide,
	.page-id-855 .subslide{
		height: 340px;
	}		
	.ssContent{
		background: transparent;
		color: #fff;
		text-align: left;
		padding: 0 40px;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	.ssName{
		display: inline-block;
		font-size: 40px;
		padding: 0 0 10px 999px;
		border-bottom: 5px solid #a73026;
		margin: 0 0 15px -999px;
		position: relative;
	}
	.ssName:before{
		content: '';
		position: absolute;
		width: 100px;
		height: 5px;
		background: #fff;
		right: 0;
		bottom: -5px;
	}
	.ssTitle{ font-size: 18px; display: block; }
}

@media screen and (min-width: 1120px) {
	#homeslides{ height: 560px; }
/* 	.homeslideImg{ background-image: url(img/slides/home/2000/1-v5.webp); } */
	#homeslideImg1 { background-image: url(img/slides/home/2000/1-v7.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/2000/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/2000/3.webp); }
	
	.slideBox{ top: 150px; width: 520px; }
	.slideSubhead{ font-size: 35px; }
	.slideHead{ font-size: 65px; }
	.slideBody{ font-size: 20px; }

	.subslide { height: 350px; }
	#subslide1 { background-image: url(img/slides/sub/2000/1-v2.webp); }
	#subslide2 { background-image: url(img/slides/sub/2000/2.webp); }
	#subslide3 { background-image: url(img/slides/sub/2000/3.webp); }
	#subslide4 { background-image: url(img/slides/sub/2000/4.webp); }
	#subslide5 { background-image: url(img/slides/sub/2000/5.webp); }
	#subslide6 { background-image: url(img/slides/sub/2000/6.webp); }
	#subslide7 { background-image: url(img/slides/sub/2000/7.webp); }
	#subslide8 { background-image: url(img/slides/sub/2000/8.webp); }
	#subslide9 { background-image: url(img/slides/sub/2000/9.webp); }
	#subslide10 { background-image: url(img/slides/sub/2000/10.webp); }
	#subslide11 { background-image: url(img/slides/sub/2000/11.webp); }
	#subslide12 { background-image: url(img/slides/sub/2000/12.webp); }
	#subslide13 { background-image: url(img/slides/sub/2000/13.webp); }
	#subslide14 { background-image: url(img/slides/sub/2000/14.webp); }
	#subslide15 { background-image: url(img/slides/sub/2000/15.webp); }
	#subslide16 { background-image: url(img/slides/sub/2000/16.webp); }
	#subslide17 { background-image: url(img/slides/sub/2000/17.webp); }	
	#subslide18 { background-image: url(img/slides/sub/2000/18.webp); }
	#subslide19 { background-image: url(img/slides/sub/2000/19.webp); }
	#subslide20 { background-image: url(img/slides/sub/2000/20.webp); }
	#subslide21 { background-image: url(img/slides/sub/2000/21.webp); }
	#subslide22 { background-image: url(img/slides/sub/2000/22.webp); }
	#subslide23 { background-image: url(img/slides/sub/2000/23.webp); }
	#subslide24 { background-image: url(img/slides/sub/2000/24.webp); }
	#subslide25 { background-image: url(img/slides/sub/2000/25.webp); }
	#subslide26 { background-image: url(img/slides/sub/2000/26.webp); }
	#subslide27 { background-image: url(img/slides/sub/2000/27.webp); }
	#subslide28 { background-image: url(img/slides/sub/2000/28.webp); }
	#subslide29 { background-image: url(img/slides/sub/2000/29.webp); }
	#subslide30 { background-image: url(img/slides/sub/2000/30.webp); }
	#subslide31 { background-image: url(img/slides/sub/2000/31.webp); }
	#subslide32 { background-image: url(img/slides/sub/2000/32.webp); }
	#subslide33 { background-image: url(img/slides/sub/2000/33.webp); }
	#subslide34 { background-image: url(img/slides/sub/2000/34.webp); }
	#subslide35 { background-image: url(img/slides/sub/2000/35.webp); }
	#subslide36 { background-image: url(img/slides/sub/2000/36.webp); }		
	#subslide37 { background-image: url(img/slides/sub/2000/37.webp); }
	#subslide38 { background-image: url(img/slides/sub/2000/38.webp); }
	#subslide39 { background-image: url(img/slides/sub/2000/39.webp); }
	#subslide40 { background-image: url(img/slides/sub/2000/40.webp); }
	#subslide41 { background-image: url(img/slides/sub/2000/41.webp); }
	#subslide42 { background-image: url(img/slides/sub/2000/42.webp); }
	#subslide43 { background-image: url(img/slides/sub/2000/43.webp); }
	#subslide44 { background-image: url(img/slides/sub/2000/44.webp); }
	#subslide45 { background-image: url(img/slides/sub/2000/45.webp); }
	#subslide46 { background-image: url(img/slides/sub/2000/46.webp); }
	#subslide47 { background-image: url(img/slides/sub/2000/47.webp); }
	#subslide48 { background-image: url(img/slides/sub/2000/48.webp); }
	#subslide49 { background-image: url(img/slides/sub/2000/49.webp); }
	#subslide50 { background-image: url(img/slides/sub/2000/50.webp); }
	#subslide51 { background-image: url(img/slides/sub/2000/51.webp); }
	#subslide52 { background-image: url(img/slides/sub/2000/52-v3.webp); }
	#subslide53 { background-image: url(img/slides/sub/2000/53-v4.webp); }
	#subslide54 { background-image: url(img/slides/sub/2000/54-v3.webp); }	
	#subslide55 { background-image: url(img/slides/sub/2000/55.webp); }
	#subslide56 { background-image: url(img/slides/sub/2000/56.webp); }
	#subslide57 { background-image: url(img/slides/sub/2000/57.webp); }
	#subslide58 { background-image: url(img/slides/sub/2000/58.webp); }
	#subslide59 { background-image: url(img/slides/sub/2000/59.webp); }
	#subslide60 { background-image: url(img/slides/sub/2000/60.webp); }
	#subslide61 { background-image: url(img/slides/sub/2000/61.webp); }
	#subslide62 { background-image: url(img/slides/sub/2000/62.webp); }
	#subslide63 { background-image: url(img/slides/sub/2000/63.webp); }
	#subslide64 { background-image: url(img/slides/sub/2000/64.webp); }
	#subslide65 { background-image: url(img/slides/sub/2000/65.webp); }
	#subslide66 { background-image: url(img/slides/sub/2000/66.webp); }
	#subslide67 { background-image: url(img/slides/sub/2000/67.webp); }
	#subslide68 { background-image: url(img/slides/sub/2000/68.webp); }
	#subslide69 { background-image: url(img/slides/sub/2000/69.webp); }
	#subslide70 { background-image: url(img/slides/sub/2000/70.webp); }
	#subslide71 { background-image: url(img/slides/sub/2000/71.webp); }
	#subslide72 { background-image: url(img/slides/sub/2000/72-v2.webp); }
	#subslide73 { background-image: url(img/slides/sub/2000/73.webp); }
	#subslide74 { background-image: url(img/slides/sub/2000/74.webp); }
	#subslide75 { background-image: url(img/slides/sub/2000/75.webp); }
	#subslide76 { background-image: url(img/slides/sub/2000/76.webp); }


	.page-id-175 .subslide,
	.page-id-176 .subslide,
	.page-id-177 .subslide,
	.page-id-855 .subslide{
		height: 400px;
	}		
	.ssContent{
		padding: 0 60px;
	}
	.ssName{
		font-size: 55px;
		padding: 0 0 20px 999px;
		border-bottom: 8px solid #a73026;
		margin: 0 0 20px -999px;
		position: relative;
	}
	.ssName:before{
		height: 8px;
		bottom: -8px;
		width: 150px;
	}
	.ssTitle{ font-size: 24px; }	
}
@media screen and (min-width: 1640px){
	#homeslides{ height: 740px; }
	.slideContent{
		width: 100%;
		max-width: 1800px;
		margin: 0 auto;
		position: relative;
	}
	.slideBox{ width: 800px; }
	.slideSubhead{ font-size: 45px; }
	.slideHead{ font-size: 86px; line-height: 0.8; }
	.slideBody{
		font-size: 28px;
		margin: 15px 0 0;
		padding: 25px 0 0;
	}
	.slideBody:before,
	.slideBody:after{ height: 10px; }
	.slideBody:before{
		padding-right: 999px;
		margin-right: -999px;
	}	
	.slideBody:after{ width: 450px; }
	.subslide { height: 537px; }
	.page-id-175 .subslide,
	.page-id-176 .subslide,
	.page-id-177 .subslide,
	.page-id-855 .subslide{
		height: 530px;
	}
	.ssContent{
		position: relative;
		max-width: 1960px;
		margin: 0 auto;
	}
	.ssName{
		font-size: 70px;
		padding: 0 0 20px 999px;
		border-bottom: 10px solid #a73026;
		margin: 0 0 25px -999px;
		position: relative;
	}
	.ssName:before{
		height: 10px;
		bottom: -10px;
		width: 175px;
	}
	.ssTitle{ font-size: 30px; }	
}

/*Badges*/
.sxn-badges{padding: 20px;}
.badgesWrap{
	position: relative;
	overflow: hidden;
	text-align: center;
}
.badgesList{
	margin: 0 auto;
}
.badgeWrap{ width: 267px; }
.badge{
	display: block;
	overflow: hidden;
	height: 144px;
	margin: 0 auto;
}
.badge img{
	width: 5151px;
	height: auto;
}

/* ** NOTE: Three places use the same CSS for badges, header, footer and Brian G. Miller attorney page ** */

/* Mobile sizes calculated at 144 height (from original height size 182) */
.badge1{ width: 128px; }
.badge2{ width: 267px; }
.badge2 img{ margin-left: -152px; }
.badge3{ width: 125px; }
.badge3 img{ margin-left: -435px; }
.badge4{ width: 126px; }
.badge4 img{ margin-left: -566px; }
.badge5{ width: 131px; }
.badge5 img{ margin-left: -700px; }
.badge6{ width: 264px; }
.badge6 img{ margin-left: -837px; }
.badge7{ width: 125px; }
.badge7 img{ margin-left: -1110px; }
.badge8{ width: 83px; }
.badge8 img{ margin-left: -1242px; }
.badge9{ width: 117px; }
.badge9 img{ margin-left: -1336px; }
.badge10{ width: 142px; }
.badge10 img{ margin-left: -1460px; }
.badge11{ width: 143px; }
.badge11 img{ margin-left: -1608px; }
.badge12{ width: 143px; }
.badge12 img{ margin-left: -1757px; }
.badge13{ width: 144px; }
.badge13 img{ margin-left: -1907px; }
.badge14{ width: 140px; }
.badge14 img{ margin-left: -2055px; }
.badge15{ width: 159px; }
.badge15 img{ margin-left: -2201px; } 
.badge16{ width: 160px; }
.badge16 img{ margin-left: -2367px; }
.badge17{ width: 140px; }
.badge17 img{ margin-left: -2529px; }
.badge18{ width: 140px; }
.badge18 img{ margin-left: -2673px; }
.badge19{ width: 125px; }
.badge19 img{ margin-left: -2818px; }
.badge20{ width: 238px; }
.badge20 img{ margin-left: -2951px; }
.badge21{ width: 238px; }
.badge21 img{ margin-left: -3196px; }
.badge22{ width: 150px; }
.badge22 img{ margin-left: -3442px; }
.badge23{ width: 135px; }
.badge23 img{ margin-left: -3596px; }
.badge24{ width: 160px; }
.badge24 img{ margin-left: -3737px; }
.badge25{ width: 237px; }
.badge25 img{ margin-left: -3903px; }
.badge26{ width: 212px; }
.badge26 img{ margin-left: -4149px; }
.badge27{ width: 122px; }
.badge27 img{ margin-left: -4367px; }
.badge28{ width: 238px; }
.badge28 img{ margin-left: -4493px; }
.badge29{ width: 146px; }
.badge29 img{ margin-left: -4743px; }

.badge30{ width: 117px; }
.badge30 img{ margin-left: -4894px; }

.badge31{ width: 131px; }
.badge31 img{ margin-left: -5021px; }

.badgesNav{
	width: 100%;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 9;
}
.bnPrev{ float: left; }
.bnNext{ float: right; }
.badgesNav a{
	display: block;
	width: 40px;
	height: 40px;
	border-top: 3px solid #424547;
	border-right: 3px solid #424547;
}
.badgesNav li:hover a{ border-color: #c6c2c2; }
.bnPrev a{ transform: rotate(-135deg); }
.bnNext a{ transform: rotate(45deg); }

@media screen and (min-width: 1120px){
	.sxn-badges{ padding: 40px 20px; }
}

@media screen and (min-width: 1640px){
	.badgesWrap{ max-width: 1800px; margin: 0 auto; }
	.badgeWrap{ width: 338px; }
	.badgesList.swiper-container{ padding: 0 30px; }
	.badge{ height: 182px; }
	.badge img{ width: 6509px; }
	.badge1{ width: 161px; }
	.badge2{ width: 338px; }
	.badge2 img{ margin-left: -192px; }
	.badge3{ width: 157px; }
	.badge3 img{ margin-left: -549px; }
	.badge4{ width: 159px; }
	.badge4 img{ margin-left: -715px; }
	.badge5{ width: 165px; }
	.badge5 img{ margin-left: -884px; }
	.badge6{ width: 333px; }
	.badge6 img{ margin-left: -1057px; }
	.badge7{ width: 158px; }
	.badge7 img{ margin-left: -1402px; }
	.badge8{ width: 105px; }
	.badge8 img{ margin-left: -1569px; }
	.badge9{ width: 147px; }
	.badge9 img{ margin-left: -1688px; }
	.badge10{ width: 180px; }
	.badge10 img{ margin-left: -1845px; }
	.badge11{ width: 180px; }
	.badge11 img{ margin-left: -2031px; }
	.badge12{ width: 180px; }
	.badge12 img{ margin-left: -2220px; }
	.badge13{ width: 180px; }
	.badge13 img{ margin-left: -2409px; }
	.badge14{ width: 176px; }
	.badge14 img{ margin-left: -2597px; }
	.badge15{ width: 200px; }
	.badge15 img{ margin-left: -2781px; }
	.badge16{ width: 200px; }
	.badge16 img{ margin-left: -2991px; }
	.badge17{ width: 176px; }
	.badge17 img{ margin-left: -3196px; }
	.badge18{ width: 176px; }
	.badge18 img{ margin-left: -3377px; }
	.badge19{ width: 158px; }
	.badge19 img{ margin-left: -3564px; }	
	.badge20{ width: 300px; }
	.badge20 img{ margin-left: -3730px; }	
	.badge21 { width: 300px; }
	.badge21 img{ margin-left: -4040px; }		
	.badge22{ width: 181px; }
	.badge22 img{ margin-left: -4355px; }
	.badge23{ width: 165px; }
	.badge23 img{ margin-left: -4548px; }				
	.badge24{ width: 195px; }
	.badge24 img{ margin-left: -4721px; }	

	.badge25{ width: 299px; }
	.badge25 img{ margin-left: -4932px; }	

	.badge26{ width: 267px; }
	.badge26 img{ margin-left: -5244px; }	
	.badge27{ width: 154px; }
	.badge27 img{ margin-left: -5519px; }
	.badge28{ width: 300px; }
	.badge28 img{ margin-left: -5680px; }
	.badge29{ width: 183px; }
	.badge29 img{ margin-left: -5995px; }
	.badge30{ width: 146px; }
	.badge30 img{ margin-left: -6186px; }

	.badge31{ width: 166px; }
	.badge31 img{ margin-left: -6344px; }

	.badgesNav a{
		width: 65px;
		height: 65px;
		border-width: 4px;
	}	
}

/*Testimonials*/
.sxn-testimonials{
	background: #707070;
	padding: 20px;
	color: #fff;
	overflow: hidden;
}

.testsTitle{
	display: block;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	padding: 0 0 20px;
	font-size: 18px;
}
.testsTitle > span{
	font-size: 30px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -4px;
	padding: 0 2px 0 0;
}
.testsLeft p{ line-height: 1.5; }

.tests-cont-outer {
  position: relative;
  padding: 0 40px;
  max-width: 1200px;
  margin: 0px auto;
}
.testimonials-container{ height: 350px; }
.testimonial-slide {
  height: 350px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  color: #fff;

  /* Center slide text vertically */
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;*/
}
.testBox{
	padding: 10px;
	text-align: left;
	font-family: 'Crimson Text', serif;
}
.testTitle{
	display: block;
	font-size: 25px;
	line-height: 1.2;
	padding: 0 0 15px;
}
.testBody{
	font-style: italic;
	line-height: 1.7;
}
.testAuthor{
	display: block;
	font-size: 20px;
}
.test-buttons{ text-align: center; }
.test-button{
	display: inline-block;
	position: relative;
	font-size: 0;
	width: 100px;
	height: 100px;
	background-color: #a73026;
	transition: 300ms;
	margin: 0 5px;
	cursor: pointer;
}
.test-button:hover{ background-color: #d85b50; }
.test-button:before{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
	left: 26px;
	top: 38px;
}
.test-button-next:before{
	transform: rotate(135deg);
	top: 13px;
}

@media screen and (min-width: 800px){
	.sxn-testimonials{
		background-image: url(img/testimonials/testimonials-bg-1120.webp);
		background-size: cover;
		padding: 40px 20px;
	}
	.testsWrap{ max-width: 800px; margin: 0 auto; }
	.testsTitle{
		font-size: 25px;
		position: relative;
		width: 340px;
		padding: 0;
		margin: 0 auto 20px;
	}
	.testsTitle > span{ font-size: 45px; }	
	.testsTitle:before{
		content: '';
		position: absolute;
		width: 5px;
		height: 120px;
		background: #fff;
		left: 0;
		top: -50px;
	}
	.testsTitle:after{
		content: '';
		position: absolute;
		width: 5px;
		height: 65px;
		background: #a73026;
		left: 0;
		bottom: 14px;
	}	
	.testimonials-container{
		display: inline-block;
		width: 500px;
	}
	.testBox{ padding: 0 10px 10px; }
	.testTitle{ font-size: 30px; }
	.testBody{ font-size: 18px; }
	.testAuthor{ font-size: 28px; }
	.test-buttons{
		position: relative;
		float: left;
		padding: 0 30px 0 0;
		margin: 0 20px 0 0;
	}
	.test-buttons:before{
		content: '';
		position: absolute;
		width: 10px;
		height: 100%;
		background: #fff;
		top: 0;
		right: 0;
	}
	.test-button{ display: block; margin: 0 0 10px; }

}
@media screen and (min-width: 1120px){
	.sxn-testimonials{
		padding: 60px 20px;
		background-image: url(img/testimonials/testimonials-bg.webp);
	}
	.testsWrap{ max-width: 1300px; }
	.testsLeft{ float: left; width: calc(100% - 650px); }
	.testsRight{ float: right; }
	.testsTitle{
		font-size: 30px;
		width: 400px;
		margin: 0 0 20px;
	}
	.testsTitle > span{ font-size: 60px; }	
	.testsTitle:before{ top: -60px; }
	.testsTitle:before,
	.testsTitle:after{ width: 8px; }
	.testsTitle:after{ height: 88px; }
	.testsLeft p{ line-height: 1.7; padding: 0 30px 0 0; }
	.tests-cont-outer{ padding: 0; }
	.testimonials-container{ height: 380px; }
	.testTitle{ font-size: 40px; }
	.testBody{ font-size: 20px; }
	.testAuthor{ font-size: 28px; }	
	.test-buttons:before{ height: 300px; }	
}
@media screen and (min-width: 1640px){
	.sxn-testimonials{
		padding: 75px 20px;
	}
	.testsWrap{ max-width: 1800px; }
	.testsLeft{
		width: calc(100% - 1000px);
	}
	.testsTitle{
		font-size: 45px;
		width: 550px;
		padding: 0 0 0 20px;
		margin: 0 0 20px;
	}
	.testsTitle:before,
	.testsTitle:after{ width: 10px; }
	.testsTitle:before{ top: -75px; }
	.testsTitle:after{ height: 127px; }
	.testsTitle > span{ font-size: 82px; top: -13px; }
	.testsLeft p{ font-size: 18px; }	

	.testimonials-container{ height: 380px; width: 800px; }
	.testTitle{ font-size: 47px; }
	.testBody{ font-size: 24px; }
	.testAuthor{ font-size: 38px; }		

	.test-button{ margin: 0 0 15px; }
}

#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%;}

#contentArea {
	margin: 0 auto;
	overflow: hidden;
}
#crumbs {font-size: 14px; margin: 20px 20px 0; }
#crumbs a{ color: #d85b50; }
#crumbs a:hover{ text-decoration: underline; }
@media screen and (min-width: 800px){ #crumbs{ margin: 0 0 20px; } }
#mainContent {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	padding: 20px;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a{ color: #d85b50; }
	.article a:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.2;
		font-weight: normal;
		font-family: 'Fira Sans', serif;
		color: #a73026;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
		color: #000;
	}
	.article h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
	}
	.article h3 {
		font-size: 16px;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.mcBoldItalic {
		display: block;
		font-weight: bold;
		font-style: italic;
	}
	#shareThisPage {clear: both; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}

/*Sidebar*/
.blog-sidebar{
	padding: 20px;
}
.blog-sidebar h2{
	display: block;
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
}
.blog-sidebar > ul{ padding: 0 0 20px 20px; }
.blog-sidebar ul > ul{ padding: 0 0 0 20px; }
.blog-sidebar a{ color: #d85b50; }
.blog-sidebar a:hover{ text-decoration: underline; }

.sb-box{
	margin: 0 auto 20px;
	text-align: center;
}
.sbbTitle{
	display: block;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	line-height: 1;
}
.sbbTitle span{
	display: block;
	color: #a73026;
	font-size: 40px;
}
.sb-results .result-slide{ color: #fff; }
.sb-box .resultsListWrap{
	margin: 20px 0 0;
	position: relative;
	padding: 220px 0 0;
}
.sb-box .resultsListWrap:before{
	content: '';
	position: absolute;
	width: 197px;
	height: 185px;
	background-image: url(img/results/top-100_v2.webp);
	top: 20px;
	left: calc(50% - 99px);
}
.sb-testimonials{ position: relative; }
.sb-testimonials .sbbTitle{ font-size: 28px; }
.sb-testimonials .sbbTitle span{
	display: inline-block;
	vertical-align: top;
	font-size: 45px;
}
.sb-testimonials .tests-cont-outer{
	background: gray;
	margin: 20px 0 0;
}
.sb-testimonials .testBox{ text-align: center; }
.sb-testimonials .test-button{ transform: scale(0.75); }
.sb-testimonials .test-button{ margin: 0; }

@media screen and (min-width: 800px){
	.sbbTitle{
		text-align: left;
		position: relative;
		padding: 0 0 15px;
		margin: 0 0 20px;
		font-size: 35px;
	}
	.sbbTitle > span{ font-size: 50px; }
	.sbbTitle:before{
		content: '';
		position: absolute;
		width: 100%;
		padding-right: 999px;
		margin-right: -999px;
		height: 6px;
		background: #cdcdcd;
		bottom: 0;
		left: 0;
	}
	.sbbTitle:after{
		content: '';
		position: absolute;
		width: 150px;
		height: 6px;
		background: #a73026;
		bottom: 0;
		left: 0;		
	}
	.sb-areas .pasList{ max-width: 100%; padding: 0; }
	.sb-areas .pasList li{
		margin: 0 0 10px;
		width: 100%;
	}
	.sb-areas .pasList li a{
		padding: 0 10px;
		height: auto;
		font-size: 16px;
		line-height: 1;
		height: 62px;
	}
	.sb-box .resultsListWrap{
		padding: 220px 20px 30px;
		background-image: url(img/sidebar/results-bg.webp);
		background-size: cover;
	}
	.sb-box .tests-cont-outer{
		background-image: url(img/sidebar/testimonials-bg-v2.webp);
		background-size: cover;
		padding: 20px 10px 20px;
	}
	.sb-box .testimonials-container{
		width: 100%;
	}
	.sb-box .testTitle{ font-size: 22px; }
	.sb-box .test-buttons{
		float: none;
		text-align: center;
		padding: 0;
	}
	.sb-box .test-buttons:before{
		left: calc(50% - 3px);
		width: 5px;
		height: 108px;
		top: auto;
		bottom: -20px;
	}
	.sb-box .test-button{
		display: inline-block;
		margin: 0;
	}
	.sb-box .testBody{ font-size: 18px; line-height: 1.3; }
	.sb-box .testAuthor{ font-size: 25px; }
}
@media screen and (min-width: 1120px){
	.sb-box{ margin: 0 auto 30px; }
	.sb-box .testTitle{ font-size: 30px; }
	.sb-box .testBody{ line-height: 1.5; }
}


/* Content Area */

@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#contentArea{ padding: 40px; }
	#mainContent {
		padding: 0;
		width: calc(100% - 20px - 300px);
		float: left;
	}
	.fwEntry #mainContent {
		float: none;
		margin: 0 auto;
		width: auto;
		max-width: 800px;
	}
	.article .alignright {
			float: right;
			margin: 0 0 5px 15px;
	}
	.article .aligncenter {
			display: block;
			margin: 0 auto;
	}
	.article .alignleft {
			float: left;
			margin: 0 15px 5px 0;
	}
	#sidebar {
		width: 300px;
		float: right;
	}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
@media screen and (min-width: 1120px) {
	#contentArea{ padding: 60px; }
	#mainContent{
		width: calc(100% - 20px - 385px);
	}
	#sidebar{ width: 385px; }
	body.page-id-7 #sidebar {width: 300px;}
}
@media screen and (min-width: 1640px){
	#contentArea{ padding: 80px; max-width: 1800px; }
	#mainContent{
		width: calc(100% - 80px - 385px);
		font-size: 18px;
		line-height: 1.8;
	}	
	.article h1{ font-size: 45px; }
	.article h2{ font-size: 35px; }
	.article h3{ font-size: 26px; }
	.article h4,
	.article h5{ font-size: 20px; }

	body.page-id-7 #sidebar {width: 385px;}
}

/*Home Content*/
body.home{}
.sb-home{
	background: #707070;
	text-align: center;
	color: #fff;
	margin: 0 auto 30px;
	padding: 60px 20px;
	font-family: 'Fira Sans', sans-serif;
	position: relative;
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.35);
}
.sb-home:before{
	content: '';
	position: absolute;
	width: calc(100% - 40px);
	height: calc(100% - 60px);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	top: 30px;
	left: 20px;
}
.sb-home:after{
	content: '';
	position: absolute;
	width: 57px;
	height: 33px;
	background-image: url(img/global/logo.webp);
	background-color: #707070;
	top: 13px;
	left: calc(50% - 27px);
}
.sbhTitle{
	display: block;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1;
}
.sbhSubtitle{
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 0 20px;
}
.sb-home ul{ text-align: left; }
.sb-home li{
	margin: 0 0 10px;
	position: relative;
}
.homeMore{
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	font-size: 20px;
	font-family: 'Fira Sans', sans-serif;
}
.homeMore:before{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-top: 2px solid #d85b50;
	border-right: 2px solid #d85b50;
	top: 11px;
	right: -15px;
	transform: rotate(45deg);
	transition: 300ms;	
}
.homeExpanded{
	display: none;
}
body.home .article h1{
	display: inline-block;
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
body.home .article h1 span{
	display: block;
	font-size: 20px;
}
body.home .article h1:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 6px;
	background: #cdcdcd;
	bottom: 0;
	left: 0;
	padding-left: 999px;
	margin-left: -999px;
}
body.home .article h1:after{
	content: '';
	position: absolute;
	width: 150px;
	height: 6px;
	background: #a73026;
	bottom: 0;
	right: 0;
}
@media screen and (min-width: 800px){
	body.home #contentArea{
		background-image: url(img/content/home-content-bg-1120.webp);
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	body.home .article h1{ font-size: 50px; }
	body.home .article h1 span{ font-size: 30px; }
}
@media screen and (min-width: 1000px){
	body.home #mainContent{ width: calc(100% - 20px - 400px); }
	body.home #sidebar{ width: 400px; }
	.sbhTitle{ font-size: 55px; line-height: 0.8; padding: 20px 0 0; }
	.sbhSubtitle{ font-size: 35px; padding: 0 0 25px; }
	.sb-home ul{ position: relative; }
	.sb-home ul:before{
		content: '';
		position: absolute;
		width: 10px;
		height: 100%;
		background: #fff;
		left: 65px;
		top: 0;
	}
	.sb-home li{
		padding: 0 0 0 90px;
		margin: 0 auto 20px;
		font-size: 18px;
	}
	.sb-home li:last-child{ margin: 0; }
	.sb-home li:before{
		content: '';
		position: absolute;
		width: 46px;
		height: 50px;
		background-image: url(img/sidebar/icons.webp?t=2021);
		top: 0;
		left: 0;
	}
	.sb-home li:nth-of-type(2):before{
		top: -10px;
		background-position: center top -73px;

	}	
	.sb-home li:nth-of-type(3):before{
		top: -9px;
		background-position: center top -123px;
	}	
	.sb-home li:nth-of-type(4):before{
		top: -10px;
		background-position: center top -207px;
	}
	.sb-home li:nth-of-type(5):before{
		top: -15px;
		background-position: center top -290px;
	}
	.sb-home li:nth-of-type(6):before{
		top: -5px;
		background-position: center bottom;
	}					
}
@media screen and (min-width: 1120px){
	body.home #mainContent{ width: calc(100% - 50px - 400px); }
}
@media screen and (min-width: 1640px){
	body.home #mainContent{ width: calc(100% - 100px - 500px); }
	body.home #sidebar{ width: 500px; }
	.sb-home{ padding: 100px 40px; }
	.sb-home:before{
		height: calc(100% - 100px);
		top: 50px;
	}
	.sb-home:after{ top: 30px; }
	.sb-home li{ margin: 0 0 30px; font-size: 22px; padding: 0 0 0 95px; }
	.sbhTitle{ font-size: 70px; padding: 10px 0 0; }
	.sbhSubtitle{ font-size: 45px; padding: 0 0 40px; }

	body.home .article h1{ font-size: 70px; padding: 0 0 25px; margin: 0 0 30px;}
	body.home .article h1 span{ font-size: 35px; }	
}


/*Areas*/
.sxn-practiceAreas{
	font-family: 'Fira Sans', sans-serif;
	text-align: center;
}
.pasHeader{
	background: rgba(0,0,0,0.5);
	padding: 20px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.pasTitle{
	display: block;
	font-size: 20px;
	line-height: 1;
	margin: 0 auto 10px;
}
.pasTitle span{ font-size: 30px; }
.pasSubtitle{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.pasList{
	padding: 20px;
}
.pasList li{ margin: 0 0 5px; }
.pasList a{
	padding: 10px;
	background-color: #a73026;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	text-transform: uppercase;
	transition: 300ms;
	letter-spacing: 1px;
}
.pasList li:hover a{ background-color: #d85b50; }

@media screen and (min-width: 800px){
	.sxn-practiceAreas{
		background-image: url(img/areas/areas-bg-1120.webp);
		background-position: center top;
		padding: 20px 0 0;
	}
	.pasHeader{ padding: 30px 20px; margin: 0 0 30px; }
	.pasTitle{ font-size: 25px; padding: 0 0 15px; }
	.pasTitle > span{ font-size: 45px; }
	.pasSubtitle{ font-size: 16px; }
	.pasList{ max-width: 800px; margin: 0 auto; }
	.pasList li{
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 17px);
		margin: 0 7px 18px;
		background-size: cover;
		position: relative;
		box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.35);
	}
	.pasList li:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: #000;
		top: 0;
		opacity: 0.4;
		left: 0;
		transition: 300ms;
	}
	.pasList li:hover:after{ opacity: 0; }
	.pasItem1{ background-image: url(img/areas/car-accidents.webp); }
	.pasItem2{ background-image: url(img/areas/wrongful-death.webp); }
	.pasItem3{ background-image: url(img/areas/motorcycle-accidents.webp); }
	.pasItem4{ background-image: url(img/areas/pedestrian-accidents.webp); }
	.pasItem5{ background-image: url(img/areas/workplace-accidents.webp); }
	.pasItem6{ background-image: url(img/areas/catastrophic-injuries.webp); }
	.pasItem7{ background-image: url(img/areas/premises-liability.webp); }
	.pasItem8{ background-image: url(img/areas/bicycle-accidents.webp); }
	.pasItem9{ background-image: url(img/areas/truck-accidents.webp); }
	.pasItem10{ background-image: url(img/areas/car-insurance.webp); }
	.pasItem11{ background-image: url(img/areas/wage-and-hour.webp); }
	.pasItem12{ background-image: url(img/areas/mediation-services-general-civil-litigation.webp); }	
	.pasList a{
		height: 197px;
		font-weight: bold;
		font-size: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;	
		background-size: cover;	
		background-color: transparent;
		position: relative;
		z-index: 5;
	}
	.pasList li:hover a{ background-color: transparent; }
}
@media screen and (min-width: 1120px){
	.sxn-practiceAreas{
		padding: 30px 0 30px;
		background-image: url(img/areas/areas-bg.webp);
	}
	.pasTitle{ font-size: 35px; }
	.pasTitle > span{ font-size: 60px; }
	.pasSubtitle{ font-size: 18px; }
	.pasList{ max-width: 1080px; }
	.pasList li{ width: calc(33.33% - 17px); }
}
@media screen and (min-width: 1640px){
	.pasHeader{ margin: 0 auto 40px; }
	.pasList{ max-width: 1800px; }
	.pasTitle{ font-size: 45px; }
	.pasTitle > span{ font-size: 70px; }
	.pasSubtitle{ font-size: 20px; }	

	.pasList li{ width: calc(25% - 18px); }
}
/*Team*/
.sxn-team{
	padding: 20px;
	text-align: center;
	line-height: 1.5;
	overflow: hidden;
}
.teamHeader{
}
.teamSubtitle,
.teamTitle{
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	line-height: 1;
}
.teamSubtitle{
	display: block;
}
.teamTitle{
	display: block;
	color: #a73026;
	font-size: 45px;
	margin: 0 0 20px;
}
.teamSubtitle2{
	display: block;
	color: #a73026;
	font-family: 'Crimson Text', serif;
	font-size: 20px;
	line-height: 1;
	margin: 0 0 20px;
}
.teamName{
	display: block;
	color: #a73026;
	font-family: 'Crimson Text', serif;
	font-size: 25px;

}
@media screen and (min-width: 800px){
	.sxn-team{ padding: 40px 20px 0; }
	.teamWrap{ margin: 0 auto; max-width: 950px; }
	.teamHeader{
		text-align: left;
	}
	.teamSubtitle{ font-size: 25px; }
	.teamTitle{
		font-size: 62px;
		position: relative;
		display: inline-block;
		padding: 0 0 20px;
	}
	.teamTitle:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 8px;
		padding-left: 999px;
		margin-left: -999px;
		bottom: 0;
		left: 0;
	}
	.teamTitle:after{
		content: '';
		position: absolute;
		width: 135px;
		height: 8px;
		background: #a73026;
		bottom: 0;
		right: 0;
	}
	.teamSubtitle2{ font-size: 36px; }
	.teamSubtitle2{ font-size: 25px; }
	.teamName{
		font-size: 40px;
		border-bottom: 4px solid #cdcdcd;
		margin: 0 auto 20px;
	}
/*	.teamMems{ margin: 30px auto 0; }*/
	.teamMem{ position: relative; padding: 60px 0; }
	.teamMem1{ text-align: left; padding-left: 200px; }
	.teamMem2{
		text-align: right;
	}
	.teamMem:before{
		content: '';
		position: absolute;
		height: 400px;
		bottom: 0;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom -1px left;
	}
	.teamMem1:before{
		background-image: url(img/team/miller-v4.webp);
		left: -150px;
		width: 424px;
	}
	.teamMem2:before{
		background-image: url(img/team/slone-v3.webp);
		right: -170px;
		width: 520px;
	}
	.teamMem2{ padding: 0 250px 0 20px; }
}
@media screen and (min-width: 1120px){
	.sxn-team{ padding: 60px 20px 0; }
	.teamWrap{ max-width: 1030px; }
	.teamHeader{position: relative; margin: 0 auto 20px; }
	.teamHeader:after{
		content: '';
		display: table;
		clear: both;
	}
	.teamTitles{ float: left; }
	.teamDesc{
		float: left;
		width: calc(100% - 400px);
		padding: 0 0 0 30px;
	}
	.teamSubtitle{ font-size: 35px; }
	.teamTitle{ font-size: 72px; }
	.teamSubtitle2{ font-size: 30px; }	
	.teamMem1{ padding: 20px 120px 20px 240px; }
	.teamMem2{ padding: 20px 270px 20px 188px; background-color: transparent; }
	.teamMem1:before{
		z-index: 5;
		width: 538px;
		height: 320px;
		left: -220px;
	}
	.teamMem2:before{
		width: 650px;
		height: 400px;
		right: -240px;
	}
	.teamName{ font-size: 50px; }
}
@media screen and (min-width: 1640px){
	.sxn-team{ font-size: 18px; padding: 80px 0 0; }
	.teamWrap{ max-width: 1800px; }
	.teamHeader{ margin: 0 auto 40px; padding: 0 20px; }
	.teamSubtitle{ font-size: 45px; }
	.teamTitle{ font-size: 82px; }	
	.teamTitle:after{ width: 180px; }
	.teamSubtitle2{ font-size: 36px; }
	.teamDesc{ width: calc(100% - 500px); padding: 0 0 0 80px; }
	.teamDesc p{ line-height: 1.7; }
	.teamMems{ margin: 150px auto 0; }
	.teamMem1{ padding: 50px 465px 50px 505px; }
	.teamMem2{ padding: 50px 540px 50px 465px; }
	.teamMem1:before{
		z-index: 5;
		width: 862px;
		height: 513px;
		left: -250px;
	}
	.teamMem2:before{
		width: 997px;
		height: 503px;
	}
	.teamName{ font-size: 60px; }
	.teamMem p{ line-height: 1.7; }
	.teamMem1 p{ padding: 0 60px 20px 0; }
	.teamMem2 p{ padding: 0 0 20px 60px; }
}

/*Results*/
.sxn-results{
	background-color: gray;
	padding: 20px;
	color: #fff;
	text-align: center;
}
.resultsTitles{
	font-family: 'Fira Sans', sans-serif;
	text-transform: uppercase;
	line-height: 1;
}
.resultsSubtitle{
	display: block;
	font-size: 20px;
}
.resultsTitle{
	display: block;
	font-size: 45px;
	margin: 0 0 20px;
}
.resultsDesc{ position: relative; padding: 0 0 200px; margin: 0 0 20px; }
.resultsDesc:before{
	content: '';
	position: absolute;
	width: 197px;
	height: 185px;
	background-image: url(img/results/top-100_v2.webp);
	bottom: 0;
	left: calc(50% - 99px);
}
.resultsSubtitle2{
	display: block;
	font-family: 'Crimson Text', serif;
	font-size: 20px;
	margin: 0 auto 15px;
}
.result-slide{
	font-family: 'Crimson Text', serif;
	background: #a73026;
	padding: 30px 20px;
	box-sizing: border-box;
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.25);
	margin: 0 0 15px;
}
a.result-link { color: #fff; }
a.result-link:hover { opacity: 0.8; }
.resultAmount{
	display: block;
	text-transform: uppercase;
	font-size: 35px;
	border-top: 1px solid #fff;
	padding: 20px 0 0;
	position: relative;
}
.resultAmount:before{
	content: '';
	position: absolute;
	width: 67px;
	height: 33px;
	background-image: url(img/global/logo.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #a73026;
	top: -18px;
	left: calc(50% - 28px);
}
.resultArea{
	display: block;
	padding: 0 0 20px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	min-height: 61px;
}

.resultsNav{ position: relative; }
.resultsNav:before{
	content: '';
	position: absolute;
	width: 6px;
	height: 100px;
	background: #fff;
	left: calc(50% - 3px);
	top: 16px;
}
.results-button-prev,
.results-button-next{
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	background-color: #a73026;
	font-size: 0;
	display: inline-block;
	margin: 0 10px;
	transition: 300ms;
}
.results-button-prev:hover,
.results-button-next:hover{
	background-color: #d85b50;
}

.results-button-prev:before,
.results-button-next:before{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	left: 12px;
	top: 20px;
}
.results-button-prev:before{
	transform: rotate(-135deg);
	left: 27px;
}

@media screen and (min-width: 600px){
	.sxn-results{	
		background-size: cover;
	}
	.sxn-results.imgSet { background-image: url(img/results/results-bg-1120.webp); }
}
@media screen and (min-width: 800px){
	.sxn-results{ padding: 40px 20px; }
	.resultsTitles{
		text-align: left;
	}
	.resultsSubtitle{ font-size: 25px; }
	.resultsTitle{
		position: relative;
		font-size: 62px;
		display: inline-block;
		border-bottom: 8px solid #a73026;
		padding: 0 0 10px 999px;
		margin: 0 0 20px -999px;
	}
	.resultsTitle:after{
		content: '';
		position: absolute;
		width: 140px;
		height: 8px;
		background: #fff;
		bottom: -8px;
		right: 0;
	}
	.resultsDesc{
		text-align: left;
		padding: 0 250px 0 0;
		min-height: 200px;
	}
	.resultsDesc:before{ left: auto; right: 0; top: 0; }
	.resultsDesc:after{
		content: '';
		position: absolute;
		width: 1px;
		height: calc(100% - 20px);
		background: #fff;
		right: 225px;
		top: 0;
	}
	.resultsSubtitle2{ font-size: 25px; }
	.resultAmount{ font-size: 40px; }
	.resultsNav:before{ height: 120px; }
}
@media screen and (min-width: 1120px){
	.sxn-results{
		padding: 55px 20px;		
	}
	.sxn-results.imgSet { background-image: url(img/results/results-bg.webp); }
	.resultsHeader{ position: relative; margin: 0 auto 50px; }
	.resultsHeader:after{
		content: '';
		display: table;
		clear: both;
	}
	.resultsTitles{ float: left; }
	.resultsSubtitle{ font-size: 35px; }
	.resultsTitle{ font-size: 72px; }
	.resultsTitle:after{ width: 160px; }
	.resultsSubtitle2{ font-size: 30px; line-height: 1; }
	.resultsDesc{
		display: inline-block;
		width: calc(100% - 400px);
		box-sizing: border-box;
	}
	.resultsDesc:after{ right: 225px; }
	.resultAmount{ font-size: 45px; }
	.resultsNav{ margin: 40px auto 0; }	
	.resultsNav:before{ height: 130px; }
}
@media screen and (min-width: 1400px){
	.resultsDesc p{ line-height: 1.8; }
}
@media screen and (min-width: 1640px){
	.sxn-results{
		font-size: 18px;
	}
	.resultsWrap{ max-width: 1800px; margin: 0 auto; }
	.resultsSubtitle{ font-size: 45px; }
	.resultsTitle{
		font-size: 82px;
		padding: 0 0 15px 999px;
		border-width: 10px;
	}
	.resultsTitle:after{ height: 10px; bottom: -10px; width: 180px; }
	.resultsSubtitle2{ font-size: 36px; }	
	.resultsDesc{
		width: calc(100% - 500px);
		padding: 0 250px 0 0;
	}
	.resultsDesc:before{}
	.resultsDesc:after{ right: 225px; }
	.result-slide{
		padding: 40px 20px;
	}	
	.resultAmount{ font-size: 50px; padding: 30px 0 0; line-height: 1;}
	.resultArea{ font-size: 18px; padding: 0 0 30px; min-height: 77px;  }
}
/*Contact*/

.sxn-contact{
	padding: 20px;
	text-align: center;
}
.conTitle{
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	margin: 0 auto 20px;
}
.conTitle > span{ font-size: 40px; }
.conHeader p{ margin: 0 0 20px; }
.cfField{
	text-align: left;
	font-family: 'Fira Sans', sans-serif;
	margin: 0 auto 10px;
	position: relative;
}
.cfField:before{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #a73026;
	top: 25px;
	right: 5px;
}
.conForm input,
.conForm textarea{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	background: #e8e8e8;
	text-align: left;
	border: 0;
	outline: 0;
}
.conForm .gRecaptchaWrapper{
	width: 255px;
	height: 60px;
	margin: 0 auto 10px;
}
.conForm .submit-button{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	font-family: 'Fira Sans', sans-serif;
	background-color: #a73026;
	transition: background-color 300ms;
	width: 255px;
	margin: 0 auto;
}
.conForm .submit-button:hover{ background-color: #d85b50; }
.cfReq{
	display: block;
	margin: 10px auto 0;
	font-family: 'Fira Sans', sans-serif;
	position: relative;
	font-size: 12px;
}
.cfReq:before{
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background: #a73026;
	top: 3px;
	left: calc(50% - 65px);
}
.cfReq b{
	display: block;
	font-size: 16px;
}
@media screen and (min-width: 800px){
	.sxn-contact{ padding: 0 20px 40px; }
	.conHeader{ 
		position: relative;
		border-left: 7px solid #cdcdcd;
		padding: 20px 0 0;
		margin: 0 0 40px;
	}
	.conHeader:after{
		content: '';
		position: absolute;
		width: 7px;
		height: 120px;
		background-color: #a73026;
		bottom: 0;
		left: -7px;
	}
	.conTitle{ font-size: 25px; }
	.conTitle > span{ font-size: 50px; }
	.conHeader p{ text-align: left; padding: 0 0 0 30px; }
	.conForm{
		overflow: hidden;
	}
	.cfFields{
		width: calc(100% - 265px);
		float: left;
	}
	.cfField1,
	.cfField2,
	.cfField3{
		display: inline-block;
		width: calc(33.33% - 6px);
	}
	.cfField2{ margin: 0 5px; }
	.cfBottom{
		float: right;
		padding: 13px 0 0;
	}
	.cfReq{ text-align: left; }
	.cfReq b{
		display: block;
		float: left;
		padding: 0 10px 20px 15px;
	}
	.cfReq:before{ left: 0; top: 5px; }
}
@media screen and (min-width: 1120px){
	.conTitle{ font-size: 35px; }
	.conTitle > span{ font-size: 60px; }
	.cfField{ margin-bottom: 30px; }
	.cfField:before{ top: 35px; }
	.cfField:after{
		content: '';
		position: absolute;
		width: 54px;
		height: 54px;
		background-image: url(img/contact/form-icons.webp);
		bottom: 0;
		left: 0;
	}
	.cfField2:after{ background-position: center top -54px; }
	.cfField3:after{ background-position: center top -108px; }
	.cfField4:after{ background-position: center top -162px; }
	.cfField label{ font-size: 18px; display: block; padding: 0 0 7px; }
	.conForm input,
	.conForm textarea{
		font-size: 18px;
		padding: 16px;
		padding-left: 70px;
	}
	.cfBottom{ padding: 25px 0 0; }
	.conForm .submit-button{
		font-size: 30px;
		background-image: url(img/contact/submit-arrows.webp);
		background-repeat: no-repeat;
		background-position: top 7px right 7px;
		padding: 9px 60px 9px 16px;
		margin: 59px 0 0;
	}
	.conForm .submit-button:hover{ background-position: bottom 7px right 7px }
	.cfReq{ max-width: 950px; margin: 0; }
}
@media screen and (min-width: 1640px){
	.sxn-contact{ padding: 0 20px 60px; }
	.conWrap{ max-width: 1600px; margin: 0 auto; }
	.conHeader{
		font-size: 18px;
		line-height: 1.7;
		padding: 60px 0 0;
		border-left: 10px solid #cdcdcd;
	}
	.conHeader:after{
		width: 10px;
		height: 85px;
		left: -10px;
	}	
	.conTitle{ font-size: 45px; }
	.conTitle > span{ font-size: 70px; }
	.cfField1,
	.cfField2,
	.cfField3{
		display: inline-block;
		width: calc(33.33% - 10px);
	}
	.cfField2{ margin: 0 10px; }	
}
.sxn-home-img{ border-bottom: 5px solid #fff; }
.sxn-home-img img{ width: 100%; height: auto; }
@media screen and (min-width: 800px){ .sxn-home-img{ border-width: 15px; } }
@media screen and (min-width: 1120px){ .sxn-home-img{ border-width: 20px; } }
@media screen and (min-width: 1640px){ .sxn-home-img{ border-width: 30px; } }

/*Footer*/
#mainFooter {
	overflow: hidden;
}
.mfMain{
	text-align: center;	
	background-position: center top;
	background-size: cover;
	color: #fff;
	padding: 20px 0;
	font-family: 'Fira Sans', sans-serif;
}
.mfMain { background-image: url(img/footer/footer-bg-1120.webp); }
.mfmBar{
	background: rgba(0,0,0,0.5);
	padding: 0 0 20px;
}
.mfTitle{
	display: block;
	padding: 10px;
	text-transform: uppercase;
	background: #a73026;
	margin: 0 auto 20px;
}
.mfLocationWrap{ padding: 0 20px; }
.mfLocItem{ margin: 0 auto 20px; }
.mfLocItem p{ padding: 0 0 5px; }
.mfLocAddress a{
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	color: #b4b4b4;
	position: relative;
	transition: 300ms;
}
.mfLocItem a:hover{ color: #fff; }

.mfNumbers{ text-transform: uppercase; padding: 0 0 10px; }
.mfNumbers b{
	display: inline-block;
	padding: 0 10px 0 0;
}
.mfNumbers a,
.mfNumbers span{ color: #fff; font-size: 18px; }
.mfSocial li{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.mfSocial a{
	display: block;
	overflow: hidden;
	height: 26px;
	width: 13px;
}
.mfLinkedIn a{ width: 25px; }
.mfLinkedIn img{ margin-left: -22px; }
.mfInstagram a{ width: 26px; }
.mfInstagram img{ margin-left: -53px; }

.mfSocial li:hover img{ margin-top: -27px; }
.mfmBar em{
	display: block;
	color: #b4b4b4;
	font-size: 15px;
	padding: 0 20px;
}

@media screen and (min-width: 800px){
	.mfMain{ padding: 200px 0 0; }
	.mfTitle{ font-size: 25px; }
	.mfLocAddress{
		display: inline-block;
		vertical-align: top;
		text-align: left;
		position: relative;
		padding: 20px 20px 0 60px;
	}
	.mfLocAddress1{ padding-top: 0; }
	.mfLocAddress:before{
		content: '';
		position: absolute;
		width: 50px;
		height: 72px;
		background-image: url(img/footer/marker.webp);
		background-size: 100%;
		top: 0;
		left: 0;
	}
	.mfNumbers{ padding: 30px 0 10px; }
}
@media screen and (min-width: 1120px){
	.mfMain{		
		padding: 300px 0 0;
		font-size: 18px;
	}
	.mfMain { background-image: url(img/footer/footer-bg.webp); }
	.mfLocationWrap{ padding: 40px 0 0; }
	.mfLocItem{
		display: inline-block;
		vertical-align: top;
		padding: 0 0 0 70px;
	}
	.mfLocAddress:nth-of-type(2){ margin: 0 50px; }
	.mfLocAddress:nth-of-type(3){ margin: 0 50px 0 0; }
	.mfLocItem:nth-of-type(4){ padding: 0; }
	.mfLocAddress:before{}
	.mfLocAddress{}
	.mfLocAddress a{ position: relative; padding: 0 20px 0 0; }
	.mfLocAddress a:before{
		content: '';
		position: absolute;
		width: 12px;
		height: 12px;
		border-top: 1px solid #b4b4b4;
		border-right: 1px solid #b4b4b4;
		top: 3px;
		right: 0;
		transform: rotate(45deg);
		transition: 300ms;
	}
	.mfLocAddress a:hover:before{
		border-color: #fff;
		right: -5px;
	}
	.mfNumbers{ padding: 0 0 15px; text-align: left; }
	.mfNumbers b{ font-size: 15px; }
	.mfSocial li{ margin: 0 10px; }
}
@media screen and (min-width: 1640px){
	.mfMain{ font-size: 22px; padding: 400px 0 0;}
	.mfTitle{
		font-size:35px;
		padding: 12px;
	}
	.mfLocAddress{ padding: 0 0 0 95px; }
	.mfLocAddress:before{
		width: 73px;
		height: 105px;
		top: -15px;
	}
	.mfLocAddress:nth-of-type(2){ margin: 0 70px; }
	.mfLocAddress:nth-of-type(3){ margin: 0 70px 0 0; }
	.mfLocItem a{ font-size: 18px; }
	.mfNumbers a,
	.mfNumbers span{ font-size: 25px; }
}
.mf-logo{
	padding: 40px 20px;
	text-align: center;
}
.mf-logo img{
	max-width: 100%;
	height: auto;
}

#mmBrandingWrapper {
	padding: 35px 20px 80px;
	text-align: center;
	background: #262626;
}
#mmBranding {
	display: inline-block;
	overflow: hidden;
}
	#mmBranding p,
	#mmBranding p > a {
		color: #fff;
		font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#mmBranding a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	#logo-mmm {
		display: inline-block;
		vertical-align: middle;
	}
	#mmBranding p {
		margin: auto;
		padding: 12px 0 0;
		max-width: 320px; /*modme*/
		text-align: center;
	}
	#mmBranding br {display: none;}
	.fNav{ margin: 20px 0 0; }
	.fNav li{ display: inline-block; padding: 0 10px; position: relative; }
	.fNav li:before{
		content: '/';
		position: absolute;
		top: 2px;
		right: -4px;
		color: #fff;
		font-size: 14px;
	}
	.fNav li:last-child:before{ display: none; }
	.fNav li:hover a{ text-decoration: underline; }
	.fNav a{ color: #fff; font-size: 14px; }
@media screen and (min-width: 600px) {
	#mmBranding {
		display: inline-block;
	}
	#logo-mmm {
		display: inline-block;
		margin: 0 0 3px;
		vertical-align: bottom;
	}
	#mmBranding p {
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0 0 3px;
		max-width: none;
		text-align: left;
		vertical-align: bottom;
	}
	#mmBranding br {display: inline;}
}
@media screen and (min-width: 769px) {
	#mmBrandingWrapper {
		padding: 35px 20px;
	}
}
@media screen and (min-width: 1120px){
	.fNav{
		display: inline-block;
		padding: 0 0 0 50px;
		margin: -15px 0 0;
		vertical-align: middle;
	}
}

/*QCF-Tab*/
.qcf-tab{
	display: none;
	overflow: hidden;
	width: 146px;
	height: 218px;
	position: fixed;
	top: 160px;
	z-index: 99;
	right: 0;
}
.qcf-tab:hover img{ margin-top: -218px; }

@media screen and (min-width: 1120px){
	.qcf-tab{
		display: block;
	}
}
@media screen and (min-width: 1640px){
	.qcf-tab{ top: 190px; }
}

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

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

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

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


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

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

/* Contact Form - Custom */

/* Contact Form Styling Ends */	

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


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

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

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

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

.vfActive {
    display: block
}

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


/*Individual Pages*/
.mcTeam{
	text-align: center;
	list-style-type: none;
	padding: 0;
}
.mcTeam li{
	display: inline-block;
	list-style-type: none;
	margin: 0 10px;
	cursor: pointer;
}
.mcTeam li:hover img{ filter: brightness(110%); }
.mcTeam span{
	display: block;
	font-weight: bold;
	font-size: 20px;
}

/*MC Results*/
body.page-id-430 #mainContent{
	width: 100%;
	box-sizing: border-box;
}
body.page-id-430 #sidebar{ display: none; }
.mcResult{
	display: block;
	background: #fff;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.25);
	margin: 0 auto 30px;
}
.mcResult h2{
	display: block;
	padding: 20px;
	color: #fff;
	background-color: #a73026;
	margin: 0 auto;
	text-align: center;
	font-size: 23px;
}
.mcResult p{
	padding: 20px 30px 30px;
}
@media screen and (min-width: 800px){
	.mcResult h2{
		font-size: 28px;
	}	
}
@media screen and (min-width: 1120px){
	.mcResult{
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 32px);
		margin: 0 15px 31px;
		box-sizing: border-box;
		height: 220px;
	}
	.mcResult h2{ font-size: 32px; }
}
@media screen and (min-width: 1300px){
	.mcResult h2{ font-size: 35px; }
	.mcResult p{
		font-size: 18px;
	}	
}
@media screen and (min-width: 1640px){
	.mcResult{
		width: calc(50% - 52px);
		margin: 0 25px 48px;
		height: 240px;
	}	
	.mcResult h2{ font-size: 40px; }
	.mcResult p{
		padding: 30px 40px 40px;
		line-height: 1.5;
		font-size: 20px;
	}	
}
/*Attorneys*/

.mcBadges{
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
/*	padding: 30px 0;*/
	margin: 20px auto 20px;
	text-align: center;
	max-width: 850px;
}
/* .mcBadges .badgeWrap{ margin: 0 auto 10px; width: auto; } */
.mcBadges .badgeWrap{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 10px;
	width: auto;
}
@media screen and (min-width: 1480px){
	.mcBadges{
		max-width: 100%;
		padding: 20px 0;
		margin: 20px auto 40px;
	}
}
@media screen and (min-width: 1640px){
	.mcBadges{ max-width: 950px; }
}
@media screen and (min-width: 1840px){
	.mcBadges{ max-width: 100%; }
}

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

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

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

/*  < 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: 310px; /* modme */
/* 		background: #000;  /* 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( 85vh - 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 {
		box-sizing: border-box;
		display: none;
	}
	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: transparent;
		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 ul,
nav.mm .navmm_scrollable:hover .menu_more_indicator,
nav.mm .navmm_scrollable ul li:hover > a {background: #a73026;} /* modme to match ul bg color */
nav.mm .navmm_scrollable ul li:hover > a:hover {background: #d85b50;} /* modme to match hover bg color */
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul a {padding-left: 30px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul a {padding-left: 60px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul ul a {padding-left: 90px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul ul ul a {padding-left: 120px;}
nav.mm .navmm_scrollable:hover .menu_more_indicator{ background-color: #000; }

/* mcBadgesList */
.article ul.mcBadgesList {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.article ul.mcBadgesList li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.article ul.mcBadgesList li img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: 0;
}