/*!
Theme Name: WebsLaw Theme
Theme URI: 
Author: WebsLaw
Author URI: http://webslaw.com/
Description: Description
Version: 1.0.0
License: 
License URI: LICENSE
Text Domain: webslaw-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	border: 0;
}

body {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: none;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

.jw-tab-focus:focus {
	outline: 0 !important;
}

.cms-jwplayer {
	width: 100%;
	position: relative;
}

.media-left {
	float: left;
	margin: 1em 1em 1em 0;
}

.media-right {
	float: right;
	margin: 1em 0 1em 1em;
}

.media-full {
	display: block;
	margin: 1em auto;
}

.media-small {
	width: 25%;
}

.media-medium {
	width: 50%;
}

.media-large {
	width: 100%;
}

video {
	max-width: 100%;
}

.cms-jwplayer video {
	max-width: none;
}

button {
	border: 0;
}

figure {
	text-align: center;
}

fieldset {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

icon svg,
svg[data-use] {
	height: 1em;
	width: 1em;
	fill: currentColor;
}

svg[data-use] [style*="stroke-width"],
svg[data-use] [stroke-width] {
	stroke: currentColor;
}

svg[data-use] [style*="stroke-width"]:not([fill]),
svg[data-use] [stroke-width]:not([fill]) {
	fill: none;
}

.half {
	width: 50%;
}

.third {
	width: 33.3%;
}

.fourth {
	width: 25%;
}

.two-thirds {
	width: 66.66%;
}

.three-fourths {
	width: 75%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.cms-admin .clear {
	height: auto;
}

.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
}

.cf:after {
	content: ' ';
	display: block;
	clear: both;
}

body .ninja {
	display: none !important;
}

html.no-generatedcontent .clearfix {
	zoom: 1;
}

html.no-generatedcontent .cf {
	zoom: 1;
}

.img-left {
	float: left;
}

.img-right {
	float: right;
}

.img-full {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img {
	max-width: 100%;
}

.img-small {
	width: 25%;
}

.img-medium {
	width: 50%;
}

.img-large {
	width: 100%;
}

.cms-button {
	display: inline-block;
	border: none;
	background-color: #35A6F6;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 2px;
	text-transform: uppercase;
	line-height: 1em;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}

.cms-button.big {
	padding: 20px 40px;
	font-size: 16px;
}

.cms-button.unsafe {
	background-color: #EA5F5F;
}

.cms-button.unsafe:hover {
	background-color: #FF7373;
}

.cms-button.command {
	background-color: #FFFFFF;
	color: #35A6F6;
	border: 1px solid #D4D9E1;
}

.cms-button.command:hover {
	color: #63BEFF;
	border-color: #63BEFF;
	background-color: #FFFFFF;
}

.cms-button:hover {
	color: #FFFFFF;
	background-color: #63BEFF;
}

.cms-button.expand:after {
	content: '';
	display: inline-block;
	background-image: url(../../common/images/sprite24.png);
	width: 16px;
	height: 16px;
	background-position: -437px -293px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: 5px;
	border: 1px solid #35A6F6;
	vertical-align: middle;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	opacity: .7;
}

.cms-button.expand:hover:after {
	opacity: 1;
}

.cms-button:focus {
	outline: 0;
}

.ui-scroll {
	overflow: auto;
}

.ui-scroll.horizontal {
	overflow-x: auto;
	overflow-y: hidden;
}

.ui-scroll.vertical {
	overflow-x: hidden;
	overflow-y: auto;
}

.ui-scroll::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	background: none;
}

.ui-scroll::-webkit-scrollbar-track {
	background: none;
}

.ui-scroll::-webkit-scrollbar-thumb {
	border: solid 2px transparent;
	background-clip: padding-box;
	border-radius: 12px;
	background-color: rgba(16, 37, 78, .1);
}

.ui-scroll::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}

.ui-scroll::-webkit-scrollbar-corner {
	background-color: transparent;
}

.ui-scroll-wrap .ui-scroll-thumb {
	position: absolute;
	margin: 2px;
	border-radius: 4px;
	background-color: rgba(16, 37, 78, .1);
}

.ui-scroll-wrap .ui-scroll-thumb.vertical {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	width: 8px;
	height: 100px;
	min-height: 8px;
}

.ui-scroll-wrap .ui-scroll-thumb.horizontal {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	height: 8px;
	width: 100px;
	min-width: 8px;
}

.ui-scroll.horizontal .ui-scroll-thumb.vertical {
	display: none !important;
}

.ui-scroll.vertical .ui-scroll-thumb.horizontal {
	display: none !important;
}

.ui-front {
	z-index: 100;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	-webkit-animation: fade-in-60 .3s forwards;
	-moz-animation: fade-in-60 .3s forwards;
	-o-animation: fade-in-60 .3s forwards;
	animation: fade-in-60 .3s forwards;
}

.ui-widget-overlay.out {
	animation: fade-60-out .4s forwards;
}

.ui-widget-overlay.subtle {
	background: #FFFFFF;
	opacity: 0.05;
	-webkit-animation: fade-in-05 .3s forwards;
	-moz-animation: fade-in-05 .3s forwards;
	-o-animation: fade-in-05 .3s forwards;
	animation: fade-in-05 .3s forwards;
}

.ui-dialog {
	position: absolute;
	background: #1b1e24;
	color: #747b8f;
	border-radius: 3px;
	box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.7);
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	outline: 0;
	opacity: 0;
	-webkit-animation: dialog-in .5s .1s 1 ease forwards;
	-moz-animation: dialog-in .5s .1s 1 ease forwards;
	-o-animation: dialog-in .5s .1s 1 ease forwards;
	animation: dialog-in .5s .1s 1 ease forwards;
}

.ui-dialog.dialog-out {
	-webkit-animation: dialog-out .4s 1 ease forwards;
	-moz-animation: dialog-out .4s 1 ease forwards;
	-o-animation: dialog-out .4s 1 ease forwards;
	animation: dialog-out .4s 1 ease forwards;
}

.ui-dialog a:hover {
	text-decoration: none;
}

.ui-dialog .ui-widget-overlay {
	background: #1b1e24;
	position: absolute;
}

.ui-dialog>.ui-widget-overlay {
	border-radius: 3px;
}

.ui-dialog .ui-dialog-titlebar {
	position: absolute;
	left: 0;
	top: -40px;
	width: 100%;
	height: 40px;
	padding: 5px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	color: #d1d1d1;
	cursor: default;
	background: none;
	font-family: Montserrat, sans-serif;
}

.ui-dialog-titlebar.ui-draggable-handle:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../../common/images/sprite24.png);
	background-repeat: no-repeat;
	background-position: -96px -216px;
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -12px;
	text-align: center;
	opacity: 0;
	cursor: move;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}

.ui-dialog-titlebar.ui-draggable-handle:hover:after {
	opacity: .5;
}

.ui-draggable-handle span {
	cursor: default;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: none;
	border: none;
	position: absolute;
	right: 0;
	top: 5px;
	display: block;
	cursor: pointer;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	background-image: url(../../common/images/sprite24.png);
	background-repeat: no-repeat;
	background-position: 0px -216px;
	border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar-close:focus {
	outline: solid 1px #747b8f;
	color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.ui-dialog .ui-dialog-content {
	display: block;
}

.ui-dialog>section {
	position: relative;
	z-index: 1;
}

.ui-dialog header {
	height: 68px;
	font-size: 16px;
	line-height: 36px;
	border-bottom: solid 1px rgba(217, 240, 255, .1);
	position: relative;
	z-index: 2;
}

.ui-dialog .ui-main {
	padding: 20px;
}

.ui-dialog .ui-dialog-buttonpane {
	height: 80px;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	border-top: solid 1px rgba(217, 240, 255, .1);
	position: relative;
	z-index: 0;
	background: none;
	text-align: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: 0;
	background-color: transparent;
	padding: 0 30px;
	font-family: Montserrat, Arial;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
	vertical-align: middle;
	text-transform: uppercase;
	border: 0;
	border-left: solid 1px rgba(217, 240, 255, .1);
	outline: 0;
	height: 79px;
	cursor: pointer;
	border-radius: 0;
	color: #9ca2b1;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.ui-dialog .ui-dialog-buttonpane button span {
	color: #9ca2b1;
	font-family: Montserrat, Arial;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
	vertical-align: middle;
}

.ui-dialog .ui-dialog-buttonpane button:focus {
	background-color: #35a6f6;
	color: #fff;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	background-color: #35a6f6;
	color: #fff;
}

.ui-dialog .ui-dialog-buttonpane button:focus span {
	color: #fff;
}

.ui-dialog .ui-dialog-buttonpane button:hover span {
	color: #fff;
}

.night .ui-scroll::-webkit-scrollbar-thumb {
	background-color: rgba(217, 240, 255, .2);
}

.night .ui-scroll-wrap .ui-scroll-thumb {
	background-color: rgba(217, 240, 255, .2);
}

.ui-noselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.ui-noselect input {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
}

.ui-noselect .ui-select {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
}

.ui-dialog.ui-full-screen {
	position: fixed !important;
	top: 50px !important;
	left: 50px !important;
	width: calc(100% - 100px) !important;
	height: calc(100% - 100px) !important;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.ui-dialog .ui-dialog-titlebar-fullscreen {
	background: none;
	border: none;
	position: absolute;
	right: 35px;
	top: 5px;
	width: 36px;
	height: 24px;
	border-right: solid 1px #9b9d9e;
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 0;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar-fullscreen:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../../common/images/sprite24.png);
	background-repeat: no-repeat;
	background-position: -48px -216px;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.ui-dialog.ui-full-screen .ui-dialog-titlebar-fullscreen:before {
	background-position: -72px -216px;
}

.ui-dialog .ui-dialog-titlebar-fullscreen:hover:before {
	opacity: 1;
}

.ui-dialog.ui-full-screen .ui-dialog-content {
	height: calc(100% - 80px) !important;
}

.ui-dialog.ui-no-buttons .ui-dialog-content {
	height: 100% !important;
}

.ui-dialog.ui-full-screen .ui-dialog-titlebar.ui-draggable-handle {
	cursor: inherit;
}

.ui-dialog.ui-full-screen .ui-draggable-handle:after {
	display: none !important;
}

.ui-dialog.ui-full-preview {
	position: fixed !important;
	top: 50px !important;
	left: 50px !important;
	width: calc(100% - 100px) !important;
	height: calc(100% - 100px) !important;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.ui-dialog.ui-full-preview .ui-dialog-content {
	height: 100% !important;
}

.ui-dialog.cms-alert {
	background: rgba(53, 166, 246, 0.95);
	box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.4);
	min-width: 450px;
}

.no-rgba .ui-dialog.cms-alert {
	background: #35a6f6;
}

.ui-dialog.cms-alert .ui-dialog-content {
	color: #fff;
	padding: 40px 10px 20px;
	text-align: center;
	font-style: normal;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: #afdcfd;
}

.ui-dialog.cms-alert .ui-dialog-content h2 {
	font-family: Montserrat, 'Open Sans', Arial;
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.ui-dialog.cms-alert .ui-dialog-content h2 strong {
	display: block;
}

.ui-dialog.cms-alert .ui-dialog-content strong {
	color: #FFFFFF;
}

.ui-dialog.cms-alert .ui-dialog-content em {
	display: inline-block;
	margin: 15px 0 10px;
}

.ui-dialog.cms-alert.icon .ui-dialog-content {
	padding: 10px 10px 20px;
}

.ui-dialog.cms-alert.icon .ui-dialog-content:before {
	content: '';
	display: block;
	width: 48px;
	height: 48px;
	margin: 20px auto;
	background-image: url(../../common/images/sprite24.png);
	background-repeat: no-repeat;
	background-position: -192px -552px;
	opacity: 0.4;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane {
	border-top: 0;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane {
	text-align: center;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button {
	display: inline-block;
	background-color: #5dbafc;
	padding: 18px 40px;
	line-height: 1em;
	height: auto;
	border-radius: 3px;
	border: 0;
	margin: 0 7px;
	text-transform: uppercase;
	font-size: 16px;
	float: none;
	cursor: pointer;
	outline: 0;
	transition: background-color 0.15s;
	color: #fff;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button span {
	color: #fff;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button:focus {
	background: #64cb66;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button:hover {
	background: #64cb66;
}

.ui-dialog fieldset.form {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

.ui-dialog fieldset.form ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

.ui-dialog fieldset.form ul li {
	margin: 0;
	padding: 10px 20px 10px 10px;
	font-size: 16px;
}

.ui-dialog .form-group {
	display: table;
	width: 100%;
}

.ui-dialog .form-group>* {
	display: table-cell;
	vertical-align: top;
}

.ui-dialog .form-group>div:first-child {
	display: block;
}

.ui-dialog .form-group label {
	color: #ffffff;
	line-height: 2em;
	text-align: right;
	padding: 0 20px;
}

.ui-dialog .form-group label.value {
	text-align: left;
	font-weight: 600;
	padding-left: 0px;
}

.ui-dialog .form-group .input-textbox {
	background: #fff;
	border: solid 1px #a0bdd3;
	border-radius: 3px;
	position: relative;
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
}

.ui-dialog .form-group .input-textbox input {
	color: #889aa7;
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: normal;
	margin: 0;
	padding: 6px;
	border: none;
	vertical-align: middle;
	background: none;
	outline: 0;
	width: 100%;
}

.ui-dialog .form-group .input-textbox textarea {
	color: #889aa7;
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: normal;
	margin: 0;
	padding: 6px;
	border: none;
	vertical-align: middle;
	background: none;
	outline: 0;
	width: 100%;
	resize: none;
}

.ui-dialog .form-group .input-textbox.input-addon input {
	width: 90%;
}

.ui-dialog .form-group .input-textbox.input-addon:before {
	width: 10%;
	border-left: solid 1px #a0bdd3;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	text-align: center;
	padding: 9px 15px;
	color: #a0bdd3;
	font-size: 16px;
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
	font-family: 'icomoon-ult';
}

.ui-dialog .form-group.focused .input-textbox {
	border-color: #35a6f6;
	box-shadow: 0 0 3px rgba(53, 166, 246, 0.5);
}

.ui-dialog .form-group.focused .input-textbox.input-addon:before {
	border-left-color: #35a6f6;
	color: #35a6f6;
}

.ui-dialog .form-group.invalid label {
	color: #D73B2A;
}

.ui-dialog .form-group.invalid .input-textbox {
	border-color: #D73B2A !important;
	box-shadow: 0 0 3px rgba(215, 59, 42, 0.5) !important;
}

.ui-dialog .form-group.invalid .input-textbox.input-addon:before {
	border-left-color: #D73B2A !important;
	color: #D73B2A !important;
}

.ui-dialog .form-group .validation {
	display: block;
	color: #D73B2A;
	font-size: 14px;
	line-height: 2em;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.ui-dialog .form-group.invalid .validation {
	height: 28px;
}

.ui-dialog.night .form-group .input-textbox {
	background: #2C313B;
	border-color: #2C313B;
}

.ui-dialog.night .form-group .input-textbox input {
	color: #afbac1;
}

.ui-dialog.night .form-group .input-textbox textarea {
	color: #afbac1;
}

.ui-dialog.night .form-group label {
	color: #5d616b;
}

.ui-dialog.night .form-group.focused .input-textbox {
	border-color: #4c535f;
	box-shadow: 0 0 3px rgba(76, 83, 95, 0.5);
}

.ui-dialog.night .form-group.focused .input-textbox.input-addon:before {
	border-left-color: #8e93a1;
	color: #8e93a1;
}

.ui-dialog.night [data-tooltip]:before {
	background-color: #8667ab;
	color: #ffffff;
}

.ui-dialog.night [data-tooltip]:after {
	background-color: #8667ab;
}

.ui-dialog.daylight {
	background: #fff;
}

.ui-dialog.daylight header {
	border-bottom-color: rgba(16, 37, 78, .15);
}

.ui-dialog.daylight .ui-dialog-buttonpane {
	border-top-color: rgba(16, 37, 78, .15);
}

.ui-dialog.daylight .ui-dialog-buttonpane button {
	border-left-color: rgba(16, 37, 78, .15);
}

.ui-dialog.daylight .ui-scroll::-webkit-scrollbar-thumb {
	background-color: rgba(16, 37, 78, .15);
}

.ui-dialog.daylight .ui-scroll-wrap .ui-scroll-thumb {
	background-color: rgba(16, 37, 78, .15);
}

.daylight .ui-widget-overlay {
	background: #fff;
}

.no-animation {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.no-animation * {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
		visibility: visible;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes fade-in {
	0% {
		opacity: 0;
		visibility: visible;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@-o-keyframes fade-in {
	0% {
		opacity: 0;
		visibility: visible;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
		visibility: visible;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fade-60-out {
	0% {
		opacity: .6;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fade-60-out {
	0% {
		opacity: .6;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes fade-60-out {
	0% {
		opacity: .6;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-60-out {
	0% {
		opacity: .6;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fade-in-60 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.6;
	}
}

@-moz-keyframes fade-in-60 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.6;
	}
}

@-o-keyframes fade-in-60 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.6;
	}
}

@keyframes fade-in-60 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.6;
	}
}

@-webkit-keyframes fade-in-05 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.05;
	}
}

@-moz-keyframes fade-in-05 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.05;
	}
}

@-o-keyframes fade-in-05 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.05;
	}
}

@keyframes fade-in-05 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.05;
	}
}

@-webkit-keyframes fade-in-90 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.9;
	}
}

@-moz-keyframes fade-in-90 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.9;
	}
}

@-o-keyframes fade-in-90 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.9;
	}
}

@keyframes fade-in-90 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.9;
	}
}

@-webkit-keyframes grow-in {
	0% {
		-webkit-transform: scale(0.1);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes grow-in {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 1;
	}
}

@-o-keyframes grow-in {
	0% {
		-o-transform: scale(0);
		opacity: 0;
	}
	100% {
		-o-transform: scale(1);
		opacity: 1;
	}
}

@keyframes grow-in {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes counter-clockwise {
	0% {
		-webkit-transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}

@-moz-keyframes counter-clockwise {
	0% {
		-moz-transform: rotate(360deg);
	}
	100% {
		-moz-transform: rotate(0deg);
	}
}

@-o-keyframes counter-clockwise {
	0% {
		-o-transform: rotate(360deg);
	}
	100% {
		-o-transform: rotate(0deg);
	}
}

@keyframes counter-clockwise {
	0% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes clockwise {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-o-keyframes clockwise {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes background-position {
	0% {
		background-position: 100% 0%;
	}
	100% {
		background-position: 0% 0%;
	}
}

@-moz-keyframes background-position {
	0% {
		background-position: 100% 0%;
	}
	100% {
		background-position: 0% 0%;
	}
}

@-o-keyframes background-position {
	0% {
		background-position: 100% 0%;
	}
	100% {
		background-position: 0% 0%;
	}
}

@keyframes background-position {
	0% {
		background-position: 100% 0%;
	}
	100% {
		background-position: 0% 0%;
	}
}

@-webkit-keyframes slide-up-20 {
	0% {
		-webkit-transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0px);
	}
}

@-moz-keyframes slide-up-20 {
	0% {
		-moz-transform: translateY(20px);
	}
	100% {
		-moz-transform: translateY(0px);
	}
}

@-o-keyframes slide-up-20 {
	0% {
		-o-transform: translateY(20px);
	}
	100% {
		-o-transform: translateY(0px);
	}
}

@keyframes slide-up-20 {
	0% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes slide-down-20 {
	0% {
		-webkit-transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0px);
	}
}

@-moz-keyframes slide-down-20 {
	0% {
		-moz-transform: translateY(-20px);
	}
	100% {
		-moz-transform: translateY(0px);
	}
}

@-o-keyframes slide-down-20 {
	0% {
		-o-transform: translateY(-20px);
	}
	100% {
		-o-transform: translateY(0px);
	}
}

@keyframes slide-down-20 {
	0% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes dialog-in {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@-moz-keyframes dialog-in {
	0% {
		opacity: 0;
		-moz-transform: translate3d(0, -50px, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: translate3d(0, 0, 0);
	}
}

@-o-keyframes dialog-in {
	0% {
		opacity: 0;
		-o-transform: translate3d(0, -50px, 0);
	}
	100% {
		opacity: 1;
		-o-transform: translate3d(0, 0, 0);
	}
}

@keyframes dialog-in {
	0% {
		opacity: 0;
		transform: translate3d(0, -50px, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes dialog-out {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 35px, 0);
	}
}

@-moz-keyframes dialog-out {
	0% {
		opacity: 1;
		-moz-transform: translate3d(0, 0, 0);
	}
	100% {
		opacity: 0;
		-moz-transform: translate3d(0, 35px, 0);
	}
}

@-o-keyframes dialog-out {
	0% {
		opacity: 1;
		-o-transform: translate3d(0, 0, 0);
	}
	100% {
		opacity: 0;
		-o-transform: translate3d(0, 35px, 0);
	}
}

@keyframes dialog-out {
	0% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	100% {
		opacity: 0;
		transform: translate3d(0, 35px, 0);
	}
}

.ui-tabs .ui-tab {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.ui-tabs .ui-tab-panel {
	display: none;
}

.ui-tabs .ui-tab-panel.active {
	display: block;
}

.ui-tabs tr.ui-tab-panel.active {
	display: table-row;
}

.ui-tabs .ui-tab-panel.flex.active {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ui-tabs .ui-tab-panel.ninja {
	display: none;
}

.ui-conditionals .ui-conditional-panel {
	display: none;
}

.ui-conditionals .ui-conditional-panel.active {
	display: block;
}

.ui-conditionals tr.ui-conditional-panel.active {
	display: table-row;
}

.ui-conditionals .ui-conditional-panel.flex.active {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ui-conditionals .ui-conditional-panel.ninja {
	display: none;
}

nav.ui-top-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.ui-top-nav li {
	padding: 0;
	position: relative;
}

nav.ui-top-nav>ul {
	display: table;
}

nav.ui-top-nav>ul>li {
	display: table-cell;
	white-space: nowrap;
}

nav.ui-top-nav>ul>li ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: auto;
}

nav.ui-top-nav>ul>li>ul {
	position: absolute;
	top: 100%;
	left: 0;
}

nav.ui-top-nav ul li>ul {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
	-moz-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
	-o-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
	transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

nav.ui-top-nav ul li.active>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.25s ease, visibility 0s linear 0s;
	-moz-transition: opacity 0.25s ease, visibility 0s linear 0s;
	-o-transition: opacity 0.25s ease, visibility 0s linear 0s;
	transition: opacity 0.25s ease, visibility 0s linear 0s;
}

.ui-ajax-draggable {
	position: relative;
}

.ui-ajax-draggable .blank {
	background-color: #dedede;
}

.ui-ajax-draggable .blank * {
	visibility: hidden;
}

.ui-ajax-draggable tr.blank td {
	visibility: visible;
}

.ui-ajax-draggable tr.blank td * {
	visibility: hidden;
}

.ui-ajax-draggable .droppable {
	position: relative;
}

.ui-ajax-draggable .droppable:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	height: 2px;
	width: 100%;
	background-color: #666666;
}

.ui-ajax-draggable .droppable.end:before {
	top: auto;
	bottom: -1px;
}

.ui-ajax-draggable tr.droppable:before {
	display: none;
}

.ui-ajax-draggable tr.droppable td {
	position: relative;
}

.ui-ajax-draggable tr.droppable td:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	height: 2px;
	width: 100%;
	background-color: #666666;
}

.ui-ajax-draggable tr.droppable.end td:before {
	top: auto;
	bottom: -1px;
}

.ui-ajax-draggable .ui-draggable-dragging {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 2px 14px rgba(0, 0, 0, .4);
	opacity: 0.5;
	cursor: default;
}

button {
	border: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.btn {
	display: inline-block;
	padding: .75em 2em;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform .4s ease 0s;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	z-index: -1;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.btn:hover:not(.no-hover):before,
a:hover .btn:not(.no-hover):before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.v1-btn .btn:not(.v2),
.btn.v1 {
	transition: color .4s ease 0s;
	border-style: solid;
	border-width: .2em;
}

.v2-btn .btn:not(.v1),
.btn.v2 {
	transition: color .4s ease 0s;
}

.light-bg.reviews-feed .reviews-list li blockquote {
	max-height: 660px;
	overflow-y: auto;
}
.page-template-attorney-page-template article.main.thin>div p.at-cll-section {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    margin: 0;
}
.content-new{display:inline-block;width:100%;}.content-new > p > strong{color:#C99B2D;font-size:1.556em;line-height:1.2;}
/* Demo Homepage CSS Starts */
.cont-text {
	display: inline-block;
	width: 100%;
	text-align: center;
}
section .cont-text > header > h4, section .cont-text > header :first-child:not(a) {
	font-size: 2em !important;
	text-transform: uppercase;
	font-family: 'Quattrocento Sans', sans-serif !important;
	font-weight: 600;
}
section .cont-text > header#ConT5Header {
	padding-bottom: 1em;
}
.pr-lst {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1em -15px;
}
.pr-lst .pr-lst-col {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.pr-box {
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.pr-box .pr-tl {
	display: inline-block;
	width: 100%;
	position: relative;
	color: #C99B2D;
	font-size: 1.2em;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 800;
}
.pr-box .pr-tl {
	display: inline-block;
	width: 100%;
	position: relative;
	color: #C99B2D;
	font-size: 1.2em;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 800;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.pr-box .pr-tl::before {
	position: absolute;
	content: '';
	background: #C99B2D;
	height: 6px;
	width: 130px;
	left: -20px;
	bottom: 0;
}
.pr-box .pr-tl a:hover{
    color:#000;
}
.pr-box .pr-txt {
	display: inline-block;
	width: 100%;
}
.pr-box .pr-txt p {
	color: #000;
}
.main.light-bg.add-con {
	padding-bottom: 1em;
}
.main.new-pad {
	padding-top: 2em;
	padding-bottom: 0;
}
.new-pad p > a {
	color: #c99b2c;
}
.new-pad p > a:hover {
	color: #000;
}
main section.new-txt-con {
	padding: 3.5em 0;
}
.new-listng-sec .content-new p > strong, .new-listng-sec .content-new h2 {
	font-family: 'Roboto', sans-serif !important;
	line-height: 1.333;
	letter-spacing: .1em;
	font-weight: 500;
	margin: 10px 0 0;
	color: #C99B2D;
    font-size: 1.556em;
}
main section.new-listng-sec {
	padding: 2em 0;
}
.main.new-pad #Content h3:first-child, .main.new-pad #Content h3 {
	color: #8B8B8B;
}
.main.new-pad #Content h3 {
	font-weight: 500;
}
.main.new-pad #Content p {
	margin-top: 10px;
}
.new-listng-sec .content-new > p {
	margin: 10px 0 0;
}
.new-listng-sec .content-new > p:last-child {
	margin: 5px 0 20px;
}
main section.new-listng-sec .content-new p:last-child {
	margin-bottom: 0;
}
/* Demo Homepage CSS Ends */

@media screen and (max-width:1500px) {
    body.home .dark-bg.content-area.t3 {
    	background-position: 70% 0%;
    }
    .content-area.t3 .callout.two-thirds span {
    	font-size: 1.2em;
    }
    .dark-bg.content-area.t3 .callout.two-thirds {
    	width: 50%;
    }
}
@media screen and (max-width:1399px) {
    .main.new-pad {
    	padding-top: 2em;
    	padding-bottom: 0em;
    }
    .page-template-new-home-page-template.sub-page .staff-area.t1 {
    	padding-bottom: 11.5em;
    }
}
@media screen and (max-width:1200px) {
    .content-area.t3 .callout.two-thirds span {
    	font-size: 1.2em;
    }
    .page-template-new-home-page-template .content-area.t3::before {
    	display: none;
    }
}

@media screen and (max-width:1000px) {
    .dark-bg.content-area.t3 .callout.two-thirds {
    	width: 50%;
    }
    .pr-lst .pr-lst-col {
    	-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    main section.new-txt-con {
    	padding: 1.5em 0;
    }
    .page-template-new-home-page-template .content-area.t3 {
    	padding: 0.5em 0 0.5em;
    	background-image: none !important;
    }
    .page-template-new-home-page-template.sub-page .staff-area.t1 {
    	padding-bottom: 11.5em;
    }
    .main.light-bg.add-con {
    	padding-bottom: 1em;
    }
}

@media screen and (max-width:767px) {
    
    .page-template-new-home-page-template.sub-page main section.staff-area header{
        padding-bottom:1em;
    }
    .page-template-new-home-page-template.sub-page .home-sub{
        background-size: cover;
    }
}

@media screen and (max-width:650px) {
    .dark-bg.content-area.t3 .callout.two-thirds {
    	width: 100%;
    }
    body.home .dark-bg.content-area.t3 {
    	background-position: 0% 0;
    }
    body.home .content-area.t3 {
    	background: #3c3c3a;
    }
    body.home .awards-area.t5.light-bg {
    	margin-top: 30px;
    	padding-bottom: 0;
    }
    .pr-lst .pr-lst-col {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .pr-lst {
    	margin: 1em -0;
    }
}

@media screen and (max-width:550px) {}

@media screen and (max-width:475px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:350px) {}

.content-style img.float-right {
	display: block;
	float: right;
	max-width: 45%;
	height: auto !important;
	margin: 0 0 1em 1em;
}

.content-style img.float-left {
	display: block;
	float: left;
	max-width: 45%;
	height: auto !important;
	margin: 0 1em 1em 0;
}

.content-style img.no-float {
	display: block;
	max-width: 90%;
	height: auto !important;
	margin: 1em auto;
}

.content-cta {
	position: relative;
	margin: 2em .5em 2.5em 0;
}

.content-cta>strong {
	display: block;
	font-size: 1.6667em;
	line-height: 1.2;
}

.content-cta p {
	font-size: 1.222em;
	margin: .25em 0 .5em;
}

.content-cta .img {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.flex-reverse.content-cta .img {
	right: auto;
	left: 0;
}

.content-cta.t1 {
	padding: 2em 54% 2em 4%;
}

.flex-reverse.content-cta.t1 {
	padding: 2em 4% 2em 54%;
}

.content-cta.t1 .img {
	width: 50%;
	height: 100%;
}

.content-cta.t2 {
	padding: 2em 29% 2em 4%;
	border-style: solid;
	border-width: 1px;
}

.flex-reverse.content-cta.t2 {
	padding: 2em 4% 2em 29%;
}

.content-cta.t2 .img {
	content: '';
	width: 25%;
	height: 100%;
}

.content-cta.t3 {
	padding: 2em 4%;
	text-align: center;
	z-index: 1;
}

.text-left.content-cta.t3 {
	text-align: left;
}

.text-right.content-cta.t3 {
	text-align: right;
}

.content-cta.t3 .img {
	width: 100% !important;
	height: 100% !important;
	z-index: -1;
	opacity: .2;
}

.text-quote {
	margin: 2em 0;
	font-style: italic;
}

.text-center.text-quote {
	text-align: center;
}

.text-right.text-quote {
	text-align: right;
}

.text-quote p {
	margin: 0;
	font-size: 1.222em;
	line-height: 1.4;
}

.text-quote>strong {
	font-style: normal;
}

.text-quote.t1 {
	border-style: solid;
	border-width: 1px;
	border-right: none;
	border-bottom: none;
	padding: 2em 5% 1em;
}

.text-quote.t1>strong {
	margin-top: .75em;
	display: block;
}

.text-quote.t2 {
	padding: 2em 3em;
}

.text-quote.t2>strong {
	display: table;
	padding: 1em 3em;
	line-height: 1;
	margin-top: 1em;
	margin-left: -3em;
}

.text-center.text-quote.t2>strong {
	margin: 1em auto 0 !important;
}

.text-right.text-quote.t2>strong {
	margin: 1em -3em 0 auto;
}

.text-quote.t3 {
	border-style: solid;
	border-width: 1px;
	padding: 2em 5%;
	margin-bottom: 3em;
}

.text-quote.t3>strong {
	display: table;
	padding: 1em 3em;
	line-height: 1;
	margin: 1em 0 -3.5em auto;
}

.text-center.text-quote.t3>strong {
	margin: 1em auto -3.5em;
}

.text-right.text-quote.t3>strong {
	margin: 1em auto -3.5em 0;
}

.bullet-list>p {
	font-size: 1.556em;
	line-height: 1.2;
	margin-top: 1.5em;
}

.bullet-list.t1>p {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: .3em;
	margin-bottom: 1em;
}

.dark-bg.bullet-list.t1>p {
	padding: .75em 4%;
	margin-bottom: 0;
}

.bullet-list.t2>p {
	padding: .75em 4%;
	margin-bottom: 0;
}

.bullet-list.t3>p {
	margin-bottom: 0;
	padding: 0 0 .75em;
}

body .bullet-list>ul {
	margin: 1.5em 0;
	position: relative;
	list-style: none !Important;
}

.bullet-list p+ul {
	margin-top: 0;
}

.bullet-list.two-columns>ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bullet-list ul li {
	position: relative;
	padding: 0 0 1em 2em;
	font-weight: 500;
}

.bullet-list.two-columns>ul>li {
	width: 48%;
}

.bullet-list ul li:last-child {
	padding-bottom: 0;
}

.bullet-list ul li:before {
	content: '';
	height: 1rem;
	width: 1rem;
	border-bottom-left-radius: 50%;
	position: absolute;
	top: .2em;
	left: 0;
}

body .bullet-list.t1>ul {
	padding: 0;
}

body .dark-bg.bullet-list.t1>ul {
	padding: 2em 4%;
	margin-top: 0;
}

body .bullet-list.t2>ul {
	padding: 2em 4%;
	margin: 0;
}

body .bullet-list.t3>ul {
	padding: 2em 4%;
	margin: 0;
}

.bullet-list.t3>ul:before {
	content: '';
	width: 5%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.text-highlight {
	position: relative;
	padding: 2em 8%;
	margin: 2em 0;
	font-weight: 500;
	font-size: 1.111em;
}

.text-center.text-highlight {
	text-align: center;
}

.text-right.text-highlight {
	text-align: right;
}

.text-highlight p {
	margin: 0;
}

.text-highlight.t1 {
	border-style: solid;
	border-width: 2px;
	border-left: none;
}

.text-highlight.t1:after {
	content: '';
	width: .75rem;
	height: calc(100% + 4px);
	position: absolute;
	top: -2px;
	left: 0;
}

.text-highlight.t2 {
	margin-right: .5em;
	margin-bottom: 2.5em;
}

.text-highlight.t3 {
	border-style: solid;
	border-width: 2px;
	margin-right: .5em;
	margin-bottom: 2.5em;
}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1000px) {}

@media screen and (max-width:800px) {}

@media screen and (max-width:650px) {
	.content-cta.t1 {
		padding: 2em 29% 2em 4%;
	}
	.flex-reverse.content-cta.t1 {
		padding: 2em 4% 2em 29%;
	}
	.content-cta.t1:after {
		width: 25%;
	}
}

@media screen and (max-width:550px) {
	.content-cta.t1 {
		padding: 2em 4% !important;
		text-align: center !important;
	}
	.content-cta.t2 {
		padding: 2em 4% !important;
		text-align: center !important;
	}
	.content-cta.t1:after {
		background-image: none !important;
		display: none;
	}
	.content-cta.t2:after {
		background-image: none !important;
		display: none;
	}
	.text-quote.t1 {
		padding: 1.2em 5% 1em;
	}
	.text-quote.t2 {
		padding: 2em;
	}
	.text-quote.t2>strong {
		margin-left: -2em;
	}
	.text-right.text-quote.t2>strong {
		margin-right: -2em;
	}
	.text-quote.t3 {
		padding: 1.25em 5%;
	}
	.bullet-list.two-columns {
		display: block;
	}
	.bullet-list.two-columns li {
		width: 100%;
	}
	.list-title {
		font-size: 1.333em;
	}
	body .text-highlight {
		padding: 1.25em 5%;
	}
	.text-highlight.t1 {
		padding-left: 8%;
	}
	.content-style img.float-right,
	.content-style img.float-left,
	.content-style img.no-float {
		display: block;
		float: none;
		margin: 1em auto;
		max-width: 100%;
	}
}

@media screen and (max-width:475px) {}

@media screen and (max-width:400px) {
	.text-quote p {
		font-size: 1em;
	}
}

@media screen and (max-width:350px) {}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

input[type='search'] {
	-webkit-appearance: none;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

fieldset>ul>li {
	padding-bottom: .8em;
	position: relative;
	width: 100%;
	font-size: inherit;
	padding-left: 0;
	padding-right: 0;
}

.no-flexbox fieldset>ul>li:not(.full) {
	display: block;
	float: left;
}

fieldset>ul>li.fit {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

fieldset>ul>li.fit+.fit {
	margin-left: 2%;
}

fieldset>ul>li.fourth {
	width: 24%;
}

fieldset>ul>li.third {
	width: 32%;
}

fieldset>ul>li.half {
	width: 49%;
}

.input-text {
	position: relative;
}

fieldset ul.column-form {
	-ms-flex-align: stretch;
	align-items: stretch;
}

fieldset>ul.column-form>li.half {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 0;
}

fieldset>ul.column-form>li.half>ul {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

fieldset>ul.column-form>li.half>ul>li {
	width: 100%;
	padding-bottom: .8em;
}

fieldset li>label {
	display: block;
	position: relative;
	font-weight: 400;
	margin: .5em 0;
}

fieldset li>label.hide {
	display: none;
}

fieldset li>label small {
	display: block;
	line-height: 1;
}

.input-text input[type='text'],
.input-text input[type='month'],
.input-text input[type='email'],
.input-text input[type='tel'],
.input-text input[type='datetime'],
.input-text input[type='datetime-local'],
.input-text textarea,
.input-text select,
.zip-search-input {
	display: block;
	border: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: .5em .75em;
	width: 100%;
	border-radius: 0;
	text-align: left;
	outline: none;
	font-size: 1em;
	transition: background-color .4s ease 0s, border-color .4s ease 0s, color .4s ease 0s;
}

input:invalid {
	box-shadow: none;
}

:invalid {
	box-shadow: none;
}

:-moz-submit-invalid {
	box-shadow: none;
}

:-moz-ui-invalid {
	box-shadow: none;
}

.input-text textarea {
	resize: none;
	min-height: 8em;
}

.input-text select {
	padding: .5em .6em;
}

.touch .input-text select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.input-text input[type='month'] {
	padding: .45em .5em;
}

.input-text input:focus,
.input-text select:focus,
.input-text textarea:focus,
.zip-search-input:focus {
	outline: none;
}

.input-text.check-box {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.input-text.check-box label:not(.check-replace) {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.input-text.check-box input {
	width: 1.5em;
	height: 1.5em;
	margin: 0;
	padding: 0;
	position: absolute;
	opacity: 0;
}

.input-text.check-box .check-replace {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	border-style: solid;
	border-width: 1px;
	margin-right: .75em;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	border-radius: .2em;
}

.input-text.check-box .check-replace:before {
	content: '\e132';
	font-family: 'icomoon-ult';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity .4s ease 0s;
}

.input-text.check-box input:checked+.check-replace:before {
	opacity: 1;
}

fieldset>ul>li.radio-list ul li {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

fieldset>ul>li.radio-list ul li input {
	width: 1.15em;
	height: 1.15em;
	margin: 0;
	padding: 0;
	position: absolute;
	opacity: 0;
}

fieldset>ul>li.radio-list ul li label.radio-replace {
	display: inline-block;
	width: 1.15em;
	height: 1.15em;
	border-style: solid;
	border-width: .25em;
	margin-right: .75em;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	transition: border-color .4s ease 0s, background-color .4s ease 0s;
	border-radius: 50%;
}

fieldset>ul>li.radio-list ul li label.label {
	display: inline-block;
}

.input-text select option {
	text-transform: none;
	text-align: center;
}

.input-text ::-webkit-input-placeholder {
	opacity: 1;
}

.input-text ::-moz-placeholder {
	opacity: 1;
}

.input-text ::-ms-input-placeholder {
	opacity: 1;
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
	display: none;
}

.input-text.uploader {
	border-radius: .3em;
}

.input-text.uploader input {
	padding-top: .5em;
	padding-bottom: .5em;
	width: 100%;
	margin: .3em .5em 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.input-text.uploader input {
		padding-left: 3.75em;
	}
}

.input-text.uploader input::-webkit-file-upload-button {
	visibility: hidden;
}

.input-text.uploader input::before {
	content: 'Upload Image';
	border-radius: .5em;
	display: inline-block;
	padding: .5em 1em;
	outline: none;
	white-space: nowrap;
	user-select: none;
	cursor: pointer;
	font-weight: 700;
	font-size: .95em;
	text-transform: uppercase;
	line-height: 1;
	transition: background-color .4s ease 0s, color .4s ease 0s;
	margin-left: -3.25rem;
	margin-top: -.75rem;
}

.input-text.uploader input.uploaded::before {
	content: 'Change Image';
}

fieldset .validation {
	position: absolute;
	padding: .5em 1em;
	top: 100%;
	z-index: 2;
	font-size: .8em;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10%);
	transition: .25s;
	white-space: nowrap;
	display: block;
	right: 0;
}

fieldset .invalid .validation {
	opacity: 1;
	transform: translate(0);
	visibility: visible;
}

fieldset .validation:before {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-left: solid .5em transparent;
	border-right: solid .5em transparent;
	border-bottom-style: solid;
	border-bottom-width: .5em;
	bottom: 100%;
	right: 1em;
}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1000px) {}

@media screen and (max-width:800px) {}

@media screen and (max-width:650px) {}

@media screen and (max-width:550px) {
	fieldset>ul>li {
		display: block;
		width: 100% !important;
	}
	.input-text input[type='text'],
	.input-text input[type='month'],
	.input-text input[type='email'],
	.input-text input[type='tel'],
	.input-text input[type='datetime'],
	.input-text input[type='datetime-local'],
	.input-text textarea,
	.input-text select,
	.zip-search-input {
		font-size: 18px !important;
	}
}

@media screen and (max-width:475px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:350px) {}

html {
	font-size: .9375vw;
	overflow-x: hidden;
}

body {
	font-size: 100%;
	font-family: 'Quattrocento Sans', sans-serif !important;
}

main {
	transition: padding-top .2s ease 0s;
}

.content-style {
	line-height: 2;
	letter-spacing: .1px;
}

ul,
ol {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.about-us-branch .main.thin>* {
	max-width: 750px;
}

.about-us-page .main.thin p {
	max-width: none !important;
}

.content-style ul:not(.bullet-list),
.content-style ol {
	list-style-type: disc;
	margin: 1em 0;
	padding: 0 0 0 2em;
}

a {
	text-decoration: none;
	transition: color .4s ease 0s;
}

a[href^=tel] {
	cursor: default;
}

img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

sup {
	font-size: .5em;
}

icon>svg,
icon:before {
	pointer-events: none;
}

main,
nav,
aside,
article,
section,
header,
footer,
video,
form,
figure,
blockquote,
fieldset {
	display: block;
}

.left,
.right {
	float: none;
}

.hide {
	display: none;
}

body>iframe {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

form *,
form *:before,
form *:after {
	box-sizing: border-box;
}

[data-content='true'] {
	outline: none;
}

.content-style>*:first-child {
	margin-top: 0;
}

.content-style>*:last-child {
	margin-bottom: 0;
}

.jw-media video {
	width: 100% !important;
	height: 100% !important;
	transform: none !important;
	top: 0 !important;
	left: 0 !important;
	right: auto !important;
	bottom: auto !important;
}

main section {
	padding: 4.5em 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	main section {
		background-attachment: scroll !important;
	}
}

main section:not(.bg-image) {
	background-image: none !Important;
}

.cms-admin main {
	padding-top: 190px;
}

.main {
	width: auto;
	margin: 0 auto;
	max-width: 90em;
	padding-left: 3.45556em;
	padding-right: 3.45556em;
	position: relative;
}

.main.thin {
	max-width: 70em;
}

section.text-center .content-style {
	text-align: center;
}

section.text-right .content-style {
	text-align: right;
}

section.left-right .content-style {
	text-align: left;
}

.two-columns-container {
	-ms-flex-align: stretch;
	align-items: stretch;
}

.two-columns-container .content-zone {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 65%;
}

.two-columns-container .side-zone {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30%;
}

.two-columns-container .side-zone>*:not(form),
.two-columns-container .side-zone>form>* {
	margin-bottom: 2em;
}

.flex {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
}

.flex-reverse .flex,
.flex.reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.vertical-top .flex {
	-ms-flex-align: start;
	align-items: flex-start;
}

.vertical-middle .flex {
	-ms-flex-align: center;
	align-items: center;
}

.vertical-bottom .flex {
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex>* {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.full {
	width: 100%;
}

.half {
	width: 50%;
}

.flex.spaced .half {
	width: 47%;
}

.third {
	width: 33.333%;
}

.flex.spaced .third {
	width: 31%;
}

.two-thirds {
	width: 66.6667%;
}

.flex.spaced .two-thirds {
	width: 64%;
}

.fourth {
	width: 25%;
}

.three-fourths {
	width: 75%;
}

.flex.spaced .three-fourths {
	width: 73%;
}

.fifth {
	width: 20%;
}

.two-fifths {
	width: 40%;
}

.flex.spaced .two-fifths {
	width: 38%;
}

.three-fifths {
	width: 60%;
}

.flex.spaced .three-fifths {
	width: 58%;
}

.four-fifths {
	width: 80%;
}

h1,
h2,
h3,
h4,
h5,
h6,
section header>strong,
section header>a>strong,
section header>em,
section header>a>em {
	margin: 0;
	font-family: 'Roboto', sans-serif !important;
}

section header>strong,
section header>a>strong,
section header>em,
section header>a>em {
	display: block;
}

h1,
.content-style h2.look-like-h1,
section header>*:first-child:not(a),
section header>a>*:first-child {
	font-size: 2.778em !important;
}

section header>*:first-child:not(a),
section header>a>*:first-child {
	margin-top: 0;
}

.content-style h1,
.content-style h2.look-like-h1 {
	margin-top: 0;
	margin-bottom: .1em;
}

.content-style h2,
.content-style h3,
.content-style h4 {
	margin: .65em 0 .3em;
}

h2,
h3,
section header>*:nth-child(2):not(p),
section header>a>*:nth-child(2):not(p) {
	line-height: 1.333;
	letter-spacing: .1em;
	font-weight: 400;
}

main section header {
	padding-bottom: 2em;
	text-align: center;
}

main section .content-style header,
main section header.content-style {
	padding-bottom: 0;
}

main section .flex .content header {
	text-align: left;
	padding-bottom: 1em;
}

section header>*:nth-child(2):not(p),
section header>a>*:nth-child(2):not(p) {
	margin-top: .15em;
}

main section header p {
	margin-top: .5em;
}

main section header>*:last-child {
	margin-bottom: 0;
}

.content-style h1+p,
.content-style h2+p,
.content-style h3+p,
.content-style h4+p {
	margin-top: .3em;
}

.content .btn-con {
	margin-top: 2em;
}

.content-area .btn-list {
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	margin-left: -.5em;
}

.content-area .btn-list li {
	margin: .5em;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
}

.content-area .btn-list li .btn {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.banner-area .mainstage-video {
	display: block;
	min-width: 100%;
	min-height: 100%;
	opacity: 0;
	transition: opacity .5s ease 0s;
	object-fit: cover;
	object-position: center;
}

.playing.banner-area .mainstage-video {
	opacity: .3;
}

.bg-con {
	position: relative;
}

.bg-con .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg-con .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

@-webkit-keyframes knockKnockSlide {
	0% {
		opacity: 0;
		transform: translateY(-2em);
	}
	50% {
		opacity: .5;
		transform: translateY(2em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-moz-keyframes knockKnockSlide {
	0% {
		opacity: 0;
		transform: translateY(-2em);
	}
	50% {
		opacity: .5;
		transform: translateY(2em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-o-keyframes knockKnockSlide {
	0% {
		opacity: 0;
		transform: translateY(-2em);
	}
	50% {
		opacity: .5;
		transform: translateY(2em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes knockKnockSlide {
	0% {
		opacity: 0;
		transform: translateY(-2em);
	}
	50% {
		opacity: .5;
		transform: translateY(2em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes bigKnockKnockSlide {
	0% {
		opacity: 0;
		transform: translateY(-4em);
	}
	50% {
		opacity: .5;
		transform: translateY(4em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-moz-keyframes bigKnockKnockSlide {
	0% {
		opacity: 0;
		transform: translateY(-4em);
	}
	50% {
		opacity: .5;
		transform: translateY(4em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-o-keyframes bigKnockKnockSlide {
	0% {
		opacity: 0;
		transform: translateY(-4em);
	}
	50% {
		opacity: .5;
		transform: translateY(4em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes bigKnockKnockSlide {
	0% {
		opacity: 0;
		transform: translateY(-4em);
	}
	50% {
		opacity: .5;
		transform: translateY(4em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes knockKnockSideSlide {
	0% {
		opacity: 0;
		transform: translateX(2em);
	}
	50% {
		opacity: .5;
		transform: translateX(-2em);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-moz-keyframes knockKnockSideSlide {
	0% {
		opacity: 0;
		transform: translateX(2em);
	}
	50% {
		opacity: .5;
		transform: translateX(-2em);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-o-keyframes knockKnockSideSlide {
	0% {
		opacity: 0;
		transform: translateX(2em);
	}
	50% {
		opacity: .5;
		transform: translateX(-2em);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes knockKnockSideSlide {
	0% {
		opacity: 0;
		transform: translateX(2em);
	}
	50% {
		opacity: .5;
		transform: translateX(-2em);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes bigKnockKnockSideSlide {
	0% {
		opacity: 0;
		transform: translateX(4em);
	}
	50% {
		opacity: .5;
		transform: translateX(-4em);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-moz-keyframes bigKnockKnockSideSlide {
	0% {
		opacity: 0;
		transform: translateX(4em);
	}
	50% {
		opacity: .5;
		transform: translateX(-4em);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-o-keyframes bigKnockKnockSideSlide {
	0% {
		opacity: 0;
		transform: translateX(4em);
	}
	50% {
		opacity: .5;
		transform: translateX(-4em);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes bigKnockKnockSideSlide {
	0% {
		opacity: 0;
		transform: translateX(4em);
	}
	50% {
		opacity: .5;
		transform: translateX(-4em);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes knockKnockBottomRightSlide {
	0% {
		opacity: 0;
		transform: translate(-2em, 2em);
	}
	50% {
		opacity: .5;
		transform: translate(2em, -2em);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}

@-moz-keyframes knockKnockBottomRightSlide {
	0% {
		opacity: 0;
		transform: translate(-2em, 2em);
	}
	50% {
		opacity: .5;
		transform: translate(2em, -2em);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}

@-o-keyframes knockKnockBottomRightSlide {
	0% {
		opacity: 0;
		transform: translate(-2em, 2em);
	}
	50% {
		opacity: .5;
		transform: translate(2em, -2em);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}

@keyframes knockKnockBottomRightSlide {
	0% {
		opacity: 0;
		transform: translate(-2em, 2em);
	}
	50% {
		opacity: .5;
		transform: translate(2em, -2em);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}

@-webkit-keyframes knockKnockTopSlide {
	0% {
		opacity: 0;
		transform: translateY(2em);
	}
	50% {
		opacity: .5;
		transform: translateY(-2em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-moz-keyframes knockKnockTopSlide {
	0% {
		opacity: 0;
		transform: translateY(2em);
	}
	50% {
		opacity: .5;
		transform: translateY(-2em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-o-keyframes knockKnockTopSlide {
	0% {
		opacity: 0;
		transform: translateY(2em);
	}
	50% {
		opacity: .5;
		transform: translateY(-2em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes knockKnockTopSlide {
	0% {
		opacity: 0;
		transform: translateY(2em);
	}
	50% {
		opacity: .5;
		transform: translateY(-2em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

[data-onvisible='slide-n-fade'] {
	overflow: hidden;
}

[data-onvisible='slide-left'],
[data-onvisible='slide-right'],
[data-onvisible='slide-top'],
[data-onvisible='slide-bottom'] {
	opacity: 0;
	transition: transform .5s ease 0s, opacity .5s ease 0s;
}

[data-onvisible='slide-left'] {
	transform: translateX(-8em);
}

[data-onvisible='slide-right'] {
	transform: translateX(8em);
}

[data-onvisible='slide-top'] {
	transform: translateY(-8em);
}

[data-onvisible='slide-bottom'] {

	transform: translateY(8em);
}

[data-onvisible='slide-left'].slide-left,
[data-onvisible='slide-right'].slide-right,
[data-onvisible='slide-top'].slide-top,
[data-onvisible='slide-bottom'].slide-bottom {
	opacity: 1;
	transform: translate(0, 0) !Important;
}

[data-onvisible='uncover-left'],
[data-onvisible='uncover-right'],
[data-onvisible='uncover-top'],
[data-onvisible='uncover-bottom'] {
	position: relative;
	overflow: hidden;
}

[data-onvisible='uncover-left']:after,
[data-onvisible='uncover-right']:after,
[data-onvisible='uncover-top']:after,
[data-onvisible='uncover-bottom']:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 1;
	transition: transform 1s ease 0s;
	transform: scale(1, 1);
	z-index: 5;
}

[data-onvisible='uncover-left']:after {
	transform-origin: left top;
}

[data-onvisible='uncover-right']:after {
	transform-origin: right top;
}

[data-onvisible='uncover-top']:after {
	transform-origin: left top;
}

[data-onvisible='uncover-bottom']:after {
	transform-origin: left bottom;
}

.uncover-left[data-onvisible='uncover-left']:after,
.uncover-right[data-onvisible='uncover-right']:after {
	transform: scale(0, 1);
}

.uncover-top[data-onvisible='uncover-top']:after,
.uncover-bottom[data-onvisible='uncover-bottom']:after {
	transform: scale(1, 0);
}

[data-onvisible='uncover-split-vertical'],
[data-onvisible='uncover-split-horizontal'] {
	position: relative;
	overflow: hidden;
}

[data-onvisible='uncover-split-vertical']:before,
[data-onvisible='uncover-split-horizontal']:before,
[data-onvisible='uncover-split-vertical']:after,
[data-onvisible='uncover-split-horizontal']:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	transition: transform 1s ease 0s;
	transform: scale(1, 1);
	z-index: 5;
}

[data-onvisible='uncover-split-vertical']:before {
	transform-origin: left top;
	left: 0;
}

[data-onvisible='uncover-split-vertical']:after {
	transform-origin: right top;
	right: 0;
}

[data-onvisible='uncover-split-vertical'].uncover-split-vertical:before,
[data-onvisible='uncover-split-vertical'].uncover-split-vertical:after {
	transform: scale(0, 1);
}

[data-onvisible='uncover-split-horizontal']:before,
[data-onvisible='uncover-split-horizontal']:after {
	width: 100%;
	height: 50%;
	left: 0;
}

[data-onvisible='uncover-split-horizontal']:before {
	transform-origin: left top;
	left: 0;
}

[data-onvisible='uncover-split-horizontal']:after {
	top: 50%;
	transform-origin: left bottom;
}

[data-onvisible='uncover-split-horizontal'].uncover-split-horizontal:before,
[data-onvisible='uncover-split-horizontal'].uncover-split-horizontal:after {
	transform: scale(1, 0);
}

[data-canvasbg] {
	z-index: 1;
	will-change: top;
}

[data-canvasbg]>*:not(canvas) {
	position: relative;
}

[data-canvasbg] canvas {
	z-index: -1;
}

[data-canvasbg*='particles'] canvas {
	opacity: .2;
}

[data-canvasbg='stickyPanel']+section:not( [data-canvasbg='stickyPanel']),
[data-canvasbg='stickyPanel']+form section:not( [data-canvasbg='stickyPanel']),
[data-canvasbg='stickyPanel']~section:not( [data-canvasbg='stickyPanel']),
[data-canvasbg='stickyPanel']~form section:not( [data-canvasbg='stickyPanel']) {
	z-index: 2;
	position: relative;
}

@media screen and (max-width:1500px) {
	html {
		font-size: 1.24875vw;
	}
	.main {
		padding-left: 4%;
		padding-right: 4%;
	}
	.light-bg.reviews-feed .reviews-list li blockquote {
    	max-height: 700px;
    }
}

@media screen and (max-width:1200px) {
	html {
		font-size: 1.34875vw;
	}
	.content-style br,
	section header br {
		display: none;
	}
}

@media screen and (max-width:1000px) {
	html {
		font-size: 1.75vw;
	}
	.two-columns-container {
		display: block;
	}
	.two-columns-container .content-zone {
		width: 100%;
	}
	.two-columns-container .side-zone {
		width: 100%;
		margin-top: 2em;
	}
	.light-bg.scorpion-footer.t2 {
    	padding-bottom: 110px;
    }
}

@media screen and (max-width:800px) {
	html {
		font-size: 2.123vw;
	}
	main section {
		padding: 3.5em 0;
	}
	[data-onvisible='slide-right'] {
		transform: translateY(-8em);
	}
}
@media screen and (max-width:784px){
    .light-bg.reviews-feed .reviews-list li blockquote {
    	max-height: 100%;
    }
}
@media screen and (max-width:650px) {
	html {
		font-size: 2.47vw;
	}
}

@media screen and (max-width:550px) {
	html {
		font-size: 2.92vw;
	}
	main section {
		padding: 2.5em 0;
	}
	main section header {
		padding-bottom: 1.5em;
	}
	.content .btn-list {
		margin-left: -.25em;
	}
	.content .btn-list li {
		margin: .25em;
	}
	.content .btn-list.items-3 li,
	.content .btn-list.items-2 li {
		-ms-flex: 1 1 45%;
		flex: 1 1 45%;
	}
	.content .btn-con {
		margin-top: 1.25em;
	}
	h1,
	.content-style h2.look-like-h1,
	section header>*:first-child:not(a),
	section header>a>*:first-child {
		font-size: 2.378em !important;
	}
	.light-bg.scorpion-footer.t2 {
    	padding-bottom: 90px;
    }
}

@media screen and (max-width:475px) {
	html {
		font-size: 3.2vw;
	}
}

@media screen and (max-width:400px) {
	html {
		font-size: 4vw;
	}
	.content .btn-list {
		display: block;
	}
	.content .btn-list li+li {
		margin-top: .75em;
	}
}

@media screen and (max-width:350px) {
	html {
		font-size: 4.3vw;
	}
}

.about-us-branch .main.thin>div {
	max-width: none;
}

.v1-btn.light-bg .btn:not(.v2),
.btn.v1.dark,
.v1-btn.dark-bg .btn.dark:not(.v2),
.v1-btn.dark-bg .btn.opposite:not(.v2),
.light-bg:not(.v2-btn) .btn:not(.light):not(.opposite):not(.v2) {
	border-color: #C99B2D;
	color: #000000;
}

.light-bg:not(.v2-btn) a:hover .btn:not(.light):not(.opposite):not(.v2):not(.no-hover),
.v1-btn.light-bg .btn:not(.v2):not(.no-hover):hover,
.v1-btn.light-bg a:hover .btn:not(.v2):not(.no-hover),
.btn.v1.dark:not(.no-hover):hover,
a:hover .btn.v1.dark:not(.no-hover),
.v1-btn.dark-bg .btn.dark:not(.v2):hover,
.v1-btn.dark-bg a:hover .btn.dark:not(.v2),
.v1-btn.dark-bg .btn.opposite:not(.v2):not(.no-hover):hover,
.v1-btn.dark-bg a:hover .btn.opposite:not(.v2):not(.no-hover),
.light-bg:not(.v2-btn) .btn:not(.light):not(.opposite):not(.v2):not(.no-hover):hover {
	color: #FFFFFF;
	border-color: #C99B2D;
}

.light-bg:not(.v2-btn) .btn:not(.light):not(.opposite):not(.v2):before,
.v1-btn.light-bg .btn:not(.v2):before,
.btn.v1.dark:before,
.v1-btn.dark-bg .btn.dark:not(.v2):before,
.v1-btn.dark-bg .btn.opposite:not(.v2):before {
	background-color: #C99B2D;
}

.v1-btn.dark-bg .btn:not(.v2),
.btn.v1.light,
.v1-btn.light-bg .btn.light:not(.v2),
.v1-btn.light-bg .btn.opposite:not(.v2),
.dark-bg:not(.v2-btn) .btn:not(.dark):not(.opposite):not(.v2) {
	color: #FFFFFF;
	border-color: #C99B2D;
}

.dark-bg:not(.v2-btn) a:hover .btn:not(.dark):not(.opposite):not(.v2):not(.no-hover),
.v1-btn.dark-bg .btn:not(.v2):not(.no-hover):hover,
.v1-btn.dark-bg a:hover .btn:not(.v2):not(.no-hover),
.btn.v1.light:not(.no-hover):hover,
a:hover .btn.v1.light:not(.no-hover),
.v1-btn.light-bg .btn.light:not(.v2):not(.no-hover):hover,
.v1-btn.light-bg a:hover .btn.light:not(.v2):not(.no-hover),
.v1-btn.light-bg .btn.opposite:not(.v2):not(.no-hover):hover,
.v1-btn.light-bg a:hover .btn.opposite:not(.v2):not(.no-hover),
.dark-bg:not(.v2-btn) .btn:not(.dark):not(.opposite):not(.v2):not(.no-hover):hover {
	border-color: #C99B2D;
	color: #F9F5EA;
}

.dark-bg:not(.v2-btn) .btn:not(.dark):not(.opposite):not(.v2):before,
.v1-btn.dark-bg .btn:not(.v2):before,
.btn.v1.light:before,
.v1-btn.light-bg .btn.light:not(.v2):before,
.v1-btn.light-bg .btn.opposite:not(.v2):before {
	background-color: #C99B2D;
}

.v2-btn.light-bg .btn:not(.v1),
.btn.v2.dark,
.v2-btn.dark-bg .btn.dark:not(.v1),
.v2-btn.dark-bg .btn.opposite:not(.v1),
.light-bg:not(.v1-btn) .btn:not(.light):not(.opposite):not(.v1) {
	color: #F9F5EA;
	background-color: #C99B2D;
}

.light-bg:not(.v1-btn) a:hover .btn:not(.light):not(.opposite):not(.v1):not(.no-hover),
.v2-btn.light-bg .btn:not(.v1):not(.no-hover):hover,
.v2-btn.light-bg a:hover .btn:not(.v1):not(.no-hover),
.btn.v2.dark:not(.no-hover):hover,
a:hover .btn.v2.dark:not(.no-hover),
.v2-btn.dark-bg .btn.dark:not(.v1):not(.no-hover):hover,
.v2-btn.dark-bg a:hover .btn.dark:not(.v1):not(.no-hover),
.v2-btn.dark-bg .btn.opposite:not(.v1):not(.no-hover):hover,
.v2-btn.dark-bg a:hover .btn.opposite:not(.v1):not(.no-hover),
.light-bg:not(.v1-btn) .btn:not(.light):not(.opposite):not(.v1):not(.no-hover):hover {
	color: #FFFFFF;
}

.light-bg:not(.v1-btn) .btn:not(.light):not(.opposite):not(.v1):before,
.v2-btn.light-bg .btn:not(.v1):before,
.btn.v2.dark:before,
.v2-btn.dark-bg .btn.dark:not(.v1):before,
.v2-btn.dark-bg .btn.opposite:not(.v1):before {
	background-color: #9C7517;
}

.v2-btn.dark-bg .btn:not(.v1),
.btn.v2.light,
.v2-btn.light-bg .btn.light:not(.v1),
.v2-btn.light-bg .btn.opposite:not(.v1),
.dark-bg:not(.v1-btn) .btn:not(.dark):not(.opposite):not(.v1) {
	color: #F9F5EA;
	background-color: #C99B2D;
}

.dark-bg:not(.v1-btn) a:hover .btn:not(.dark):not(.opposite):not(.v1):not(.no-hover),
.v2-btn.dark-bg .btn:not(.v1):not(.no-hover):hover,
.v2-btn.dark-bg a:hover .btn:not(.v1):not(.no-hover),
.btn.v2.light:not(.no-hover):hover,
a:hover .btn.v2.light:not(.no-hover),
.v2-btn.light-bg .btn.light:not(.v1):not(.no-hover):hover,
.v2-btn.light-bg a:hover .btn.light:not(.v1):not(.no-hover),
.v2-btn.light-bg .btn.opposite:not(.v1):not(.no-hover):hover,
.v2-btn.light-bg a:hover .btn.opposite:not(.v1):not(.no-hover),
.dark-bg:not(.v1-btn) .btn:not(.dark):not(.opposite):not(.v1):not(.no-hover):hover {
	color: #FFFFFF;
}

.dark-bg:not(.v1-btn) .btn:not(.dark):not(.opposite):not(.v1):before,
.v2-btn.dark-bg .btn:not(.v1):before,
.btn.v2.light:before,
.v2-btn.light-bg .btn.light:not(.v1):before,
.v2-btn.light-bg .btn.opposite:not(.v1):before {
	background-color: #949494;
}

.content-cta.t1 {
	background-color: #F2F2F2;
	box-shadow: .5em .5em 0 #F9F5EA;
}

.dark-bg.content-cta.t1 {
	box-shadow: .5em .5em 0 #C99B2D;
	color: #FFFFFF;
	background-color: #9C7517;
}

.content-cta.t1>strong {
	color: #9C7517;
}

.dark-bg.content-cta.t1>strong {
	color: #C99B2D;
}

.content-cta.t2 {
	box-shadow: .5em .5em 0 #F9F5EA;
	border-color: #F9F5EA;
}

.dark-bg.content-cta.t2 {
	box-shadow: .5em .5em 0 #C99B2D;
	border-color: #C99B2D;
}

.content-cta.t2>strong {
	color: #9C7517;
}

.dark-bg.content-cta.t2>strong {
	color: #EEE3C4;
}

.content-cta.t3 {
	box-shadow: .5em .5em 0 #EEE3C4;
	background-color: #FFFFFF;
	color: #373737;
}

.dark-bg.content-cta.t3 {
	background-color: #9C7517;
	color: #FFFFFF;
	box-shadow: .5em .5em 0 #C99B2D;
}

.content-cta.t3>strong {
	color: #9C7517;
}

.dark-bg.content-cta.t3>strong {
	color: #EEE3C4;
}

.text-quote {
	color: #9C7517;
}

.dark-bg.text-quote {
	color: #EEE3C4;
}

.text-quote.t1 {
	border-color: #F9F5EA;
}

.text-quote.t1 strong {
	color: #C99B2D;
}

.text-quote.t2 {
	background-color: #F9F5EA;
}

.dark-bg.text-quote.t2 {
	background-color: #9C7517;
}

.text-quote.t2 strong {
	color: #FFFFFF;
	background-color: #C99B2D;
}

.text-quote.t3 {
	border-color: #F9F5EA;
}

.text-quote.t3 strong {
	color: #FFFFFF;
	background-color: #C99B2D;
}

.bullet-list>p {
	background-color: #FFFFFF;
	color: #9C7517;
}

.dark-bg.bullet-list>p {
	background-color: #9C7517;
	color: #F9F5EA;
}

.bullet-list.t1>p {
	border-bottom-color: #F9F5EA;
}

.bullet-list.t2>p {
	background-color: #9C7517;
	color: #FFFFFF;
}

.dark-bg.bullet-list.t2>p {
	background-color: #F9F5EA;
	color: #9C7517;
}

.bullet-list.t3>p {
	color: #9C7517;
}

.dark-bg.bullet-list.t3>p {
	color: #9C7517;
	background-color: #FFFFFF;
}

.bullet-list ul li {
	color: #000000;
}

.dark-bg.bullet-list ul li {
	color: #FFFFFF;
}

.bullet-list li:before {
	background-color: #C99B2D;
}

.bullet-list.t2 {
	background-color: #FCFAF4;
}

.dark-bg.bullet-list.t2 {
	background-color: #9C7517;
}

.bullet-list.t3 ul {
	background-color: #F9F5EA;
}

.dark-bg.bullet-list.t3 ul {
	background-color: #9C7517;
}

.bullet-list.t3 ul li {
	color: #9C7517;
}

.dark-bg.bullet-list.t3 ul li {
	color: #FFFFFF;
}

.bullet-list.t3>ul:before {
	background-color: #9C7517;
}

.dark-bg.bullet-list.t3>ul:before {
	background-color: #5B5B5C;
}

.text-highlight.t1 {
	color: #242424;
	border-color: #F9F5EA;
}

.dark-bg.text-highlight.t1 {
	color: #FFFFFF;
	border-color: #C99B2D;
}

.text-highlight.t1:after {
	background-color: #C99B2D;
}

.text-highlight.t2 {
	background-color: #F9F5EA;
	box-shadow: .5em .5em 0 #C99B2D;
	color: #9C7517;
}

.dark-bg.text-highlight.t2 {
	background-color: #333333;
	box-shadow: .5em .5em 0 rgba(148, 148, 148, 0.6);
	color: #FFFFFF;
}

.text-highlight.t3 {
	box-shadow: .5em .5em 0 #F9F5EA;
	border-color: #F9F5EA;
}

.dark-bg.text-highlight.t3 {
	box-shadow: .5em .5em 0 #C99B2D;
	border-color: #C99B2D;
}

.light-bg .input-text input[type='text'],
.light-bg .input-text input[type='month'],
.light-bg .input-text input[type='email'],
.light-bg .input-text input[type='tel'],
.light-bg .input-text input[type='datetime'],
.light-bg .input-text input[type='datetime-local'],
.light-bg .input-text textarea,
.light-bg .input-text select,
.zip-search-input {
    background-color: #767676;
	color: #000000;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
	
}
#CaseResultsSystemT2Feed .input-text select, .zip-search-input{background-color: #fff;
color: #000000;
box-shadow: 0 15px 18px #ededed;
border: 10px solid #ccc;}

.light-bg .input-text input:focus,
.light-bg .input-text select:focus,
.light-bg .input-text textarea:focus {
	background-color: #fff;
}

.light-bg .input-text.check-box .check-replace {
	background-color: #767676;
	border-color: #DBDBDB;
}

.light-bg .input-text.check-box .check-replace:before {
	color: #000000;
}

.light-bg .input-text ::-webkit-input-placeholder {
	color: #000000;
}

.light-bg .input-text ::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

.light-bg .input-text ::-ms-input-placeholder {
	color: #000000;
}

.dark-bg .input-text input[type='text'],
.dark-bg .input-text input[type='month'],
.dark-bg .input-text input[type='email'],
.dark-bg .input-text input[type='tel'],
.dark-bg .input-text input[type='datetime'],
.dark-bg .input-text input[type='datetime-local'],
.dark-bg .input-text textarea,
.dark-bg .input-text select,
.zip-search-input {
	background-color: #767676;
	color: #FFFFFF;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}

.dark-bg .input-text input:focus,
.dark-bg .input-text select:focus,
.dark-bg .input-text textarea:focus {
	background-color: #C99B2D;
}

.dark-bg .input-text.check-box .check-replace {
	background-color: #767676;
	border-color: #DBDBDB;
}

.dark-bg .input-text.check-box .check-replace:before {
	color: #FFFFFF;
}

.dark-bg .input-text ::-webkit-input-placeholder {
	color: #FFFFFF;
}

.dark-bg .input-text ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 1;
}

.dark-bg .input-text ::-ms-input-placeholder {
	color: #FFFFFF;
}

.light-bg .input-text.uploader {
	background-color: #767676;
}

.light-bg .input-text.uploader input {
	background-color: transparent !important;
	color: #FFFFFF;
}

.light-bg .input-text.uploader input::before {
	color: #FFFFFF;
	background-color: #C99B2D;
}

.light-bg .input-text.uploader input:hover::before {
	background-color: #9C7517;
}

.light-bg .input-text.uploader input:active::before {
	background-color: #9C7517;
}

.dark-bg .input-text.uploader {
	background-color: #767676;
}

.dark-bg .input-text.uploader input {
	background-color: transparent !important;
	color: #FFFFFF;
}

.dark-bg .input-text.uploader input::before {
	color: #FFFFFF;
	background-color: #C99B2D;
}

.dark-bg .input-text.uploader input:hover::before {
	background-color: #9C7517;
}

.dark-bg .input-text.uploader input:active::before {
	background-color: #9C7517;
}

.light-bg fieldset .validation {
	background-color: rgba(0, 0, 0, 0.8);
	color: #F2F2F2;
}

.light-bg fieldset .validation:before {
	border-bottom-color: rgba(0, 0, 0, 0.8);
}

.dark-bg fieldset .validation {
	background-color: rgba(0, 0, 0, 0.8);
	color: #F2F2F2;
}

.dark-bg fieldset .validation:before {
	border-bottom-color: rgba(0, 0, 0, 0.8);
}

body {
	color: #000000;
	background-color: #FFFFFF;
}

.light-bg,
main {
	background-color: #FFFFFF;
	color: #000000;
}

.dark-bg {
	background-color: #9C7517;
	color: #FFFFFF;
}

.light-bg a {
	color: #C99B2D;
}

.light-bg a:hover {
	color: #949494;
}

.dark-bg a {
	color: #C99B2D;
}

.dark-bg a:hover {
	color: #FFFFFF;
}

.light-bg h1,
.light-bg .content-style h2.look-like-h1,
section.light-bg header>*:first-child:not(a),
section.light-bg header>a>*:first-child,
.dark-bg .opposite-theme h1,
.dark-bg .opposite-theme .content-style h2.look-like-h1,
section.dark-bg .opposite-theme header>*:first-child:not(a),
section.dark-bg .opposite-theme header>a>*:first-child,
aside.light-bg header>*:first-child:not(a),
aside.light-bg header>a>*:first-child {
	color: #242424;
}

.light-bg h2,
.light-bg h3,
section.light-bg header>*:nth-child(2):not(p),
section.light-bg header>a>*:nth-child(2):not(p),
.dark-bg .opposite-theme h2,
.dark-bg .opposite-theme h3,
section.dark-bg .opposite-theme header>*:nth-child(2):not(p),
section.dark-bg .opposite-theme header>a>*:nth-child(2):not(p) {
	color: #8B8B8B;
}

.light-bg h4,
.dark-bg .opposite-theme h4 {
	color: #9C7517;
}

.light-bg h5,
.dark-bg .opposite-theme h5 {
	color: #C99B2D;
}

.light-bg h6,
.dark-bg .opposite-theme h6 {
	color: #949494;
}

.dark-bg h1,
.dark-bg .content-style h2.look-like-h1,
section.dark-bg header>*:first-child:not(a),
section.dark-bg header>a>*:first-child,
.light-bg .opposite-theme h1,
.light-bg .opposite-theme .content-style h2.look-like-h1,
section.light-bg .opposite-theme header>*:first-child:not(a),
section.light-bg .opposite-theme header>a>*:first-child,
aside.dark-bg header>*:first-child:not(a),
aside.dark-bg header>a>*:first-child {
	color: #FFFFFF;
}

.dark-bg h2,
.dark-bg h3,
section.dark-bg header>*:nth-child(2):not(p),
section.dark-bg header>a>*:nth-child(2):not(p),
.light-bg .opposite-theme h2,
.light-bg .opposite-theme h3,
section.light-bg .opposite-theme header>*:nth-child(2):not(p),
section.light-bg .opposite-theme header>a>*:nth-child(2):not(p) {
	color: #C99B2D;
}

.dark-bg h4,
.light-bg .opposite-theme h4 {
	color: #FFFFFF;
}

.dark-bg h5,
.light-bg .opposite-theme h5 {
	color: #F9F5EA;
}

.dark-bg h6,
.light-bg .opposite-theme h6 {
	color: #FFFFFF;
}

.light-bg[data-onvisible='uncover-left']:after,
.light-bg[data-onvisible='uncover-right']:after,
.light-bg[data-onvisible='uncover-top']:after,
.light-bg[data-onvisible='uncover-bottom']:after {
	background-color: #273032;
}

.bg-image.light-bg[data-onvisible='uncover-left']:after,
.bg-image.light-bg[data-onvisible='uncover-right']:after,
.bg-image.light-bg[data-onvisible='uncover-top']:after,
.bg-image.light-bg[data-onvisible='uncover-bottom']:after {
	background-color: #9FBDC5;
}

.dark-bg[data-onvisible='uncover-left']:after,
.dark-bg[data-onvisible='uncover-right']:after,
.dark-bg[data-onvisible='uncover-top']:after,
.dark-bg[data-onvisible='uncover-bottom']:after {
	background-color: #FFFFFF;
}

.bg-image.dark-bg[data-onvisible='uncover-left']:after,
.bg-image.dark-bg[data-onvisible='uncover-right']:after,
.bg-image.dark-bg[data-onvisible='uncover-top']:after,
.bg-image.dark-bg[data-onvisible='uncover-bottom']:after {
	background-color: #EE2225;
}

.light-bg[data-onvisible='uncover-split-vertical']:before,
.light-bg[data-onvisible='uncover-split-horizontal']:before,
.light-bg[data-onvisible='uncover-split-vertical']:after,
.light-bg[data-onvisible='uncover-split-horizontal']:after {
	background-color: #273032;
}

.bg-image.light-bg[data-onvisible='uncover-split-vertical']:before,
.bg-image.light-bg[data-onvisible='uncover-split-horizontal']:before,
.bg-image.light-bg[data-onvisible='uncover-split-vertical']:after,
.bg-image.light-bg[data-onvisible='uncover-split-horizontal']:after {
	background-color: #9FBDC5;
}

.dark-bg[data-onvisible='uncover-split-vertical']:before,
.dark-bg[data-onvisible='uncover-split-horizontal']:before,
.dark-bg[data-onvisible='uncover-split-vertical']:after,
.dark-bg[data-onvisible='uncover-split-horizontal']:after {
	background-color: #FFFFFF;
}

.bg-image.dark-bg[data-onvisible='uncover-split-vertical']:before,
.bg-image.dark-bg[data-onvisible='uncover-split-horizontal']:before,
.bg-image.dark-bg[data-onvisible='uncover-split-vertical']:after,
.bg-image.dark-bg[data-onvisible='uncover-split-horizontal']:after {
	background-color: #EE2225;
}

.footer.t3 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.footer.t3 .main {
	padding-left: 0;
	padding-right: 0;
}

.footer.t3 .main>.flex {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.footer.t3 .main>.flex>* {
	padding: 5em 3% 2.5em;
}

.footer.t3 a {
	display: block;
}

.footer.t3 .foot-title {
	display: block;
	font-size: 1.333em;
	font-weight: 700;
	line-height: 1.667;
	position: relative;
}

.footer.t3 .foot-title:after {
	content: '';
	display: inline-block;
	width: 60%;
	height: 2px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	right: 0;
}

.footer.t3 .location {
	width: 30%;
	text-align: left;
}

.footer.t3 .location .phone-link {
	font-size: 2.778rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .08em;
	cursor: default;
}

.footer.t3 .business-info {
	width: 40%;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.footer.t3 .business-info img {
	display: block;
	margin: 0 auto 2em;
}

.footer.t3 .business-info .contact {
	font-size: 1.5556em;
}

.footer.t3 .business-info .contact>strong {
	display: inline-block;
	font-weight: 400;
}

.footer.t3 .business-info .contact .phone-link {
	display: inline-block;
	font-weight: 600;
}

.footer.t3 .social {
	width: 30%;
}

.footer.t3 .social ul {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	margin-top: .5em;
}

.footer.t3 .social ul li a {
	display: block;
	margin: .4em;
	line-height: 1;
	padding: 1em;
	border: solid 3px #C99B2D;
}

.footer.t3 .social ul li a icon {
	display: block;
	font-size: 1.5em;
	transition: color .4s ease 0s;
}

.footer.t3 .footer-nav {
	padding: .5em 0;
}

.footer.t3 .footer-nav ul {
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
}

.footer.t3 .footer-nav ul li {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.footer.t3 .footer-nav ul li a {
	display: block;
	padding: 1em 1.0em;
}

.ie-popup {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.ie-popup.show {
	display: block;
}

.ie-popup .bg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.ie-popup .container {
	position: absolute;
	width: 50%;
	left: 25%;
	top: 25%;
	padding: 4em 3em;
	text-align: center;
}

.ie-popup .container .modal-btn {
	position: absolute;
	font-size: 1.75em;
	top: .25em;
	right: .5em;
	cursor: pointer;
	line-height: 1;
}

.ie-popup .container .content .icon {
	font-size: 3.5em;
	margin: 0;
	line-height: 1;
}

.ie-popup .container .content p {
	font-size: 1.333em;
}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1000px) {}

@media screen and (max-width:800px) {
	.footer.t3 .main>.flex {
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer.t3 .location {
		-ms-flex-order: 2;
		order: 2;
		width: 50%;
	}
	.footer.t3 .business-info {
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
	}
	.footer.t3 .business-info img {
		margin-bottom: .5em;
	}
	.footer.t3 .social {
		-ms-flex-order: 3;
		order: 3;
		width: 50%;
	}
	.footer.t3 .main>.flex>* {
		padding: 2em 2%;
	}
}

@media screen and (max-width:650px) {
	.footer.t3 .footer-nav ul li {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.footer.t3 .footer-nav ul li a {
		padding: 1em 0;
	}
	.footer.t3 .location .phone-link {
		font-size: 1.978rem;
	}
	.footer.t3 .foot-title {
		font-size: 1.133em;
	}
	
}

@media screen and (max-width:550px) {
	.footer.t3 .foot-title:after {
		width: 50%;
	}
	
}

@media screen and (max-width:475px) {
	.footer.t3 .main>.flex {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer.t3 .main>.flex>* {
		-ms-flex: 0 0 auto !important;
		flex: 0 0 auto !important;
		width: 100% !important;
	}
	.footer.t3 .footer-nav ul {
		display: block;
		text-align: center;
		padding: .75em 0;
	}
	.footer.t3 .footer-nav ul li a {
		padding: .25em 0;
	}
	.footer.t3 .location {
		padding-bottom: 1.5em !important;
	}
	.footer.t3 .social {
		padding-top: 0 !important;
	}
	
}

@media screen and (max-width:400px) {}

@media screen and (max-width:350px) {}

.light-bg.footer.t3 .foot-title {
	color: #000000;
}

.dark-bg.footer.t3 .foot-title {
	color: #F9F5EA;
}

.light-bg.footer.t3 .location .phone-link {
	color: #C99B2D;
}

.light-bg.footer.t3 .location .phone-link:hover {
	color: #C99B2D;
}

.light-bg.footer.t3 .business-info {
	background-color: rgba(255, 255, 255, 0.012);
	color: #5B5B5C;
}

.light-bg.footer.t3 .business-info .contact .phone-link {
	color: #9C7517 !important;
}

.light-bg.footer.t3 .social ul li a icon {
	color: #000000;
}

.light-bg.footer.t3 .social ul li a:hover icon {
	color: #9C7517;
}

.dark-bg.footer.t3 .business-info {
	background-color: rgba(0, 0, 0, 0.502);
	color: #F9F5EA;
}

.bg-image.dark-bg.footer.t3 .business-info {
	background-color: #9C7517;
}

.dark-bg.footer.t3 .business-info .contact .phone-link {
	color: #FFFFFF !important;
}

.light-bg.footer.t3 .footer-nav {
	background-color: #C99B2D;
}

.light-bg.footer.t3 .footer-nav>ul>li>a {
	color: #000000;
}

.light-bg.footer.t3 .footer-nav ul li a:hover, .light-bg.footer.t3 .footer-nav ul li.current-menu-item>a, .light-bg.footer.t3 .footer-nav ul li.current-page-ancestor>a, .light-bg.footer.t3 .footer-nav ul li.current-menu-ancestor> a {
	color: #FFFFFF;
}

.dark-bg.footer.t3 .footer-nav {
	background-color: #5B5B5C;
}

.dark-bg.footer.t3 .footer-nav>ul>li>a {
	color: #FFFFFF;
}

.dark-bg.footer.t3 .footer-nav ul li a:hover {
	color: #C99B2D;
}

.ie-popup .bg {
	background-color: #000000;
}

.ie-popup .container {
	background-color: #FFFFFF;
	color: #000000;
}

.scorpion-footer.t2 {
	padding: 1.5em 0;
}

.scorpion-footer.t2 .flex {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.scorpion-footer.t2 .copyright {
	padding-right: 4%;
}

.scorpion-footer.t2 .sd-logo {
	display: block;
	width: 12em;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.scorpion-footer.t2 .sd-logo img {
	display: block;
}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1000px) {}

@media screen and (max-width:800px) {}

@media screen and (max-width:650px) {
	.scorpion-footer.t2 .flex {
		display: block;
		text-align: center;
	}
	.scorpion-footer.t2 .sd-logo {
		margin: 0 auto;
	}
}

@media screen and (max-width:550px) {}

@media screen and (max-width:475px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:350px) {}

.light-bg.scorpion-footer.t2 {
	background-color: #FFFFFF;
	color: #969696;
}

.dark-bg.scorpion-footer.t2 {
	background-color: #4C4C4C;
	color: #FCFAF4;
}

#HeaderZone {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}

.cms-inspecting body {
	margin-top: 0;
	padding-top: 0 !important;
}

.cms-admin #HeaderZone {
	position: absolute;
	top: 89px;
}

.cms-next #HeaderZone {
	position: absolute;
	pointer-events: auto !important;
}

.cms-next body.cms-inspect-panels #HeaderZone {
	position: fixed;
}

.cms-inspecting .cms-admin #HeaderZone {
	top: 0;
}

.cms-edit-layout #HeaderZone {
	position: static;
}

.header-area.t4 {
	position: relative;
	background-color: transparent !important;
}

.header-area.t4 .top-bar .flex .contact-info>div:nth-child(2) {
	padding-left: 4em;
}

.header-area.t4 .top-bar .flex .contact-info div>ul {
	-ms-flex-pack: center;
	justify-content: center;
}

.header-area.t4 .top-bar .flex .contact-info div>ul a {
	font-size: 2.011em;
	transition: font-size .3s ease;
}

.header-area.t4 .top-bar .flex .contact-info div>ul li+li {
	padding-left: 1.8em;
}

.fixed .header-area.t4 .top-bar .flex .contact-info div>strong {
	font-size: 0.944em;
}

.fixed .header-area.t4 .top-bar .flex .contact-info>div:first-child a {
	font-size: 2.222em;
}

.fixed .header-area.t4 .top-bar .flex .contact-info div>ul a {
	font-size: 1.611em;
}

.header-area.t4 .top-bar {
	padding: 1em 0;
	transition: transform .5s ease 0s;
}

.cms-next .header-area.t4 .top-bar {
	transform: none !important;
}

.header-area.t4 .top-bar .flex {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	max-width: 105em;
}

.header-area.t4 .top-bar .top-logo {
	display: block;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 0 5% 0 0;
}

.header-area.t4 .top-bar .top-logo img {
	display: block;
	max-height: 8em;
	max-width: 19.033em;
	transition: max-width .3s ease;
}

.fixed .header-area.t4 .top-bar .top-logo img {
	max-width: 14.333em;
}

.header-area.t4 .top-bar .flex .contact-info {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
}

.header-area.t4 .top-bar .flex .contact-info:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 51.7%;
	transform: translate(-50%, -50%);
	height: 110%;
	width: 2px;
	background-color: #828284;
}

.header-area.t4 .top-bar .flex .contact-info div>strong {
	display: inline-block;
	font-size: 1.144em;
	font-weight: 700;
	padding: .1em 1.333em 0;
	letter-spacing: -.01em;
	border-radius: 1em;
	margin-bottom: 0.2em;
	text-transform: uppercase;
	transition: font-size .3s ease;
}

.header-area.t4 .top-bar .flex .contact-info>div:first-child a {
	font-size: 2.622em;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1;
	transition: font-size .3s ease;
	display: block;
}

.header-area.t4 .nav-bar {
	transition: background-color .4s ease 0s, transform .5s ease 0s;
}

.cms-next.header-area.t4 .top-bar {
	transform: none !important;
}

.header-area.t4 .nav-bar .flex {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.header-area.t4 .nav-bar .main {
	position: static;
}

.header-area.t4 .top-nav>ul {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
}

.header-area.t4 .top-nav>ul>li {
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -ms-flexbox;
	display: flex;
}

.header-area.t4 .top-nav>ul>li>a {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	padding: .757em 0;
	width: 100%;
	opacity: 1;
	position: relative;
	overflow: hidden;
	transition: padding .3s ease, font-size .3s ease;
	letter-spacing: -.01em;
}

.header-area.t4 .top-nav li.menu-close {
	display: none;
	padding: .75em 8%;
	-ms-flex-align: center;
	align-items: center;
}

.header-area.t4 .top-nav li.menu-close icon {
	margin-right: .5em;
}

.header-area.t4 .top-nav>ul>li>.panel-btn {
	display: none;
}

.header-area.t4 .top-nav .dd-nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	padding: 2em 0;
	transform: translateY(-100%);
	z-index: -2;
	opacity: 0;
	transition: opacity .75s ease 0s, transform .75s ease 0s;
}

.header-area.t4 .top-nav .desktop-nav>li:hover>.dd-nav,
.header-area.t4 .top-nav .desktop-nav>li.open>.dd-nav {
	transform: translateY(0);
	opacity: 1;
}

.header-area.t4 .top-nav .dd-nav .dd-close {
	display: none;
}

.header-area.t4 .top-nav .dd-nav ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
}

.header-area.t4 .top-nav .dd-nav ul li {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 25%;
	padding: 0 1%;
	position: relative;
}

.header-area.t4 .top-nav .dd-nav ul li a {
	display: block;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	transition: padding .4s ease 0s, color .4s ease 0s;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.header-area.t4 .top-nav .dd-nav ul li a:hover, .header-area.t4 .top-nav .dd-nav ul li.selected a,.header-area.t4 .top-nav .dd-nav ul li.current-menu-item a {
	padding-left: 2em;
	padding-right: .5em;
}

.no-touch .header-area.t4 .top-nav .dd-nav ul li a:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: calc(50% - 6px);
	left: 0;
	opacity: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	transition: opacity .4s ease 0s, transform .4s ease 0s;
}

.no-touch .header-area.t4 .top-nav .dd-nav ul li>a:hover:before, .header-area.t4 .top-nav .dd-nav ul li.selected>a:before,.header-area.t4 .top-nav .dd-nav ul li.current-menu-item>a:before{
	opacity: 1;
	transform: translateX(1em);
}

.header-area.t4 .mobile-nav {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	display: none;
	z-index: 50;
	transform: translateY(0) translateZ(0);
	transition: transform .4s ease 0s;
}

.cms-editing .header-area.t4 .mobile-nav {
	position: relative;
	bottom: auto;
	display: block;
}

.down-scroll .fixed .header-area.t4 .mobile-nav {
	transform: translateY(100%) translateZ(0);
	pointer-events: none;
}

.header-area.t4 .mobile-nav>ul>li {
	-ms-flex: 1 0 1%;
	flex: 1 0 1%;
}

.header-area.t4 .mobile-nav>ul>li>a {
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1.111em;
	padding: 1em 3%;
	line-height: 1.2;
}

.header-area.t4 .mobile-nav>ul>li>a>* {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

.header-area.t4 .mobile-nav>ul>li>a icon {
	font-size: 1.5em;
	margin-bottom: .2em;
	transition: color .4s ease 0s;
	display: block;
}

.header-area.t4 .mobile-nav>ul>li.mobile-call {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: center;
	align-self: center;
	display: none;
}

.header-area.t4 .mobile-nav>ul>li.mobile-call>a {
	display: block;
	padding: .75em;
	border-radius: 50%;
	width: auto;
}

.header-area.t4 .mobile-nav>ul>li.mobile-call>a icon {
	font-size: 2em;
	margin: 0;
}

@media speech {
	#HeaderZone {
		position: absolute !important;
	}
}

@media screen and (max-width:1500px) {
	.header-area.t4 .main {
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media screen and (max-width:1200px) {}

@media screen and (min-width:1000px) {
	.header-area.t4 .top-nav>ul.desktop-nav {
		height: auto !important;
	}
}

@media screen and (max-width:1199px) {
	.down-scroll .fixed.mm-open #HeaderZone {
		pointer-events: auto;
	}
	.down-scroll .fixed .header-area.t4 .nav-bar {
		transform: translateY(-100%);
	}
	.header-area.t4 .nav-bar .main {
		padding-right: 0;
	}
	.header-area.t4 .nav-bar .menu-btn {
		display: -ms-flexbox;
		display: flex;
	}
	.header-area.t4 .top-nav>ul.desktop-nav {
		position: absolute;
		top: 0;
		left: 0;
		transform: translateX(-100%);
		width: 80%;
		max-width: 22em;
		transition: transform .5s ease 0s, height .5s ease 0s, top .5s ease 0s;
		display: block;
		overflow: auto;
		z-index: 52;
		border-right-style: solid;
		border-right-width: .15em;
	}
	.mm-open .header-area.t4 .top-nav>ul.desktop-nav {
		transform: translateX(0);
	}
	.down-scroll .fixed .header-area.t4 .top-nav>ul.desktop-nav {
		height: 100vh !important;
		top: 100%;
	}
	.header-area.t4 .top-nav>ul.desktop-nav>li {
		transition: background-color .4s ease 0s;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-bottom-style: solid;
		border-bottom-width: .15em;
	}
	.header-area.t4 .top-nav>ul.desktop-nav>li>a {
		padding: 1em 0 1em 8%;
		text-align: left;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: auto;
	}
	.header-area.t4 .top-nav>ul>li>.panel-btn {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding: 0 5%;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-area.t4 .top-nav>ul>li>.panel-btn>svg {
		display: block;
		font-size: 1.75em;
		transition: transform .4s ease 0s, color .4s ease 0s, border-color .4s ease 0s;
		transform: rotateX(0deg);
		position: relative;
		transform-origin: center;
		line-height: 1;
	}
	.header-area.t4 .top-nav>ul>li.open>.panel-btn>svg {
		transform: rotateX(180deg);
	}
	.header-area.t4 .top-nav .book-box .btn-con .book-btn span,
	.local .top-nav .book-box>a.btn span {
		display: block;
	}
	.header-area.t4 .top-nav .dd-nav {
		position: relative;
		display: none;
		width: 100%;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		opacity: 1;
		transform: none;
		z-index: 0;
		padding: 0;
	}
	.header-area.t4 .top-nav .dd-nav .main {
		padding: 0;
	}
	.header-area.t4 .top-nav .dd-nav ul {
		display: block;
	}
	.header-area.t4 .top-nav .dd-nav ul li {
		width: 100%;
		padding: 0;
	}
	.header-area.t4 .top-nav .dd-nav ul li a {
		padding: .75em 10%;
		border-bottom: none;
	}
	.no-touch .header-area.t4 .top-nav .dd-nav ul li a:before {
		display: none;
	}
	.header-area.t4 .top-nav li.menu-close {
		display: -ms-flexbox;
		display: flex;
    font-size: 17px;
	}
	.header-area.t4 .mobile-nav {
		display: block;
	}
	.down-scroll .fixed .header-area.t4 .top-nav>ul.desktop-nav {
		height: 100vh !important;
	}
	.header-area.t4 .top-bar .flex .contact-info>div:nth-child(2) {
		display: none;
	}
	.header-area.t4 .top-bar .flex .contact-info:before {
		display: none;
	}
	.down-scroll .fixed .header-area.t4 .top-bar {
		transform: translateY(-100%);
	}
	.fixed .header-area.t4 .top-bar .flex .contact-info>div:first-child a {
		font-size: 2.222em;
	}
	.fixed .header-area.t4 .top-bar .flex .contact-info div>strong {
		font-size: 0.944em;
	}
	.fixed .header-area.t4 .top-bar .top-logo img {
		max-width: 14.333em;
	}
}

@media screen and (max-width:800px) {}

@media screen and (max-width:650px) {
	.header-area.t4 .top-bar .flex {
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header-area.t4 .top-bar .flex .contact-info {
		display: none;
	}
	.header-area.t4 .mobile-nav>ul>li.mobile-call {
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (max-width:550px) {}

@media screen and (max-width:475px) {}

@media screen and (max-width:400px) {
	.header-area.t4 .mobile-nav>ul>li>a {
		font-size: 1em;
	}
}

@media screen and (max-width:350px) {}

@media(orientation: landscape) and (max-height: 550px) {
	#HeaderZone {
		position: absolute !important;
	}
	.fixed .header-area.t4 .mobile-nav {
		transform: translateY(100%);
	}
}

.fixed .header-area.t4 .top-nav:not(.mobile-nav)>ul>li>a {
	font-size: 0.889em;
	padding: 0.357em 0;
}

.light-bg.header-area.t4 .top-bar {
	background-color: #FFFFFF;
}

.light-bg.header-area.t4 .top-bar .flex .contact-info div>strong {
	color: #000000;
}

.dark-bg.header-area.t4 .top-bar {
	background-color: #C99B2D;
}

.dark-bg.header-area.t4 .top-bar .flex .contact-info>strong {
	background-color: #9C7517;
	color: #FFFFFF;
}

.dark-bg.header-area.t4 .top-bar .flex .contact-info>a,
.dark-bg.header-area.t4 .top-bar .flex .contact-info>a:hover {
	color: #FFFFFF;
}

.light-bg.header-area.t4 .nav-bar {
	background-color: #F5F5F5;
	box-shadow: 0 .1em .3em rgba(0, 0, 0, 0.1);
}

.dark-bg.header-area.t4 .nav-bar {
	background-color: #9C7517;
	box-shadow: 0 .1em .3em rgba(0, 0, 0, 0.1);
}

.light-bg.header-area.t4 .top-nav>ul>li>a {
	color: #000000;
}

.no-touch .light-bg.header-area.t4 .top-nav>ul>li:hover>a, .light-bg.header-area.t4 .top-nav>ul>li.selected>a, .light-bg.header-area.t4 .top-nav > ul.desktop-nav > li.current-menu-item> a, .light-bg.header-area.t4 .top-nav > ul.desktop-nav > li.current-menu-ancestor> a {
	color: #9C7517;
}

.light-bg.header-area.t4 .top-nav li.menu-close {
	color: #C99B2D;
}

.light-bg.header-area.t4 .top-nav li.menu-close icon {
	color: #9C7517;
}

.light-bg.header-area.t4 .top-nav>ul>li>.panel-btn {
	color: rgba(255, 255, 255, 0.8);
}

.light-bg.header-area.t4 .top-nav>ul>li>.panel-btn {
	color: #C99B2D;
}

.dark-bg.header-area.t4 .top-nav>ul>li>a {
	color: #FFFFFF;
}

.no-touch .dark-bg.header-area.t4 .top-nav>ul>li:hover>a,
.dark-bg.header-area.t4 .top-nav>ul>li.selected>a {
	color: #C99B2D;
}

.dark-bg.header-area.t4 .top-nav li.menu-close {
	color: rgba(255, 255, 255, 0.8);
}

.dark-bg.header-area.t4 .top-nav li.menu-close icon {
	color: #F9F5EA;
}

.dark-bg.header-area.t4 .top-nav>ul>li>.panel-btn {
	color: rgba(255, 255, 255, 0.8);
}

.light-bg.header-area.t4 .dd-nav {
	background-color: #FFFFFF;
	box-shadow: 0 .1em .3em rgba(0, 0, 0, 0.1);
}

.light-bg.header-area.t4 .dd-nav ul li a {
	color: #9C7517;
}

.light-bg.header-area.t4 .dd-nav ul li a:hover,
.light-bg.header-area.t4 .dd-nav ul li.selected a {
	color: #9C7517;
}

.no-touch .light-bg.header-area.t4 .dd-nav ul li a:before {
	border-color: transparent;
	border-left-color: #C99B2D;
}

.dark-bg.header-area.t4 .dd-nav {
	background-color: #FFFFFF;
	box-shadow: 0 .1em .3em rgba(0, 0, 0, 0.1);
}

.dark-bg.header-area.t4 .dd-nav ul li a {
	color: #949494;
}

.dark-bg.header-area.t4 .dd-nav ul li a:hover,
.header-area.t4 .dd-nav ul li.selected a {
	color: #949494;
}

.no-touch .dark-bg.header-area.t4 .dd-nav ul li a:before {
	border-color: transparent;
	border-left-color: #C99B2D;
}

.light-bg.header-area.t4 .mobile-nav {
	background-color: #FFFFFF;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15);
}

.light-bg.header-area.t4 .mobile-nav>ul>li>a {
	color: #C99B2D;
}

.light-bg.header-area.t4 .mobile-nav>ul>li>a:hover {
	color: #C99B2D;
}

.light-bg.header-area.t4 .mobile-nav>ul>li>a icon {
	color: #949494;
}

.light-bg.header-area.t4 .mobile-nav>ul>li>a:hover icon {
	color: #C99B2D;
}

.light-bg.header-area.t4 .mobile-nav>ul>li.mobile-call>a {
	background-color: #C99B2D;
}

.light-bg.header-area.t4 .mobile-nav>ul>li.mobile-call>a icon {
	color: #FFFFFF;
}

.dark-bg.header-area.t4 .mobile-nav {
	background-color: #9C7517;
}

.dark-bg.header-area.t4 .mobile-nav>ul>li>a {
	color: #FFFFFF;
}

.dark-bg.header-area.t4 .mobile-nav>ul>li>a:hover {
	color: #FFFFFF;
}

.dark-bg.header-area.t4 .mobile-nav>ul>li>a icon {
	color: #C99B2D;
}

.dark-bg.header-area.t4 .mobile-nav>ul>li>a:hover icon {
	color: #FFFFFF;
}

.dark-bg.header-area.t4 .mobile-nav>ul>li.mobile-call>a {
	background-color: #C99B2D;
}

.dark-bg.header-area.t4 .mobile-nav>ul>li.mobile-call>a icon {
	color: #FFFFFF;
}

@media screen and (max-width:1199px) {
	.light-bg.header-area.t4 .top-bar {
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	}
	.light-bg.header-area.t4 .top-nav>ul.desktop-nav {
		background-color: #FFFFFF;
		border-right-color: #5B5B5C;
	}
	.light-bg.header-area.t4 .top-nav>ul.desktop-nav>li {
		border-bottom-color: rgba(0, 0, 0, 0.102);
	}
	.light-bg.header-area.t4 .top-nav>ul.desktop-nav>li>a {
		color: #C99B2D;
	}
	.no-touch .light-bg.header-area.t4 .top-nav>ul.desktop-nav>li:hover>a,
	.light-bg.header-area.t4 .top-nav>ul.desktop-nav>li.selected>a {
		color: #9C7517;
	}
	.light-bg.header-area.t4 .top-nav .dd-nav {
		background-color: #C99B2D;
		box-shadow: none;
	}
	.light-bg.header-area.t4 .top-nav .dd-nav ul li a {
		color: rgba(255, 255, 255, 0.8);
	}
	.light-bg.header-area.t4 .top-nav .dd-nav ul li a:hover {
		color: #FFFFFF;
		background-color: transparent;
	}
	.dark-bg.header-area.t4 .top-nav>ul.desktop-nav {
		background-color: #C99B2D;
		border-right-color: rgba(0, 0, 0, 0.2);
	}
	.dark-bg.header-area.t4 .top-nav>ul.desktop-nav>li {
		border-bottom-color: rgba(0, 0, 0, 0.2);
	}
	.no-touch .dark-bg.header-area.t4 .top-nav>ul.desktop-nav>li:hover>a,
	.dark-bg.header-area.t4 .top-nav>ul.desktop-nav>li.selected>a {
		color: #000000;
	}
	.dark-bg.header-area.t4 .top-nav .dd-nav {
		background-color: #9C7517;
		box-shadow: none;
	}
	.dark-bg.header-area.t4 .top-nav .dd-nav ul li a {
		color: rgba(255, 255, 255, 0.8);
	}
	.dark-bg.header-area.t4 .top-nav .dd-nav ul li a:hover {
		color: #FFFFFF;
		background-color: transparent;
	}
}

.light-bg.header-area.t4 .top-bar .flex .contact-info div>strong>strong {
	color: #BC8E20;
}

.light-bg.header-area.t4 .top-bar .flex .contact-info div>a,
.light-bg.header-area.t4 .top-bar .flex .contact-info div>a:hover {
	color: #BC8E20;
}

.blog-section.t1>div header>h5 {
	font-size: 1.333em;
}

.blog-section.t1 .blog-header .main header {
	padding-bottom: 4.5em;
}

.blog-section.t1 .popular-posts .main>.flex {
	padding: 0 .5em 1em;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-section.t1 .popular-posts .main>.flex header {
	padding-bottom: 0;
}

.blog-section.t1 .popular-posts .main>.flex .scrolling-list-nav {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
}

.blog-section.t1 .popular-posts .main>.flex .scrolling-list-nav icon {
	font-size: 1.5em;
	transition: color .4s ease 0s;
	display: block;
	cursor: pointer;
}

.blog-section.t1 .popular-posts .main>.flex .scrolling-list-nav icon.next-btn {
	margin-left: .5em;
}

.blog-section.t1 .popular-posts .container {
	position: relative;
	overflow: hidden;
}

.blog-section.t1 .popular-posts .container ul {
	position: relative;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	transition: transform .65s ease 0s;
	min-width: 100%;
}

.blog-section.t1 .popular-posts .container ul li {
	-webkit-flex: 1 1 1%;
	-ms-flex: 1 1 1%;
	flex: 1 1 1%;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.blog-section.t1 .popular-posts .container ul li a {
	position: relative;
	margin: 0 .5em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 1em);
	text-align: center;
	padding: 3em 5%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-section.t1 .popular-posts .container ul li a .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity .4s ease 0s;
}

.blog-section.t1 .popular-posts .container ul li a:hover .img img {
	opacity: .4;
}

.blog-section.t1 .popular-posts ul li.no-img a .img img {
	background-image: url(../../images/blogs/blog-img-1.jpg);
}

.blog-section.t1 .popular-posts ul li.no-img+li.no-img a .img img {
	background-image: url(../../images/blogs/blog-img-2.jpg);
}

.blog-section.t1 .popular-posts ul li.no-img+li.no-img+li.no-img a .img img {
	background-image: url(../../images/blogs/blog-img-3.jpg);
}

.blog-section.t1 .popular-posts ul li.no-img+li.no-img+li.no-img+li.no-img a .img img {
	background-image: url(../../images/blogs/blog-img-4.jpg);
}

.blog-section.t1 .popular-posts ul li.no-img+li.no-img+li.no-img+li.no-img+li.no-img a .img img {
	background-image: url(../../images/blogs/blog-img-5.jpg);
}

.blog-section.t1 .popular-posts ul li.no-img+li.no-img+li.no-img+li.no-img+li.no-img+li.no-img a .img img {
	background-image: url(../../images/blogs/blog-img-6.jpg);
}

.blog-section.t1 .popular-posts ul li a .info {
	padding-left: 4%;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	position: relative;
}

.blog-section.t1 .popular-posts ul li a .info>strong {
	display: block;
	font-size: 1.222em;
	line-height: 1.4;
	transition: color .4s ease 0s;
	margin: .3em 0 .75em;
}

.blog-section.t1 .popular-posts ul li a .info time {
	font-weight: 500;
}

.blog-section.t1 .all-posts .main header {
	text-align: left;
}

.blog-section.t1 .all-posts ul li {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.5em 0;
	border-top-style: solid;
	border-top-width: .15em;
}

.blog-section.t1 .all-posts ul li .img {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 12.9em;
}

.blog-section.t1 .all-posts ul li .img img {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 90%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.blog-section.t1 .all-posts ul li.no-img .img img {
	background-image: url(../../images/blogs/blog-img-1.jpg);
}

.blog-section.t1 .all-posts ul li.no-img+li.no-img .img img {
	background-image: url(../../images/blogs/blog-img-2.jpg);
}

.blog-section.t1 .all-posts ul li.no-img+li.no-img+li.no-img .img img {
	background-image: url(../../images/blogs/blog-img-3.jpg);
}

.blog-section.t1 .all-posts ul li.no-img+li.no-img+li.no-img+li.no-img .img img {
	background-image: url(../../images/blogs/blog-img-4.jpg);
}

.blog-section.t1 .all-posts ul li.no-img+li.no-img+li.no-img+li.no-img+li.no-img .img img {
	background-image: url(../../images/blogs/blog-img-5.jpg);
}

.blog-section.t1 .all-posts ul li.no-img+li.no-img+li.no-img+li.no-img+li.no-img+li.no-img .img img {
	background-image: url(../../images/blogs/blog-img-6.jpg);
}

.blog-section.t1 .all-posts ul li .info {
	padding-left: 2%;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.blog-section.t1 .all-posts ul li .info>strong {
	display: block;
	font-size: 1.222em;
	line-height: 1.4;
	transition: color .4s ease 0s;
}

.blog-section.t1 .all-posts ul li .info time {
	font-weight: 500;
	display: block;
}

.blog-section.t1 .all-posts .load-more {
	text-align: center;
	margin-top: 3em;
}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1000px) {}

@media screen and (max-width:800px) {
	.blog-section.t1 .blog-header .main header {
		padding-bottom: 3.5em;
	}
	.blog-section.t1 .all-posts ul li .info {
		padding-left: 4%;
	}
	.blog-section.t1 .all-posts ul li .info p {
		display: none;
	}
	.blog-section.t1 .all-posts ul li .info time {
		margin-bottom: 1em;
	}
	body.page-template-contact-page-template header#ContactPageT1Header + #ContactPageT1ContactForm {
    	width: 100%;
    	margin-top: 30px;
    }
    body.page-template-contact-page-template header#ContactPageT1Header + #ContactPageT1ContactForm ul {
    	padding-left: 0;
    	list-style: none;
    }
}

@media screen and (max-width:650px) {}

@media screen and (max-width:550px) {
	.blog-section.t1 .blog-header .main header {
		padding-bottom: 2.5em;
	}
	.blog-section.t1 .all-posts ul li .img {
		width: 10em;
	}
}

@media screen and (max-width:475px) {
	.blog-section.t1 .all-posts .main header {
		text-align: center;
	}
	.blog-section.t1 .all-posts ul li {
		display: block;
		text-align: center;
	}
	.blog-section.t1 .all-posts ul li .img {
		margin: 0 auto 1em;
	}
	.blog-section.t1 .all-posts ul li .info {
		padding-left: 0;
	}
}

@media screen and (max-width:400px) {}

@media screen and (max-width:350px) {}

.blog-section.t1 .popular-posts.active .main>.flex .scrolling-list-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.blog-section.t1 .popular-posts {
	background-color: #F2F2F2;
}

.blog-section.t1 .popular-posts .main>.flex header h5 {
	color: #9C7517;
}

.blog-section.t1 .popular-posts .main>.flex .scrolling-list-nav icon {
	color: #C99B2D;
}

.blog-section.t1 .popular-posts .main>.flex .scrolling-list-nav icon:hover {
	color: #9C7517;
}

.blog-section.t1 .popular-posts .container ul li a {
	background-color: #000000;
}

.blog-section.t1 .popular-posts ul li a .info>strong {
	color: #FFFFFF;
}

.blog-section.t1 .popular-posts ul li a .info time {
	color: #F9F5EA;
}

.dark-bg.blog-section.t1 .popular-posts {
	background-color: rgba(255, 255, 255, 0.102);
}

.dark-bg.blog-section.t1 .popular-posts .main>.flex header h5 {
	color: #FFFFFF;
}

.dark-bg.blog-section.t1 .popular-posts .main>.flex .scrolling-list-nav icon {
	color: #C99B2D;
}

.dark-bg.blog-section.t1 .popular-posts .main>.flex .scrolling-list-nav icon:hover {
	color: #FFFFFF;
}

.dark-bg.blog-section.t1 .popular-posts .container ul li a {
	background-color: #F9F5EA;
}

.dark-bg.blog-section.t1 .popular-posts ul li a .info>strong {
	color: #9C7517;
}

.dark-bg.blog-section.t1 .popular-posts ul li a .info time {
	color: #C99B2D;
}

.light-bg.blog-section.t1 .all-posts .main header h5 {
	color: #C99B2D;
}
.light-bg.blog-summary.t1 .blog-header .blog-menu > ul > li > ul > li > a {
    color: #FACC5E;
}
.light-bg.blog-section.t1 .all-posts ul li {
	border-top-color: #F9F5EA;
}

.light-bg.blog-section.t1 .all-posts ul li .info>strong {
	color: #9C7517;
}

.light-bg.blog-section.t1 .all-posts ul li .info time {
	color: #949494;
}

.dark-bg.blog-section.t1 .all-posts .main header h5 {
	color: #FFFFFF;
}

.dark-bg.blog-section.t1 .all-posts ul li {
	border-top-color: #F9F5EA;
}

.dark-bg.blog-section.t1 .all-posts ul li .info>strong {
	color: #F9F5EA;
}

.blog-section.t1 .popular-posts {
	background-color: #F2F2F2;
}

.blog-section.t1 .popular-posts .main>.flex header h5 {
	color: #9C7517;
}

.blog-section.t1 .popular-posts .main>.flex .scrolling-list-nav icon {
	color: #C99B2D;
}

.blog-section.t1 .popular-posts .main>.flex .scrolling-list-nav icon:hover {
	color: #9C7517;
}

.blog-section.t1 .popular-posts .container ul li a {
	background-color: #000000;
}

.blog-section.t1 .popular-posts ul li a .info>strong {
	color: #FFFFFF;
}

.blog-section.t1 .popular-posts ul li a .info time {
	color: #F9F5EA;
}

.dark-bg.blog-section.t1 .popular-posts {
	background-color: rgba(255, 255, 255, 0.102);
}

.dark-bg.blog-section.t1 .popular-posts .main>.flex header h5 {
	color: #FFFFFF;
}

.dark-bg.blog-section.t1 .popular-posts .main>.flex .scrolling-list-nav icon {
	color: #C99B2D;
}

.dark-bg.blog-section.t1 .popular-posts .main>.flex .scrolling-list-nav icon:hover {
	color: #FFFFFF;
}

.dark-bg.blog-section.t1 .popular-posts .container ul li a {
	background-color: #F9F5EA;
}

.dark-bg.blog-section.t1 .popular-posts ul li a .info>strong {
	color: #9C7517;
}

.dark-bg.blog-section.t1 .popular-posts ul li a .info time {
	color: #C99B2D;
}

.light-bg.blog-section.t1 .all-posts .main header h5 {
	color: #C99B2D;
}

.light-bg.blog-section.t1 .all-posts ul li {
	border-top-color: #F9F5EA;
}

.light-bg.blog-section.t1 .all-posts ul li .info>strong {
	color: #9C7517;
}

.light-bg.blog-section.t1 .all-posts ul li .info time {
	color: #949494;
}

.dark-bg.blog-section.t1 .all-posts .main header h5 {
	color: #FFFFFF;
}

.dark-bg.blog-section.t1 .all-posts ul li {
	border-top-color: #F9F5EA;
}

.dark-bg.blog-section.t1 .all-posts ul li .info>strong {
	color: #F9F5EA;
}
#overlay {
  position: absolute;
  display: none; 
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2; 
  cursor: pointer;
}
.results-system.t2 .results-feed,.blog-summary.t1 .recent-posts {
    position: relative;
} 
.case-results.t4 .owl-carousel.results-list li {
    width: calc(100% - 2em);
    height: 100%;
}
.case-results.t4 .owl-nav {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 106%;transition: opacity .4s ease 0s;-ms-flex-pack: justify;justify-content: space-between;display: none;z-index: 1;}
.case-results.t4.active .owl-nav {
    display: -ms-flexbox;
    display: flex;
}
.case-results.t4 .owl-nav button {
    display: block;
    font-size: 1.25em;
    padding: .4em;
    transition: color .4s ease 0s;
    cursor: pointer;
    outline: none;
}
.no-touch .light-bg.case-results.t4 .owl-nav button:hover, .no-touch .light-bg.case-results.t4 .owl-nav button:focus {
    color: #2585C4;
}
.case-results.t4 .main, .case-results.t4 .main>.box {
    padding-left: 0;
    padding-right: 0;
}

.case-results.t4 .main>*,.case-results.t4 .main .owl-carousel{
    padding-left: 3.45556em;
    padding-right: 3.45556em;
}
.case-results.t4 .container {
    overflow: inherit;
}

.case-results.t4 .results-list .owl-stage {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.case-results.t4 .results-list.owl-carousel.owl-drag .owl-item {
    /*display: table-column;*/
}
.awards-area.t5 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}
.awards-area.t5.active .owl-nav {
    display: -ms-flexbox;
    display: flex;
}
.light-bg.awards-area.t5 .owl-nav button{
    color: #C99B2D;
}
.light-bg.awards-area.t5 .owl-nav button:hover {
	color: #9C7517;
}
.awards-area.t5 .owl-nav button {
    font-size: 2em;
    cursor: pointer;
    transition: color .4s ease 0s;
    display: block;
    outline: none;
    line-height: 0.6;
}
.awards-area.t5 .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.awards-area.t5 .awards-list ul li {
    height: 100%;
}

.awards-area.t5 .awards-list {
    margin: 0 0;
}
.awards-area.t5 .awards-list ul {
    padding: 0 4em;
    width: 100%;
}
.home-sub {
	background-image: url(images/panels/Testimonials-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.reviews-system.t2 .owl-nav {
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
    margin-top: .5em;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding-right: .75em;
}

.reviews-system.t2 .reviews-feed.active .owl-nav {
    display: -ms-flexbox;
    display: flex;
}

.reviews-system.t2 .owl-nav button {
    font-size: 1.75em;
    cursor: pointer;
    transition: color .4s ease 0s;
}

.light-bg.reviews-feed .owl-nav button {
    color: #C99B2D;
}
.light-bg.reviews-feed .owl-nav button:hover {
    color: #9C7517;
}

.reviews-system.t2 .reviews-list .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reviews-system.t2 .reviews-list li {
    height: 100%;
}

.staff-area.t1 .staff-list.owl-carousel .owl-stage-outer{
-ms-flex-pack: center;
justify-content: center;
display: -ms-flexbox;
display: flex;
}

.staff-area.t1 .owl-nav {
    position: absolute;
    top: 50%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
    width: calc(100% + 8.2%);
    left: -4.2%;
    padding: 0 2%;
    transform: translateY(-50%);
}

.staff-area.t1.active .owl-nav {
    display: -ms-flexbox;
    display: flex;
}

.staff-area.t1 .owl-nav button {
    display: block;
    font-size: 3em;
    cursor: pointer;
    transition: color .4s ease 0s;
}

.light-bg.staff-area.t1 .owl-nav button:hover {
    color: #C99B2D;
}

.staff-area.t1 .container {
    margin: 0 0;
    overflow: inherit;
}

.staff-area.t1 .staff-list {
    padding: 0 3em;
}
.reviews-area.t1 .container ul .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reviews-area.t1 .container ul li {
    height: 100%;
}
.reviews-area.t1 .owl-nav {
    position: absolute;
    top: 50%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
    width: 100%;
    left: 0;
    padding: 0;
}
.reviews-area.t1.active .owl-nav {
    display: -ms-flexbox;
    display: flex;
}
.reviews-area.t1 .owl-nav button {
    display: block;
    font-size: 3em;
    cursor: pointer;
    transition: color .4s ease 0s;
    line-height: 1;
}
.dark-bg.reviews-area.t1 .owl-nav button {
    color: rgba(255,255,255,0.502);
}
.dark-bg.reviews-area.t1 .owl-nav button:hover {
    color: #C99B2D;
}

.reviews-area.t1 .container {
    /*overflow: inherit;*/
    position: unset;
}

.reviews-area.t1 .container ul {
    position: unset;
}
.about-us-branch .main.thin>* {
    max-width: inherit;
}

.reviews-area.t5 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.reviews-area.t5.active .owl-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.reviews-area.t5 .owl-nav button {
    font-size: 3.25em;
    cursor: pointer;
    border-radius: 50%;
    transition: color .4s ease 0s;
    outline: none;
    display: block;
    line-height: 0;
}
.light-bg.reviews-area.t5 .owl-nav button {
    color: #C99B2D;
    /*box-shadow: 0.1em 0.1em 2em rgba(0,0,0,0.2);*/
}
.no-touch .light-bg.reviews-area.t5 .owl-nav button:hover, .no-touch .light-bg.reviews-area.t5 .owl-nav button:focus {
    color: #9C7517;
}
.reviews-area.t5 .container {width: 100%;}

.reviews-area.t5 .container ul {
    position: inherit;
    padding: 0 4.5em;
}
.reviews-area.t5 .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.reviews-area.t5 .container ul li {
    height: 100%;
}
.ftb-right span {
    display: inline-block;
    width: 105px;
    vertical-align: middle;
    line-height: 50px;
}
.ftb-right a {
     display: inline-block;
    width: 120px;
    vertical-align: middle;
}
.ftb-right {
    float: right;
    display: flex;
    line-height: 1;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    font-size: 13px;
    letter-spacing: 0;
    top: 100%;
    margin-top: -4px;
}

.wpcf7-form-control-wrap {
    display: block;
}
div.wpcf7-response-output {
    margin: 10px 0 0;
    font-size: 13px;
    text-align: center;
    padding: 3px 3px;
    line-height: 1;
}

div.wpcf7 .ajax-loader{background-image:none;width:25px;height:25px;margin-left:10px;border: 3px solid #292929;border-radius:50%;border-top: 3px solid #c99b2d;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;margin-top:15px;position:absolute;}
@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);}}
@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}


.flex.spaced .two-fifths form fieldset + p {/* position: relative; */text-align: center;}

.light-bg.contact-page.t1 .contact-form form fieldset + p .ajax-loader {
    /* position: relative; */
    margin-top: -2.2em;
    border: 3px solid #292929;
    border-radius: 50%;
    border-top: 3px solid #ffffff;
    z-index: 1;
    margin-left: 2em;
}

.contact-area.t2 .contact-form .btn {
    display: inline-block;
}
.contact-area.t3.dark-bg.bg-image .ajax-loader {
    border: 3px solid #ffffff;
    border-top: 3px solid #c99b2d;
    margin-top: 25px;
}
.input-text input[type='text'], .input-text input[type='month'], .input-text input[type='email'], .input-text input[type='tel'], .input-text input[type='datetime'], .input-text input[type='datetime-local'], .input-text textarea, .input-text select, .zip-search-input {
    font-size: 1.222em;
    line-height: 1;
}
.contact-area.t3 .input-text input[type='text'], .contact-area.t3 .input-text input[type='month'], .contact-area.t3 .input-text input[type='email'], .contact-area.t3 .input-text input[type='tel'], .contact-area.t3 .input-text input[type='datetime'], .contact-area.t3 .input-text input[type='datetime-local'], .contact-area.t3 .input-text textarea, .contact-area.t3 .input-text select {
    height: 60px;
    background-color: rgba(148,148,148,0.8);
}
fieldset>ul.column-form>li.half>ul>li {
    padding-bottom: 1.1em;
}
fieldset>ul.column-form>li.half>ul>li span.wpcf7-not-valid-tip {
    margin-top: -3px;
}
fieldset>ul>li {
    padding-bottom: 1.1em;
}

.dark-bg.side-contact.t1 fieldset + p .ajax-loader {
    border: 3px solid #ffffff;
    border-top: 3px solid #c99b2d;
    margin-top: -2.5em;
}
.light-bg.contact-page.t1 .contact-form form span.wpcf7-not-valid-tip {
    color: #ffc12b;
}
.light-bg.contact-page.t1 .contact-form form div.wpcf7-response-output {
    color: #fff;
}
.error-page-banner .info {
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
    position: relative;
    padding: 0 15px;
}
.error-page-banner .info>* {
    color: #fff;
}
.error-page-banner .info>*:first-child {
    font-size: 3em;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}
.error-page-banner .info>*:nth-child(2) {
    margin-bottom: 40px;
    display: block;
}
.blog-summary.t1 .blog-header header {
    width: calc(100% - 20em);
    text-align: left;
}
.contact-area.t2 .contact-info .map-container iframe {
    position: absolute;
    right: -1px;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 !important;
}
.contact-page.t1 .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-section.t1 .popular-posts .main .owl-nav {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -3.6em;
    right: .5em;
}
.blog-section.t1 .popular-posts .main .owl-nav button {
    font-size: 1.5em;
    transition: color .4s ease 0s;
    cursor: pointer;
    line-height: 0;
}
.blog-section.t1 .popular-posts .main .owl-nav button {
    color: #C99B2D;
}
.blog-section.t1 .popular-posts .main .owl-nav button:hover {
    color: #9C7517;
}
.blog-section.t1 .popular-posts .container {
    overflow: inherit;
}
.blog-section.t1 .popular-posts .main .owl-nav button.owl-next {
    margin-left: .5em;
}
.blog-slider .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-section.t1 .popular-posts .container ul.blog-slider li {
    height: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.blog-section.t1 .popular-posts .container ul.blog-slider  li a{margin-bottom: 0;}
.search-form .screen-reader-text {
    display: block;
    font-size: 17px;
    padding-bottom: 5px;
    line-height: 1;
    text-align: left;
}
.search-form .search-field{height:50px;border: 0;padding:0 10px;text-transform:none;color:#000;width: 225px;font-size: 18px;outline: none;}
.search-form .search-field::-webkit-input-placeholder{color:#000;}
.search-form .search-field::-moz-placeholder{color:#000;}
.search-form .search-field:-ms-input-placeholder{color:#000;}
.search-form .search-field:-moz-placeholder{color:#000;}
.search-form .search-submit{position:relative;border:0;height:50px;padding:0 10px;background-color: #bc8e20;color:#fff;text-transform: capitalize;vertical-align:middle;cursor:pointer;margin-top: -1px;line-height:1;margin-left: -6px;font-size: 20px;font-weight: 600;outline: none;}
form.search-form label {
    display: inline-block;
}
.light-bg.header-area.t4 .top-bar .flex .contact-info div>a:hover,.light-bg.footer.t3 .location .phone-link:hover {
    color: inherit;
}
.light-bg.contact-area.t2 .contact-info .info header > span a:hover {
    color: #ffffff;
}
.btn {
    font-size: 1em;
    line-height: 1.4;
    font-weight: 700;
}
.btn:before {
    -webkit-transform: scale(0,1.2);
    -ms-transform: scale(0,1.2);
    transform: scale(0,1.2);
}
.btn:hover:not(.no-hover):before, a:hover .btn:not(.no-hover):before {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1.2,1.2);
}
.v1-btn .btn:not(.v2), .btn.v1 {
    border-width: 3px;
}
.case-results.t4 .results-list li:before{
    width: 0;
}
.case-results.t4 .results-list.owl-carousel .owl-item.active li:before{width:2px;}
.light-bg a:hover {
    color: inherit;
}
:focus {
    outline: none;
}
body.page-template-about-page-template .bullet-list ul li {
    color: #000000;
}
body.blog {
    overflow-x: hidden;
}
.blog-section.t1 .popular-posts ul li a .info {
    padding-left: 0;
}
.light-bg h2 a:hover {
    color: #000;
}
.bullet-list ul li:before {
    top: .4em;
}
.reviews-system.t2 .reviews-list {
    padding-top: 3em;
}
#REviewsSystemT2FeedList .owl-nav {
    display: -ms-inline-block;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
}

#HeaderT4Social > li > a span {
    width: 45px;
height: 35px;
float: left;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: 21px;
margin-left: 16px;
}
#HeaderT4Social > li > a svg {
    width: 100%;
    fill: #BC8E20;
    height: 100%;
    float: left;
}
#HeaderT4Social > li > a:hover svg {
    fill: #000;
}
#FooterZone #HeaderT4Social > li > a span {
    height: 28px;
    float: left;
    margin-top: 0px !important;
    margin: 13px !important
}
#FooterZone #HeaderT4Social > li > a span svg{ fill:#000; }
#FooterZone #HeaderT4Social > li > a:hover span svg{ fill:#BC8E20; transition: color .4s ease 0s;}
#FooterZone #HeaderT4Social > li.item-3 > a{
    width: 70px;
    height: 69px;

}
body.fixed #HeaderT4Social > li > a span {
	height: 30px;
}
.dark-bg.reviews-header .review-box blockquote .rating-icons .rating3 icon:nth-of-type(n+4) {
    color: #C99B2D !important;
}
.page-template-thankyou-page-template .dark-bg .ep-social a, .error404 .dark-bg .ep-social a {
	font-size: 33px;
	display: inline-block;
	vertical-align: top;
	height: 40px;
}
.page-template-thankyou-page-template .dark-bg .ep-social li, .error404 .dark-bg .ep-social li {
    height: 40px;
}
.ep-social icon {display: inline-block;vertical-align: top;margin-top: 4px;}
.page-template-thankyou-page-template .fml-socials, .error404 .fml-socials{width: 210px;margin: 30px auto;}
.page-template-thankyou-page-template .item-3, .error404 .item-3{width: 32px;}
.page-template-thankyou-page-template .fml-socials #HeaderT4Social > li > a:hover svg, .error404 .fml-socials #HeaderT4Social > li > a:hover svg {
    fill: #fff !important;
}
.page-template-thankyou-page-template #HeaderT4Social > li > a span, .error404 #HeaderT4Social > li > a span {
	height: 32px;
}
.load-navigation.pagination {
    width: 100%;
    text-align: center;
    margin: 42px 0 0 0;
}
.results-system.t2 .light-bg.results-feed .results-list .title-font > em {
    color: #c99b2d;
    font-weight: 700;
}
.light-bg.contact-page.t1 .contact-form {
    background-color: #333333;
}
.dark-bg:not(.v1-btn) .btn:not(.dark):not(.opposite):not(.v1):before, .v2-btn.dark-bg .btn:not(.v1):before, .btn.v2.light:before, .v2-btn.light-bg .btn.light:not(.v1):before, .v2-btn.light-bg .btn.opposite:not(.v1):before {
    background-color: #9C7517;
}
.no-touch .light-bg.blog-post-page .category-list li a:hover, .no-touch .light-bg.blog-post-page .category-list li a:focus {
    background-color: #9C7517;
}
.light-bg.more-posts-list ul li a {
    background-color: #000000;
}
.light-bg.more-posts-list ul li a .info time,.light-bg.more-posts-list ul li a .info > strong {
    color: #fff;
}
.blog-post-page .three-fourths.content-style .post-img {
    margin: 1.5em 0;
}
.staff-area.t1.active .owl-nav.disabled {
    display: none;
}
nav.navigation.post-navigation {text-align:center;margin-top: 1.5em;}

nav.navigation.post-navigation .nav-links {
    display: inline-block;
    vertical-align: top;
}

nav.navigation.post-navigation .nav-links a {
    float: left;
    display: block;
    padding: 0.8em 2.5em;
    transition: color .4s ease 0s, background-color .4s ease 0s;
    background-color: #C99B2D;
    color: #FFFFFF;
    line-height: 1;
    font-weight: 700;
}

nav.navigation.post-navigation .nav-links a li {
    list-style-type: none;
}

nav.navigation.post-navigation .nav-links>div {
    float: left;
    margin: 0 4px;
}

nav.navigation.post-navigation .nav-links a:hover {
    background-color: #9C7517;
}
#SiteMap {
    margin-top: 2em;
}

#SiteMap h2+ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 60px;
    margin-bottom: 20px;
}

#SiteMap ul {
    margin: 5px 0 10px;
    padding-left: 1.5em;
    line-height: 1.5;
}

#SiteMap ul>li>a {
    color: #000;
}

#SiteMap ul>li>a:hover {
    color: #C99B2D;}

#SiteMap h2 {
    font-weight: 700;
    color: #C99B2D;
    margin-bottom: 0.5em;
}

#SiteMap ul>li {
    margin-bottom: 4px;
}

.page-template-site-map-page-template #WideContentArea {
    padding-bottom: 0;
}
.services-area.t4 header .h-pa-tl {
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.2;
}

.light-bg.case-results.t4 header > .h-case-tl {
    color: #8B8B8B;
    font-size: 2.222em !important;
    line-height: 1.250;
    letter-spacing: .1em;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
}
.footer-bottom-menu ul>li {
    float: left;
    position: relative;
}
.footer-bottom-menu ul>li+li {
    margin-left: 20px;
}
.footer-bottom-menu ul>li+li:before {content: '|';position: absolute;left: -11px;}
.footer-bottom-menu ul>li>a {
    color: inherit;
}
.footer-bottom-menu ul>li>a:hover,.footer-bottom-menu ul>li.current-menu-item>a {
    color: #C99B2D;
}

.searchsection {
	position: relative;
	z-index: 1;
	padding-left: 1em;
}
.searchbarform {position: relative;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.searchsection .form-control {
	right: 56px;
	width: 0;
	-webkit-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	opacity: 0;
	font-size: 20px;
	position: absolute;
	height: 100%;
	background: #fff;
	border: 2px solid #c99b2d;
	color: #000;
	border-radius: 0;
	padding: 6px 0;
	box-shadow: none;
	top: 0;
}
.searchsection.s-open .form-control {
	opacity: 1;
	width: 290px;
	padding: 6px 12px;
}
.searchsection .form-control::-webkit-input-placeholder {
color:#000;
}
.searchsection .form-control::-moz-placeholder {
color:#000;
}
.searchsection .form-control:-ms-input-placeholder {
color:#000;
}
.searchsection .form-control:-moz-placeholder {
color:#000;
}
.searchsection button {
	background: #c99b2d;
	border: 0;
	cursor: pointer !important;
	padding: 0;
	height: 60px;
	width: 60px;
	text-align: center;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 1;
	position: relative;
}
.searchsection button span {
	width: 27px;
	height: 27px;
	float: left;
}
.searchsection button span>svg {
	width: 100%;
	height: 100%;
	float: left;
	fill: #ffffff;
}
.header-area.t4 .top-bar .flex .contact-info:before {
    left: calc(50.5% - 44px);
}
.searchsection.mobile-show {
    display: none;
}
section.main.breadcrumbs-main {
    padding-bottom: 0;
    padding-top: 1.5em;
    position: relative;
    z-index: 1;
}
.breadcrumbs {
    background: #ececec;
    margin-bottom: 26px;
    padding: 7px 20px;
    margin: 0 0 -20px;
}
.breadcrumbs a, .breadcrumbs span:last-child a:hover {
    color: #000;
}
.breadcrumbs a:hover,.breadcrumbs span:last-child a {
    color: #C99B2D;
}
.blog-page section.main.breadcrumbs-main,.page-template-case-results-template section.main.breadcrumbs-main,.page-template-categories-page-template  section.main.breadcrumbs-main{
    margin-bottom: -4em;
}
.page-template-case-results-template .results-system.t2 .light-bg.results-content {
    padding-top: 6em;
}
form span.ajax-loader {
    display: none !important;
}
.form-group.rating-stars {
    text-align: center;
    margin-bottom: 0;
	padding-bottom: 15px;
}
.starrr {
    display: inline-block;
}
span.star{background:url(images/blank-star.svg);width: 25px;height: 25px;background-size:100%;float:left;}
span.star.active{background: url(images/fill-star.svg);}
span.star+span.star {
    margin-left: 10px;
}
.d-none {
    display: none!important;
}
.dark-bg.reviews-header .add-review-form input, .dark-bg.reviews-header .add-review-form select, .dark-bg.reviews-header .add-review-form textarea {
    background-color: #9C7517;
    height: 50px;
}
.terms-main {
    line-height: 1.4;
    margin-bottom: 1em;
}
.dark-bg.reviews-header div.wpcf7-response-output {
    margin-top: 10px;
    color: #000;
}

.dark-bg.reviews-header .terms-main {
    color: #000;
}

.terms-main>a:hover {
    color: inherit;
}
.reviews-system.t2 .add-review-form form h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
}



.reviews-system.t2 .add-review-form .required-note,.reviews-system.t2 .add-review-form fieldset li>label {
    color: #000;
}



.reviews-system.t2 .add-review-form fieldset li>label {
    margin: 0;
}

.two-thirds {
    width: 60%;
}

.content-area.t3 .callout span {
    font-size: 1.5em;
}
.awards-area.t5 .awards-list .owl-carousel .owl-stage-outer {
    z-index: 1;
}
.awards-area.t5 .awards-list ul li a:hover {
    opacity: 1;
}


.callout.two-thirds {
    width: 70%;
}
.content-area.t3 .values-list.half {
    width: 55%;
    padding: 3em 0;
}
.content-area.t3 .values-list.half li {
	/*-ms-flex: 0 1 25%;
	 flex: 0 1 25%; */
	text-align: center;
	width: 50%;
	display: inline-block;
	margin-bottom: 88px;
}

#FooterZone #HeaderT4Social > li > a {
    width: 70px;
    height: 69px;
}
.header-area.t4 .top-bar .flex .contact-info div > ul li:last-child {
    /* padding-left: 10px; */
}

.page-template-thankyou-page-template .item-3, .error404 .item-3 {
    width: auto;
}
.ep-social .fml-socials ul li{ width:40px;}

.header-area.t4 .top-nav .dd-nav ul li .panel-btn {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-area.t4 .top-nav .dd-nav ul li .panel-btn svg {
	fill: #c99b2d;
}
.header-area.t4 .top-nav .dd-nav ul li > .dd-nav {
	padding: 0;
	z-index: -1;
	opacity: 0;
}
.header-area.t4 .top-nav .dd-nav ul li:hover .dd-nav{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
}
.header-area.t4 .top-nav .dd-nav ul li > .dd-nav ul.sub-menu > li {
	width: 100%;
	padding: 0;
}
.header-area.t4 .top-nav .dd-nav ul li > .dd-nav ul.sub-menu > li:last-child a {
	border: 0;
}
.header-area.t4 .top-nav .dd-nav ul li > .dd-nav > .main {
	background: #c99b2d;
	padding: 0;
}
.header-area.t4 .top-nav .dd-nav ul li > .dd-nav ul.sub-menu > li > a {
	color: #fff;
	padding: .30em 1em .30em 1.5em;
}
.header-area.t4 .top-nav .dd-nav ul li > .dd-nav ul.sub-menu > li > a::before {
	border-left-color: #fff;
}
.header-area.t4 .top-nav .dd-nav ul li > .dd-nav ul.sub-menu > li > a:hover, .header-area.t4 .top-nav .dd-nav ul li > .dd-nav ul.sub-menu > li.current-menu-item > a{
    padding-left: 2em;
    padding-right: .5em;
}
.header-area.t4 .top-nav .dd-nav ul li > .dd-nav ul.sub-menu > li > .panel-btn > svg {
	fill: #fff;
}
.header-area.t4 .top-nav .dd-nav ul li > .dd-nav ul.sub-menu > li > .dd-nav {
	right: auto;
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0;
	padding: 0;
	transform: translateY(-100%);
	z-index: -2;
	opacity: 0;
	transition: opacity .75s ease 0s, transform .75s ease 0s;
}
.header-area.t4 .top-nav .dd-nav ul li > .dd-nav ul.sub-menu > li:hover .dd-nav {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	z-index: 1;
}
.about-us-branch .main.thin .bl-hd-h2 {
	color: #8B8B8B;
	margin: .65em 0 .3em;
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.333em;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: .1px;
}
.staff-area .main.thin header h2.staff-h2, .awards-area .main header h2.award-h2, .contact-area .main.thin header h2.con-h2, .values-area .main header h2.con-h2 {
	color: #242424;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 2.778em !important;
	font-weight: 700;
	font-family: 'Roboto', sans-serif !important;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0;
}
.contact-area .main.thin header h2.con-h2{color:#FFFFFF;}
@media screen and (max-width:1499px) {
    .light-bg.header-area.t4 .top-nav > ul > li > a {
    	font-size: 16px;
    	padding-top: 7px;
    	padding-bottom: 7px;
    }
    .header-area.t4 .top-nav > ul > li > .dd-nav {
    	padding-top: 15px;
    	padding-bottom: 15px;
    }
    .header-area.t4 .top-nav > ul > li > .dd-nav > .main > ul.sub-menu > li > a {
    	font-size: 15px;
    	padding-top: 8px;
    	padding-bottom: 8px;
    }
    .header-area.t4 .top-nav > ul > li > .dd-nav > .main > ul.sub-menu > li.menu-item-has-children .dd-nav .main ul.sub-menu li a {
    	font-size: 14px;
    }
}
@media screen and (max-width:1399px) {
    .light-bg.header-area.t4 .top-nav > ul > li > a {
    	font-size: 14px;
    	padding-top: 5px;
    	padding-bottom: 5px;
    }
    .header-area.t4 .top-nav > ul > li > .dd-nav {
    	padding-top: 5px;
    	padding-bottom: 5px;
    }
    .header-area.t4 .top-nav > ul > li > .dd-nav > .main > ul.sub-menu > li > a {
    	font-size: 14px;
    	padding-top: 5px;
    	padding-bottom: 5px;
    }
    .header-area.t4 .top-nav > ul > li icon svg, svg[data-use]{
        height: 0.7em;
        width: 0.7em;
    }
    .header-area.t4 .top-nav > ul > li > .dd-nav > .main > ul.sub-menu > li.menu-item-has-children .dd-nav .main ul.sub-menu li a {
    	font-size: 12px;
    }
    .awards-list .owl-nav button svg[data-use] {
    	width: 1em;
    	height: 1em;
    }
    .awards-area.t5.active .scrolling-list-nav {
    	display: none;
    }
}
@media screen and (max-width:1199px) {
    .header-area.t4 .top-nav .dd-nav ul li .panel-btn svg {
    	fill: #fff;
    	display: block;
    	font-size: 1.75em;
    	transition: transform .4s ease 0s, color .4s ease 0s, border-color .4s ease 0s;
    	transform: rotateX(0deg);
    	position: relative;
    	transform-origin: center;
    	line-height: 1;
    }
    .header-area.t4 .top-nav .dd-nav ul li > .dd-nav {
    	opacity: 1;
    }
    .header-area.t4 .top-nav .dd-nav ul li > .dd-nav ul.sub-menu > li > a {
    	padding: .30em 1em .30em 2.5em;
    }
    .header-area.t4 .top-nav .dd-nav ul li > .dd-nav > .main {
    	background: #c8a550;
    }
    .header-area.t4 .top-nav .dd-nav ul li .panel-btn {
    	right: 5%;
    	top: 14px;
    	-webkit-transform: none;
    	-ms-transform: none;
    	transform: none;
    }
    .header-area.t4 .top-nav .dd-nav ul li.open .panel-btn svg{
        transform: rotateX(180deg);
    }
    .header-area.t4 .top-nav > ul > li > .dd-nav .main > ul.sub-menu > li.menu-item-has-children > a {
        width: calc(100% - 68px);
    }
    .header-area.t4 .top-nav .dd-nav ul li{
        border-top: 1px solid rgba(0, 0, 0, 0.102);
    }
    /*.header-area.t4 .top-nav .dd-nav ul li > .dd-nav > .main > ul.sub-menu > li.menu-item-has-children .panel-btn {
    	top: 6px;
    }*/
    .header-area.t4 .top-nav .dd-nav ul li > .dd-nav > .main > ul.sub-menu li.menu-item-has-children .panel-btn > svg {
    	transform: rotateX(0deg);transform-origin: center;
    }
    .header-area.t4 .top-nav .dd-nav ul li > .dd-nav > .main > ul.sub-menu li.open .panel-btn > svg {
    	transform: rotateX(180deg);
    }
    .header-area.t4 .top-nav .dd-nav ul li > .dd-nav ul.sub-menu > li .dd-nav {
    	display: none;
    	opacity: 1;
    	position: relative;
    	top: 0;
    	left: 0;
    	z-index: 1;
    	bottom: auto;
    	transform: none;
    }
    .header-area.t4 .top-nav .dd-nav ul li > .dd-nav ul.sub-menu > li .dd-nav > .main > ul.sub-menu {
    	background: #bb9a49;
    }
    .header-area.t4 .top-nav .desktop-nav > li .dd-nav {
    	padding: 0;
    }
    .header-area.t4 .top-nav > ul > li > .dd-nav > .main > ul.sub-menu > li > a {
    	font-size: 16px;
    	padding-top: 10px;
    	padding-bottom: 10px;
    	padding-left: 30px;
    	padding-right: 8px;
    }
    .header-area.t4 .top-nav > ul > li > .dd-nav > .main > ul.sub-menu > li.menu-item-has-children .dd-nav .main ul.sub-menu li a {
    	font-size: 16px;
    	padding-top: 10px;
    	padding-bottom: 10px;
    	padding-left: 30px;
    	padding-right: 8px;
    }
    .nav-bar .main > .top-nav > ul.desktop-nav > li.menu-btn icon > svg {
    	height: 1em;
    	width: 1em;
    }
    .header-area.t4 .top-nav .dd-nav ul li.current-menu-item > a::before {
    	display: block !important;
    	border-left-color: #fff;
    }
}
@media screen and (max-width:550px) {
    .staff-area .main.thin header h2.staff-h2, .awards-area .main header h2.award-h2, .contact-area .main.thin header h2.con-h2, .values-area .main header h2.con-h2{font-size: 2.378em !important;}
    .banner-area.t10 .info {
    	padding: 8em 3% 1em !important;
    }
    .banner-area.t10 .info > strong .title {
    	font-size: 1.111em;
    }
    .banner-area.t10 .info > strong > .main-font > strong {
    	font-size: 1.5em;
    }
    .dark-bg.banner-area.t10 .info p {
    	line-height: 1;
    }
}
@media screen and (max-width:359px) {
    .header-area.t4 .top-nav > ul > li > .dd-nav .main > ul.sub-menu > li.menu-item-has-children > a {
    	width: calc(100% - 40px);
    }
}


/* 01-09-2020 changes */
.callout.two-thirds{width:100%;}
.content-area.t3 .values-list.half{width:100%;padding:2em 0 0;}
.content-area.t3 .values-list.half li{width:25%;-ms-flex:0 1 25%;flex:0 1 25%;margin:0;}
.content-area.t3 .main{margin-bottom:3em;}
.dark-bg.content-area.t3{padding-top:4.4em;padding-bottom:0;margin-top:-3em;}
.dark-bg.content-area.t3 .values-list li>strong{line-height:1.3;}
/* End 01-09-2020 changes */

.footer.t3 .main>.flex>.social {
    padding-left: 0;
    padding-right: 0;
}
.header-area.t4 .top-bar .flex .contact-info div>#HeaderT4Social > li > a span {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: -14px;
    margin-left: 0;
}

.header-area.t4 .top-nav .dd-nav ul li > .dd-nav ul.sub-menu > li > .dd-nav {
    left: -100%;
}
