/*
Theme Name: Custom Theme by Aurora Tech
Author: Aurora Tech
Author URI: https://goauroratech.com/
Version: 99.0
*/

/*Reset Css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */

.entry-content th,
.comment-content th {
	background: #f1f1f1;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */

.wpcf7 sup {color: red;}
.wpcf7 p {margin: 0!important;}
.wpcf7 .flex {margin: 0!important;}
.wpcf7 label {padding: 0 0 2px; display: inline-block;}
.wpcf7-validation-errors {border: 1px solid red; margin: 30px 0; padding: 10px 15px;}
.wpcf7-not-valid-tip {font-size: 0.9em!important; margin: 0 0 10px;}
.wpcf7-form-control-wrap {margin: 0 0 10px;}

button, input, textarea, select {border: 1px solid #aaa; border-radius: 0px; font-family: inherit; margin-right:0%; margin-bottom: 7px; padding: 8px 10px; box-sizing: border-box; width: 100%; outline: none;}
input[type="checkbox"], input[type="radio"] {width: auto;}
select {padding: 7px 10px;}
textarea {height: 120px;}
input[type="submit"] {width: auto; outline: none; padding: 8px 20px; cursor: pointer; -webkit-transition: .3s; transition: .3s;}

#searchsubmit {background: #3854c0; border: 0; color: #FFFFFF; min-width: 24%;}

/* Reset non-text input types */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Responsive images */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}

/* Make sure videos fit max width of parent container */

embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}
.entry-content dl.gallery-item {
	margin: 0!important;
}
.gallery-item a,
.gallery-caption {
	width: 100%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	border: 0!important;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation for posts and pages*/

.nav-single {border-top: 5px solid #888; background: #f2f2f2; clear: both; margin: 25px 0 0; overflow: hidden; padding: 12px 15px; font-size: 13px;}
.nav-single h4 {text-align: center;}
.nav-single #ns-next {text-align: right;}
.nav-single .ns-ib {display: inline-block; text-align: center;}
.nav-single a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
.nav-single a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.nav-single span {font-size: 12px; letter-spacing: 1px; color: #aaa;}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 90.5%;
}
body {
	line-height: 1.4;
	font-size: 15px;
	font-family: "open sans", Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	color: #333;
}

a {
	outline: none;
	color: #0B91EA;
	text-decoration:none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	text-decoration: underline;
}

/* Sidebar */

.widget-area .widget {margin-bottom: 30px;}
.widget-area .widget:last-of-type {margin-bottom: 0;}
.widget-area .widget-title {  }
.textwidget p:last-child {margin: 0;}
	
.widget-area .textwidget ul {list-style: disc outside;}
.widget-area .textwidget li {margin-left: 25px;}
.widget-area #s {
	margin-right: -4px;
	width: 67.9999%; /* define a width to avoid dropping a wider submit button */
}

/* Main content area, sticky post styling and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	}
.entry-title a {color: inherit;}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #333;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: inherit;
}
.entry-content h1,
.comment-content h1,
h1,
.entry-content h2,
.comment-content h2,
h2,
.entry-header .entry-title,
.entry-content h3,
.comment-content h3,
h3,
.entry-content h4,
.comment-content h4,
h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 15px;
	line-height: inherit;
}
.entry-content h1,
.comment-content h1,
h1.entry-title,
.archive-title,
.page-title {
	font-size: 28px;
	margin: 0 0 30px;
	position: relative;
}
.entry-content h1::after {content: ""; position: absolute; left: -6px; top: 100%; width: 18px; height: 18px; background: url(//benchmarkehs.com/wp-content/uploads/sep.svg) no-repeat 0 0 / contain;}
.entry-content h1.center::after {content: none; display: none;}
.entry-content h2,
.comment-content h2,
.mu_register h2,
h2.entry-title {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 30px;
	position: relative;
}
.entry-content h2::after {content: ""; position: absolute; left: -6px; top: 100%; width: 18px; height: 18px; background: url(//benchmarkehs.com/wp-content/uploads/sep.svg) no-repeat 0 0 / contain;}
.entry-content h2.center::after {content: none;}
.entry-content h2:not(:first-child) {padding-top: 15px;}
.entry-content h3,
.comment-content h3,
h3 {
	font-size: 18px;
}
.entry-content h4,
.comment-content h4,
h4 {
	font-size: 16px;
	line-height: 1.5;
}
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p,
p {
	margin: 0 0 15px;
	line-height: inherit;
}
p:last-child {margin: 0;}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 15px;
	line-height: 1.4;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 5px 25px;
}
.entry-content blockquote,
.comment-content blockquote {
	background: #f8f8f8;
	border-left: 4px solid #D6D6D6;
	border-right: 4px solid #D6D6D6;
	border-radius:14px;
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
img.alignleft {margin: 0 15px 10px 0;}
img.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 15px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	margin: 0 0 15px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	vertical-align: top;
	padding: 0 5px;
}
.blog article {margin: 0 0 30px;}
.blog article::after {content: " "; display: block; clear: both;}
.blog article .read-more {display: block; margin: 10px 0 0;}
.blog article p {line-height: 1.3;}
.single img.attachment-post-thumbnail {float: right; margin-left: 15px; max-width: 45%; height: auto;}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}

.entry-meta > span a {
	color: #333333;
    padding: 2px;
	text-decoration:none;
}


/* =Archives
-------------------------------------------------------------- */

.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/* =Comments
changed article header
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
float:left;
	margin: 0 15px 0 15px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 45px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 10px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: relative;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 30px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}

/* Below title meta styling */

.below-title-meta{color:#aaa; font-size: 12px; margin: 0 0 15px;}
.below-title-meta a{color: inherit; text-decoration:none;}

/* Minimum width of 850pixels. */
@media screen and (min-width: 850px) {

	.site {
		margin: 0 auto;
		max-width: 1170px;
		padding-left: 20px;
		padding-right: 20px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
		margin: 0;
	}

	/* NAV MENU DEFAULTS */

	.themonic-nav {text-align: center;}
	.themonic-nav ul {margin: 0; padding: 0; text-indent: 0;}
	.themonic-nav li {display: inline-block; position: relative; -webkit-transition: .3s; transition: .3s;}
	.themonic-nav ul.nav-menu {text-align: right;}
	.themonic-nav li a {text-decoration: none; display: block;font-weight: 500;}
	.themonic-nav .sub-menu {position: absolute; top: calc(100% - 26px); z-index: 10; text-align: center; -webkit-transition: .5s; transition: .5s;box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);}
	.themonic-nav .sub-menu .sub-menu {left: 100%; top: 0; -webkit-transform: none; transform: none;}

	/* NAV MENU CUSTOMIZATIONS */

	.themonic-nav .nav-menu > li {padding: 26px 15px 24px;}
	.themonic-nav .nav-menu > li > a { padding: 6px 0;color: rgba(50, 52, 60, 0.7);line-height: 1.47;letter-spacing: 0.3px;position: relative;}
	.themonic-nav .nav-menu > li > a::before {
		content: '';
		display: block;
		width: 50%;
		height: 2px;
		opacity: 0;
		background-color: #3854c0;
		transition: all 0.3s ease;
		position: absolute;
		left: 50%;
		transform: translateX(-50%) translateZ(0);
		bottom: -2px;
		box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	}
	.themonic-nav .nav-menu > li > a:hover {color: #32343c;}
	.themonic-nav .nav-menu > li > a:hover::before {
		width: 100%;
		opacity: 1;
	}

	.themonic-nav .nav-menu > li.current-menu-item {background-image: linear-gradient(to bottom, #f7f7f7 0%,#ffffff 22%,#ffffff 100%);}
	.themonic-nav .nav-menu > li.current-menu-item > a {color: #32343c;}
	.themonic-nav .nav-menu > li.current-menu-item > a::before {width: 100%;opacity: 1;}
	.themonic-nav .nav-menu .menu-item-has-children {position: relative;}
	.themonic-nav .nav-menu .menu-item-has-children > a{padding-right: 16px;}
	.themonic-nav .nav-menu .menu-item-has-children::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 15px;
		height: 15px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		right: 12px;
		background: url(//benchmarkehs.com/wp-content/uploads/drop-down.svg) center center no-repeat #f8f8f8;
		transition: all 0.3s ease;
	}
	.themonic-nav .nav-menu .menu-item-has-children:hover::after {background: url(//benchmarkehs.com/wp-content/uploads/drop-down-white.svg) center center no-repeat #3854c0;}

	.themonic-nav .sub-menu {display: none; background: white; border-radius: 0 0 10px 10px;border-top: 2px solid #3854c0;text-align: left; padding: 9px 0 10px;}
	.themonic-nav .nav-menu li:hover > .sub-menu {display: block;}
	.themonic-nav .sub-menu > li {}
	.themonic-nav .sub-menu > li > a {font-size: 14px; line-height: 1.4; padding: 5px 18px 6px; width: 214px;color: #32343c;letter-spacing: 0.02em;}
	.themonic-nav .sub-menu > li > a:hover {color: #3854c0;}

	.themonic-nav .sub-menu .sub-menu > li > a {font-size: 14px; line-height: 1.4; color: #32343c;letter-spacing: 0.02em; padding: 5px 18px 6px;}
	.themonic-nav .sub-menu .sub-menu > li > a:hover {color: #3854c0;}

}

#page-wrap {padding: 0 15px;}
#main {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.site-content {margin: 0; padding: 22px 0 94px;  box-sizing: border-box; flex-grow: 1;}
.widget-area {margin: 0 0 0 75px; width: 32%; box-sizing: border-box; flex-shrink: 0;}

img {max-width: 100%;}

a.assistive-text {display: none;}

#aurora-nav-btn {width: 100%; padding: 15px 10px 7px;}
.anb-line {margin-left: auto;margin-right: auto;}

.limit {max-width: 1170px; margin: 0 auto;padding-left: 20px;padding-right: 20px;}
.clear {clear: both;}
.center {text-align: center;}
.right {float: right; margin-left: 15px;}
img.right {max-width: 45%;}
.left {float: left; margin-right: 15px;}
img.left {max-width: 45%;}
.space li {margin-bottom: 15px;}
.flex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.entry-content .flex:not(:last-child) {margin-bottom: 15px;}
.flex.rows {flex-flow: row wrap; width: 102%; margin-left: -1%;}
.flex.rows.p1 {flex-flow: row wrap; width: 103%; margin-left: -1.5%;}
.flex.rows.p2 {flex-flow: row wrap; width: 104%; margin-left: -2%;}
.flex.rows.p3 {flex-flow: row wrap; width: 105%; margin-left: -2.5%;}
.flex.rows.p4 {flex-flow: row wrap; width: 106%; margin-left: -3%;}
.flex.rows.p5 {flex-flow: row wrap; width: 107%; margin-left: -3.5%;}
.flex.rows.p6 {flex-flow: row wrap; width: 108%; margin-left: -4%;}
.flex.middle {-webkit-align-items: center; align-items: center;}
.flex.bottom {-webkit-align-items: flex-end; align-items: flex-end;}
.flex.column {-webkit-box-orient: vertical; flex-direction: column;}
.flex > * {flex-grow: 1; box-sizing: border-box; margin: 0 1%;}
.flex.rows > * {margin-bottom: 15px!important;}
.flex.f1 > * {flex: 1;}
.flex .f0 {flex-grow: 0; flex-shrink: 0;}
.flex .f34 {width: 73%; margin: 0 1%;}
.flex .f23 {width: 64.66%; margin: 0 1%;}
.flex .f2 {width: 48%; margin: 0 1%;}
.flex .f3 {width: 31.33%; margin: 0 1%;}
.flex .f4 {width: 24%; margin: 0 0.5%;}
.flex .f5 {width: 19%; margin: 0 0.5%;}
.flex.p1 > * {padding: 0 0.5%;}
.flex.p2 > * {padding: 0 1%;}
.flex.p3 > * {padding: 0 1.5%;}
.flex.p4 > * {padding: 0 2%;}
.flex.p5 > * {padding: 0 2.5%;}
.flex.p6 > * {padding: 0 3%;}
.flex:not(.rows).p1 > *:first-of-type, .flex:not(.rows).p2 > *:first-of-type, .flex:not(.rows).p3 > *:first-of-type, .flex:not(.rows).p4 > *:first-of-type, .flex:not(.rows).p5 > *:first-of-type, .flex:not(.rows).p6 > *:first-of-type {padding-left: 0;}
.flex:not(.rows).p1 > *:last-of-type, .flex:not(.rows).p2 > *:last-of-type, .flex:not(.rows).p3 > *:last-of-type, .flex:not(.rows).p4 > *:last-of-type, .flex:not(.rows).p5 > *:last-of-type, .flex:not(.rows).p6 > *:last-of-type {padding-right: 0;}
.flex:not(.rows) > *:first-of-type {margin-left: 0;}
.flex:not(.rows) > *:last-of-type {margin-right: 0;}
.abs-left {position: absolute; left: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-right {position: absolute; right: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-center {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translateX(-50%) translateY(-50%);}

.pad {padding: 30px 0;}

/*custom styles*/
*, *::before, *::after {box-sizing: border-box;}
body{font-family:'Poppins',sans-serif;font-size:15px;line-height:1.6;color:#32343c}
a{color:#3854c0}
h1{font-size:25px;line-height:normal;font-weight:700;color:#3854c0}
.entry-content img {max-width: 100%; height: auto;}
hr{margin:50px -20px 19px;opacity:.2;background-color:#32343c}
#header > .limit{padding-right:13px}
.header-logo{padding:15px 0 13px}
.header-logo h1, .header-logo h2 {margin: 0; font-size: 18px; line-height: 1.1;}
.header-logo h1 a, .header-logo h2 a {text-decoration: none;}
.header-logo .f0 {margin: 0 15px 0 0; line-height: 0;}
.header-phone{display:flex;align-items:center;justify-content:flex-end;margin-left:0;padding-left:23px;background-color:#f8f8f8;position:relative;flex-grow:0}
.header-phone::before{content:'';position:absolute;top:0;left:0;width:100vw;height:100%;background-color:#f8f8f8;z-index:-1}
.header-phone svg{display:block}
.header-phone__icon{margin-right:15px}
.header-phone a{color:#32343c;font-weight:500;letter-spacing:.7px}
.header-phone a:hover,.header-phone a:focus{text-decoration:none;color:#3854c0}
.home .site{max-width:100%;padding:0}
.home .site-content{padding:0!important;}
#page-wrap{padding:0}
.limit-sm{max-width:650px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}
.hero{color:#fff;text-align:center;padding-top:95px;padding-bottom:140px;background:url(//benchmarkehs.com/wp-content/uploads/hero-bg.jpg) center center / cover no-repeat}
.hero-icon{margin-bottom:17px}
.hero-text{font-size:40px;font-weight:800;text-shadow:0 10px 10px rgba(0,0,0,0.1);line-height:1.26;letter-spacing:.8px;margin-bottom:35px}
.hero-text h2 {font-size: inherit; margin: 0;}
.hero-text span{display:inline-block;position:relative;background:url(//benchmarkehs.com/wp-content/uploads/pattern.png) center center no-repeat;padding:0 3px}
.hero-subtitle{font-size:24px;font-weight:500;text-shadow:0 5px 5px rgba(0,0,0,0.05);letter-spacing:.5px;line-height:1.22}
.gradient-overlay{position:relative}
.gradient-overlay::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#3854c0 0%,#58e0e9 100%);opacity:.5}
.gradient-overlay > .limit, .gradient-overlay > .limit-sm{position:relative}
.info{padding:58px 0}
.info .flex > *{max-width:50%;margin:0}
.info-block{border-radius:10px;box-shadow:0 10px 30px 0 rgba(0,0,0,0.05);background-color:#fff;padding:30px;}
.info-title{font-size:25px;font-weight:700;letter-spacing:.5px;color:#3854c0;margin-bottom:30px;position: relative;}
.info-title::after {content: ""; position: absolute; left: -6px; top: 100%; width: 18px; height: 18px; background: url(//benchmarkehs.com/wp-content/uploads/sep.svg) no-repeat 0 0 / contain;}
.info-content{font-size:15px;margin-bottom:15px;line-height:1.5}
.info-btn{margin-top:18px}
.btn,input[type="submit"]{display:inline-block;border-radius:50px;background-color:#3854c0;color:#fff;border:2px solid #3854c0;font-size:16px;font-weight:500;line-height:32px;padding:0 25px;text-decoration: none!important;}
.btn--transparent{background-color:transparent;border-color:#58e0e9}
.btn:hover,.btn:focus,input[type="submit"]:hover,,input[type="submit"]:focus{text-decoration:none;background-color:transparent;color:#3854c0}
.btn:hover {background: #58e0e9; border-color: #58e0e9;}
.btn--transparent:hover,.btn--transparent:focus{background-color:#58e0e9;color:#fff}
.regulatory{margin-top:-52px;position:relative;z-index:1;background:url(//benchmarkehs.com/wp-content/uploads/regulatory-bg.png) top center / cover no-repeat;padding-top:111px}
.regulatory .info-block{position:relative;z-index:1}
.regulatory .info-img{position:absolute;width:calc(50vw + 95px);left:calc(50% - 95px);bottom:0}
.info-img img{display:block}
.permits{position:relative;background:url(//benchmarkehs.com/wp-content/uploads/permits-bg.jpg) center center / cover no-repeat}
.permits .info-img{position:absolute;width:calc(50vw - 60px);right:calc(50% + 60px);bottom:0;text-align:right}
.permits .info-img img{margin-left:auto}
.program{background:url(//benchmarkehs.com/wp-content/uploads/Lector.jpg) right center / cover no-repeat;padding-bottom:110px}
#footer{padding-top:35px;padding-bottom:35px;background-color:#32343c;color:#fff;position:relative}
.footer-clip{position:absolute;bottom:100%;left:0;width:100%;fill:#32343c}
.home #footer{background-color:#fff;color:#32343c;padding-top:20px}
.home .copy{color:rgba(50,52,60,0.5)}
.home .footer-clip{fill:#fff}
.footer-info{text-align:right}
.footer-address{font-style:normal;letter-spacing:.3px}
.copy{font-size:13px;color:rgba(255,255,255,0.5);letter-spacing:.3px}
.copy a:hover,.copy a:focus{color:#58e0e9;text-decoration:none}
.page-h-title-wrap{text-align:center;padding:110px 0;background-position:center center;-webkit-background-size:cover;background-size:cover;margin-bottom:33px}
.page-h-title{font-size:34px;font-weight:800;letter-spacing:.8px;color:#fff;line-height:1;text-shadow:0 10px 10px rgba(0,0,0,0.1);margin:0}
.sep{height:25px;display:block;background:url(//benchmarkehs.com/wp-content/uploads/sep.svg) left center no-repeat;margin-bottom:15px;margin-left:-15px}
.widget-area{padding-bottom:85px}
.widget-area .widget-title{font-size:22px;font-weight:700;text-shadow:0 10px 10px rgba(0,0,0,0.1);letter-spacing:.5px;color:#3854c0;line-height:1.3;position:relative;padding-bottom:15px;margin-bottom:15px}
.widget-area .widget-title::after{content:'';display:block;width:30px;height:2px;box-shadow:0 10px 10px 0 rgba(0,0,0,0.1);background-color:#58e0e9;position:absolute;bottom:0;left:0}
.widget-area .widget_text{border-radius:10px;box-shadow:0 10px 30px 0 rgba(0,0,0,0.05);background-color:#ebebeb;padding:22px;line-height:1.71;font-size:14px}
.widget-area .widget_text p{line-height:1.75;margin-bottom:18px}
.widget-area .widget_text p:last-child{margin-bottom:0}
.widget-area .widget_text.bg{color:#fff;position:relative;background:url(//benchmarkehs.com/wp-content/uploads/widget-bg.jpg) center center / cover no-repeat;overflow:hidden}
.widget-area .widget_text.bg .widget-title{color:#fff}
.widget-area .widget_text.bg > *{position:relative}
.widget-area .widget_text.bg::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#3854c0;opacity:.8}
.widget-area .widget_text .btn{font-size:14px;line-height:36px;padding:0 23px}
.decor-img{display:inline-block;position:relative;margin-bottom:20px}
.decor-img img{display:block}
.decor-img::before{content:'';display:block;position:absolute;width:25px;height:25px;background:url(//benchmarkehs.com/wp-content/uploads/sep.svg) center center no-repeat}
.decor-img::before{top:-14px;left:-15px}

@media screen and (max-width : 1200px){
	.themonic-nav .nav-menu > li > a {padding: 6px 10px;}
	.themonic-nav .nav-menu .menu-item-has-children > a {padding-right: 20px;}
	.themonic-nav .nav-menu .menu-item-has-children::after {right: 0;}
}

@media screen and (max-width : 1040px){
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {padding: 40px 0; box-sizing: border-box;}
	.flex.rows {width: 100%; margin-left: 0;}

	#header > .limit > .flex {flex-wrap:wrap;}
	#header > .limit > .flex .header-nav {order: 2; width: 100%; margin: 0;}
	.themonic-nav ul.nav-menu {text-align: center;}
	#header > .limit {padding-right: 20px;}
	.header-phone { padding-left: 40px;}
}
@media screen and (max-width : 850px){
	#main {display: block;}
	.site-content {padding: 30px 20px;}
	.widget-area {width: 100%; margin: 0; padding: 0 20px 30px;}

	.header-nav {text-align: right;}
	.info > .limit > .flex {flex-wrap: wrap;}
	.info .flex > * {max-width: 100%;width: 100%;}
	.info-block {order: 2;}
	.regulatory .info-img, .permits .info-img {position: static;width: 100%;}
}
@media screen and (max-width : 720px){
	.fbreak1 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak1.p1 > *, .flex.fbreak1.p2 > *, .flex.fbreak1.p3 > *,
	.flex.fbreak1.p4 > *, .flex.fbreak1.p5 > *, .flex.fbreak1.p6 > * {padding: 15px 0;}
	.fbreak1 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak1 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak1 > :last-of-type {margin: 0!important;}
	.f4-break {flex-flow: row wrap;}
	.f4-break > * {width: 48%!important; flex: auto!important; margin: 0 1% 15px!important;}
	.f4-break > *:nth-of-type(3), .f4-break > *:nth-of-type(4) {margin-bottom: 0!important;}

	.hero-text {font-size: 32px;}
}
@media screen and (max-width : 575px){
	.site-content {padding: 30px 20px;}
	.single img.attachment-post-thumbnail {float: none!important; display: block; margin: 0 auto 15px!important; max-width: 100%;}
	.nav-single, .nav-single #ns-next {text-align: center;}
	.nav-single span {display: none;}
	.nav-single .ns-ib {display: inline;}
	.right, .left {float: none; display: block; margin: 0 auto 15px;}
	img.right, img.left {max-width: 100%;}
	.fbreak2 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak2.p1 > *, .flex.fbreak2.p2 > *, .flex.fbreak2.p3 > *,
	.flex.fbreak2.p4 > *, .flex.fbreak2.p5 > *, .flex.fbreak2.p6 > * {padding: 15px 0;}
	.fbreak2 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak2 > *.m0, .fbreak2 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak2 > :last-of-type {margin: 0!important;}
	.f4-break.fbreak2 > *:nth-of-type(3) {margin-bottom: 15px!important;}
	.entry-content h1, .comment-content h1, h1.entry-title, .archive-title, .page-title {font-size: 24px;}
	.entry-content h2, .comment-content h2, .mu_register h2, h2.entry-title {font-size: 20px;}
	.entry-content h3, .comment-content h3, h3 {font-size: 16px;}

	.header-phone {padding-left: 15px;}
	.hero {padding-top: 75px;padding-bottom: 150px;}
	.footer-logo, .footer-info {text-align: center;}
	.page-h-title-wrap {padding: 50px 0; margin: 0 0 15px;}
	.page-h-title {font-size: 26px; font-weight: 700;}
}
@media screen and (max-width : 425px){
	.header-logo, .header-phone {width: 100%;margin: 0;}
	.header-logo img {margin-left: auto;margin-right: auto;}
	.header-phone {background: transparent; justify-content: flex-start;padding-left: 0;width: 65%;}
	.header-phone::before {display: none;}
	#header > .limit > .flex .header-nav {width: 35%;}
	#header > .limit, .limit, .site-content, .widget-area {padding-left: 15px;padding-right: 15px;}
	.hero {padding-top: 50px;padding-bottom: 125px;}
	.hero-icon img {width: 75px;}
	.hero-text {font-size: 28px;}
	.hero-text {font-size: 22px;margin-bottom: 20px;}
	.hero-subtitle {font-size: 18px;}
	.info-block {padding: 20px 25px 30px;}
	.sep {margin-left: -5px;}

	.info {padding: 50px 0;}
	.info-title {font-size: 22px;}
	.regulatory {padding-top: 50px;}
	.program {padding-bottom: 75px;}

	.widget-area .widget_text {padding: 20px 20px 25px;}
}.wp-admin .updraftupdatesnotice-yourversiontested {display: none;}
.term-php #wpseo_meta {display: none;}