/*
Theme Name: Law Office of Shane R. Kadlec (En Español)
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: 'Roboto', "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	background: #fff;
}
a {color: #F48F1D;}
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;
}
#crumbs {
  font-size: 14px;
  margin: 0 0 20px;
}
.sxn-wrap {
	max-width: 1600px;
	margin: 0 auto;
}
.sxn-head {
	color: #F48F1D;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}
.headWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.headWrap::before,
.headWrap::after {
  content: "";
  flex: 1; 
  height: 2px; 
  background: #F48F1D; 
  margin: 5px 0 0;
}
.sxn-head em {
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	text-transform: none;
}
.mcStyle1 {
  margin:0 auto 20px;
  padding:20px;
  background:#f5f5f5
}
@media screen and (min-width: 1120px) {
	.sxn-head { font-size: 25px }
	.sxn-head em { font-size: 35px; }
	.headWrap::before,
	.headWrap::after { margin: 10px 0 0; }
}
@media screen and (min-width: 1640px) {
	body { font-size: 18px; }
	.sxn-head { font-size: 30px }
	.sxn-head em { font-size: 40px; }
	.headWrap::before,
	.headWrap::after { margin: 12px 0 0; }
}

#wrapper {}
#persistentHeader {
	background-color: #000;
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}
#mhWrapper {
	max-width: 1600px;
	margin: 0 auto;
}
#mainHeader {
	padding: 20px;
}
	#logo-main {
		display: block;
		width: 100%;
		max-width: 300px; /*modme*/
		margin: 0 auto;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhCTA { max-width: 350px; margin: 10px auto; }
	.mhCTA a {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 5px 10px;
		box-sizing: border-box;
		border-radius: 4px;
		background-color: #F48F1D;
		color: #000;
		font-size: 20px;
		padding: 12px 10px;
		line-height: 1;
		text-align: center;
		transition: 0.4s;
	}
	.mhCTA a:hover { background-color: #FFAE53;}
	.mhCTA a span {
		font-family: 'Playfair Display', serif;
		font-style: italic;
		font-size: 14px;
		line-height: 1;
	}
	.mhLang {
		max-width: 204px;
		margin: 0 auto;
	}
	.mhLang a {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 4px;
		box-sizing: border-box;
		background-color: #AF5E03;
		color: #000;
		height: 45px;
		font-size: 18px;
		line-height: 1;
		padding: 9px 10px;
		text-align: center;
		transition: 0.4s;
	}
	.mhLang a:hover { background-color: #E08D30; }

/* 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;
	padding: 0 0 10px;
	z-index: 100;
}
nav.mm > ul > li > a {
	border-radius: 4px;
	padding: 10px 12px;
	font-size: 16px;
	color: #fff;
	font-family: 'Roboto', "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li.menu-item-has-children > a { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } 
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {background: #F48F1D; color: #000;}
nav.mm ul ul {background: #FFAE53; width: 180px; }
nav.mm ul ul li:hover > a {background: #F48F1D; }
nav.mm ul ul li {border-top: 1px solid #000;}
nav.mm ul ul a {
	color: #000;
	padding: 12px 10px;
	font-size: 14px;
/*    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;}

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: #AF5E03;} /*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 #FFAE53;} /*modme*/
	#mm1 {border-left: 1px solid #FFAE53;} /*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: #505050; /*modme*/
	z-index: 9999;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 0;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
		    padding: 5px 20px 4px 0;
		    color: #fff;
		    font: 15px/1 arial, sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			background: #676767; /*modme*/
			text-decoration: none;
		}
			nav.mm_mob ul a {padding-left: 20px;}
			nav.mm_mob ul ul a {padding-left: 40px;}
			nav.mm_mob ul ul ul a {padding-left: 60px;}
			nav.mm_mob ul ul li a {text-transform: none;}
#closeMenu {
	display: none;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-family: arial, sans-serif;
	color: #fff;
	z-index: 999999999;
	top: 0;
	right: 0;
	width: 100%;
	text-transform: uppercase;
	position: fixed;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
}
#closeMenu:hover {text-decoration: none; color: #ccc;}
body.fsMenuOn #menuWall {
	position: fixed;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
	content: "";
	width: 100%;
	height: 200%;
	left: 0;
	top: 0;
}
#mblSearch {
	max-width: 350px;
	padding: 0 20px 20px;
	overflow: hidden;
}
#mblsInput, #mblsSubmit {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	float: left;
	display: inline;
	box-sizing: border-box;
}
#mblsInput {
	box-sizing: border-box;
    padding: 0 16px;
    width: 70%;
    height: 32px;
    font: 14px/normal arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    border-radius: 4px 0 0 4px;
    outline: 0;
}
#mblsSubmit {
	cursor: pointer;
    width: 30%;
    height: 32px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    background: #000;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #7A807A;} /*modme*/

@media screen and (min-width: 800px) {
	#wrapper {
			padding: 225px 0 0; /*modme*/
	}
	#persistentHeader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	#logo-main { padding: 25px 0 0; }
	.mhRight {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 12px;
		margin: 15px 0 0;
	}
	.mhCTA, .mhLang { margin:0; max-width: unset; }
	.mhLang { width: 204px; }
	.mhCTA a { height: 45px; }
	.mhCTA a { padding: 12px 22px; }
	.mhLang a { padding: 9px 30px; }
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
}
@media screen and (min-width: 1100px) {
	#wrapper { padding: 104px 0 0; }
	#mhWrapper { position:relative; }
	#mainHeader {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 0 20px 25px;
	}
	#logo-main { margin:0; }
	.mhRight { margin:0; }
	nav.mm {
	    text-align: right;
	    position: absolute;
	    right: 20px;
	    bottom: 0;
	  }
}
@media screen and (min-width: 1350px) {
	#wrapper { padding: 117px 0 0; }
	#logo-main { max-width: 367px; }
	.mhCTA a { font-size: 24px; height: 57px; }
	.mhCTA a span { font-size: 16px; }
	.mhLang a { font-size: 22px; height:57px; padding: 9px 45px; }
	nav.mm > ul > li > a { font-size: 16px; }
}
@media screen and (min-width: 1640px) {
	#mainHeader { padding: 0 0 25px; }
	nav.mm { right:0; }
	nav.mm > ul > li > a { font-size: 18px; padding: 10px 18px; }
	nav.mm ul ul a { font-size: 16px; }
}

/* Homeslide */
#homeslides {
	position: relative;
	overflow: hidden;
	height: 320px;
	padding: 0;
}
.homeslide {
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.homeslideImg {
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
#homeslideImg1 { background-image: url(img/slides/home/800/1.webp); }
#homeslideImg2 { background-image: url(img/slides/home/800/2.webp); }
#homeslideImg3 { background-image: url(img/slides/home/800/3.webp); }
.slideContent {
  box-sizing: border-box;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.slideContent:after {
	content: '';
	position: absolute;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	height: 70%;
	width: 100%;
	bottom: 0;
	left: 0;
}
.slideBox {
	opacity: 0;
	position: absolute;
	width: 100%;
	bottom: 0; 
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
	transition: all 500ms ease;
	z-index: 9;
}
.slideTxtAnimate .slideBox {
	opacity: 1;
}
.slideHead {
	display: block;
	font-size: 16px;
	font-family: 'Playfair Display', serif;
	color: #fff;
}
.slideHead span {
	display: block;
	font-size: 26px;
	line-height: 1.1;
	padding: 0 0 5px;
}
.slideMore {
	max-width: 280px;
	margin: 30px auto 0;
	position: relative;
}
.slideMore a {
  display: block;
  box-sizing: border-box;
  background-color: #F48F1D;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  padding: 16px 15px 14px 15px;
  transition: all 500ms ease;
  text-align: center;
}
.slideMore a:hover { background-color:#FFAE53; }
.subslide {
	background-position: center top; 
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#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);}
#subslide11 {background-image: url(img/slides/sub/800/11.webp);}
#subslide12 {background-image: url(img/slides/sub/800/12.webp);}
#subslide13 {background-image: url(img/slides/sub/800/13.webp);}
#subslide14 {background-image: url(img/slides/sub/800/14.webp);}
#subslide15 {background-image: url(img/slides/sub/800/15.webp);}
#subslide16 {background-image: url(img/slides/sub/800/16.webp);}
#subslide17 {background-image: url(img/slides/sub/800/17.webp);}

@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides { height: 380px; }
	#homeslideImg1 { background-image: url(img/slides/home/1120/1.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/1120/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/1120/3.webp); }
	.slideHead { font-size: 20px; }
	.slideHead span { font-size: 32px; }
	.subslide { min-height: 300px; }
	#subslide1 { background-image: url(img/slides/sub/1120/1.webp); }
	#subslide2 { background-image: url(img/slides/sub/1120/2.webp); }
	#subslide3 { background-image: url(img/slides/sub/1120/3.webp); }
	#subslide4 {background-image: url(img/slides/sub/1120/4.webp);}
	#subslide5 {background-image: url(img/slides/sub/1120/5.webp);}
	#subslide6 {background-image: url(img/slides/sub/1120/6.webp);}
	#subslide7 {background-image: url(img/slides/sub/1120/7.webp);}
	#subslide8 {background-image: url(img/slides/sub/1120/8.webp);}
	#subslide9 {background-image: url(img/slides/sub/1120/9.webp);}
	#subslide10 {background-image: url(img/slides/sub/1120/10.webp);}
	#subslide11 {background-image: url(img/slides/sub/1120/11.webp);}
	#subslide12 {background-image: url(img/slides/sub/1120/12.webp);}
	#subslide13 {background-image: url(img/slides/sub/1120/13.webp);}
	#subslide14 {background-image: url(img/slides/sub/1120/14.webp);}
	#subslide15 {background-image: url(img/slides/sub/1120/15.webp);}
	#subslide16 {background-image: url(img/slides/sub/1120/16.webp);}
	#subslide17 {background-image: url(img/slides/sub/1120/17.webp);}
}

@media screen and (min-width: 1120px) {
	#homeslides { height: 420px; }
	#homeslideImg1 { background-image: url(img/slides/home/2000/1.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/2000/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/2000/3.webp); }	
	#subslide1 { background-image: url(img/slides/sub/2000/1.webp); }
	#subslide2 { background-image: url(img/slides/sub/2000/2.webp); }
	#subslide3 { background-image: url(img/slides/sub/2000/3.webp); }
	#subslide4 {background-image: url(img/slides/sub/2000/4.webp);}
	#subslide5 {background-image: url(img/slides/sub/2000/5.webp);}
	#subslide6 {background-image: url(img/slides/sub/2000/6.webp);}
	#subslide7 {background-image: url(img/slides/sub/2000/7.webp);}
	#subslide8 {background-image: url(img/slides/sub/2000/8.webp);}
	#subslide9 {background-image: url(img/slides/sub/2000/9.webp);}
	#subslide10 {background-image: url(img/slides/sub/2000/10.webp);}
	#subslide11 {background-image: url(img/slides/sub/2000/11.webp);}
	#subslide12 {background-image: url(img/slides/sub/2000/12.webp);}
	#subslide13 {background-image: url(img/slides/sub/2000/13.webp);}
	#subslide14 {background-image: url(img/slides/sub/2000/14.webp);}
	#subslide15 {background-image: url(img/slides/sub/2000/15.webp);}
	#subslide16 {background-image: url(img/slides/sub/2000/16.webp);}
	#subslide17 {background-image: url(img/slides/sub/2000/17.webp);}
}
@media screen and (min-width: 1350px) {
	.slideHead { font-size: 30px; }
	.slideHead span { font-size: 45px; }
	.slideMore { max-width: 350px; }
	.slideMore a { font-size: 18px; padding: 26px 20px 23px 20px; }
}
@media screen and (min-width: 1640px) {
	#homeslides { height: 663px; }
	#homeslideImg1 { background-image: url(img/slides/home/2000/1.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/2000/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/2000/3.webp); }
	.slideHead { font-size: 40px; }
	.slideHead span { font-size: 60px; }
	.slideMore { max-width: 468px; }
	.slideMore a { font-size: 22px;  }	
	.subslide { min-height: 475px; }
}
#sync {height: 0; width: 0;}
.syncItem {position: relative; z-index: 0;}

/* BELOW THE FOLD (BTF) BEGINS */
p {padding: 0 0 20px;}
p:empty { display: none; }
li {list-style-type: none; list-style-position: outside;}
.topo {display: block; overflow: hidden;}
.topo img {display: block; width: 100%;}

.sxn-content { padding: 20px; overflow: hidden; }
.home .sxn-content {
	background-image: url(img/content/bg-mob.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 20px 20px 60px;
}
#contentArea {
	margin: 0 auto;
}
#mainContent {
	font-family: 'Roboto', "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a: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: 'Roboto', sans-serif;
		color: #000;
		padding: 0 0 10px 0;
	}
	.article h1 {
		font-family: 'Playfair Display', serif;
		font-size: 25px;
		padding: 0 0 20px 0;
	}
	.home .article h1 {
		font-size: 30px;
		text-align: center;
	}
	.article h2 {
		font-size: 22px;
		font-weight: 700;
		padding: 0 0 15px 0;
	}
	.home .article h2 {
		text-align: center;
	}
	.article h3 {
		font-size: 20px;
		font-weight: 700;
	}
	.article h4 {
		font-size: 18px;
		font-weight: 700;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
		max-width: 100%;
		height: auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.mcTable td { vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
	.mcTable {
	  width: 100%;
	  background-color: #FFFFFF;
	  border-collapse: collapse;
	  border-width: 1px;
	  border-color: #D9D9D9;
	  border-style: solid;
	  color: #404040;
	  line-height: 1.5;
	  margin: 0 0 20px;
	}
	.mcTable td, .mcTable th {
	  border-width: 1px;
	  border-color: transparent;
	  border-style: solid;
	  padding: 5px;
	}
	.mcTable thead {
	  background-color: #E5ECF4;
	}
	.mcTable td {display: table-cell; padding: 10px;}
	.mcTable tr:nth-child(2n+2) { background:  #f9f9f9; }

	.mcBlockOuter {
		background-color: #fff;
		box-shadow: rgba(0, 0, 0, 0.3) 10px 25px 30px -10px;
		padding: 20px;
		position: relative;
	}
	.mcSideImg { max-width: 400px; margin:0 auto 20px; }
	.mcSideImg img { display: block; width:100%; height: auto;}
	.btnWrap {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		gap: 20px;
		margin: 20px 0 0;
	}
	a.mcBtn {
		display: block;
		box-sizing: border-box;
		background-color: #F48F1D;
		border-radius: 4px;
		color: #000;
		font-size: 18px;
		line-height: 1;
		padding: 20px;
		transition: all 500ms ease;
		text-align: center;
		width: 240px;
	}
	a.mcBtn2 {
		background-color: #000;
		color: #fff;
	}
	a.mcBtn:hover {
		background-color: #FFAE53;
		text-decoration: none;
	}
	a.mcBtn2:hover { background-color:#5A5A5A; }
  .text-center { text-align: center; }
	.text-right  { text-align: right; }

@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	.sxn-content { padding: 40px; }
	.home .sxn-content {
		background-image: url(img/content/bg.webp);
		padding: 40px 40px 90px;
	}
	#mainContent { float: left; padding: 0; width: calc(100% - 40px - 300px);	}
	.home #mainContent,
	.fwEntry #mainContent { float: none; margin: 0 auto; width: auto; }
	.article .alignright {
		float: right;
		margin: 0 0 5px 15px;
	}
	.article .aligncenter {
		display: block;
		margin: 0 auto;
	}
	.article .alignleft {
		float: left;
		margin: 0 15px 5px 0;
	}
	.mcBlockOuter { padding: 20px 40px 40px; }
}

@media screen and (min-width: 1100px) {
	.mcBlock {
		padding: 0 440px 0 0;
		position: relative;
	}
	.mcSideImg {
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
	}
}
@media screen and (min-width: 1120px) {
	.sxn-content { padding: 60px; }	
	.article h1 { font-size: 35px; }
	.home .article h1 { font-size: 45px; }
	.article h2 { font-size: 25px; }
	.home .article h2 { margin: 0 15%;  }
}
@media screen and (min-width: 1350px) {
	.mcBlockOuter { padding: 20px 70px 100px; }
	.mcBlock { padding: 0 540px 0 0;}
	.mcSideImg { max-width: 500px; }
}
@media screen and (min-width: 1640px) {
	.home .sxn-content { padding: 90px 60px 160px; }
	#mainContent { font-size: 18px; line-height: 1.7; width: calc(100% - 100px - 400px);  }
	.article h1 { font-size: 50px; }
	.home .article h1 { font-size: 70px; }
	.article h2 { font-size: 30px; }
	.article h3 { font-size: 24px; }
	.article h4,
	.article h5 { font-size: 20px; }
	.mcBlockOuter { padding: 20px 70px 120px; }
	.mcBlock { padding: 0 760px 0 0;}
	.mcSideImg { max-width: 700px; }
	.btnWrap { column-gap:28px; margin: 30px 0 0; }
	a.mcBtn { font-size: 22px; width: 270px; padding: 24px 20px; }
}

/* Sidebar */
#sidebar { 
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	margin: 0 auto;
	max-width: 400px;
	padding: 30px 0 0 0; 
}
.sbHead {
	font-size: 25px;
	text-align: center;
	line-height: 1.2; 
}
.sbHead span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #F48F1D;
	font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  position: relative;
}
.sbHead span::before,
.sbHead span::after {
  content: "";
  flex: 1; 
  height: 2px; 
  background: #F48F1D; 
  margin: 5px 0 0;
}
.sbHead em {
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
}
.sbHeadMoreOn em {
	color: #000;
}
@media screen and (min-width: 800px) {
	#sidebar {
		float: right;
		padding: 0;
		width: 300px;
	}
}
@media screen and (min-width: 1640px) {
	#sidebar { gap: 60px 0; width: 400px; }
	.sbHead { font-size: 30px;}
	.sbHead em { font-size: 40px;}
}

/* Sidebar AOP Zone */
.sbAop {
	color: #fff;
	background-image: url(img/sidebar/sb-aop-bg.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 30px 20px 40px;
	overflow: hidden;
}
.sbAopList {
	width: 100%;
	margin: 30px auto 0;
	position: relative;
	z-index: 1;
}
.sbAopList li a {
	display: block;
	color: #fff;
	font-size: 20px;
	width: 100%;
}
.sbAopList li a span { 
	display: block;
	position: relative;
	padding: 10px 20px 10px 60px;
}
.sbAopList li a:hover span:before {
		content: '';
		position: absolute;
		background-color: #F48F1D;
		width: calc(100% + 200px);
		height: 100%;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		z-index: -1;
}
.sbAopList li a:hover span:after {
  content: "";
  position: absolute;
  background-image: url(img/sidebar/aop-arrow.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  left: 0;
  top: 50%;
  width: 49px;
  height: 31px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1640px) {
	.sbAop { padding: 30px 27px 50px; }
	.sbAopList li { margin: 5px 0; }
	.sbAopList li a { font-size: 24px; }
	.sbAopList li a:hover span:after { left: -10px; }
}

/* Sidebar Form */
.sbForm {
	color: #fff;
	background-image: url(img/sidebar/form-bg.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 25px 20px 30px;
	overflow: hidden;
}
.sideForm { margin: 20px 0 0; }
.sideForm fieldset {
	margin: 0 0 12px;
	padding: 0 10px;
	border: none;
	border: 2px solid #F48F1D;
	box-sizing: border-box;
}
.sideForm legend { padding: 0 8px; margin:0 10px; color: #fff; }
.sideForm .formInput { box-sizing: border-box; padding: 0 0 10px; position: relative; }
.sideForm .formInput input,
.sideForm .formInput textarea,
.sideForm .formInput select {
	background-color: transparent;
	border: none;
	box-sizing: border-box;
	display: block;
	outline: none;
	padding: 10px 10px 10px 18px;
	resize: none;
	width: 100%;
	height: 38px;
	font-size: 18px;
	color: #F48F1D;
}
.sideForm .formInput select {
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('img/sidebar/arrow-down.webp') no-repeat right center;
}
.sideForm .formInput select:hover {
		 opacity: 0.8;
}
.sideForm  .grDisclaimerBox { height: 65px; }
.sideForm .formSubmitBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 28px;
	width: 100%;
}
.sideForm .formSubmit {
   width: 100%;
   height: 65px;
   max-width: 100%;
   transition: .5s;
   position: relative;
   z-index: 1;
}
.sideForm .formSubmit input {
	width: 100%;
	height: 100%;
	outline: 0;
	display: block;
	cursor: pointer;
	color: #000;
	font-size: 20px;
	border: 0;
	border-radius: 4px;	
	background: #F48F1D;
	padding: 12px 20px 12px 20px;
	transition: .5s;
}
.sideForm .formSubmit:hover input {
	background: #FFAE53;
}
.sideForm .formReqBox {
  display:flex;
  flex-direction:column;
  gap: 20px;
  margin: 20px 0;
}
.sideForm .checkbox-text { font-size: 12px; }

@media screen and (min-width: 1640px) {
	.sbForm { padding: 25px 27px 35px; }
	.sideForm .formSubmit, .sideForm .grDisclaimerBox { height:73px; }
	.sideForm .grDisclaimerBox { width: 314px; }
	.sideForm .grdbText { width: 200px; padding: 20px 20px 0; }
	.sideForm .formSubmit input { font-size: 22px; }
}

/* Case Zone */
.sxn-cases {
	background-color: #000;
	color: #fff;
	padding: 40px 20px;
}
.case-cont-outer { 
	padding: 0 10px;
	margin: 40px auto 0;
	overflow: hidden;
	position: relative;
}
.case-slide {
   text-align: center;
  /* 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;
}
.caseBox {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 8px;
	border: 2px solid #F48F1D;
	padding: 23px 20px;
	min-height: 340px;
	overflow: hidden;
}
.caseTtl { 
   font-family: 'Playfair Display', serif;
   font-size: 24px;
   padding: 55px 0 5px;
   position: relative;
}
.caseTtl:before {
	content: '';
	position: absolute;
	background-image: url(img/case/icon.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
	width: 37px;
	height: 37px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.caseStlmt {
	color: #F48F1D;
	padding: 0 0 10px;
}
.caseInner p { padding: 0; }
.case-buttons {
  position: relative;
  text-align: center;
  margin: 35px auto 0;
  line-height: 1;
}
.case-button {
  background-image: url(img/icons/slider-arrow.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 200% auto;
  width: 100px;
  height: 35px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.case-button:before { 
  content: '';
  position: absolute;
  background-color: #F48F1D;
  width: calc(100% + 2000px);
  height: 2px;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
.case-button.case-button-next {
  transform: rotateY(-180deg);
  left: auto;
  right: 0;
}
.case-button:hover { background-position: top right; }

@media screen and (min-width: 800px) {
	.case-button { width: 153px; height: 54px; margin:0 7px; }
}
@media screen and (min-width: 1350px) {
	.case-cont-outer { padding: 0 30px; }
	.caseBox { padding: 23px 28px; }
}
@media screen and (min-width: 1640px) {
	.sxn-cases { padding: 50px 0 85px; }
	.caseTtl { font-size: 30px; }
	.caseInner p { line-height: 1.6; }
}

/* Videos Zone */
.sxn-videos {
	color: #fff;
	background-image: url(img/videos/bg-mob.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 40px 20px;
}
.vid-cont-outer { 
	margin: 40px auto 0;
	overflow: hidden;
	position: relative;
}
.vid-slide {
   text-align: center;
  /* 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;
}
.vidBox {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	max-width: 400px;
}
.vidBox a {
	display: block;
	width: 100%;
	height: 100%;
}
.vidImg {
	width: 100%;
	height: auto;
	background-color: #000000;
	position: relative;
}
.vidImg:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 30px solid #F48F1D;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
    left: calc(50% + 3px); 
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.vidImg:after {
	content: "";
	position: absolute;
	border-radius: 50%;
    background: #fff;  
	width: 80px;
    height: 80px;
    opacity: 0.5;
    left: 50%; 
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.vidBox a:hover .vidImg:after {
	opacity: 1;
}
.vidImg img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.6;
}
.vidBox a:hover img { opacity: 1; }
.vidBox span {
	display: block;
	font-weight: 700;
	color: #fff;
	padding: 10px 20px 0;
}
.vidBox a:hover span {
	text-decoration: underline;
}
.vidBox a br { display: none; }
.vid-buttons {
  position: relative;
  text-align: center;
  margin: 35px auto 0;
  line-height: 1;
}
.vid-button {
  background-image: url(img/icons/slider-arrow.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 200% auto;
  width: 100px;
  height: 35px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.vid-button:before { 
  content: '';
  position: absolute;
  background-color: #F48F1D;
  width: calc(100% + 2000px);
  height: 2px;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
.vid-button.vid-button-next {
  transform: rotateY(-180deg);
  left: auto;
  right: 0;
}
.vid-button:hover { background-position: top right; }

@media screen and (min-width: 800px) {
	.sxn-videos { 	background-image: url(img/videos/bg.webp); padding: 60px 20px 80px; }
	.vidBox { max-width: unset;}
	.vid-button { width: 153px; height: 54px; margin: 0 7px; }
}
@media screen and (min-width: 1350px) {
	.vid-cont-outer { padding: 0 30px; }
	.vidBox span { padding: 20px 35px 0; }
	.vidBox a br { display: block; }
}
@media screen and (min-width: 1640px) {
	.sxn-videos { padding: 80px 0 95px; }
	.vid-cont-outer { margin: 60px 0 0; }
	.vidImg:after { width: 96px; height: 96px; }
	.vidBox span { line-height: 1.7; }
	.vid-buttons { margin: 50px 0 0; }
}

/* Auto Accident Lawyers Zone */
.sxn-lawyers {
	background-image: url(img/lawyers/bg-mob.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center;
	padding: 40px 20px 80px;
}
.sxn-lawyers .sxn-head { padding: 0 0 30px; }
.sxn-lawyers .sxn-head em { color:#000; }
.lawyersWrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 120px 30px;
	margin: 70px 0 0;
	position: relative;
}
.lawyersBox {
	background-color: #fff;
	box-sizing: border-box;
	border: 2px solid #F48F1D;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 30px -20px;
	border-radius: 8px;
	padding: 20px 20px 40px;
	position: relative;
}
.lbImg { 
	box-sizing: border-box;
	border: 4px solid #F48F1D;
	border-radius: 6px;
	width: calc(100% - 40px);
	max-width: 360px;
	margin: -80px auto 0;
}
.lbImg img {
	display: block;
	width: 100%;
	height: auto;
}
.lbTitl {
	padding: 20px 0;
}
.lbTitl span {
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	line-height: 1;
	position: relative;
}
.lbTitl span::before,
.lbTitl span::after {
  content: "";
  flex: 1; 
  height: 2px; 
  background: #F48F1D;
  margin: 5px 0 0;
}
.lbBtn {
  width: 200px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.lbBtn a {
	display: block;
	box-sizing: border-box;
	border-radius: 4px;
	color: #000;
	font-size: 18px;
	width: 100%;
	padding: 15px 10px;
	background-color: #F48F1D;

}
.lbBtn a:hover { background-color:#FFAE53; }

@media screen and (min-width: 500px) {
	.lawyersWrap { margin: 100px 0 0; gap: 160px 46px; }
	.lbImg { margin: -110px auto 0; }
}
@media screen and (min-width: 800px) {
	.sxn-lawyers { background-image: url(img/lawyers/bg.webp) padding: 60px 20px 110px;}
}
@media screen and (min-width: 1100px) {
	.lawyersWrap { flex-direction:row; margin: 120px 0 0; }
	.lawyersBox { flex: 1; }
}
@media screen and (min-width: 1350px) {
	.lbImg { max-width: 450px; }	
	.lbTitl span { font-size: 30px; }
}
@media screen and (min-width: 1640px) {
	.sxn-lawyers { padding: 90px 0 170px; }
	.sxn-lawyers .sxn-head { padding: 0 0 40px; }
	.sxn-lawyers .subHead { line-height: 1.7; }
	.lawyersWrap { margin: 180px 0 0; }
	.lawyersBox { padding: 20px 50px 60px; }
	.lbTitl { padding: 40px 0 30px; }
	.lawyersBox p { line-height: 1.7; padding: 0 20px 30px; }
	.lbImg { max-width: 570px; border: 6px solid #F48F1D; border-radius: 8px; margin: -150px auto 0; }	
	.lbTitl span { font-size: 35px; }
	.lbBtn { bottom: -36px; }
	.lbBtn a { font-size: 22px; width: 270px; padding: 20px 10px; }
}

/* AOP Zone */
.sxn-aop {
	color: #fff;
	background-image: url(img/aop/bg-mob.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 40px 20px;
	position: relative; 
}
.aopBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	column-gap: 14px;
	padding: 40px 0 20px;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}
.aopList {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}
.aopList ul li {
	position: relative;
}
.aopList ul li a {
	display: block;
	color: #fff;
	font-size: 20px;
	width: 100%;
}
.aopList ul li a span { 
	display: block;
	position: relative;
	padding: 10px 20px 10px 80px;
}
.aopList ul li a:hover span:before {
		content: '';
		position: absolute;
		background-color: #F48F1D;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: -1;
}
.aopList ul li a:hover span:after {
  content: "";
  position: absolute;
  background-image: url(img/aop/arrow.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  left: 10px;
  top: 50%;
  width: 49px;
  height: 31px;
  transform: translateY(-50%);
}
.aopImgWrap {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 30px;
	z-index: 11;
}
.aopContImg { 
	display: none;
}
.aopContImg.active { display: block; }
.aopContImg img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 800px) {
  .sxn-aop { background-image:url(img/aop/bg.webp); }
  .aopBox {
  	padding: 240px 0 0;
  	column-gap: 120px;
    flex-direction: row;
    max-width: unset;
  }
  .aopImgWrap {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 20px;
	z-index: 11;
  }
  .aopList-left {
    text-align: right;
  }
  .aopList ul li a span { padding: 10px 100px 10px 10px; }
  .aopList.aopList-right ul li a span { padding: 10px 10px 10px 100px; }
  .aopList.aopList-left ul li a:hover span:after { left: auto; right:10px; }
  .aopList.aopList-right ul li a:hover span:after {  transform: translateY(-50%) rotateY(-180deg); }
}
@media screen and (min-width: 1100px) {
	.sxn-aop { padding: 60px 20px 100px; }
	.aopBox {
		padding: 35px 0 0;
		margin: 20px 0 0;
	  	column-gap: 370px;
	}
	.aopImgWrap { 
		margin:0; 
		max-width: 500px;
	}
}
@media screen and (min-width: 1350px) {
	.sxn-aop { padding: 80px 0 150px; }
	.aopBox {
		padding: 70px 0 0;
	  	column-gap: 490px;
	}
	.aopImgWrap { max-width: 620px; }
}
@media screen and (min-width: 1640px) {
	.sxn-aop { padding: 80px 0 180px; }
	.aopBox { padding: 90px 0 0; margin: 40px 0 0; column-gap: 730px; }
	.aopList ul li { margin: 5px 0; }
	.aopList ul li a { font-size: 24px; }
	.aopImgWrap { max-width: 826px; }
}
/* Testimonials */
.sxn-testimonials {
  background-image: url(img/testimonials/bg-mob.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 40px 20px;
}
.sxn-testimonials .sxn-head em { color: #000; }
.tests-cont-outer {
  margin: 30px auto 0;
  overflow: hidden;
  position: relative;
}
.test-inner { 
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid #F48F1D;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 30px -20px;
  padding: 20px;
  margin: 0 0 30px;
  text-align: center;
  position: relative;
}
.testBody { 
  padding: 60px 0 20px;
  line-height: 1.5;
  position:relative;
}
.testBody:before {
  content: '';
  position: absolute;
  background-image: url(img/testimonials/rating-stars.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  width: 247px;
  height: 43px;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
}
.testAuthor {
  font-size: 18px;
  font-weight: 700;
}
.testMore {
  display: block;
  font-weight: 700;
  padding: 20px 0 0;
}
.testMore:hover { text-decoration: underline; }
.test-buttons {
  position: relative;
  text-align: center;
  margin: 40px auto 0;
  line-height: 1;
}
.test-button {
  background-image: url(img/testimonials/slider-arrow.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 200% auto;
  width: 100px;
  height: 35px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.test-button:before { 
  content: '';
  position: absolute;
  background-color: #F48F1D;
  width: calc(100% + 2000px);
  height: 2px;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
.test-button.test-button-next {
  transform: rotateY(-180deg);
  left: auto;
  right: 0;
}
.test-button:hover { background-position: top right; }

@media screen and (min-width: 800px) {
  .sxn-testimonials { background-image: url(img/testimonials/bg.webp); padding: 60px 20px 70px; }
  .tests-cont-outer { margin: 40px auto 0; }
  .test-button { width: 153px; height: 54px; margin: 0 7px; }
}

@media screen and (min-width: 1640px) {
  .sxn-testimonials { padding: 80px 0 90px; }
  .tests-cont-outer { margin: 55px auto 0; }
  .test-inner { padding: 45px 35px 40px; }
  .testBody { line-height:1.7 }
  .testBody:before {   transform: translateX(-50%) scale(1); }
  .testAuthor { font-size: 22px; }
}
/* Team Zone */
.sxn-team {
	padding: 40px 20px;
	overflow: hidden;
}
.sxn-team .sxn-head em { color:#000; }
.teamList {
	display: flex;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
	gap: 50px 10px;
	border-bottom: 2px solid #F48F1D;
	margin: 30px 0 20px;
	padding: 0 0 50px;
}
.teamItem {
	width: calc(50% - 5px);
	max-width: 300px;
}
.teamItem a {
	display: block;
	width: 100%;
	height: 100%;
	transform: 0.4s;
	position: relative;
}
.teamItem.active a::before {
  content: "";
  position: absolute;
  background-color: #F48F1D;
  clip-path: polygon(0 0, 50% 100%, 100% 0); 
  width: 100%;
  height: 15px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  z-index: 2;
}
.teamItem span {
	display: block;
	color: #000;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	padding: 10px 0 0;
}
.teamItem small {
	display: block;
}
.teamImg {
	box-sizing: border-box;
	border-radius: 8px;
	border: 6px solid #fff;
	transform: 0.4s;
	position: relative;
}
.teamItem.active .teamImg { border-color: #F48F1D; }
.teamImg:before {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.teamItem a:hover .teamImg:before { content: none; }
.teamImg img {
	display: block;
	width: 100%;
	height: auto;
}
.teamDesc { overflow:hidden; }
.teamDescItem {
	display: none;
	padding: 20px 0 0;
	text-align: center;
}
.teamDescItem.active { display: block; }
.teamBtn {
  display: block;
  box-sizing: border-box;
  border-radius: 4px;
  color: #000;
  font-size: 18px;
  width: 100%;
  width: 200px;
  margin: 20px auto 0;
  padding: 15px 10px;
  transition: 0.4s;
  background-color: #F48F1D;
}
.teamBtn:hover { background-color: #FFAE53; }
.teamBtn span { position: relative; }
.teamBtn span::before,
.teamBtn span::after {
  content: '';
  position: absolute;
  background-color: #F48F1D;
  width: calc(100% + 2000px);
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.teamBtn span::before {   right: calc(100% + 70px); }
.teamBtn span::after { left: calc(100% + 70px); }

@media screen and (min-width: 600px) {
  .teamList { gap: 50px 20px; }
  .teamItem { width: calc(50% - 15px); }
	.teamItem span { font-size: 18px; }
}
@media screen and (min-width: 800px) {
	.teamList { padding: 0 0 14px; }
	.teamItem { width: calc(25% - 20px); max-width:unset; }
	.teamItem.active a::after {
		content: "";
	  position: absolute;
	  background-color: #fff;
	  width: calc(100% + 20px);
	  height: 20px;
	  left: 50%;
	  transform: translateX(-50%);
	  bottom: -30px;
	  z-index: 1;
	}
}
@media screen and (min-width: 1120px) {
	.sxn-team { padding: 60px 20px 85px }
	.teamItem.active a::before { height: 20px; bottom: -30px; }
}
@media screen and (min-width: 1350px) {
	.teamList { padding: 0 0 20px; }
	.teamItem.active a::before { bottom: -35px;  }
	.teamItem span { font-size: 30px; }
	.teamDescItem { padding: 40px 0 0; }
}
@media screen and (min-width: 1640px) {
	.sxn-team { padding: 80px 0 115px }
	.teamList { column-gap: 35px; }
	.teamItem { width: calc(25% - 27px); }
	.teamItem.active a::before { height: 30px; bottom: -40px;  }
	.teamItem span { font-size: 35px; padding: 15px 0 5px; }
	.teamDescItem p { line-height: 1.7; }
	.teamBtn { font-size: 22px; width: 270px; padding: 20px 10px; margin: 30px auto 0; }
	.teamBtn span::before { right: calc(100% + 100px); }
	.teamBtn span::after { left: calc(100% + 100px); }
}

/* Contact Zone */
.sxn-contact {
	color: #fff;
	background-image: url(img/contact/bg-mob.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 0 0 150px;
}
.sxn-contact .subHead { 
	max-width: 775px;
	margin: 0 auto;
	text-align:center;
	padding: 30px 0 0;
}
.contactOuter {
	background-color: rgba(33, 46, 71, 0.8);
	padding: 40px 20px;
	position: relative;
	z-index: 1;
}
.contactOuter:before {
	content: '';
	position: absolute;
	background: linear-gradient(0deg,rgba(35, 48, 74, 0) 0%, rgba(30, 37, 49, 1) 100%);
	width: 100%;
	height: 42%;
	top: 0;
	left: 0;
	z-index: -1;
}
.conWrap { margin: 30px 0 0; }
.conFormWrap { margin: 30px 0 0; }
.conImg { 
	max-width: 350px;
	margin:0 auto;
}
.conImg img {
	display: block;
	width: 100%;
	height: auto;
}
.conForm fieldset {
	margin: 0 0 16px;
	padding: 0 10px;
	border: none;
	border: 2px solid #F48F1D;
	box-sizing: border-box;
}
.conForm legend { padding: 0 10px; margin:0 10px; color: #fff; }
.conForm .formInput { box-sizing: border-box; padding: 0 0 10px; position: relative; }
.conForm .formInput input,
.conForm .formInput textarea,
.conForm .formInput select {
	background-color: transparent;
	border: none;
	box-sizing: border-box;
	display: block;
	outline: none;
	padding: 10px 10px 8px 18px;
	resize: none;
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #F48F1D;
}
.conForm .formInput select {
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('img/contact/arrow-down.webp') no-repeat right 10px center;
}
.conForm .formInput select:hover {
		 opacity: 0.8;
}
.conForm  .grDisclaimerBox { height: 65px; }
.conForm .formSubmitBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 28px;
	width: 100%;
}
.conForm .formSubmit {
   width: 100%;
   height: 65px;
   max-width: 255px;
   transition: .5s;
   position: relative;
   z-index: 1;
}
.conForm .formSubmit input {
	width: 100%;
	height: 100%;
	outline: 0;
	display: block;
	cursor: pointer;
	color: #000;
	font-size: 20px;
	border: 0;
	border-radius: 4px;	
	background: #F48F1D;
	padding: 12px 20px 8px 20px;
	transition: .5s;
}
.conForm .formSubmit:hover input {
	background: #FFAE53;
}
.conForm .formReqBox {
  display:flex;
  flex-direction:column;
  gap:25px;
  margin: 40px 0;
}

@media screen and (min-width: 800px) {
	.sxn-contact { 
		background-image: url(img/contact/bg.webp);
		padding: 0 0 200px; 
	}
	.conWrap {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
		column-gap: 35px;
		margin: 50px 0 0;
	}
	.conImg { max-width: 300px; }
	.conFormWrap {
		margin: -10px 0 0;
		 flex: 1;
	}
}
@media screen and (min-width: 1100px) {
	.conImg { max-width: 400px; }	
}
@media screen and (min-width: 1350px) {
	.contactOuter {  padding: 60px 20px 80px; }
	.conWrap { column-gap: 50px; }
  .conImg { max-width: 520px; }
  .conForm .formInput input,
  .conForm .formInput textarea,
  .conForm .formInput select { height: 58px; }
  .conForm .formSubmit { max-width: 315px; }
}
@media screen and (min-width: 1640px) {
	.sxn-contact { padding: 0 0 365px; }
	.contactOuter { padding: 90px 0 115px; }
	.sxn-contact .subHead { padding: 50px 0 0; line-height: 1.7 }
	.conWrap { column-gap: 70px; margin: 80px 0 0; }
  .conImg { max-width: 664px; }
  .conFormWrap { margin: -14px 0 0; }
  .conForm legend { font-size: 24px; padding: 0 15px; margin: 0 40px; }
  .conForm .formInput input,
  .conForm .formInput textarea,
  .conForm .formInput select { font-size: 20px; padding: 10px 10px 10px 55px;}
  .conForm .formSubmit, .conForm .grDisclaimerBox { height: 73px; }
  .conForm .formSubmit input { font-size: 22px; }
}
/* Custom Checkbox */
.checkbox-wrap {
    display:flex;
    align-items:flex-start;
    gap:14px;
    cursor:pointer;
    position:relative;
    line-height:1.6;
}
/* Hide the native checkbox */
.checkbox-wrap input[type="checkbox"]{
    position:absolute;
    opacity:0;
    pointer-events:none;
    z-index: 1;
}
.checkbox-wrap .cfRequiredMark { position: absolute;}
.checkbox-wrap  input[type="checkbox"].validationError { position:absolute; left:0; top:0; }
.checkbox-wrap input[type=checkbox].validationError  + .cfRequiredMark:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: red;
	height: 24px;
	width: 24px;
	opacity: 1;
}
/* Custom checkbox */
.custom-checkbox {
    width:22px;
    height:22px;
    border:2px solid #F48F1D;
    flex-shrink:0;
    position:relative;
    transition:.2s;
}

/* Checkmark */
.custom-checkbox::after {
    content:"";
    position:absolute;
    background:#F48F1D;
    left:3px;
    top:3px;
    width:16px;
    height:16px;
    opacity:0;
    z-index: 9;
}
/* Checked state */
.checkbox-wrap input[type="checkbox"]:checked ~ .custom-checkbox::after{
    opacity:1;
}
.checkbox-text {
  font-size:14px;
  text-align: left;
}
@media screen and (min-width: 1640px) {
.checkbox-wrap { column-gap: 20px; }
  .custom-checkbox { width: 27px; height: 27px; border-width: 3px; }
  .custom-checkbox::after { width: 19px; height:19px; left: 4px; top: 4px; }
  .checkbox-wrap input[type="checkbox"].validationError + .cfRequiredMark::before { width: 30px; height: 30px; }
}


#mainFooter {
	background-color: #000;
	color: #fff;
	padding: 0 20px 40px;
	overflow: hidden;
}
body:not(.home) #mainFooter {
	padding: 200px 0 0;
	position: relative;
}
body:not(.home) #mainFooter:before {
  	content: '';
  	position: absolute;
  	background-image: url(img/footer/bg-mob.webp);
  	background-repeat: no-repeat;
  	background-position: top center;
  	background-size: cover;
  	width: 100%;
  	height: 200px;
  	top: 0;
  	left: 0;
}
.mfWrap { 
	max-width: 1600px;
	margin:0 auto;
	overflow:hidden;
}
.mfTop {
	 text-align: center;
	 padding: 40px 0 0;
}
.mfTopWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	gap: 30px;
}
#logo-footer {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#logo-footer img {
  display: block;
  width: 100%;
  height: auto;
}
.mfPhone a { color:#fff; }
.mfPhone a:hover { text-decoration: underline; }
.mfAddress span,
.mfPhone span {
	color: #F38D1C;
	font-weight: 700;
	padding: 0 10px 0 0;
	text-transform: uppercase;
}
.mfSocialWrap { 
	display: inline-block;
	text-align: center;
	max-width: 220px;
	margin: 60px auto 0;
	position:relative;
}
	.mfSocialWrap::before,
	.mfSocialWrap::after {
	  content: '';
	  position: absolute;
	  background-color: #F48F1D;
	  width: calc(100% + 2000px);
	  height: 2px;
	  top: 50%;
	  transform: translateY(-50%);
	}	
	.mfSocialWrap::before { right: calc(100% + 30px); }
	.mfSocialWrap::after { left: calc(100% + 30px); }
.mfSocial {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 10px 20px;
	}
	.mfSocial a {
	  display: block;
	  height: 36px;
	  overflow: hidden;
	  transition: 0.5s;
	}
	.mfSocial a:hover { filter: brightness(0) invert(1); }
	.mfFacebook { width: 16px; }
	.mfX { width: 33px; }
	.mfYoutube { width: 39px;}
	.mfLinkedIn { width: 36px;}
	.mfYelp { width: 27px;}
	.mfSocial img {
	  width: 177px;
	  height: 36px;
	}
	.mfFacebook img { margin: 0 0 0 0; }
	.mfX img {  margin: 0 0 0 -22px; }
	.mfYoutube img {  margin: 0 0 0 -61px; }
	.mfLinkedIn img {  margin: 0 0 0 -106px; }
	.mfYelp img { margin: 0 0 0 -148px; }

.fNav {
  padding:0;
  text-align:center
}
.fNav li {
  padding:0;
  display:inline-block;
  list-style-type:none;
  list-style-position:outside;
  text-align:center;
  font:14px/1 "Roboto",sans-serif;
}
.fNav li:after {
  content:'|';
  color:#F48F1D;
  font-size:14px
}
.fNav li:last-child:after {
  display:none
}
.fNav a {
  color:#fff;
  padding: 0 8px;
}
.fNav a:hover {
  text-decoration:underline
}
.fNav li:first-child a {
  padding-left:0
}

@media screen and (min-width: 800px) {
	body:not(.home) #mainFooter:before { background-image:url(img/footer/bg.webp); }
	.mfRight {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 30px;
	}
}

@media screen and (min-width: 1300px) {
	#mainFooter { padding: 0 20px 70px; }
	body:not(.home) #mainFooter { padding: 260px 20px 70px; }
	body:not(.home) #mainFooter:before { height: 260px; }
	.mfTopWrap {
	  display: flex;
	  justify-content: space-between; 
	  flex-direction: row;
	  align-items: center;  
	}
	.mfTop { padding: 60px 0 0; }
	.mfAddress {
	  flex: 1; 
	  text-align: left;
	  order: 0;
	}
	#logo-footer {
	  order: 1;
	}
	.mfRight {
		flex: 1; 
	  text-align: right;
	  order:2;
	}

}
@media screen and (min-width: 1640px) {
	body:not(.home) #mainFooter { padding: 371px 20px 70px; }
	body:not(.home) #mainFooter:before { height: 371px; }
	  #logo-footer { max-width: 367px }
	  .mfAddress span, .mfPhone span { padding: 0 15px 0 0; }
	  .mfRight { column-gap:55px; }
		.mfSocialWrap::before { right: calc(100% + 60px); }
		.mfSocialWrap::after { left: calc(100% + 60px); }
		.mfSocial { column-gap: 30px; }
}

/* MM Branding */
#mmBrandingWrapper {
	padding: 30px 20px 0;
	font-size: 0;
	text-align: center;
}
#mmBranding {
	display: inline-block;
	overflow: hidden;
}
	#mmBranding,
	#mmBranding 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-mm {
		display: inline-block;
	}
	#mmBranding p {
		margin: auto;
		padding: 12px 0 0;
		max-width: 320px; /*modme*/
		text-align: center;
	}
	#mmBranding br {display: none;}
@media screen and (min-width: 600px) {
	#mmBranding {
		display: inline-block;
	}
	#logo-mm {
		display: inline-block;;
		margin: 0;
		vertical-align: bottom;
	}
	#mmBranding p {
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: bottom;
	}
	#mmBranding br {display: inline;}
}
@media screen and (min-width: 1640px) {
	#mmBrandingWrapper { padding: 60px 20px 0; }
}
/* 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;
	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 */
.blog-sidebar {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px;
  margin: 0 auto 20px;
}
.blog-sidebar .sbHead {
	font-size: 22px;
	font-weight: 700;
	padding: 0 0 10px;
	text-align: left;
}
.blog-sidebar a:hover { text-decoration: underline; }
.blog-sidebar > ul {
  padding: 0 0 40px 20px;
  font-style: normal;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
	.post_entry_mult_left, .post_entry_mult_right {
		float: none;
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
	}
	.postThumbMult {
		display: block;
		width: 80%;
		max-width: 150px;
		margin: 0 auto 0.5em;
	}
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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:10px auto 20px
}

.vfActive {
    display: block
}

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

/* Vimeo CSS */

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

.article .vimeo-embed-cont {margin: 0 0 30px;}

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

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


/* Attorneys Page */
.mcTeam {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 0;
	margin: 30px 0 0;
}
.mcMeetAtty {
  width:100%;
  max-width:373px;
  margin:0 auto
}
.mcMeetAtty figure {
  width:100%;
  overflow:hidden;
  margin:0
}
.mcMeetAtty figure img {
  width:100%;
  object-fit:cover;
  object-position:center top;
  transition:.4s ease-out
}
.mcMeetAtty a p {
  color:#191715
}
.article .mcMeetAtty a:hover {
  text-decoration:none;
  color:#F48F1D
}
.article .mcMeetAtty a:hover figure img {
  transform:scale(1.1);
  transition:.2s ease-in
}
.mcMeetAtty .maTtl {
	 font-family:"Playfair Display", serif;
	 text-align:center;
}
.mcMeetAtty .maTtl:hover { opacity:0.8; }
.mcMeetAtty .maTtl h3 {
  color: #F48F1D;
  font-family:"Playfair Display", serif;
  padding: 10px 10px 0;
}

/* Staff Page */
.mcStaff {
  display:flex;
  align-items:flex-start;
  gap:0 40px;
  flex-direction:column;
  padding:20px 0;
  border-bottom:1px solid rgba(0,0,0,.2)
}
.mcStaff .mcStaffImg {
  max-width:300px;
  margin:0 auto;
  flex-shrink:0
}

@media screen and (min-width:1120px) {
  .mcStaff {
    flex-direction:row-reverse
  }
  .mcStaff .mcStaffImg {
    width:35%
  }
}
@media screen and (min-width:1640px) {
	.mcStaff h3 { padding: 0 0 20px; }
	.mcStaff .mcStaffImg { max-width: 400px; }
}

.center-align {
  text-align:center
}
.s-highlight {
  background:#000;
  color:#F48F1D;
  font-weight:700;
  padding:40px 20px;
  margin:30px 0;
  text-align:center
}
.s-highlight2 {
  background:#F48F1D;
  color:#000;
  font-family:'Playfair Display',serif;
  font-size:26px;
  font-weight:700;
  padding:40px 20px;
  margin:30px 0;
  text-align:center
}
.sFrame {
  color:#fff;
  background-size:cover;
  background-position:center center;
  background-attachment:scroll;
  background-repeat:no-repeat;
  padding:40px 20px;
  margin:40px 0;
  position:relative
}
.sFrame1 {
  background-image:url(img/scholarship/bg.webp)
}
.sFrame2 {
  background-image:url(img/scholarship/bg2.webp)
}
.sFrame:before {
  content:'';
  position:absolute;
  background:#000;
  width:100%;
  height:100%;
  top:0;
  left:0;
  opacity:.9
}
.sFrameInner {
  position:relative;
  z-index:2
}
.sFrameInner h2 {
  font-weight:700;
  color:#F48F1D
}
.sColor {
  color:#F48F1D
}
.criteriaList {
  display:flex;
  flex-wrap:wrap;
  gap:30px;
  margin:0 0 30px
}
.criteriaItem {
  box-sizing:border-box;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:145px;
  padding:20px;
  position:relative;
  z-index:1
}
.criteriaItem span {
  color:#fff;
  text-align:center;
  font-family:'Playfair Display',serif;
  font-size:20px;
  font-weight:700;
  text-wrap:balance
}
.ci1 {
  background-image:url(img/scholarship/criteria/scholarship-student-writing.webp)
}
.ci2 {
  background-image:url(img/scholarship/criteria/scholarship-water-drop.webp)
}
.ci3 {
  background-image:url(img/scholarship/criteria/scholarship-pen-writing.webp)
}
.criteriaItem:before {
  content:"";
  background-color:#000000;
  position:absolute;
  opacity:.5;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:-1;
  transition:all .3s ease-in-out
}
.swHead {
  font-family:'Playfair Display',serif;
  font-size:24px;
  font-weight:700;
  border-bottom:1px solid #f38f1e;
  margin:0 0 30px;
  padding:0 0 10px
}
.swFrame {
  margin:0 0 40px
}
.swInner {
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:stretch;
  flex-wrap:nowrap;
  gap:20px 30px
}
.swCont strong {
  display:block;
  font-family:'Playfair Display',serif;
  font-size:22px;
  padding:0 0 10px
}
.swImg {
  max-width:150px;
  margin:0 auto
}
.swImg img {
  display:block;
  width:100%;
  height:auto
}
.swInner .swCont {
  flex:1
}
@media screen and (min-width:800px) {
  .criteriaItem {
    width:calc(33.33% - 30px)
  }
}
@media screen and (min-width:1100px) {
  .swFrame {
    display:flex;
    justify-content:space-between;
    gap:40px
  }
  .swInner {
    flex:1;
    flex-direction:row
  }
}
@media screen and (min-width:1640px) {
  .s-highlight2 {
    font-size:32px;
    padding:40px 20px
  }
  .sFrame {
    padding:60px 20px
  }
  .sFrameInner h2 {
    font-size:32px
  }
  .criteriaItem span {
    font-size:24px
  }
}

/* Buttons */
a.btn-primary {
	display: inline-block;
  box-sizing: border-box;
  background-color: #F48F1D;
  border-radius: 4px;
  color: #000;
  font-size: 18px;
  line-height: 1;
  padding: 20px;
  transition: all 500ms ease;
  text-align: center;
  min-width: 180px;
}
a.btn-primary:hover {
		background-color: #FFAE53;
		text-decoration: none;
	}

/* community-involvement */
.mcGallery {
    margin: 0 0 40px;
    display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-content: space-evenly;
	gap: 10px;
	box-sizing: border-box;
}
    .mcGallery img {
        max-width: 100%;
        width: calc(100% / 3 - 10px);
        aspect-ratio: 1 / 1;
        height: auto;
        object-fit: cover;
        position: relative;
    }

/* FAQs */

.faqBox input[type="radio"]{
    display: none;
}
.faqBox .ans {
    height: 0;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
}
.faqBox:has(input[type="radio"]:checked) .ans {
  padding: 10px 20px 15px;
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity .2s;
}
.faqBox p:has(input[type="radio"]:checked) ~ .ans {
	padding: 10px 20px 15px;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity .2s;
}
.faqBox label {
    display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #e3e3e3;
    position: relative; z-index: 0;
    font-variant-numeric: lining-nums;
    cursor: pointer;
}
.faqBox label:after {
    content: '';
	width: 15px;
	height: 9px;
	background: #172748;
	display: inline-block;
	vertical-align: middle;
    position: absolute; right: 0; top: calc(50% - 3px);
	transition: .4s;
	clip-path: polygon(100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%, 100% 0);
}
.faqBox p:has(input[type="radio"]:checked) ~ h3 {
    color: #F48F1D;
    padding: 0 0 10px;
}
.faqBox p:has(input[type="radio"]:checked) ~ h3 label:after {
    transform: scaleY(-1);
    background: #F48F1D;
}
.faqBox input[type="radio"]:checked ~ h3 {
  color: #F48F1D;
  padding: 0 0 10px;
}

.faqBox input[type="radio"]:checked ~ h3 label:after {
  transform: scaleY(-1);
  background: #F48F1D;
}

.faqBox + a h2,
.faqBox + h2 {
	margin: 25px 0 0;
}

/* Results */
.resultBox input[type="checkbox"]{
    display: none;
}
.resultBox .ans {
    height: 0;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
}
.resultBox input[type="checkbox"]:checked ~ .ans {
	padding: 10px 20px 15px;
    margin: 0 0 20px;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity .2s;
}
.resultBox label {
    display: block;
	padding: 15px 35px 15px 25px;
	background-color: #f3f3f3;
    position: relative; z-index: 0;
    font-variant-numeric: lining-nums;
    cursor: pointer;
}
.resultBox label:after {
    content: '';
	width: 15px;
	height: 15px;
	background: #000;
	display: inline-block;
	vertical-align: middle;
    position: absolute; right: 10px; top: calc(50% - 7px);
	transition: .4s;
    clip-path: polygon(0 40%, 40% 40%, 40% 0, 60% 0, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0 60%);
}

.resultBox input[type="checkbox"]:checked ~ h3 {
    color: #fff;
    padding: 0 0 5px;
}
.resultBox input[type="checkbox"]:checked ~ h3 label {
    background-color: #000;
}
.resultBox input[type="checkbox"]:checked ~ h3 label:after {
    background: #F48F1D;
    clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
}

.mcAttyProfile {
    margin: 0 auto 40px;
    display: flex; gap: 0;
    flex-direction: column;
    align-items: stretch;
}
    .mcAttyProfile figure {
        width: 100%;
        margin: 0;
        padding: 0;
        aspect-ratio: 3 / 4;
        height: 600px;
        overflow: hidden;
        position: relative;
        display: flex; align-items: flex-start; justify-content: flex-start;
    }
        .mcAttyProfile figcaption {
            width: 100%;
            padding: 10px;
            box-sizing: border-box;
            position: absolute;
            bottom: 20px;
            background-color: rgba(0,0,0,0.7);
            color: #fff; font-weight: 500;
            display: flex; justify-content: space-between;
        }
            .mcAttyProfile figcaption sub {
                display: block;
            }

        .mcAttyProfile figure img {
            height: 100%;
            width: 100%;
            aspect-ratio: 2 / 3;
            object-fit: cover;
            object-position: center top;
        }
    .mcAttyProfile .attyReview {
        width: 100%;
        padding: 40px;
        box-sizing: border-box;
        display: flex; justify-content: center; align-items: center;
        flex-direction: column;
        background-color: #000;
        color: #fff;
    }
.article .mcAttyProfile h3 {
	color: #fff;
}
	.mcAttyProfile menu {
		display: flex; gap: 5px; margin: 0;
	}
	.mcAttyProfile menu .icon {
		width: 25px; height: 25px;
		border-radius: 4px;
		background-color: #f38f1e;
	}
		.mcAttyProfile menu a.icon:hover {
			background-color: #fff;
		}
	.mcAttyProfile menu .icon:before {
		background-size: 160%;
		filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(17%) hue-rotate(212deg) brightness(100%) contrast(97%);
	}

@media screen and (min-width:1120px) {
    .mcAttyProfile { flex-direction: row; }
    .mcAttyProfile figure {
        height: 500px;
        align-items: center; justify-content: center;
    }
}

.article .attyLinks ul,
.article .attyLinks ul li
.article .attyLinks li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
.attyLinks a {
	background: #f3f3f3;
	padding: 5px 8px;
	border-radius: 2px;
	color: initial;
	font-size: 80%;
	display: inline-block;
}

.attyPracList {
    display: flex; flex-wrap: wrap; gap: 10px;
    font-size: 90%;
    margin: 0 auto 20px;
}

.attyPracList p {
    margin: 0;
    padding: 10px;
    text-align: center;
    background: #f3f3f3;
    line-height: normal;
    break-inside: avoid;
    
}
.attyPracList p a {
    color: #191715;
    font-weight: 600;
}
/* Rate */
.icon-stars {
  display: block;
  background-image: url('img/icons/icon-star.svg');
  background-repeat: repeat-x;
  background-position: top left;
  background-size: contain;
  width: calc(38px * 3);
  height: 30px;
transform: scale(.8);
margin: 0 0 40px;
}
.rate5 {
  width: calc(38px * 5) 
}
.rate4 {
  width: calc(38px * 4) 
}
	@media screen and (min-width: 600px) {
		.icon-stars {
			transform: unset;
		}
	}

/* Social Icons */

.icon {
	display: inline-block;
	width: 55px; height: 55px;
	border-radius: 4px;
	background-color: #e3e3e3;
	position: relative; z-index: 0;
}
.icon:before {
	content: '';
	width: 100%; height: 100%;
	position: absolute; z-index: 0;
	background-position: center center;
	background-size: cover;
}
	a.icon:hover { background-color: #eee; transition: background .1s; }
	.icon:active { transform: scale(.98); }

	.icon-fb:before { background-image: url('img/icons/social-facebook.svg'); }
	.icon-ln:before { background-image: url('img/icons/social-linkedin.svg'); }
	.icon-x:before { background-image: url('img/icons/social-x.svg'); }
	.icon-yt:before { background-image: url('img/icons/social-youtube.svg'); }
	.icon-yp:before { background-image: url('img/icons/social-yelp.svg'); }

/* Background styles */
.article ul.mclistStyle1 li {
    list-style-type: none;
    position: relative;
    padding: 5px 0 10px 30px;
    break-inside: avoid;
}
    .article ul.mclistStyle1 li:before {
        content: '';
        width: 15px; height: 15px;
        position: absolute; left: 0; top: 10px;
        background: url(img/icons/icon-check.svg) no-repeat center center / contain;
    }
.mcStyle2 {
    margin: 20px auto;
    padding: 30px 40px;
    background: #f5f5f5 url(img/bg/bg-page-contact.webp) no-repeat center center / cover;
}
.mcStyle3 {
	gap: 5px;
	margin: 0 0 -10px;
	background: linear-gradient(to bottom, rgba(244, 143, 29,0.1) 80%, transparent);
	padding: 15px 15px 30px;
}
.mcStyle3 > div {
	box-sizing: border-box;
	background: #fff;
	width: 100%;
	padding: 20px;
	box-shadow: 0px 15px 15px -10px rgba(0,0,0,0.05);
	border: inset transparent 10px;
}

.mcColumn {
  display:flex;
  gap: 10px 20px;
  flex-direction:column;
  margin:0 auto 25px
}
.mcRow {
  display:flex;
  gap:40px;
  align-items:center;
  justify-content:center;
  flex-direction:column
}
@media screen and (min-width:800px) {
  .mcColumn {
    flex-direction:row
  }
  .mcColumn>div {
    flex:1
  }
}

/*  < 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: #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( 65vh - 100px );
		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 ul li:first-child { border-top: 1px solid #000;}
nav.mm .navmm_scrollable ul li:hover > a { background: #FFAE53; } /* modme to match ul bg color */
nav.mm .navmm_scrollable ul li:hover > a:hover {background: #F48F1D; } /* 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;}

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