/*
Theme Name: Injury Lawyer Houston
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,menu,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: 600;}
i, em {font-style: italic;}
i strong, em strong, strong i, strong em {font-weight: 600;}

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	color: #191715;
	background: #fff;
	scroll-behavior: smooth;
}
a {color: #f38f1e;}
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: #f38f1e;
	width: 80%;
	margin: 0 auto 20px;
}

#wrapper {}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}
#mhWrapper {}
#mainHeader {

}
	body.mob_menu #mhWrapper {
		background: rgba(23, 29, 43, 0.95);
		padding: 10px 0;
	}
	.mhTextBand {
		background-color: rgba(0,0,0,0.5);
		padding: 5px 0;
		color: #fff; text-align: center; font-size: 80%; letter-spacing: 1px; text-wrap: balance;
		transition: .4s;
	}
		.mhTextBand span { color: #f38f1e; }

		body.sticky_zone .mhTextBand { 
			height: 0;
			padding: 0;
			visibility: hidden; 
			opacity: 0; 
			transition: all .2s; 
		}

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

	#mhRight {
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
		justify-items: flex-end;
	}
	.mhrNav address {
		display: none;
	}
	.mhCTA {
		box-sizing: border-box; 
		width: calc(100% - 40px); max-width: 320px;
		padding: 5px;
		background: #f38f1e;
		border-radius: 3px;
		display: flex; flex-direction: row; gap: 0 5px; justify-content: center; align-items: center;
		text-align: center; color: #0e1720; font-size: 80%;
		font-family: "Lora", Georgia, Times, "Times New Roman", serif;
		transition: .4s;
	}
	.mhCTA strong {
		color: #0e1720; font-weight: 700; font-size: 120%;
	}
@media screen and (min-width: 800px) {
	#logo-main {
		width: 100%;
		max-width: 350px; /*modme*/
		margin: 0 auto;
	}

	#mhWrapper .mhInner {
		margin: 0 auto;
		display: flex; 
		align-items: center;
		justify-content: space-between;
		transition: .2s;
		position: relative;
		font-size: 16px;
		flex-direction: column;
	}

	.mhrNav {
		display: flex; align-items: center; gap: 5px;
		flex-direction: column;
		color: #919191;
	}
		.mhrNav address {
			display: unset;
		}
	.mhCTA {
		width: unset; max-width: unset;
		padding: 10px 20px;
		flex-direction: row;
	}
	
}
@media screen and (min-width: 1200px) {
	#logo-main {
		max-width: 400px; /*modme*/
	}
	#mhWrapper .mhInner {
		flex-direction: unset;
	}
	#mhRight {
		gap: 0 20px;
		align-items: flex-end;
	}
	.mhrNav {
		align-items: flex-end; gap: 10px;
	}
	.mhCTA {
		padding: 20px;
		font-size: unset;
		flex-direction: column;
	}

}
@media screen and (min-width: 1300px) {
	#mhRight {
		flex-direction: row;
	}
	.mhCTA {
		padding: 30px 20px;
	}
}
@media screen and (min-width: 1920px) {
	#mhWrapper .mhInner {
		max-width: 2000px;
	}

}

/* 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: 13px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	line-height: 1;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {background: #252e44; color: #f38f1e;}
nav.mm ul ul {background: #252e44; width: 210px;}
nav.mm ul ul li:hover > a {background: #171d2b; color: #fff;}
nav.mm ul ul li {border-top: 1px solid #363d45;}
nav.mm ul ul a {
	color: #fff;
	padding: 10px;
	font-size: 15px;
	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;}

nav.mm ul .menu-item-has-children > a {
	display: flex; justify-content: space-between; align-items: center;
}
nav.mm ul .menu-item-has-children > a:after {
	content: '';
	width: 9px;
	height: 5px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	transition: .4s;
	clip-path: polygon(100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%, 100% 0);
}
/* nav.mm > ul > li[class^='current'] > a,
nav.mm > ul > li[class*='current'] > a {
  color: #f38f1e;
  background: #252e44;
} */
nav.mm > ul > li.current_page_item  > a,
nav.mm > ul > li.current_page_parent > a {
  color: #f38f1e;
  background: #252e44;
}
nav.mm li.lang-en > a,
nav.mm li.lang-es > a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
nav.mm li.lang-en a:after,
nav.mm li.lang-es a:after {
	content: '';
	width: 15px; height: 15px;
	flex-shrink: 0;
}
nav.mm li.lang-en a:after {
	background: url('img/icons/flag-en.svg') no-repeat center center / contain;
}
nav.mm li.lang-es a:after {
	background: url('img/icons/flag-es.svg') no-repeat center center / contain;
}
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: #1e2638;} /*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: "Roboto", Arial, sans-serif;
}
	.mmi {
		height: 100%;
		display: inline-block;
		vertical-align: top;
		list-style-type: none;
		list-style-position: outside;
	}
	.mmi > a {
		font-size: 14px;
		box-sizing: border-box;
		color: #fff;
		display: block;
		height: 100%;
		line-height: 34px;
		background-image: url('img/icons/menu-2019.png');
		background-repeat: no-repeat;
		text-indent: -222px;
		overflow: hidden;
		text-align: left;
	}
	#mm1 {width: 47px;}
	#mm2 {width: 47px;}
	#mm3 {width: 56px;}
	#mm4 {width: 42px;}
	#mm5 {width: 47px;}
	#mm6 {width: 46px;}
	.mmi a:hover {text-decoration: none;}
	.mmi {border-right: 1px solid #454141;} /*modme*/
	#mm1 {border-left: 1px solid #454141;} /*modme*/
	#mm1 > a {background-position: 15px 0;}
	#mm2 > a {background-position: 15px -34px;}
	#mm3 > a {background-position: 15px -68px;}
	#mm4 > a {background-position: 15px -102px;}
	#mm5 > a {background-position: 15px -136px;}
	#mm6 > a {background-position: 15px -170px;}
	/* Dropdown support */
	.mmi > ul {
		z-index: 1;
		width: 297px;
		left: -1px;
		display: none;
		position: absolute;
	}
	.mmi:hover ul {display: block;}
	.mmi ul li {
		border-top: 1px solid #333; /*modme*/
	}
	.mmi ul li:first-child {border: 0;}
	.mmi ul a {
		background: #666; /*modme*/
		color: #fff; /*modme*/
		display: block;
		padding: 10px 10px;
		font-size: 16px;
	}
	.mmi ul a:hover {
		background: #999; /*modme*/
	}
	@media screen and (min-width: 385px) {
		#mm6 {width: 110px;}
		#mm6 > a {
			padding: 0 0 0 47px;
			text-indent: 0;
		}
		.mmi > ul {width: 350px;}
	}
nav.mm_mob {
	position: absolute;
	padding: 54px 0 20px;
	left: 0;
	top: 0;
	width: 100%;
	background: #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: #191715;
	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: #1e2638;
    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: 0; /*modme*/
	}
	#persistentHeader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
	body.sticky_zone #mhWrapper {
		background: rgba(23, 29, 43, 0.95);
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
		-webkit-backdrop-filter: blur(8px);
  				backdrop-filter: blur(8px);
		transition: .2s linear;
	}
	body.sticky_zone .mhCTA {
		padding: 10px 20px;
		transition: .2s linear;
	}
	body:not(.home,.page-id-12022) #mhWrapper {
		background: rgba(23, 29, 43, 0.95);
	}

}
@media screen and (min-width: 1300px) {
	body.sticky_zone .mhCTA {
		padding: 20px;
	}
}


#homeslides {
	position: relative;
	min-height: 300px;
	max-height: 500px;
	height: 100svh;
	overflow: clip;
	background-color: #2e2a32;
}
@media screen and (min-width: 800px) {
	#homeslides {
		min-height: 700px;
		max-height: 900px;
	}
}

.homeslide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: #2e2a32;
}
.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#homeslideImg1 { background-image: url('img/slides/home/800/1.webp'); }

.slideContent {
	max-width: 1600px;
	margin: 20px auto;
	position: relative;
	height: 100%;
	width: 100%;
	padding: 20px; box-sizing: border-box;
	display: flex; align-items: center; justify-content: flex-start;
}
@media screen and (min-width: 1920px) {
	.slideContent {
		max-width: 2000px;
		width: calc(100% - 80px);
	}

}
.slideBox {
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	display: flex; gap: 20px; flex-direction: column; align-items: flex-start;
}

.slideHead { 
	font-size: 50px; 	
	font-family: "Playfair Display", "Lora", Georgia, Times, "Times New Roman", serif; 
}
@media screen and (min-width: 800px) {
	.slideBox {
		font-size: 20px;
	}
	.slideHead { 
		font-size: 300%; 	
	}
}
	.slideHead em {
		font-style: normal; font-weight: inherit;
		color: #f38f1e;
	}
.slideBody { 
	font-weight: 500;
	font-family: "Lora", Georgia, Times, "Times New Roman", serif;  
}
a.btn-secondary,
a.btn-primary,
a.btn-light {
	display: inline-block;
	min-width: 150px;
	padding: 15px 25px;
	border-radius: 3px;
	transition: .4s;
	text-align: center;
	text-wrap: balance;
}
a.btn-primary {
	background: #f38f1e;
	color: #0e1720;
}
	a.btn-primary:after,
	a.btn-secondary:after,
	a.btn-light:after {
		content: '';
		width: 5px; height: 9px;
		background: #000;
		clip-path: polygon(5% 0, 100% 50%, 5% 100%, 0 95%, 90% 50%, 0 5%);
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 10px;
		transition: .4s;
	}
	a.btn-primary:hover {
		background: #fb9e32;
		transition: .2s;
	}
	a.btn-primary:hover:after,
	a.btn-secondary:hover:after,
	a.btn-light:hover:after {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
		transition: .2s;
	}
a.btn-secondary {
	color: #fff;
	background: #0e1720;
}
	a.btn-secondary:after {
		background: #fff;
	}
	a.btn-secondary:hover {
		background: #1a2837;
		color: #fb9e32;
		transition: .2s;
	}
a.btn-light {
	color: #191715;
	background: transparent;
	border: 1px solid #191715;
}
	a.btn-light:hover {
		color: #fb9e32;
		transition: .2s;
	}
	a.btn-light:after {
		background: #191715;
	}
.hover-shine {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.hover-shine:before {
	content: '';
	width: 200%; height: 100%;
	position: absolute; left: -100%; top: 0; z-index: -1;
}
.hover-shine:hover:before {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
	transition: transform 0.5s ease;
	background: linear-gradient(70deg, transparent, rgba(255,255,255,0.3),transparent);
}
@media screen and (min-width: 800px) {
	a[class^="btn"] + a[class^="btn"] {
		margin-left: 10px;
	}
}
a[class^="btn"].mini {
	padding: 8px 12px;
	font-size: 80%;
}
a[class^="btn"].white {
	color: #fff;
}
.subslide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}
#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');}
#subslide18 {background-image: url('img/slides/sub/800/18.webp');}
#subslide19 {background-image: url('img/slides/sub/800/19.webp');}
#subslide20 {background-image: url('img/slides/sub/800/20.webp');}
#subslide21 {background-image: url('img/slides/sub/800/21.webp');}
#subslide22 {background-image: url('img/slides/sub/800/22.webp');}
#subslide23 {background-image: url('img/slides/sub/800/23.webp');}
#subslide24 {background-image: url('img/slides/sub/800/24.webp');}
#subslide25 {background-image: url('img/slides/sub/800/25.webp');}
#subslide26 {background-image: url('img/slides/sub/800/26.webp');}
#subslide27 {background-image: url('img/slides/sub/800/27.webp');}
#subslide28 {background-image: url('img/slides/sub/800/28.webp');}
#subslide29 {background-image: url('img/slides/sub/800/29.webp');}
#subslide30 {background-image: url('img/slides/sub/800/30.webp');}

#blogslide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100px;
	background-image: url('img/bg/bg-blog.webp');
}

@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslideImg1 { background-image: url('img/slides/home/1120/1.webp'); }

	.subslide {
		margin: 159px 0 0;
	}

	#subslide1 {background-image:  url('img/slides/sub/1120/1.webp');}
	#subslide2 {background-image:  url('img/slides/sub/1120/2.webp');}
	#subslide3 {background-image:  url('img/slides/sub/1120/3.webp');}
	#subslide4 {background-image:  url('img/slides/sub/1120/4.webp');}
	#subslide5 {background-image:  url('img/slides/sub/1120/5.webp');}
	#subslide6 {background-image:  url('img/slides/sub/1120/6.webp');}
	#subslide7 {background-image:  url('img/slides/sub/1120/7.webp');}
	#subslide8 {background-image:  url('img/slides/sub/1120/8.webp');}
	#subslide9 {background-image:  url('img/slides/sub/1120/9.webp');}
	#subslide10 {background-image: url('img/slides/sub/1120/10.webp');}
	#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');}
	#blogslide {
		height: 300px;
	}
}

@media screen and (min-width: 1120px) {
	#homeslideImg1 { background-image: url('img/slides/home/2000/1.webp'); }

	.subslide {
		margin: 134px 0 0;
		height: 350px;
	}

	#subslide1 {background-image:  url('img/slides/sub/2000/1.webp');}
	#subslide2 {background-image:  url('img/slides/sub/2000/2.webp');}
	#subslide3 {background-image:  url('img/slides/sub/2000/3.webp');}
	#subslide4 {background-image:  url('img/slides/sub/2000/4.webp');}
	#subslide5 {background-image:  url('img/slides/sub/2000/5.webp');}
	#subslide6 {background-image:  url('img/slides/sub/2000/6.webp');}
	#subslide7 {background-image:  url('img/slides/sub/2000/7.webp');}
	#subslide8 {background-image:  url('img/slides/sub/2000/8.webp');}
	#subslide9 {background-image:  url('img/slides/sub/2000/9.webp');}
	#subslide10 {background-image: url('img/slides/sub/2000/10.webp');}
	#subslide11 {background-image: url('img/slides/sub/2000/11.webp');}
	#subslide12 {background-image: url('img/slides/sub/2000/12.webp');}
	#subslide13 {background-image: url('img/slides/sub/2000/13.webp');}
	#subslide14 {background-image: url('img/slides/sub/2000/14.webp');}
	#subslide15 {background-image: url('img/slides/sub/2000/15.webp');}
	#subslide16 {background-image: url('img/slides/sub/2000/16.webp');}
	#subslide17 {background-image: url('img/slides/sub/2000/17.webp');}
	#subslide18 {background-image: url('img/slides/sub/2000/18.webp');}
	#subslide19 {background-image: url('img/slides/sub/2000/19.webp');}
	#subslide20 {background-image: url('img/slides/sub/2000/20.webp');}
	#subslide21 {background-image: url('img/slides/sub/2000/21.webp');}
	#subslide22 {background-image: url('img/slides/sub/2000/22.webp');}
	#subslide23 {background-image: url('img/slides/sub/2000/23.webp');}
	#subslide24 {background-image: url('img/slides/sub/2000/24.webp');}
	#subslide25 {background-image: url('img/slides/sub/2000/25.webp');}
	#subslide26 {background-image: url('img/slides/sub/2000/26.webp');}
	#subslide27 {background-image: url('img/slides/sub/2000/27.webp');}
	#subslide28 {background-image: url('img/slides/sub/2000/28.webp');}
	#subslide29 {background-image: url('img/slides/sub/2000/29.webp');}
	#subslide30 {background-image: url('img/slides/sub/2000/30.webp');}
}

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

/* BELOW THE FOLD (BTF) BEGINS */

p:not(:last-child) {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%;}

/* Content Area */
.sxn-content {
	clear: both; display: block; overflow: hidden;
	padding: 30px 20px 50px;
}


	@media screen and (min-width: 800px) { 
		.sxn-content { padding: 40px; } 
	}
	@media screen and (min-width: 1120px){ 
		.sxn-content { padding: 40px 60px 60px; overflow: clip; } 
	}

/* Homepage Content Area */
body:is(.home,.page-id-12022) #mainContent {
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
}
body:is(.home,.page-id-12022) #mainContent > main {
	padding: 20px;
	background: #fff;
}
body:is(.home,.page-id-12022) #mainContent > figure {
	margin: 0 -60px 0 0;
	padding: 0;
	flex-shrink: 0;
	z-index: 0;
}
	@media screen and (min-width: 1120px){ 
		body:is(.home,.page-id-12022) #mainContent {
			flex-direction: row;
		}
		body:is(.home,.page-id-12022) #mainContent > main {
			padding: 60px 60px 60px 120px;
		}
		body:is(.home,.page-id-12022) #mainContent > figure {
			width: 50%;	
		}
	}
.homeBtns {
	max-width: 320px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
@media screen and (min-width: 500px){ 
	.homeBtns { flex-direction: row; margin: unset; max-width: unset; }
}
#contentArea {
	margin: 0 auto;
	overflow: hidden;
}
#mainContent {
	line-height: 1.5;
	color: #191715;
}
	.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:not([class]):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: 600;
		letter-spacing: 0.05rem;
		font-family: "Playfair Display", "Lora", Georgia, Times, "Times New Roman", serif;
		color: #000;
		padding: 0 0 15px 0;
	}
	.article h1 {
		font-size: 29px;
		padding: 0 0 20px;
	}
	.article h2 {
		font-size: 25px;
		padding: 0 0 20px;
	}
	.article h3 {
		font-size: 18px;
	}
		.article h3 a ~ p {
			font-size: 80%;
			font-family: "Roboto", sans-serif;
		}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
		max-width: 100%;
		height: auto;
	}
	.text-center { text-align: center; }
	.text-right  { text-align: right; }
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}

	.article ul > li::marker,
	ul.bulletList li::marker {
		color: #f38f1e;
		font-size: 140%;
		line-height: normal;
	}

	.article li svg:first-of-type {
		display: none;
	}

@media screen and (min-width: 1120px) {
	.article h1 { font-size: 36px; }
	.article h2 { font-size: 28px; }
	.article h3 { font-size: 22px; }
}
@media screen and (min-width: 1600px) {
	.article h1 { font-size: 45px; }
	.article h2 { font-size: 35px; }
	.article h3 { font-size: 25px; }
	.blog .article h2 { font-size: 30px; }
}
#sidebar {
	max-width: 800px;
	margin: 0 auto;
}
#sidebar .sbContact{
	background: linear-gradient(to bottom, #f2f2f2, #f8f8f8);
	padding: 30px;
}
#sidebar .sb-head {
	margin: 0 0 26px;
	font-family: 'Playfair Display', 'Georgia', serif;
	font-size: 25px; font-weight: normal; text-align: center; line-height: 1.3; text-wrap: balance;
}
	#sidebar .sb-head.light { color: #fff; }

.sbMenu {
	position: sticky;
	top: 150px;
}	
	.sbMenu .menu-item-has-children,
	.sbMenu .current-menu-parent,
	.sbMenu .current-menu-ancestor {
		font-family: "Playfair Display", "Lora", Georgia, Times, "Times New Roman", serif;
	}
	.sbMenu .menu-item-has-children a,
	.sbMenu .current-menu-parent a,
	.sbMenu .current-menu-ancestor a {
		display: block;
		padding: 5px 10px;
		background: rgba(23, 29, 43, 0.95);
		 color: #fff; 
	}
	.sbMenu .sub-menu {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		/* justify-content: space-evenly; */
		align-items: flex-end;
		align-content: space-around;
		gap: 10px;
	}
	.sbMenu .sub-menu li {
		background-color: #f3f3f3 ;
	}
	.sbMenu .sub-menu a {
		background-color: #f3f3f3 ;
		color: #191715;
		font-family: "Roboto"; font-size: 80%;
		border-radius: 2px;
		font-weight: 600;
	}
		.sbMenu .sub-menu a:hover,
		.sbMenu .sub-menu li.current_page_item a {
			color: #f38f1e;
		}
	
	@media screen and (min-width: 1120px) {
		.sbMenu .sNav {
			max-height: 470px;
			overflow-y: scroll;
		}
		
	}
.sbMenu .sNav > .menu-item-has-children { margin:0 0 10px;  }
.sbMenu .sub-menu {
  display: none; /* hidden by default */
}
.sbMenu .sub-menu .sub-menu { margin: 0 0 0 10px;}

.sbMenu .menu-item-has-children > a {
  position: relative;
  padding-right: 25px; /* space for arrow */
}

.sbMenu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.sbMenu .menu-item-has-children > .sub-menu a:after { 
	border-right: 2px solid #333 !important;
  border-bottom: 2px solid #333 !important;
  width: 6px;
  height: 6px;
}
.sbMenu .menu-item-has-children.open > a::after {
   -webkit-transform: translateY(-50%) rotate(-135deg);
   transform: translateY(-50%) rotate(-135deg);
   border-right: 2px solid #f38f1e;
   border-bottom: 2px solid #f38f1e;
}


/* 	
.sbMenu .menu-item-has-children > a,
.sbMenu .current-menu-parent > a,
.sbMenu .current-menu-ancestor > a {
	display: flex; justify-content: space-between; align-items: center;
}
.sbMenu .menu-item-has-children> a:after,
.sbMenu .current-menu-parent> a:after,
.sbMenu .current-menu-ancestor> a:after {
	content: '';
	width: 15px;
	height: 8px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	transition: .4s;
	clip-path: polygon(100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%, 100% 0);
}
.sbMenu .menu-item-has-children .menu-item-has-children > a:after,
.sbMenu .current-menu-parent .menu-item-has-children > a:after,
.sbMenu .current-menu-ancestor .menu-item-has-children > a:after {
	background-color: #191715;
} */

#sidebar > div + div {
	margin: 60px auto 0;
}
	.sbBlog {
		padding: 0 0 5%;
		border-radius: 4px;
	}
	.sbBlog ul {
		padding: 8%;
		margin: 0 auto 40px;
		background: #fff;
		border: 1px solid #f2f2f2;
		box-shadow: 0px 15px 15px -10px rgba(0,0,0,0.05);
	}

	.sbReviews {
		padding: 35px 35px 55px;
		background: #15314F;
		color: #fff; font-size: 18px;
		overflow: hidden;
	}

@media screen and (min-width: 1120px){ 
	#sidebar .sb-head { font-size: 28px; }

	.sbProfile {
		position: sticky;
		top: 110px;
	}

}

/* Common Parts */
.sxn-wrap { max-width: 1600px; line-height: 1.6; }
.sxn-head {
	margin: 0 auto 32px; text-wrap: balance;
	font-family: 'Playfair Display', 'Georgia', serif;
	font-size: 35px; font-weight: 500; text-align: center;
}
	.sxn-head:after {
		content: ''; display: block;
		width: 80px; height: 1px;
		border-bottom: 2px solid #f38f1e;
		margin: 30px auto 0;
	}

@media screen and (min-width: 1120px) { 
	.sxn-wrap { margin: 0 auto; }
	.sxn-head { font-size: 44px; }
}
@media screen and (min-width: 1600px) {
	.sxn-head { font-size: 55px; }
}

table.mcTable {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #D9D9D9;
  border-style: solid;
  color: #404040;
  line-height: 1.5;
}

table.mcTable td, table.mcTable th {
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  padding: 5px;

}

table.mcTable thead {
  background-color: #E5ECF4;
}

table.mcTable td {display: table-cell; padding: 10px;}

table.mcTable tr:nth-child(2n+2) { background:  #f9f9f9; }

/* Content Area */

body:is(.home,.page-id-12022) .sxn-content {
	background-image: url('img/bg/bg-home-content.webp');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body:not(.home,.fwEntry,.page-id-12022) #contentArea { 
	display: flex; gap: 50px; 
	flex-direction: column;
}
@media screen and (min-width: 1120px) {
	#syncContent {z-index: 1;}
	body:not(.home,.fwEntry,.page-id-12022) #contentArea { 
		justify-content: space-between;
		flex-direction: row;
	}

	#mainContent {
		padding: 0; overflow: hidden;
	}
	body:not(.home,.fwEntry,.page-id-12022) #mainContent {
		width: calc(100% - 320px);
	}
	.fwEntry #mainContent {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 1600px;
	}
	.article .alignright {
		float: right;
		margin: 0 0 60px 15px;
	}
	.article .aligncenter {
		display: block;
		margin: 0 auto;
	}
	.article .alignleft {
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .mcImg50 {
		width: 50%;
	}
	#sidebar {
		flex-shrink: 0;
		width: 320px;
	}

}
#crumbs {
	font-size: 70%; color: #333;
	margin: 0 0 20px;
}
@media screen and (min-width: 1120px) {
	#contentArea { gap: 72px; overflow: clip; }
	body:not(.home,.fwEntry,.page-id-12022) #mainContent {
		margin: 0 0 90px;
	}
}
@media screen and (min-width: 1400px) {
	#contentArea { gap: 90px; }
	#sidebar { width: 400px; }
}

/* Badges zone */

.sxn-badges {
	padding: 60px 20px;
	position: relative; z-index: 0;
}
.sxn-badges ul {
	display: flex; align-items: center; gap: 20px;  justify-content: center;
	flex-wrap: wrap;
}
@media screen and (min-width: 800px) { 
	.sxn-badges {
		padding: 80px 40px;
	}
}
@media screen and (min-width: 1120px){ 
	.sxn-badges {
		padding: 100px 60px;
	}
	.sxn-badges ul {
		flex-wrap: nowrap;
	}

}

.sxn-badges li {
	width: calc(100% / 6 );
	mix-blend-mode: multiply;
}
	.sxn-badges ul img {
		width: 100%; height: 80px;
		object-fit: contain;
	}

/* Practice Areas */
.sxn-practice {
	color: #fff;
	background-image: url('img/bg/bg-practice-areas.webp');
	background-size: cover;
	background-attachment: fixed;	
	padding: 60px 20px;
	position: relative; z-index: 0;
	overflow: clip;
}
	.sxn-practice:before {
		content: '';
		position: absolute; top: 0; left: 0; z-index: -1; 
		width: 100%; height: 100%;
		background: rgba(30, 38, 56, 0.7);
	}
@media screen and (min-width: 800px) { 
	.sxn-practice {
		padding: 80px 40px;
	}
}
@media screen and (min-width: 1120px){ 
	.sxn-practice {
		padding: 100px 60px;
	}
}

.areasList {
	margin: 30px auto;
	display: flex; align-items: stretch; gap: 30px;  justify-content: center;
	flex-direction: column;
}
	@media screen and (min-width: 800px) { 
		.areasList {
			flex-direction: row;
		}
		.areasList li {
			width: calc(100% / 2);
		}
	}
.areasList li {
	box-sizing: border-box; padding: 30px;
	display: flex; flex-direction: column; 	align-items: center; gap: 20px;
	-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
	.areasList li p:nth-of-type(n+2) {
		font-size: 80%;
	}
	.area-ttl {
		font-family: "Playfair Display", "Lora", Georgia, Times, "Times New Roman", serif;
		font-size: 150%; font-weight: 500;
	}
	.areasList li a.btn-primary {
		justify-self: flex-end;
		margin: auto 0 0 0;
	}

	.areasList li i {
		display: block;
		width: 140px;
		height: 140px;
		margin: 0 auto 20px;
		border-radius: 50%;
		background: rgba(243, 143, 30, 0.8);
	}

	.areasList li i.icon:before {
		content: '';
		display: block;
		width: 100%; height: 100%;
		background-size: 60%;
		background-repeat: no-repeat;
		background-position: center center;
		aspect-ratio: 1/1;
	}
		i.icon-car:before {
			background-image: url('img/icons/icon-car.svg');
		}
		i.icon-truck:before {
			background-image: url('img/icons/icon-truck.svg');
		}


/* Case List */
.sxn-case {
	margin: 60px -20px -60px;
	padding: 80px 0;
	background: rgba(30, 38, 56, 0.5);
	-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
}
@media screen and (min-width: 800px) { 
	.sxn-case { margin: 80px -40px -80px; }
}
@media screen and (min-width: 1120px){ 
	.sxn-case { margin: 80px -60px -100px; }
}
.clWrap {
	position: relative;
}
	.caseList {
		margin: 0;
		overflow: hidden;
	}

	.caseList li {
		padding: 30px 40px;
		box-sizing: border-box;
		text-align: center; color: #fff;
		position: relative; z-index: 0;
		line-height: 1.6;
	}
	.caseList li > strong {
		display: block;
		color: #f38f1e; font-size: 120%; font-weight: 500; text-wrap: balance;
		margin: 0 0 20px;
	}
	.caseList li > em { display: block; font-style: normal; }

	.caseList .swiper-slide:not(.swiper-slide-active, .swiper-slide-duplicate-active) {
		opacity: 0.3;
	}
	@media screen and (min-width: 800px){ 
		.caseList {
			margin: 0 50px;
		}
		.caseList .swiper-slide:not(.swiper-slide-active, .swiper-slide-duplicate-active) {
			opacity: unset;
		}
	}
@media screen and (min-width: 1120px){ 
	.caseList li {
		align-self: stretch;
		height: auto;
	}
}
.slideNav {
	width: 100%;
	position: absolute; left: 0; top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.8;
	z-index: 1;
}
a.btn-arrow { 
	display: flex; justify-content: center; align-items: center;
	width: 60px; height: 60px; box-sizing: border-box;
	cursor: pointer; position: absolute;
	transform: scale(0.4);
}
a.btn-arrow::before {
	content:''; width: 100%; height: 100%;
	background-repeat: no-repeat; background-position: center center;
	position: absolute; transition: .1s;
}
.slideNav a.btn-arrow::before { background-image: url('img/icons/arrow-right.svg'); }

a.btn-arrow.prev::before { transform: rotate(-180deg); }
#caseNavi .prev { left: 5px; }
#caseNavi .next { right: 5px; }

@media screen and (min-width: 800px) {
	a.btn-arrow {
		transform: scale(1);
	}
}
@media screen and (min-width: 1400px) {
	#caseNavi .prev { left: 0; }
	#caseNavi .next { right: 0; }
}

/*swiper*/
.swiper-pagination.case {
	width: 100%;
}
.swiper-pagination.case .swiper-pagination-bullet {
	margin: 0 5px;
}
.swiper-pagination.case .swiper-pagination-bullet-active {
	background: #f38f1e;
}

/* Attorney zone */
.sxn-attorney {
	padding: 60px 20px;
	overflow: clip;
}
.sxn-attorney .sxn-head:after {
	margin: 30px 0 0;
}
@media screen and (min-width: 800px) { 
	.sxn-attorney {
		padding: 80px 40px;
	}
}
@media screen and (min-width: 1120px){ 
	.sxn-attorney {
		padding: 100px 60px;
	}
}
.attyProfile {
	display: flex; align-items: center; gap: 30px; flex-direction: column;
	position: relative; z-index: 0;
}
.attyProfile figure {
	margin: 0 0 -60px;
	line-height: 0;
}
.attBtns {
	max-width: 320px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
@media screen and (min-width: 800px){ 
	.attyProfile figure { margin: 0 auto; }
	.attBtns { flex-direction: row; margin: unset; }
}
@media screen and (min-width: 1120px){ 
	.attyProfile {
		flex-direction: row-reverse;
	}
}
	.attyProfile .sxn-head { line-height: 1.2; text-align: left; }
	.attyProfile .sxn-head sup { display: block; }


/*Scholarship Zone*/
.sxn-scholarship {
	padding: 60px 20px;
	background: #f38f1e;
	position: relative; z-index: 0;
	overflow: hidden;
}
.sxn-scholarship:before {
	content: '';
	width: 100%; height: 100%;
	position: absolute; left: 0; top: 0; z-index: -1;
	background: url('img/bg/bg-scholarship.webp') no-repeat center center / cover;
	background-attachment: fixed;
	mix-blend-mode: multiply;
	opacity: 0.5;
	
}
@media screen and (min-width: 800px) { 
	.sxn-scholarship {
		padding: 80px 40px;
	}
}
@media screen and (min-width: 1120px){ 
	.sxn-scholarship {
		padding: 100px 60px;
	}
}
.sxn-scholarship .sxn-wrap,
.sxn-scholarship .sInfo {
	display: flex; align-items: center; justify-content: space-between;
	flex-direction: column;
	gap: 20px;
}
	@media screen and (min-width: 800px) { 	
		.sxn-scholarship .sxn-wrap,
		.sxn-scholarship .sInfo { flex-direction: row;} 
	}

.sxn-scholarship .sInfo {
	gap: 30px; justify-content: center;
}
.sxn-scholarship .sInfo strong {
	font-family: "Playfair Display", "Lora", Georgia, Times, "Times New Roman", serif;
	font-size: 230%; font-weight: normal;
}
	.sxn-scholarship .sInfo strong > em {
		font-weight: normal; font-size: 75%;
		display: block;
	}

.sxn-scholarship .sInfo:before {
	content: '';
	position: absolute; right: 20px; z-index: -1;
	width: auto; height: 200%;
	aspect-ratio: 4 / 5;
	background: linear-gradient(to right, transparent,rgba(255, 255, 255, 0.3));
	clip-path: polygon(70% 0%, 100% 50%, 70% 100%, 0 100%, 0 0);
}
	@media screen and (min-width: 800px) { .sxn-scholarship .sInfo:before{ right: 30%; } }

/*Contact Zone*/

.sxn-contact {
	background-color: #171d2b;
	padding: 60px 20px;
	overflow: clip;
	color: #fff;
	position: relative; z-index: 0;
}
	.sxn-contact:before {
		content: '';
		width: 100%; height: 100%;
		position: absolute; left: 0; top: 0; z-index: -1;
		background: url('img/bg/bg-contact.webp')  no-repeat center center / cover;
		background-attachment: fixed;
		mix-blend-mode: overlay;
	}
	.sxn-contact .sxn-wrap {
		display: flex; align-items: flex-start; justify-content: space-between; gap: 30px;
		flex-direction: column;
	}

@media screen and (min-width:800px) {
	.sxn-contact {
		padding: 80px 40px;
	}
	.sxn-contact .sxn-wrap {
		flex-direction: row;
	}
}
@media screen and (min-width:1120px) {
	.sxn-contact {
		padding: 100px 60px;
	}
}
	

.cfWrap {
	display: flex; align-content: flex-start; justify-content: flex-start;
	flex-direction: column; gap: 40px;
}
	.scheduleWrap {
		display: flex; align-items: center; flex-direction: column;
		margin: 50px auto 0;
	}
.contactForm {
	line-height: 1.3;
}
	.contactForm fieldset {
		margin: 0 0 30px;
		padding: 10px;
		border: none;
		border: 1px solid rgba(255,255,255,0.5);
	}

		.contactForm.pageForm fieldset { 
			margin: 0 0 8px;
			padding: 6px;
			background: #fff;
			border: 1px solid rgba(0, 0, 0, 0.3);
		}

	.contactForm legend { padding: 0 10px; margin:0 10px; color: #fff; font-size: 80%; }
		.contactForm.pageForm legend { padding: 0 5px; margin: 0 5px; color:#191715; }
	
	.formInput { box-sizing: border-box; position: relative; }
	.formInput input, .formInput textarea, .formInput select {
		background: rgba(243, 243, 243, 0.03);
		border: none;
		box-sizing: border-box;
		display: block;
		outline: none;
		padding: 10px;
		resize: none;
		width: 100%;
		font-weight: 600; color: #f38f1e;
	}
		.pageForm .formInput input, 
		.pageForm .formInput textarea, 
		.pageForm .formInput select {
			padding: 5px;
			background-color: rgba(243, 243, 243, 0.6);
		}
		.formInput input:focus, 
		.formInput textarea:focus, 
		.formInput select:focus {
			background-color: rgba(243, 243, 243, 0.1);
			transition: .3s ease-in-out;
		}
		.pageForm .formInput input:focus, 
		.pageForm .formInput textarea:focus, 
		.pageForm .formInput select:focus {
			background-color: rgba(255, 255, 255, 0.5);
			transition: .3s ease-in-out;
		}

	.formReqSubmit {
		margin: 15px 0 0;
		display: flex; flex-direction: column; gap: 20px;
	}
	.formRecaptcha {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-shrink: 0;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
		vertical-align: middle;
	}
		.sbContact .formRecaptcha { transform: scale(0.8); }
	.formSubmit {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
	.formSubmit input[type="submit"] {
		display: block;
		min-height: 60px;
		width: 100%;
		padding: 14px;
		margin: 0 auto;
		border: none;
		border-radius: 5px;
		font-family: "Lora", Georgia, Times, "Times New Roman", serif;
		color: #191715; line-height: 1.3; text-align: center; font-size: 22px; font-weight: 700;
		cursor: pointer;
		transition: .2s;
		background-color: #f38f1e;
	}
	.formSubmit input:hover {
		background: #191715;
		text-decoration: none;
		color: #f38f1e;
		transition: .4s;
	}
	.formReqBox { font-size: 15px; }
		.sbContact .formReqBox { font-size: 12px; }
	.formReqBox > strong { font-size: 114%; }
	
@media screen and (min-width: 800px) {
	.contactMap {
		margin: 134px auto 0;
	}
	.formCol {
		display: flex; gap: 16px; justify-content: stretch;
	}
		.formCol .formBlock { width: 100%; }
}
@media screen and (min-width: 1120px) {
	.sxn-contact { 
		background-position: right top 100px;
		background-size: 50% auto; 
	}
	.cfWrap { flex-direction: row; }
	.formRecaptcha,.formSubmit { margin: unset; }
	.formReqBox {
		display: flex; align-items: flex-start; justify-content: center; gap: 10px; flex-direction: row;
	}
	.formReqSubmit {
		display: flex; align-items: center; justify-content: center; flex-direction: row;
	}
	.pageForm .formReqBox, .pageForm .formReqSubmit { flex-direction: column; align-items: center; }
	.formReqBox > strong { flex-shrink: 0; }
}
@media screen and (min-width: 1600px) {
	.contactForm fieldset { font-size: 22px; }
}

.skill-icons {
	text-align: center;
	display: flex; align-items: center; justify-content: center; gap: 20px;
	flex-direction: column;
}
.skill-icons strong {
	font-family: "Lora", Georgia, Times, "Times New Roman", serif;
}
@media screen and (min-width: 400px) { .skill-icons { flex-direction: row; } }


.skill-icons i {
	display: block;
	width: 120px; height: 120px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: rgba(25, 23, 21, 0.5);
}
	@media screen and (min-width: 800px) { .skill-icons i { width: 150px; height: 150px; } }

	i[class^="icon-"]:before {
		content: '';
		display: block;
		width: 100%; height: 100%;
		background-size: 60%;
		background-repeat: no-repeat;
		background-position: center center;
	}
		i.icon-1:before {
			background-image: url('img/icons/icon-stars.svg');
		}
		i.icon-2:before {
			background-image: url('img/icons/icon-diamond.svg');
		}
		i.icon-3:before {
			background-image: url('img/icons/icon-hands.svg');
		}


/* Reviews zone */
.sxn-reviews {
	background-color: #eee;
	padding: 60px 20px;
	overflow: clip;
	color: #fff;
}

@media screen and (min-width:800px) {
	.sxn-reviews {
		padding: 80px 40px;
	}
}
@media screen and (min-width:1120px) {
	.sxn-reviews {
		padding: 100px 60px;
	}
}
/* Footer zone */
#mainFooter {
	overflow: hidden;
	background-color: #f2f2f2;
}
#mainFooter .sxn-wrap {
	padding: 60px 40px;
	display: flex; gap: 30px 50px; align-items: center; justify-content: center;
	flex-direction: column;
	font-size: 16px;
}
@media screen and (min-width:1120px) {
	#mainFooter .sxn-wrap {
		align-items: flex-start;
		flex-direction: row;
	}
}
.mfInfo {
	display: flex; align-items: center; gap: 20px;
	flex-direction: column;
	text-align: center;
}

.mfInfo .sxn-head {
	font-size: 150%; font-weight: 500; 
	margin: 0 auto;
}
	.mfInfo .sxn-head:after {
		margin: 10px auto 0;
	}
	
.mfScoial {
	display: flex;
	align-items: center;
	gap: 0 20px;
	flex-direction: column;
}

.mfScoial menu {
	display: flex; gap: 10px;
	line-height: 1;
	text-align: left;
}
.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'); }

	/* Attorney Profile */

	.mcAttyProfile menu {
		display: flex; gap: 5px;
	}
	.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%);
	}
.mfMap {
	width: 100%;
}

.mfMapFrame {
	height: 300px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	line-height: 0;
	filter: grayscale(1);
}

.fNav {
	padding: 0;
}
	.fNav li {
		padding: 0;
		display: block;
		list-style-type: none;
		list-style-position: outside;
		break-inside: avoid;
		width: max-content;
	}
		.mfTitle {
			display: block;
			margin: 0 0 15px;
			font-weight: 500; font-size: 150%;
			font-family: "Playfair Display", "Lora", Georgia, Times, "Times New Roman", serif; text-align: center;
		}
	.fNav a {
		color: #1e2638;
	}
	.fNav a:hover {
		color: #f38f1e;
	}

@media screen and (min-width: 800px) {
	.fNav {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
		.fNav li { width: 100%; }
	.mfTitle {
		text-align: unset;
		margin: 0 0 30px;
	}
	.mfNav {
		max-width: 450px;
	}
	.fNav li {
		width: calc(100% / 2 - 10px);
		line-height: 1.3;
		margin: 0 0 5px;
	}

}

	/* RESPONSIVE */
#mmBrandingWrapper {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 30px 20px 30px;
	text-align: left;
	font-size: 12px;
	background-color: #fff;
}
#mmBranding {
	display: inline;
	overflow: hidden;
}

	#mmBranding,
	#mmBranding a {
		color: #000;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#mmBranding a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	#mmBranding p {
		margin: auto;
		padding: 12px 0 0;
		max-width: 320px; /*modme*/
		text-align: center;
	}
	@media screen and (min-width: 400px) { #mmBranding p { max-width: unset; } }

	#mmBranding br {display: none;}

.mmNav {
	display: flex;
	gap: 5px;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 10px;
}
.mmNav li {
	padding: 0 3px;
}
.mmNav li + li:before {
	content: '';
	height: 14px;
	margin: 0 10px 0 0;
	border-left: 1px solid #000;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 600px) {
	#mmBranding {
		display: flex;
	}
	#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;}
}	

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

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

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

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

/*  < 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: #f38f1e;
		border: 1px solid #f38f1e;
		
	}
	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 #363d45;}
nav.mm .navmm_scrollable .navmm_scroll_menu ul a { color: #fff; }
nav.mm .navmm_scrollable ul li:hover > a { background: #252e44;} /* modme to match ul bg color */
nav.mm .navmm_scrollable ul li:hover > a:hover {background: #171d2b;} /* 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;}


/* Safari 7.1+ fix */
_::-webkit-full-page-media, _:future, 
 :root body:is(.home,.page-id-12022) .sxn-content,
 :root .sxn-practice,
 :root .sxn-scholarship:before,
 :root .sxn-contact:before {
	background-attachment: scroll;
}

/* Contact Form - Custom */

/* Contact Form Styling Ends */	

/* Blog Page */
	.post_entry_mult {
		border-bottom: none;
		overflow: hidden;
		padding: 25px;
		margin-bottom: 20px;
		background: #fff;
		box-shadow: 0px 15px 15px -10px rgba(0,0,0,0.05);
		position: relative;
		text-align: center;
	}
	.post_entry_mult_left, .post_entry_mult_right {
		float: none;
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
	}
	.postThumbMult {
		display: block;
		width: 80%;
		max-width: 150px;
		margin: 0 auto 0.5em;
	}
@media screen and (min-width: 800px) {
	.post_entry_mult {
		border-bottom: none;
		overflow: hidden;
		padding: 20px;
		margin-bottom: 20px;
		background: #fff;
		box-shadow: 0px 15px 15px -10px rgba(0,0,0,0.05);
		position: relative;
		text-align: left;
	}
	.post_entry_mult_left {
		float: left;
		display: inline;
		width: 200px;
		height: 100%;
		position: absolute;
	}
	.post_entry_mult_right {padding-left: 220px;}
	/* .post_entry_mult_left .dskFiMult {
		max-width: 100%;
		object-position: center top;
		height: 100%;
		width: auto;
		object-fit: cover;
	} */
}



/*  < animate.css >  */
:root {
	--animate-duration: 1.5s;
	--animate-delay: 1.5s;
	--animate-repeat: 1;
}
.animate__animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-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 >  */

/*Vimeo Modal*/
.vimeo-modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	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%);
}

/* CSS below only if Vimeo-embed has never been implemented */

.vimeo-embed-cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.vimeo-embed-cont.long {padding-bottom: 42.25%;}
.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;}

/* 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 20px 10px 0;
	}
	.dskFiSingle.dskFiRight {
		float: right;
		margin: 0 0 20px 10px;
	}
}

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

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