/*
Theme Name: Montagna Law
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: 'Inter', "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	background: #fff;
}
a {color: #D4A13F;}
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 {
	font-family: 'Libre Baskerville', serif;
	font-size: 25px;
	text-align: center;
	padding: 0 0 20px;
}
.subHead { text-align: center; }
@media screen and (min-width: 1120px) {
		.sxn-head { font-size: 30px; }
}
@media screen and (min-width: 1640px) {
		.sxn-head { font-size: 40px; }
		.subHead { line-height: 1.7; }
}

#wrapper {}
#persistentHeader {
	background-color: #0D243B;
	-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;
	transition: 0.5s;
}
	#logo-main {
		display: block;
		width: 100%;
		max-width: 260px; /*modme*/
		margin: 0 auto;
		transition: 0.5s;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhRight { 
		text-align: center;
		margin: 20px 0 0;
	}
		.mhPhone { color: #fff }
			.mhPhone span { font-size: 16px; display: block; }
			.mhPhone a { color: #fff; font-size: 20px; transition: 0.5s;}
			.mhPhone a:hover { text-decoration: underline; }
		.mhCTA { width: 237px; margin: 20px auto 0; }
			.mhCTA a { display: block; box-sizing: border-box; background-color: #D4A13F; color: #fff; font-size: 16px; padding: 13px 48px 13px 4px; line-height: 1; width: 100%; position: relative; transition: 0.4s; }
			.mhCTA a:before { content: ''; position: absolute; background-color: #C48815; width: 42px; height: 100%; right: 0; top: 0; transition: 0.4s; }
			.mhCTA a:after { content: ''; position: absolute; background-image: url(img/icons/cta-arrow.webp); background-repeat: no-repeat; background-size: auto; z-index: 1; width: 23px; height: 7px; right: 9px; top: 50%; transform: translateY(-50%); }
			.mhCTA a:hover { background-color: #EDB341; }
			.mhCTA a:hover:before { background-color: #DEA12D; }

/* 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: 10px 0;
	z-index: 100;
}
nav.mm:before {
	content: '';
	position: absolute;
	border-top: 3px solid #D4A13F;
	width: calc(100% + 2000px);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
nav.mm > ul > li > a {
	padding: 10px 10px;
	font-size: 13px;
	color: #fff;
	font-family: 'Inter', "Helvetica Neue", Helvetica, sans-serif;
	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: #D4A13F; color: white;}
nav.mm ul ul {background: #D4A13F; width: 180px; }
nav.mm ul ul li:hover > a {background: #EDB341; }
nav.mm ul ul li {border-top: 1px solid #EDB341;}
nav.mm ul ul a {
	color: #fff;
	padding: 13px 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: #C48815;} /*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 #fff;} /*modme*/
	#mm1 {border-left: 1px solid #fff;} /*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: #0D243B; /*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 'Inter', sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			background: #D4A13F; /*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: #D4A13F;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #EDB341;} /*modme*/

@media screen and (min-width: 800px) {
	#wrapper {
			padding: 0; /*modme*/
	}
	.mhWrapper { position: relative; }
	#persistentHeader{
		background: transparent; /*modme*/
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		transition: 0.5s;
		z-index: 999;
	}
	#logo-main { max-width: 300px; }
    .mhRight { display: flex; justify-content: center; align-items: center; gap: 0 30px; margin: 30px 0 0; }
    .mhCTA { margin: 0; }
    .mhPhone span { display: inline-block; padding: 0 10px 0 0; }
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
	body.sticky_zone #persistentHeader { background-color: rgba(13, 36, 59, 0.9); }
}
@media screen and (min-width: 1100px) {
  	#mainHeader { display: flex; justify-content: space-between; align-items: center; }
  	#logo-main, .mhRight { margin: 0; }
  	nav.mm > ul > li > a { padding: 10px 18px; font-size: 14px; }
}
@media screen and (min-width: 1250px) {
  #mainHeader { padding: 35px 20px 25px; }
  .mhPhone span { font-size: 18px; }
  .mhPhone a { font-size: 25px; }
  nav.mm > ul > li > a { font-size: 16px; }
}
@media screen and (min-width: 1640px) {
  #logo-main { max-width: 328px; }
  .mhPhone span { font-size: 22px; }
  .mhPhone a { font-size: 28px; }
  nav.mm { padding: 20px 0 10px; }
}
/* Video Homeslide */
.hsWrap { 
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 320px;
}
.hsWrap::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hsWrap-inner {
	width: 100%;
	height: 100%;
	position: relative;
 	overflow: hidden;
} 
.marketing_video {
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-position: top center;
	object-fit: cover;
	background: url(img/slides/home/video-bg-mob.webp) no-repeat center top / cover;
}
.homeslides-container { width: 100%; height: 100%;}
.homeslides-cont-outer {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: perspective(1px) translateX(-50%);
	top: 0;
	z-index: 9;
}
/* homeslides */
#homeslides { position: relative; }
.homeslide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.slideContent {
	position: relative;
	width: 100%;
	height: 100%;
}
.slideBox {
	opacity: 0;
	position: absolute;
	width: 100%;
	bottom: 25%;
	padding: 20px;
	box-sizing: border-box;
	transition: all 500ms ease;
	z-index: 9;
}
.slideTxtAnimate .slideBox {
	left: 0;
	opacity: 1 !important;
}
.slideHead {
	display: block;
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.slideHead span {
	display: block;
	font-size: 30px;
	line-height: 1.2;
}
.subslide {
	background-position: center top; 
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 250px;
	position: relative;
	box-sizing: border-box; 
	z-index: 1;
}
.subslide:before {
	content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
  #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);}


@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
    .hsWrap {  height: 550px;  }
    .marketing_video { background-image: url(img/slides/home/video-bg.webp); }
    .slideBox { bottom: 20%; }
    .slideHead { font-size: 24px; }
	  .slideHead span { font-size: 40px; }
	  .subslide { min-height: 450px; }
		#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);}
}
@media screen and (min-width: 1120px) {
  .subslide { min-height: 500px; }
	#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);}
}
@media screen and (min-width: 1250px) {
	.slideHead { font-size: 30px; }
	.slideHead span { font-size: 50px; }
}
@media screen and (min-width: 1640px) {
   .hsWrap {  height: 840px; }
   .slideBox { bottom: 150px;}
   .slideHead { font-size: 50px; }
	 .slideHead span { font-size: 80px; }
	  .subslide { min-height: 615px; }
}

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

/* BELOW THE FOLD (BTF) BEGINS */

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

.sxn-content { padding: 20px; }
.home .sxn-content { padding: 0 20px 40px; }
#contentArea {
	margin: 0 auto;
	overflow: hidden;
}
#mainContent {
	font-family: "Inter", 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; padding: 0 0 5px;}
	.article ol > li {list-style-type: decimal; padding: 0 0 10px;}
	.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.3;
		font-weight: normal;
		font-family: 'Libre Baskerville', Times, "Times New Roman", serif;
		color: #000;
		padding: 0 0 15px 0;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
	}
	.home .article h1 { font-size: 30px; }
	.article h2 {
		font-size: 22px;
		padding: 0 0 20px 0;
	}
	.article h3 {
		font-size: 20px;
	}
	.article h4 {
		font-size: 18px;
		font-style: italic;
	}
	.article h5 {
		font-size: 18px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
		max-width: 100%;
		height: auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
	a.mcViewToggle {
		display: block;
	  box-sizing: border-box;
	  background-color: #D4A13F;
	  color: #fff;
	  font-size: 20px;
	  padding: 22px 60px 22px 0;
	  text-align: center;
	  line-height: 1;
	  max-width: 300px;
	  width: 100%;
	  margin: 20px auto 0;
	  position: relative;
	  transition: 0.4s;
	  cursor: pointer;
	}
	a.mcViewToggle::before {
		background-image: url(img/icons/icon-arrow.webp);
		background-position: left top;
		background-repeat: no-repeat;
		background-size: auto;
		content: '';
		height: 13px;
		position: absolute;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
		width: 42px;
		z-index: 2;
	}
	a.mcViewToggle::after {
		background: #C48815;
		content: '';
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		transition: 0.4s;
		z-index: 1;
	}
	a.mcViewToggle:hover { text-decoration: none; background-color: #EDB341; }
	a.mcViewToggle:hover::after {background-color: #DEA12D; }
	.mcMore {display: none; transition: 5s;}
	.mcMore.active {display: block;}	

@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	.sxn-content { padding: 40px; }
	.home .sxn-content { padding-top: 0; }
	#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;
	}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
@media screen and (min-width: 1100px) {
	.mcBlock {
		position: relative;
		padding: 0 380px 0 0;
	}
	.mcSide {
		position: absolute;
		right: 0;
		top: 5px;
		width: 340px;
	}
	a.mcViewToggle { margin: 0; max-width: 100%; }
}
@media screen and (min-width: 1120px) {
	.sxn-content { padding: 60px; }
 .article h1 { font-size: 30px;}
 .home .article h1 { font-size: 50px; }
 .article h2 { font-size: 25px; }
}
@media screen and (min-width: 1640px) {
	#mainContent { font-size: 18px; line-height: 1.7; width: calc(100% - 100px - 400px);  }
 .article h1 { font-size: 40px;}
 .home .article h1 { font-size: 70px; padding: 0 0 30px;  }
 .article h2 { font-size: 30px; line-height: 1.5; }
 .article h3 { font-size: 24px; }
 .article h4 { font-size: 20px; }
 .article h5 { font-size: 20px; }
 .article p { padding: 0 0 30px; }
 .mcBlock { padding: 0 450px 0 0; }
 .mcSide { width: 398px; }
	a.mcViewToggle { font-size: 22px; padding: 28px 78px 28px 0; }
	a.mcViewToggle::before { right: 16px; }
	a.mcViewToggle::after { width: 78px; }
}

/* Sidebar */
#sidebar { 
	display: flex;
	flex-direction: column;
	gap: 40px 0;
	margin: 0 auto;
	max-width: 400px;
	padding: 30px 0 0 0; 
}
.sbHead {
	font-family: 'Libre Baskerville', serif;
	font-size: 25px;
	text-align: center;
	line-height: 1.2;
}
@media screen and (min-width: 800px) {
	#sidebar {
		float: right;
		padding: 0;
		width: 300px;
	}
}
@media screen and (min-width: 1640px) {
	#sidebar {  gap: 57px 0; width: 400px; }
	.sbHead { font-size: 30px; }
}	

/* Sidebar Area */
.sbAreas {
	background-color: #0D243B;
	color: #fff;
	padding: 30px 20px;
}
.sbAreasList { margin: 30px 0 0; }
.sbAreasItem {
	box-sizing: border-box;
	border: 2px solid #9D9D9D;
	margin: 0 auto 12px;
	width: 100%;
	max-width: 400px;
}
.sbAreasItem a {
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 20px 50px 20px 10px;
	line-height: 1;
	transition: 0.4s;
	position: relative;
}
.sbAreasItem a:hover {
	background-color: #9D9D9D;
}
.sbAreasItem a:after {
	content: '';
	position: absolute;
	background-image: url(img/icons/icon-arrow.webp);
	background-repeat: no-repeat;
	width: 42px;
	height: 13px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 1640px) {
	  .sbAreas { padding: 35px 25px; }
		.sbAreasItem a { font-size: 20px; padding: 23px 56px 23px 10px; }
		.sbAreasItem a::after { right: 14px; }
}
/* Sidebar form */
.sbForm {
	background-color: #0D243B;
	color: #fff;
	padding: 30px 20px;
}
.sideForm { margin: 30px 0 0; }
.sfBlockTop {
	display: flex;
	flex-direction: column;
	gap: 12px 14px;
	margin: 0 0 12px;
}
.sfBlockTop .sfBlock { width: 100%; }
.sfBlock { position: relative; z-index: 1; overflow: hidden; }
.sfInput { box-sizing: border-box; position: relative; }
.sfInput input,
.sfInput textarea {
	background: transparent;
	border: 2px solid #9D9D9D;
	box-sizing: border-box;
	color: #FFF;
	display: block;
	font-size: 18px;
	height: 63px;
	outline: none;
	padding: 10px 20px 10px 15px;
	resize: none;
	width: 100%;
}
.sfInput textarea { padding: 18px 20px 20px 15px; }
.sfTextBlock { display: block; width: 100%; }
.sfItem { position: relative; padding: 0; }

.sfBlockBtm { margin: 0 0 23px; }
.sfBlockSubmit {
	display: flex;
	gap: 30px 35px;
	align-items: center;
	flex-direction: column;
}
.sfReqSubmit {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 100%;
	width: 545px;
}
.sfSubmitBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.sfRecaptcha { vertical-align: middle; height: 60px; margin: 0; }
.sfSubmit {
	background: #D4A13F;
	border: none;
	color: #FFF;
	width: 100%;
	height: 60px;
	max-width: 379px;
	transition: .5s;
	position: relative;
	font: 22px/1 "Inter", sans-serif;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
}
.sfSubmit::before {
	background-image: url(img/icons/icon-arrow.webp);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto;
	content: ''; height: 13px; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 42px; z-index: 2;
}
.sfSubmit::after {
	background: #C48815;
	content: ''; height: 100%; position: absolute; right: 0; top: 0; width: 59px; z-index: 1;
}
.sfSubmit input {
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: transparent;
	border: 0;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	color: #FFF;
	margin: 0 0 0 -30px;
	padding: 0;
	text-align: center;
	font-weight: 400;
}
.sfInput input::placeholder, .sfInput textarea::placeholder { color: #FFF; }
.sfSubmit:hover::after { background: #DEA12D; }
.sfSubmit:hover input { background: #EDB341; color: #FFF; }
.sfReqBox {
	color: #FFF;
	font-family: "Lato", sans-serif;
	max-width: 100%;
	width: 100%;
	text-align: left;
}
.sfReqBox span { display: block; font-size: 16px; font-weight: 700; margin: 0 0 10px; }
.sfReqBox p {
	flex: 1;
	font-weight: 400;
	font-size: 14px;
	padding: 0;
	line-height: 1.4;
}

@media screen and (min-width: 1640px) {
 .sbForm { padding: 35px 25px; }
}
/* Results Zone */
.sxn-results {
		padding: 0 0 20px;
		margin: -100px 0 0;
}
.results-cont-outer {
	padding: 0 25px;
	margin: 10px auto;
	position: relative;
	z-index: 99;
}
.results-inner { 
	text-align: center;
  margin: 10px auto;
  position: relative; 
}
.resultsBox {
  background: #fff; 
  box-sizing: border-box;
  max-width: 315px;
  padding: 0 8px;
  margin: 20px auto;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.resultsValue {
	display: block;
	font-family: 'Libre Baskerville', serif;
	font-size: 25px;
	padding: 20px 0 15px;
	margin: 0 0 8px;
	position: relative;
}
.resultsValue:before{
	content: '';
	position: absolute;
	border-color: #D4A13F;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.resultsTtl {
	font-size: 16px;
	padding: 15px 0;
	position: relative;
}
.resultsTtl:before{
	content: '';
	position: absolute;
	border-color: #D4A13F;
	border-width: 2px 2px 0 2px;
	border-style: solid;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.results-buttons {
  bottom: 0;
  text-align: center;
  margin: 20px auto 0;
}
.results-button {
  display: inline-block;
  background-image: url(img/icons/slider-arrow.webp);
  background-position: top left;
  background-repeat: no-repeat;
  width: 66px;
  height: 20px;
  margin: 0 6px;
  cursor: pointer;
  z-index: 9;
}
.results-button:hover { background-position: top right; }
.results-button.results-button-next {
  transform: rotateY(-180deg);
  left: auto;
  right: 0;
}
@media screen and (min-width: 800px) {
	  .sxn-results { margin: -120px 0 0; }
		.results-cont-outer { max-width: 600px; padding: 0 40px; }
		.results-button {
			position:absolute;
			top: 50%;
			margin: 0;
			transform: translateY(-50%);
			z-index: 9;
		}
		.results-button-prev {
		  float: left;
		  left: -35px;
		}
		.results-button.results-button-next {
		  transform: rotateY(-180deg) translateY(-50%);
		  left: auto;
		  right:-35px;
		}
}
@media screen and (min-width: 1100px) {
	.results-cont-outer { max-width: 900px; }
	.resultsValue { font-size: 30px; }
	.resultsTtl { font-size: 18px; }
}
@media screen and (min-width: 1440px) {
	.results-cont-outer { max-width: 1200px; }
}
@media screen and (min-width: 1640px) {
	.sxn-results { margin: -145px 0 0; }
	.results-cont-outer { max-width: unset; padding: 0 120px; }
	.resultsValue { font-size: 40px; }
	.resultsTtl { font-size: 24px; }
	.results-button-prev { left: 20px; }
	.results-button.results-button-next { right: 20px; }
}

/* overview zone */
.sxn-overview {
	background-image: url(img/overview/bg.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 150% auto;
	overflow: hidden; padding: 40px 20px 160px; position: relative; z-index: 1;
}
.sxn-overview .sxn-head { text-align: left; }
.overviewInner {
	background: #FFF;
	border-color: #D4D4D4;
	border-style: solid;
	border-width: 2px 2px 0 2px;
	box-sizing: border-box;
}
.overviewTop {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	padding: 30px;
}
.overviewVid {
	box-sizing: border-box;
	display: block;
	position: relative;
	padding: 16px 16px 16px 0;
	cursor: pointer;
	z-index: 1;
}
.overviewVid img {
	display: block;
	background: #000;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  filter: brightness(70%);
}
	.overviewVid::before {
		background: #D4A13F;
		content: '';
		right: 0;
		height: 100%;
		position: absolute;
		top: 0;
		width: 78%;
		z-index: -1;
	}
	.overviewVid:after {
			content: '';
		  position: absolute;
		  width: 72px;
		  height: 72px;
		  background-image: url(img/icons/play-btn.webp);
		  background-repeat: no-repeat;
		  background-position: center top;
		  background-size: 100% auto;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%,-50%) scale(0.8);
		  z-index: 2;
	}
	.overviewVid:hover::after { background-position: center bottom; }
	.overviewVid:hover img { filter: brightness(100%); }
	.overviewScale {
		display: block; height: auto; margin: 0 auto; max-width: 100%;
	}
.overviewList {
	border-top: 2px solid #D4D4D4;
}
.overvieItem {
	box-sizing: border-box;
	border-color: #D4D4D4;
	border-width: 0 0 2px 0;
	border-style: solid;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-align: center;
	padding: 20px;
}
.overvieItem strong {
	display: block;
	color: #fff;
	background: #0D243B;
	border-radius: 50%;
	font-size: 30px;
	font-weight: 400;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.overvieItem span {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	line-height: 1.3;
}
@media screen and (min-width: 600px) {
  .overviewList { display: flex; flex-wrap: wrap; justify-content: space-between; }
  .overvieItem { width: 50%; border-width: 0 2px 2px 0; justify-content: flex-start; }
  .overvieItem:nth-child(2n) { border-right-width: 0; }
}
@media screen and (min-width: 800px) {
	.sxn-overview { padding: 40px 20px 260px; }
}
@media screen and (min-width: 900px) {
	.overviewTop { flex-direction: row-reverse; gap: 0 67px; }
		.overviewVid { width: 360px; }
		.overviewCont { width: calc(100% - 427px); }
}
@media screen and (min-width: 1120px) {
	.sxn-overview {
		background-size: 100% auto;
		padding: 60px 20px 266px;
	}
	.overviewTop { padding: 40px; }
	.overviewVid { width: 435px; }
	.overviewCont { width: calc(100% - 502px); }
	.overvieItem { width: 33.33%;  }
	.overvieItem:nth-child(2n) { border-right-width: 2px; }
	.overvieItem:nth-child(3n) { border-right-width: 0; }
}
@media screen and (min-width: 1400px) {
	.overviewVid { width: 535px; }
	.overviewCont { width: calc(100% - 602px); }
	.overvieItem { width: 16.667%;  }
	.overvieItem:nth-child(3n) { border-right-width: 2px; }
	.overvieItem:last-child { border-right-width: 0;}
	.overviewVid:after {  transform: translate(-50%,-50%) scale(1.0); }
}
@media screen and (min-width: 1640px) {
	.sxn-overview { padding: 40px 20px 360px; }
	.overviewTop { padding: 65px 61px 68px; }
	.overviewVid { width: 705px; }
	.overviewCont { width: calc(100% - 802px); }
	.overvieItem { padding: 35px 25px; }
	.overvieItem strong { font-size: 50px; width: 84px; height: 84px; line-height: 84px; margin: 0 0 15px; }
	.overvieItem span { font-size: 24px; }
	.overvieItem p { line-height: 1.8; }
}

/* Areas Zone */
.sxn-areas {
	background-color: #0D243B;
	color: #fff;
	padding: 40px 20px;
}
.sxn-areas .subHead {
	max-width: 1200px;
	margin: 0 auto;
}
.areasWrap { margin: 40px 0 0; }
.areasImg {
	max-width: 250px;
	margin: 0 auto 40px;
	position: relative;
	z-index: 1;
}
.areasImg:before {
	content: '';
	position: absolute;
	background: #D4A13F;
	width: 78%;
	height: calc(100% + 32px);
	left: -16px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.areasImg img {
	display: block;
	width: 100%;
	height: auto;
}
.areasItem {
	box-sizing: border-box;
	border: 2px solid #9D9D9D;
	margin: 0 auto 10px;
	width: 100%;
	max-width: 400px;
}
.areasItem a {
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 20px 52px 20px 0;
	line-height: 1;
	transition: 0.4s;
	position: relative;
}
.areasItem a:hover {
	background-color: #9D9D9D;
}
.areasItem a:after {
	content: '';
	position: absolute;
	background-image: url(img/icons/icon-arrow.webp);
	background-repeat: no-repeat;
	width: 42px;
	height: 13px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .areasItem a:after { right: 20px; }
}
@media screen and (min-width: 800px) {
	.areasList { 
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-gap: 17px;
	}
	.areasItem { max-width: 100%; }
}
@media screen and (min-width: 1100px) {
	.sxn-areas { padding: 60px 20px 100px; }
  .areasWrap { display: flex; justify-content: center; align-items: flex-start; gap: 0 40px; }
  .areasImg { margin: 0 0 0 16px; max-width: 280px; }
  .areasList { flex:1; }
}
@media screen and (min-width: 1350px) {
	.areasImg { max-width: 300px; }
	.areasItem a { font-size: 20px; }
 }
 @media screen and (min-width: 1640px) {
 	.sxn-areas { padding: 80px 0 130px; }
 	.areasWrap { margin: 60px 0 0; }
	.areasImg { max-width: 376px; }
	.areasItem { margin-bottom: 19px; }
	.areasItem a { font-size: 24px; padding: 21px 30px 21px 10px; }
 }

/* About zone */
.sxn-about {
	background-image: url(img/about/bg.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 150% auto;
	overflow: hidden; padding: 40px 20px 166px; position: relative; z-index: 1;
}
.sxn-about .sxn-head { text-align: left; }
.aboutInner {
	
}
.aboutTop {
	background: #FFF;
	border-color: #D4D4D4;
	border-style: solid;
	border-width: 2px 2px 0 2px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	padding: 30px;
}
.aboutImg {
	box-sizing: border-box;
	display: block;
	position: relative;
	padding: 16px 0 16px 16px;
	z-index: 1;
}
	.aboutImg::before {
		background: #D4A13F;
		content: ''; left: 0; height: 100%; position: absolute; top: 0; width: 78%; z-index: -1;
	}
	.aboutScale {
		display: block; height: auto; margin: 0 auto; max-width: 100%;
	}
.aboutIntro { font-size: 16px; }

.aboutList {
	display: grid;
	grid-template-columns: 1fr;
	border-top: 2px solid #D4D4D4;
	border-left: 2px solid #D4D4D4;
}
.aboutItem {
	background: #FFF;
	display: flex;
	flex-direction: column;
	gap: 20px 23px;
	padding: 30px;
	border-right: 2px solid #D4D4D4;
	border-bottom: 2px solid #D4D4D4;
}
.aboutIcon {
	width: 64px;
	height: 64px;
	background: #0b1f33;
	color: #FFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin: 0 auto;
}
	.iconScale { display: block; height: auto; margin: 0 auto; max-width: 100%; transform: scale(0.6); transform-origin: center; }
.aboutTitle {
	font-family: "Libre Baskerville", serif;
	font-size: 18px;
	line-height: 1.2;
	padding: 0 0 18px;
}
.aboutBody {
	font-size: 16px;
	padding: 0;
}
@media screen and (min-width: 450px) {
	.sxn-about { padding: 40px 20px 200px; }
	.aboutItem { flex-direction: row; }
	.aboutIcon { margin: 0; }
}
@media screen and (min-width: 600px) {
	.sxn-about { padding: 40px 20px 236px; }
}
@media screen and (min-width: 800px) {
	.sxn-about { padding: 40px 20px 266px; }
}
@media screen and (min-width: 900px) {
	.aboutTop { flex-direction: row; gap: 0 67px; }
		.aboutImg { width: 360px; }
		.aboutScale { margin: 0; }
		.aboutCont { width: calc(100% - 427px); }
	.aboutList { grid-template-columns: repeat(2, 1fr); }
		.aboutBlock { width: calc(100% - 87px); }
			.aboutTitle { padding: 23px 0 18px; }
}
@media screen and (min-width: 1120px) {
	.sxn-about {
		background-size: 100% auto;
		padding: 60px 20px 266px;
	}
	.aboutTop { padding: 40px; }
	.aboutImg { width: 435px; }
	.aboutCont { width: calc(100% - 502px); }

	.aboutTitle { font-size: 20px; }
}
@media screen and (min-width: 1400px) {
	.aboutImg { width: 535px; }
	.aboutCont { width: calc(100% - 602px); }
}
@media screen and (min-width: 1640px) {
	.sxn-about { padding: 90px 20px 366px; }
	.aboutTop { padding: 65px 61px 68px; }
	.aboutImg { width: 735px; }
		.aboutImg::before { width: 597px; }
	.aboutCont { width: calc(100% - 802px); }
		.aboutIntro { font-size: 18px; }

	.aboutItem { padding: 38px 38px 29px 88px; }
	.aboutIcon { height: 84px; width: 84px; }
		.iconScale { transform: scale(1); }
	.aboutBlock { width: calc(100% - 107px); }
		.aboutTitle { font-size: 24px; padding: 28px 0 18px; }
		.aboutBody { font-size: 18px; }
}

/* Testimonial Zone */
.sxn-testimonials {
	border-bottom: 2px solid #D4D4D4;
	padding: 40px 20px;
	text-align: center;
}
.sxn-testimonials .subHead { max-width: 1000px; margin: 0 auto; }

@media screen and (min-width: 1640px) {
		.sxn-testimonials { padding: 80px 0; }
}
/* Team Zone */
.sxn-team { padding: 40px 20px; }
.sxn-team .subHead { max-width: 920px; margin: 0 auto; }
.teamList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.teamItem a { 
	display: block;
	color: #000;
	position: relative;
}
.teamImg {
	max-width: 280px;
	margin: 0 auto 20px;
}
.teamItem a:hover img { filter: brightness(1.05); }
.teamItem a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 4;
}
.teamItem a:hover::after { opacity: 0.2; } 
.teamImg img {
	display: block;
	width: 100%;
	height: auto;
}
.teamCont { text-align: center; }
.teamCont span {
	display: block;
	color: #000;
	font-family: 'Libre Baskerville', sans-serif;
	font-size: 20px;
	padding: 0 0 5px;
}
.teamItem a:hover span { text-decoration: underline; }
.teamCont small {
	color: #D4A13F;
	font-size: 14px;
}
@media screen and (min-width: 1100px) {
	.sxn-team { padding: 60px 20px; }
	.teamList { margin: 40px 0 0; }
  .teamItem { flex: 1; }
}
@media screen and (min-width: 1400px) {
	.teamImg { max-width: 356px; }
	.teamCont span { font-size: 26px; }
	.teamCont small { font-size: 18px; }
}
@media screen and (min-width: 1640px) {
  .sxn-team { padding: 80px 20px; }
}

/* Badge Zone */

/* Badges Zone */
.sxn-badges {
	border-width: 2px 0 2px 0;
	border-color: #D4D4D4;
	border-style: solid;
	padding: 0 20px;
	margin: 0 0 40px;
}
.badges-outer { 
	position: relative;
  padding: 0 40px;
  margin: 0 auto;
}
.hpBadge-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.hpBadge-slide.swiper-slide { height: auto; }
.hpBadge-slide img {
  display: block;
  width: initial;
  height: auto;
}
.badge-buttons {
  bottom: 0;
  text-align: center;
  margin: 20px auto;
}
.badge-button {
  display: inline-block;
  background-image: url(img/icons/slider-arrow.webp);
  background-position: top left;
  background-repeat: no-repeat;
  width: 66px;
  height: 20px;
  margin: 0 6px;
  cursor: pointer;
  z-index: 9;
}
.badge-button:hover { background-position: top right; }
.badge-button.badge-button-next {
  transform: rotateY(-180deg);
  left: auto;
  right: 0;
}
@media screen and (min-width: 600px) {
	.badges-outer { padding: 0 80px; }
	.badge-buttons { margin: 0; }
		.badge-button {
			position:absolute;
			top: 50%;
			margin: 0;
			transform: translateY(-50%);
			z-index: 9;
		}
		.badge-button-prev {
		  float: left;
		  left: 0;
		}
		.badge-button.badge-button-next {
		  transform: rotateY(-180deg) translateY(-50%);
		  left: auto;
		  right:0;
		}
		.hpBadges-container { padding: 0 !important; margin: 0 ; }
}
@media screen and (min-width: 800px) {
	.sxn-badges { margin: 20px 0 80px; }
	.badges-outer:before { content: ''; position: absolute; border-left: 2px solid #D4D4D4; width: 2px; height: 100%; top: 0; left: 80px;  z-index: 9;}
	.badges-outer:after { content: ''; position: absolute; border-right: 2px solid #D4D4D4; width: 2px; height: 100%; top: 0; right: 80px; z-index: 9; }
	.hpBadge-slide { box-sizing: border-box; border-right: 2px solid #D4D4D4; padding: 40px 0; }

}
@media screen and (min-width: 1120px) {
	.sxn-badges { margin-bottom: 60px; }
}
@media screen and (min-width: 1640px) {
	.sxn-badges { margin-bottom: 90px; }
	.badges-outer { padding: 0 100px; }
	.badges-outer:before { left: 100px; }
	.badges-outer:after { right: 100px; }
	.hpBadge-slide { padding: 50px 0; }
}

/* Contact zone */
.sxn-contact {
	background: #0D243B;
	color: #FFF; overflow: hidden; padding: 40px 20px; position: relative; z-index: 1;
}
.contactIntro { font-size: 16px; padding: 0 0 75px; max-width: 1250px; margin: 0 auto; text-align: center; }
.contactIntro br { display: none; }
.contactInner {
	box-sizing: border-box;
	display: block; margin: 0 auto; padding: 0 16px; max-width: 800px;
}
	.contactBlock { margin: 0 auto; width: 100%; }
	.contactSide { margin: 0 auto 50px; max-width: 100%; padding: 0; position: relative; width: 376px; z-index: 1; }
			.contactSide::before {
				background: #D4A13F;
				content: ''; height: calc(100% + 32px); left: -16px; position: absolute; top: -16px; width: 78%; z-index: -2;
	}
		.contactImg { box-sizing: border-box; display: block; padding: 0; }
		.contactItem {
			box-sizing: border-box;
			display: block; font-size: 0; overflow: hidden; position: relative; z-index: 2;
		}
		.contactItem.contactItem1 { padding: 0 0 16px; }
		.contactScale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
@media screen and (min-width: 1120px) {
	.sxn-contact { padding: 60px 20px; }
	.contactInner { align-items: flex-start; display: flex; flex-direction: row; gap: 0 31px; justify-content: space-between; max-width: 100%; }
		.contactBlock { margin: 0; padding: 0; width: calc(100% - 407px); }
		.contactSide { margin: 0 auto 0 0; }
}
@media screen and (min-width: 1230px) {
	.contactIntro br { display: block; }
}
@media screen and (min-width: 1640px) {
	.sxn-contact { padding: 78px 20px 89px; }
	.contactIntro { font-size: 18px; }
}


/* Contact form */
.formBlockTop {
	display: flex;
	flex-direction: column;
	gap: 12px 14px;
	margin: 0 0 12px;
}
.formBlockTop .formBlock { width: 100%; }
.formBlock { position: relative; z-index: 1; overflow: hidden; }
.formInput { box-sizing: border-box; position: relative; }
.formInput input,
.formInput textarea {
	background: transparent;
	border: 2px solid #9D9D9D;
	box-sizing: border-box;
	color: #FFF;
	display: block;
	font-size: 18px;
	height: 63px;
	outline: none;
	padding: 10px 20px 10px 15px;
	resize: none;
	width: 100%;
}
.formInput textarea { height: 103px; padding: 19px 20px 20px 15px; }
.formTextBlock { display: block; width: 100%; }
.cfItem { position: relative; padding: 0; }

.formBlockBtm { margin: 0 0 23px; }
.formBlockSubmit {
	display: flex;
	gap: 30px 35px;
	align-items: center;
	flex-direction: column;
}
.formReqSubmit {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 100%;
	width: 545px;
}
.formSubmitBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.formRecaptcha { vertical-align: middle; height: 60px; margin: 0; }
.formSubmit {
	background: #D4A13F;
	border: none;
	color: #FFF;
	width: 100%;
	height: 60px;
	max-width: 379px;
	transition: .5s;
	position: relative;
	font: 22px/1 "Inter", sans-serif;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
}
.formSubmit::before {
	background-image: url(img/icons/icon-arrow.webp);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto;
	content: ''; height: 13px; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 42px; z-index: 2;
}
.formSubmit::after {
	background: #C48815;
	content: ''; height: 100%; position: absolute; right: 0; top: 0; width: 59px; z-index: 1;
}
.formSubmit input {
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: transparent;
	border: 0;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	color: #FFF;
	margin: 0 0 0 -30px;
	padding: 0;
	text-align: center;
	font-weight: 400;
}
.formInput input::placeholder, .formInput textarea::placeholder { color: #FFF; }
.formSubmit:hover::after { background: #DEA12D; }
.formSubmit:hover input { background: #EDB341; color: #FFF; }
.formReqBox {
	color: #FFF;
	font-family: "Lato", sans-serif;
	max-width: 100%;
	width: 100%;
	flex: 1;
	padding: 0;
}
.formReqBox span { display: block; font-size: 16px; font-weight: 700; margin: 0 0 10px; }
.formReqBox p {
	flex: 1;
	font-weight: 400;
	font-size: 14px;
	padding: 0;
	line-height: 1.4;
}
.formReqBox p br { display: none; }
@media screen and (min-width: 800px) {
	.formBlockTop { flex-direction: row; gap: 0 14px; }
	.formReqSubmit { flex-direction: row; width: 100%; }
}
@media screen and (min-width: 1120px) {
	.formReqBox { align-items: flex-start; display: flex; gap: 0 25px; justify-content: center; margin: 0 auto; }
		.formReqBox span { margin: 0; }
		.formReqBox p { padding: 2px 0 0; }
}
@media screen and (min-width: 1400px) {
	.formBlockTop { gap: 0 24px; margin: 0 0 30px; }
	.formInput input, .formInput textarea { font-size: 20px; }
	.formInput input { padding: 10px 20px 10px 24px; }
	.formInput textarea { padding: 19px 20px 20px 24px; }
	.formBlockSubmit { gap: 48px 35px; }
	.formReqBox { gap: 0 32px; margin: 0 auto; max-width: 918px; }
	.formReqBox p br { display: block; }
	.formSubmitBox { gap: 0 27px; }
}
@media screen and (min-width: 1640px) {
	.formBlockBtm { margin: 0 0 44px; }
	.formInput input, .formInput textarea { font-size: 24px; height: 70px; }
	.formInput textarea { height: 155px; }
	.formReqBox { gap: 0 52px; max-width: 938px; }
	.formReqSubmit { flex-direction: row; }
}

#mainFooter {
	overflow: hidden;
}
.mfTop {
	background-image: url(img/footer/bg-mob.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 60px 20px 80px;
}
#logo-footer {
  display: block;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}
#logo-footer img {
  display: block;
  width: 100%;
  height: auto;
}
.mfSocial {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 40px 0 0;
}
.mfSocial li {
  width: 15px;
  height: 31px;
}
.mfSocial li.mfLinkedIn { width: 30px; height: 30px; }
.mfSocial li.mfYoutube { width: 36px; height: 26px; }
.mfSocial li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mfSocial li img {
  display: block;
  width: 86px;
  height: 62px;
}
.mfSocial li.mfLinkedIn img { margin: 0 0 0 -18px; }
.mfSocial li.mfYoutube img { margin: -3px 0 0 -50px; }
.mfSocial li.mfFacebook a:hover img { margin: -31px 0 0 0; }
.mfSocial li.mfLinkedIn a:hover img { margin: -31px 0 0 -18px; }
.mfSocial li.mfYoutube a:hover img { margin: -34px 0 0 -50px; }
.locList {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 20px;
	margin: 40px 0;
}
.locItem { 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	gap: 20px 0;
}
.locImg {
	max-width: 350px;
	margin: 0 auto;
	position: relative;
} 
.locImg img {
	display: block;
	width: 100%;
	height: auto;
}
.locImg:after {
	content: '';
	position: absolute;
	border-bottom: 5px solid #F37B23;
	width: 100%;
	bottom: -20px;
	left: 0;
}
.locItem span {
	display: block;
	font-family: 'Libre Baskerville', serif;
	font-size: 22px;
	color: #fff;
	padding: 15px 0 0;
}
.locItem a {
	font-size: 14px;
	color: #fff;
	transition: 0.5s;
}
.locItem a:hover { text-decoration: underline; }

.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:12px/1 "Inter",sans-serif;
}
.fNav li:after {
  content:'|';
  color:#F37B23;
  font-size:12px 
}
.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) {
	.mfTop { background-image: url(img/footer/bg.webp); }
	#logo-footer { max-width: 328px; }
	.locList { flex-direction: row; }
}

@media screen and (min-width: 1120px) {
   .locList { column-gap: 35px; }
}
@media screen and (min-width: 1440px) {
   .mfTop { padding: 95px 20px 185px; }
   .mfSocial, .locList{ margin-top: 50px; }
   .locList { column-gap: 50px; }
   .locImg { max-width: 500px; }
   .locItem span { font-size: 30px; padding-top: 20px; }
}
/* RESPONSIVE */
#mmBrandingWrapper {
	padding: 30px 20px 30px;
	font-size: 0;
	text-align: center;
	background: #0D243B;
}
#mmBranding {
	display: inline-block;
	overflow: hidden;
}
	#mmBranding,
	#mmBranding a {
		color: #fff;
		font: normal 12px/1.3 'Lato', "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: 400px) {
}
@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: 1120px) {
	#mmBrandingWrapper { padding: 50px 20px;}
}
/* 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 {
	display: block;
	font-family: 'Libre Baskerville', serif;
	color: #000;
	font-size: 24px;
	padding: 0 0 20px;
	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:0 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 >  */

/*  < 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: #0D243B;
		border: 1px solid #0D243B;
		
	}
	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 #EDB341;}
nav.mm .navmm_scrollable .navmm_scroll_menu ul a { color: #fff; }
nav.mm .navmm_scrollable ul li:hover > a { background: #D4A13F;} /* modme to match ul bg color */
nav.mm .navmm_scrollable ul li:hover > a:hover {background: #EDB341;} /* 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;}


/* Content CTA */
.cta-break-frame {
	color: #fff;
	background-color: #0D243B;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 30px;
	padding: 40px 20px;
}
.cta-break-frame span {
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding: 0 0 10px;
	line-height: 1.2;
}
.cta-break-frame small {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}
.cta-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 40px 0 0;
}
.cta-break-frame a {
	box-sizing: border-box;
  display: inline-block; 
	transition: 0.4s;
	line-height: 40px;
	padding: 0 30px;
}
.cta-break-frame a.cta-btn-sched { 
	background-color: #D4A13F;
	border: 2px solid #D4A13F;
	color: #fff; 
}
.cta-break-frame a.cta-btn-sched:hover { background-color: #EDB341; border-color: #EDB341; text-decoration: none; }
.cta-break-frame a.cta-btn-phone { 
	border: 2px solid #fff;
	color: #fff; 
}
.cta-break-frame a.cta-btn-phone:hover { background-color: #fff; color: #0D243B; text-decoration: none; }

@media screen and (min-width: 1440px) {
		.cta-break-frame span { font-size: 26px; }
		.cta-break-frame small { font-size: 20px; }
		.cta-break-frame a { line-height: 50px; padding: 0 40px; }
}

/* Attorney Info */
#attorney-info { margin: 0 0 30px; }
.attorney-info-frame {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px 30px;
}
.attorney-info-frame > a {color: inherit; max-width: 400px; margin: 0 auto;  transition: 0.5s;  }
.attorney-info-frame > a:hover { background-color: #e6f5fd; text-decoration: none; }
.attyCont { padding: 15px; }
.attyImg img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.attyCont h3 { text-align: center; }
.attyCont p { font-size: 16px; line-height: 1.5; }
.attyBtn {
  display: block; 
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  text-align: center;
	transition: 0.4s;
	line-height: 40px;
	padding: 0 30px;
	background-color: #0D243B;
	cursor: pointer;
}
.attyBtn:hover { background-color: #153f62; }

@media screen and (min-width: 1120px) {
		.attorney-info-frame {
		 flex-direction: row;
		 align-items: flex-start;
		 gap: 0 40px;
		}
		.attorney-info-frame > a { flex: 1; margin: 0; }
		.attyBtn { line-height: 50px; }
}
@media screen and (min-width: 1640px) {
	.attorney-info-frame { column-gap: 60px; }
	.attyCont { padding: 15px 20px 20px; }
}
/* Attorney page */
.article ul li.teamItem,
.article .mcTeam ul li { list-style-type: none; }
.article ul li.teamItem a:hover { text-decoration: none; }
.article .mcTeam ul { padding-left: 0; }

.mcTeam {
  	display: flex;
  	justify-content: space-between;
  	flex-direction: column;
  	align-items: center;
  	gap: 20px 10px;
  }
 .mcTeam .headshot { max-width: 250px; width: 100%; }
@media screen and (min-width: 1120px) {
  .mcTeam {
  	flex-direction: row;
  	align-items: flex-start;
  }
  .mcTeamBlock { flex: 1; }
}
@media screen and (min-width: 1640px) {
	.mcTeam	.headshot { max-width: 350px; }
}

/* Lead Magnet pages */
.lmForm {
	color: #fff;
	background-color: #0D243B;
	padding: 40px 20px;
}
.lmForm h2 { color: #fff; }
.leadMagnetForm { margin: 20px 0 0; }
.lmForm .formInput input,
.lmForm .formInput textarea,
.lmForm .formInput select { font-size: 16px; height: 55px; padding: 10px 15px 10px 15px;  }
.lmForm .formInput select { background-color: transparent; color: #fff; width: 100%; }
.lmForm .formInput select option { background-color: #fff; color: #0D243B;  }
.lmForm fieldset {
  border: none;
  margin-bottom: 20px;
}
.lmForm legend { 
	color: #fff;
	padding: 0 0 20px;
}
.lmForm label {
  display: inline-block;
  margin: 0 0 10px;
}
.lmForm  .formBlockBtm label { margin: 0 30px 0 0; } 
.lmForm small { color: #C48815; font-style: italic; font-size: 12px; }
.rImg {
	max-width: 350px;
	margin: 30px auto 0;
}
.rImg img {
	display: block;
	width: 100%;
	height: auto;
}
#mailing-address span {
	display: block;
	font-size: 14px;
	margin: 15px 0 10px;
}
@media screen and (min-width: 800px) {
	.maInputWrap {
		display: flex;
	  gap: 12px 14px;
	  margin: 0 0 12px
	}
	.maInputWrap .maInput { flex:1; }
}
@media screen and (min-width: 1120px) {
	.lmWrap { display: flex; justify-content: space-between; align-items: flex-start; gap:0 40px; }
	.lmForm { padding: 40px 60px; flex: 1; }
	.rImg { margin: 0; }
}

@media screen and (min-width:1440px) {
	.rImg { max-width: 40%; }
	.lmForm .formInput textarea { font-size: 18px; }
	#mailing-address span { font-size: 16px; }
}

/* Case Results Page */
.case-col {
	box-sizing: border-box;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-top: 4px solid #0D243B;
	padding: 20px;
	margin: 0 10px 20px;
}
.case-col h2 { color: #0D243B; padding: 0 0 5px; }
.case-loc { color: #0D243B; padding: 0 0 20px; }

@media screen and (min-width: 1300px) {
	.case-col { padding: 40px; margin: 0 10px 40px; border-top-width: 6px; }
}

/* Free Guide Page */
.fgWrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 30px;
}
.fgBlock {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 20px;
	margin: 10px;
}
.fgBlock a {
	display: block;
	color: #000;
}
.fgBlock a:hover { opacity: 0.85; text-decoration: none; }
.fgImg {
	max-width: 350px;
	margin: 20px auto;
}
.fgImg img {
	display: block;
	width: 100%;
	height: auto;
}
.fgBtn {
	display: block;
  background: #C48815;
  padding: 15px 10px;
  text-align: center;
  max-width: 200px;
  color: #fff;
}
.fgBtn:hover { background: #EDB341; }
.fgBlock a > p { display: none; }

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

@media screen and (min-width: 1300px) {
	.fgBlock a { 
		display: flex;
		justify-content: space-between;
		align-items: center;
		column-gap: 40px;
	 }
	 .fgImg { margin: 0; max-width: unset; height: 300px; }
	 .fgImg img { width: auto; height: 100%; }
}
@media screen and (min-width: 1640px) {
	.fgBlock { padding: 40px 60px; }
}

/* FAQ page */
ul.faqLinks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 20px;
	padding: 0 0 30px;
}
ul.faqLinks li { 
	color: #fff;
	background-color: #0D243B;
	text-align: center;
	width: 100%; 
	padding: 0;
	list-style-type: none;
	cursor: pointer;
	transition: 0.5s;
}
ul.faqLinks li:hover { background-color: #25415d; }
.faqLinks li a {
	display: block;
	color: #fff;
	padding: 0 0 20px;
	height: 100%;
	width: 100%;
}
.faqLinks li a:hover {
	text-decoration: none;
}
.faqLinks li .faqTtl {
	font-size: 20px;
	font-weight: 700;
	padding: 20px 10px;
}
.faqLinks li .faqBtn {
	display: block;
  background: #C48815;
  color: #000;
  max-width: 120px;
  margin: 0 auto 20px;
  padding: 6px 10px;
  transition: 0.5s;
}
.faqLinks li a:hover .faqBtn { 
	background: #EDB341;
	text-decoration:none; 
}
.faqLinks p { display: none; }

@media screen and (min-width: 800px) {
	.page-id-14986 h2 { 
    padding: 20px 0 30px;
		scroll-margin-top: 191px;
	}
}
@media screen and (min-width: 1110px) {
	.page-id-14986 h2 { scroll-margin-top: 136px;}
	ul.faqLinks li { width: calc(50% - 15px); }
}
@media screen and (min-width: 1250px) {
	.page-id-14986 h2 { scroll-margin-top: 158px;}
}
@media screen and (min-width: 1400px) {
	ul.faqLinks { padding: 0 0 50px; }
	ul.faqLinks li { width: calc(25% - 16px); }
}
@media screen and (min-width: 1640px) {
	.page-id-14986 h2 { scroll-margin-top: 168px;}
}
/* Accordion */
.article ul.faqList { padding: 0; margin: 10px 0 0; }
.article .mcAccord {
	list-style-type: none;
  border-bottom: 1px solid #0D243B;
  margin: 0 0 20px;
  padding: 0;
}
.article .mcAccord h3 {
  cursor: pointer;
  color: #0D243B;
  font-size: 18px;
  padding: 0 32px 0 0;
  margin: 0 0 10px;
  position: relative;
}
.article .mcAccord h3::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #0D243B;
  border-right: 2px solid #0D243B;
  z-index: 2;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(135deg);
  transition: .5s;
}
.article .mcAccord.active h3::after {
  transform: translateY(-50%) rotate(-45deg);
}
.mcAccord .mcAccord-body {
  display: none;
  padding: 10px 0;
}
.mcAccord a {
	display: block;
  background: #C48815;
  color: #fff;
  max-width: 120px;
  margin: 0;
  padding: 6px 10px;
  text-align: center;
  transition: 0.5s;
}
.mcAccord a:hover {  
	background: #EDB341;
	text-decoration:none;
}

@media screen and (min-width: 1640px) {
	.article .mcAccord h3 { font-size: 20px; }
}

/* Resources Page */
.resourceList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.resourceList > div {
	flex-basis: 350px;
}
.resourceList > div a {
	display: block;
	color: #000;
}
.resourceList > div a:hover { opacity: 0.8; text-decoration: none; }
.rlImg {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.rlImg img {
	display: block;
	object-fit: cover;
	max-width: 100%;
	height: 100%;
}
.resourceList .resTtl {
	font-size: 20px;
	font-weight: 700;
	padding: 20px 0 0;
	text-align: center;
}
@media screen and (min-width: 1440px) {
	.resourceList { flex-wrap: nowrap; column-gap: 30px; }
}

/* Location Page */
ul.mclocList {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 0 20px;
	padding: 0;
}
ul.mclocList li.mclocItem { 
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	gap: 20px 0;
}
.mclocImg {
	max-width: 500px;
	margin: 0 auto;
} 
.mclocImg img {
	display: block;
	width: 100%;
	height: auto;
}
ul.mclocList a {
	color: #000;
}
ul.mclocList a span {
	display: block;
	color: #0D243B;
	font-size: 20px;
	font-weight: 700;
}
ul.mclocList a:hover img { opacity: 0.85; }

@media screen and (min-width: 1100px) {
		ul.mclocList { flex-direction: row; }
}

@media screen and (min-width: 1400px) {
		ul.mclocList { column-gap: 50px; }
		ul.mclocList a span { font-size: 24px; }
}

/* Service Area Page */
ul.saList { padding: 0; }
ul.saList li.saItem {
	list-style-type: none;
	box-sizing: border-box;
	background-color: #0D243B;
	margin: 0 auto 10px;
	width: 100%;
	max-width: 400px;
	padding: 0;
	cursor: pointer;
}
li.saItem a {
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 20px 52px 20px 0;
	line-height: 1;
	transition: 0.4s;
	position: relative;
}
ul.saList li.saItem:hover { background-color: #25415d; }
ul.saList li.saItem:hover a {text-decoration: none; }
ul.saList li.saItem a:after {
	content: '';
	position: absolute;
	background-image: url(img/icons/icon-arrow.webp);
	background-repeat: no-repeat;
	width: 42px;
	height: 13px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  ul.saList li.saItem a:after { right: 20px; }
}
@media screen and (min-width: 800px) {
	ul.saList { 
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px 20px;
	}
}
@media screen and (min-width: 1100px) {
		ul.saList li.saItem { width: calc(50% - 20px); max-width: unset; margin: 0; }
		ul.saList { justify-content: flex-start; margin: 40px 0 0; gap:20px;  }
}
@media screen and (min-width: 1440px) {
		ul.saList li.saItem a { font-size: 22px; padding: 24px 52px 24px 0; }
}

/* Locations pages */
.locForm {
	color: #fff;
	background-color: #0D243B;
	padding: 40px 20px;
}
.locForm h3 { color: #fff; }
.locForm .formBlockWrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 10px 15px;
	margin: 10px 0 0;
}
.locForm .formBlockBtm { margin: 10px 0; }
.locForm .formInput input,
.locForm .formInput textarea,
.locForm .formInput select { font-size: 16px; height: 55px; padding: 10px 15px 10px 15px;  }
.locForm .formInput textarea { height: 95px; }
.locForm .formInput select { background-color: transparent; color: #fff; width: 100%; }
.locForm .formInput select option { background-color: #fff; color: #0D243B;  }
.locMap {
	max-width: 100%;
	margin: 30px auto 0;
}
.locMap iframe { width: 100%; }

@media screen and (min-width: 800px) {
	.locForm .formBlockWrap { flex-direction: row; gap: 20px; margin-top: 20px; }
	.locForm .formInput { width: 100%; }
	.locForm .formBlockBtm { margin: 20px 0; }
}

@media screen and (min-width: 1120px) {
	.locWrap { display: flex; justify-content: space-between; align-items: flex-start; gap:0 40px; }
	.locForm { padding: 40px 60px; flex: 1; }
	.locMap { margin: 0; width: 50%; }
	.locForm .formReqBox { column-gap: 25px; }
}

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