/***************************************************************************************
Theme Name: ExciteMedia Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.4.0
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
***************************************************************************************/

/******************************************
 GENERAL STYLES
******************************************/
/* Font Faces - BEGIN */
@font-face {
    font-family: 'fs_me';
    src: url('library/fonts/fsme-regular-webfont.woff2') format('woff2'),
         url('library/fonts/fsme-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'fs_me';
	src: url('library/fonts/fsme-bold-webfont.woff2') format('woff2'),
	     url('library/fonts/fsme-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
/* Font Faces - END */

html {
	font-size: 100% !important;
}
body {
	color: #323A3B;
	font-family: 'proxima-nova', sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.625em;
}
h1, h2, h3, h4, h5, h6 {
	color: #272525;
	font-family: 'DIN Condensed', sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 12px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 2.3rem;
}
h2 {
	font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 1.05em;
    margin-bottom: 10px;
}
h3 {
	font-size: 1.75rem;
    line-height: 1.32143em;
    letter-spacing: .020em;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
	margin-top: 24px;
    margin-bottom: 24px;
}
h6 {
	font-family: 'proxima-nova';
	font-weight: 500;
	font-size: 1.25rem;
}
a {
	color: #68B9BC;
	outline: none;
	text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
	color: #419a9d;
	text-decoration: underline;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	border: 0;
	max-width: 100%;
	position: relative;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
	height: auto !important;
}
img:before {
	background-color: #efefef;
	border: 2px dotted rgb(200, 200, 200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: 100px;
	width: 100%;
}
img:after {
	color: rgb(100, 100, 100);
	content: "\f127" " Broken Image of " attr(alt);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
img:-moz-loading:after,
img:-moz-loading:before {
  visibility: hidden;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin-bottom: 26px;
	margin-top: 26px;
	padding: 0;
}
table {
	margin: 20px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ccc;
	color: transparent;
	height: 1px;
	margin: 20px 0;
}
::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { opacity: 1; }
iframe {
	max-width: 100%;
}
#post-not-found {
	padding-top: 30px;
	text-align: center;
}
.em-googlemap,
.acf-map {
	position:relative;
}
.overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.twenty20 {
	max-width: 100%;
}
.extra-content,
.mainbody {
	padding: 100px 0;
}


/******************************************
 CONTENT PANELS
******************************************/
/* Content Panel default settings */
.extra-content,
.extra-content-col-inner {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Custom width container */
.container-custom-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

/* Use Divup plugin to create boostrap grid in the WP editor */
.divup-wrap.row .div-1 {
	display: none;
}

/* More support for Bootstrap Grid */
.align-items-stretch .extra-content-col-inner {
    height: 100%;
}


/******************************************
 TYPOGRAPHY
******************************************/
.font-100 {
	font-weight: 100;
}
.font-200 {
	font-weight: 200;
}
.font-300 {
	font-weight: 300;
}
.font-400 {
	font-weight: 400;
}
.font-500 {
	font-weight: 500;
}
.font-600 {
	font-weight: 600;
}
.font-700 {
	font-weight: 700;
}
.font-800 {
	font-weight: 800;
}
.font-900 {
	font-weight: 900;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	-webkit-appearance: none;
	background-color: #fff;
	border: 0 none;
	color: #000000;
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: 15px;
	margin: 0;
	max-width: 100%;
	padding: 21px 24px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium,
div.gform_wrapper .left_label input.medium, div.gform_wrapper .left_label select.medium,
div.gform_wrapper .top_label input.large, div.gform_wrapper .top_label select.large,
div.gform_wrapper .left_label input.large, div.gform_wrapper .left_label select.large {
	width: 100%;
}
input[type="password"] {
	letter-spacing: 0.3em;
}
textarea,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper textarea.textarea {
	height: 200px;
	width: 100%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
	background-size: 9px 5px;
	background-position: right .5rem center;
	background-repeat: no-repeat;
    padding: 0 1rem 0 5px;
}
.gform_wrapper .top_label input[type="file"].medium {
	font-size: inherit;
	font-weight: inherit;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 40px;
}
input[type="submit"], button,
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce input.button,
div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
	background-color: #F09C67;
	border: 2px solid rgba(0,0,0,0);
	color: #fff;
	display: inline-block;
	font: bold 1.5rem/1.2em 'DIN Condensed', sans-serif;
	padding: 9px 15px;
	letter-spacing: .020em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	display: block;
}
input[type="submit"]:hover, button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce input.button:hover,
div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type="image"]:hover, div.gform_wrapper .gform_footer input[type="submit"]:hover,
div.gform_wrapper .gform_page_footer .button.gform_button:hover, div.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
	background-color: #EE782E;
	color: #fff;
	text-decoration: none;
}
a.em-button {
	background-color: #F09C67;
	border: 2px solid rgba(0,0,0,0);
	color: #FFFFFF;
	display: inline-block;
	font: bold 1.5rem/1.2em 'DIN Condensed', sans-serif;
	padding: 10px 17px;
	letter-spacing: .020em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
a.em-green-background {
	background-color: #91D11E;
}
a.em-green-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #91D11E;
	color: #91D11E;
}
a.em-blue-background {
	background-color: #166988;
}
a.em-blue-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #009ED2;
	color: #166988;
}
a.em-white-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #fff;
	color: #fff;
}
a.em-white-background {
	background-color: #fff;
	color: #3E4047;
}
a.em-black-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #272525;
	color: #272525;
}
a.em-black-background {
	background-color: #243444;
	color: #243444;
}
a.em-red-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #ED1B24;
	color: #ED1B24;
}
a.em-red-background {
	background-color: #ED1B24;
	color: #fff;
}
a.em-rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.em-button:hover {
	background-color: #ff6600;
	color: #fff;
	text-decoration: none;
}
a.em-green-border:hover,
a.em-green-background:hover {
	background-color: #70A80B;
	color: #fff;
}
a.em-blue-background:hover {
	background-color: #1d88af;
}
a.em-blue-border:hover {
	background-color: #166988;
	color: #fff;
}
a.em-white-border:hover,
a.em-white-background:hover {
	background-color: #172635;
	color: #fff;
}
a.em-black-border:hover,
a.em-black-background:hover {
	background-color: #111e2b;
	color: #fff;
}
a.em-red-border:hover {
	background-color: #ED1B24;
	color: #fff;
}
a.em-red-background:hover {
	background-color: #d4111b;
	color: #fff;
}
a.pdf-link:before, a.doc-link:before {
	font-family: FontAwesome;
	font-size: 30px;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 0;
}
a.doc-link:before {
	content: "\f0f6";
}
a.pdf-link:before {
	content: "\f1c1";
}
a.pdf-link, a.doc-link {
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
    padding: 8px 0 6px 53px;
	position: relative;
}
a.hyper-link {
	background: url(library/images/icon-link@2x.png) no-repeat 0 7px;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
	font-weight: 500;
	padding: 0 0 0 32px;
	text-decoration: none;
}
p.testimonial {
	border-left: 7px solid #009ED2;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.54545455em;
	margin: 22px 0;
	padding-left: 25px;
}
.list-inline {
	list-style: none;
	margin-left: -8px;
	margin-right: -8px;
	padding-left: 0;
}
.list-inline li {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
}
.green-dot,
.blue-dot,
.black-dot {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.green-dot ul,
.blue-dot ul,
.black-dot ul {
	list-style: none;
	margin-left: 1rem;
	padding-left: 0;
}
.green-dot li:before,
.blue-dot li:before,
.black-dot li:before {
	background: #009ED2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 4px;
}
.black-dot li:before {
	background: #272525;
}
.green-dot {
	margin: -9px 0;
}
.green-dot li {
	min-height: 32px;
}
.green-dot li:before {
	background: transparent;
	border: 2px solid #91D11E;
}
.blue-dot li,
.green-dot li,
.black-dot li {
	padding: 0 0 0 33px;
	position: relative;
	margin: 17px 0;
}
.list-check-square,
.list-check {
	list-style: none;
	padding: 0;
}
.list-check-square li {
	background: url(library/images/check-square@2x.png) no-repeat 0 0.12em;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	-o-background-size: 21px auto;
	background-size: 21px auto;
	margin: 1rem 0;
	padding-left: 30px;
}
.list-check li:before {
	color: #166988;
	content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
}
.list-check li {
	font-weight: normal;
	margin: 1rem 0;
	padding-left: 40px;
	position: relative;
}
.no-bullet {
	margin-left: 0;
	padding: 0;
}
.no-bullet li ul, .no-bullet li ol {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 0;
}
ul.square, ol.square {
	list-style-type: square;
}
ul.circle, ol.circle {
	list-style-type: circle;
}
ul.disc, ol.disc {
	list-style-type: disc;
}
ul.no-bullet, ol.no-bullet {
	list-style: none;
}
ul.d-xl-flex, ul.d-lg-flex, ul.d-md-flex, ul.d-sm-flex, ul.d-flex,
ol.d-xl-flex, ol.d-lg-flex, ol.d-md-flex, ul.d-sm-flex, ol.d-flex {
	list-style: none;
	margin: 26px -15px;
	padding: 0;
}
ul.d-xl-flex li, ul.d-lg-flex li, ul.d-md-flex li, ul.d-sm-flex li, ul.d-flex li,
ol.d-xl-flex li, ol.d-lg-flex li, ol.d-md-flex li, ul.d-sm-flex li, ol.d-flex li {
	padding: 0 15px;
}
ul.justify-content-center,
ol.justify-content-center {
    text-align: center;
}
table.table-style-1 {
	background: #0d294a5;
}
.table-style-1 td, .table-style-1 th {
	border-bottom: none;
	border-left: 1px solid #fff;
	border-right: none;
	border-top: 1px solid #fff;
	padding: 13px 15px 13px;
	text-align: left;
}
.table-style-1 th {
	background: #152e54;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.333333em;
}
.table-style-1 tr td:first-child, .table-style-1 tr th:first-child {
	border-left: none;
}
.table-style-1 tr:nth-child(2n) td {
	background: #e1e5ec;
}
code {
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	color: #333333;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	padding: 0 5px;
}
abbr, acronym {
	color: #222;
	cursor: help;
	font-size: 90%;
	text-transform: uppercase;
}
abbr {
	text-transform: none;
}
abbr[title] {
	border-bottom: 1px dotted #DDDDDD;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 18px;
	margin-top: 4px;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.mce-content-body img[data-wp-more] {
	height: 16px !important;
}

@media (max-width: 1400px) {
	.jqTransformSelectWrapper div span,
	.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
		line-height: 42px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 42px;
	}
}

@media (max-width: 1199.98px) {
	.jqTransformSelectWrapper div span,
	.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
		line-height: 38px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 38px;
	}

    /*
	 * Responsive Table
	*/

	/* Force table to not be like tables anymore */
	.notable-lg, .notable-lg thead, .notable-lg tbody, .notable-lg tfoot, .notable-lg tr, .notable-lg th, .notable-lg td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable-lg thead tr, .notable-lg th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.notable-lg td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable-lg td:before {
		display: block;
		font-weight: bold;
		text-align:left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable-lg td:before {
		content: attr(data-heading);
	}
}

@media (max-width: 991.98px) {
	a.pdf-link:after, a.doc-link:after {
		right: 0;
	}
	a.pdf-link, a.doc-link {
		padding-right: 40px;
	}

    /*
	 * Responsive Table
	*/

	/* Force table to not be like tables anymore */
	.notable-md, .notable-md thead, .notable-md tbody, .notable-md tfoot, .notable-md tr, .notable-md th, .notable-md td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable-md thead tr, .notable-md th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.notable-md td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable-md td:before {
		display: block;
		font-weight: bold;
		text-align:left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable-md td:before {
		content: attr(data-heading);
	}
}

@media (max-width: 767.98px) {
	/*
	 * Responsive Table
	*/

	/* Force table to not be like tables anymore */
	.notable, .notable thead, .notable tbody, .notable tfoot, .notable tr, .notable th, .notable td,
	.table-style-1, .table-style-1 thead, .table-style-1 tbody, .table-style-1 tfoot .table-style-1 tr, .table-style-1 th, .table-style-1 td,
	.table-style-2, .table-style-2 thead, .table-style-2 tbody, .table-style-2 tfoot, .table-style-2 tr, .table-style-2 th, .table-style-2 td,
	.shop_table, .shop_table thead, .shop_table tbody, .shop_table tfoot, .shop_table tr, .shop_table th, .shop_table td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable thead tr, .notable th,
	.table-style-1 thead tr, .table-style-1 th,
	.table-style-2 thead tr, .table-style-2 th,
	.shop_table thead tr, .shop_table th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-style-2 tr {
		border-top: 1px solid #e5e5e5;
	}
	.table-style-2 tbody tr:first-child {
		border-top: none;
	}
	.notable td,
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		display: block;
		font-weight: bold;
		text-align:left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		content: attr(data-heading);
	}

	/* Custom Style */
	.shop_table tr {
		border-top: 1px solid #e5e5e5;
	}
	.shop_table tbody tr:first-child {
		border-top: none;
	}
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		padding: 0 10px 10px !important;
		width: auto !important;
	}
	.shop_table td {
		border-top: none !important;
	}
	.table-style-1 tr td:first-child,
	.table-style-2 tr td:first-child,
	.shop_table tr td:first-child, .shop_table tr th:first-child {
		padding-top: 10px !important;
	}
	.product-remove {
		line-height: 0.9em;
	}
	.list-check li {
		padding-left: 27px;
	}
	.list-check-square li {
		-webkit-background-size: 16px auto;
		-moz-background-size: 16px auto;
		-o-background-size: 16px auto;
		background-size: 16px auto;
	}
}

@media (max-width: 641px) {
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: inherit;
		margin-bottom: 0;
	}
}

@media (max-width: 575.98px) {
	p.testimonial {
		border-left-width: 8px;
		padding-left: 15px;
	}
	a.pdf-link, a.doc-link {
		padding-left: 40px;
	}
}


/******************************************
 SIDEBAR
******************************************/
.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
	background: #b8b8b8;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.006em;
	padding: 22px 15px 21px 20px;
	position: relative;
	text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
	background: #152e54;
}


/******************************************
 IMAGE SCROLLER
******************************************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}
.em-image-slider {
	overflow: hidden;
}
.image-scrollbox > ul {
	*zoom: 1;
}
.image-scrollbox > ul:before,
.image-scrollbox > ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.image-scrollbox > ul:after {
	clear: both;
}
.image-scrollbox > ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
	width: 5000px;
}
.image-scrollbox > ul li {
	float: left;
	margin: 0 40px 0 0;
}


/******************************************
 ACCORDION
******************************************/
.accordion {
	margin: -20px 0 30px;
}
.accordion > p {
	display: none; /* Fix empty P tag */
}
h3.accordion-title:before {
	content: "\002B";
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1em;
	margin-top: -9px;
	position: absolute;
	right: 25px;
	top: 50%;
}
h3.accordion-title.open:before {
	content: "\2212";
}
h3.accordion-title {
	border: 2px solid #ED1B24;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 50px 0 0;
	padding: 30px 60px 30px 30px;
	position: relative;
}
h3.accordion-title.open {
	background: #009ED2;
	border-color: #009ED2;
	color: #fff;
}
.accordion-content {
	background: #F2F2F2;
	margin: 0;
	padding: 15px 40px;
}


/******************************************
 WP-TILES
******************************************/
div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}


/******************************************
 FLEXSLIDER
******************************************/
.flexslider {
	background: none;
	border: none;
}
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a:before {
	color: rgba(0,0,0,0.4);
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 34px;
	text-indent: 0;
	text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
	content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
	content: "\f105";
}
.flex-direction-nav a:hover:before {
	color: rgba(0,0,0,1);
}
.flex-direction-nav a {
	font-size: 0;
	line-height: 0;
	opacity: 1 !important;
	outline: none;
	text-indent: -999em;
	width: 25px;
}
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next{
	right: 0;
}
.flexslider .slides img {
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}


/******************************************
 NEXTGEN FLEXSLIDER
******************************************/
.flexslider.em-nextgen-flexslider {
	margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
	margin-right: 36px;
}

/******************************************
GRAVITY FORM
******************************************/
div.gform_wrapper {
	margin: 0;
	max-width: none;
}
div.gform_wrapper ul.gform_fields li.gfield {
	margin: 25px 0;
	padding-right: 0;
}
.gform_wrapper form li #extensions_message {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
	display: block;
	font-weight: inherit;
	margin: 0 0 4px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .gform_footer {
	margin: 20px 0 0;
	padding: 0;
}
.ui-datepicker-title select {
	height: auto;
	width: auto;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}

@media (max-width: 640px) {
	div.gform_wrapper ul.gform_fields {
	    margin-right: 0 !important;
	}
}


/******************************************
 BLOG
******************************************/
.img-zoom {
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.img-zoom:hover {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);

	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post {
	position: relative;
	margin-bottom: 47px;
    padding-bottom: 50px;
}
.postlist .post:after {
	content: '';
	width: 1920px;
	left: 15px;
	bottom: 0;
	height: 3px;
	background: #C2C6C9;
	position: absolute;
	opacity: .50;
}
.postlist .post:before {
	content: '';
    width: 9px;
    left: 0;
    bottom: -6px;
    height: 9px;
    border: 3px solid #C2C6C9;
    border-radius: 50px;
    position: absolute;
	opacity: .50;
}
.post-list-main:after {
	content: '';
	clear: both;
	display: block;
}
.post-list-date {
	font-size: 0.875rem;
	margin-bottom: 14px;
}
.post-list-date a {
	text-decoration: underline;
}
h2.entry-title {
	font-size: 1.25rem;
    font-family: proxima-nova;
    margin-bottom: 10px;
    line-height: 1.3em;
    letter-spacing: .020em;
	text-transform: none;
}
h2.entry-title a {
	color: #181D23;
}
.post-list-thumbnail {
	position: relative;
	overflow: hidden;
}
.post-list-thumbnail a.em-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.post-list-content p {
	margin-top: 0;
	max-width: 344px;
}
.post-list-content a.excerpt-read-more {
	display: none;
}
.post-tags:before {
	content: "\f02c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}
.post-tags {
	font-size: 0.875rem;
	margin: 15px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
h1.single-title {
	font-size: 2.5rem;
    font-family: 'proxima-nova';
    text-align: center;
    line-height: 1.2em;
}
.post-image {
	margin: 21px 0;
	text-align: center;
}


/******************************************
 NAVIGATION
******************************************/
nav.main-nav {
	float: right;
	margin-right: 40px;
	min-width: max-content;
	
}
nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li {
	float: left;
	position: relative;
}
nav.main-nav ul.nav > li > a {
	color: #FFF;
	display: block;
	font: 500 1rem/26px 'proxima-nova', sans-serif;
	padding: 21px 22px 36px;
	position: relative;
	text-decoration: none;
	z-index: 1;
	text-transform: uppercase;
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	margin-left: 7px;
	margin-top: -2px;
	-webkit-transition: transform 0.25s ease;
	-moz-transition: transform 0.25s ease;
	-ms-transition: transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	vertical-align: middle;
	color: #91D11E;
}
nav.main-nav ul.nav > li.menu-item-has-children.menu-item-opened > a:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: FlipV;
}
nav.main-nav ul.nav > li:hover > a,
nav.main-nav ul.nav > li.hover > a {
	color: #91D11E;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {
	color: #FFF;
}
nav.main-nav ul.nav > li.current-menu-item > a:before,
nav.main-nav ul.nav > li.current-parent-item > a:before,
nav.main-nav ul.nav > li.current-menu-ancestor > a:before {
	content: '';
	width: calc(100% - 30px);
	height: 5px;
	background-color: #EAF7FE;
	position: absolute;
	left: 15px;
	bottom: 0;
}
nav.main-nav ul.nav li ul {
	background: #F09C67;
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	visibility: hidden;
	width: 270px;
	box-shadow: 0 4px 7px -3px rgba(0,0,0,.5);
}
nav.main-nav ul.nav li:hover > ul,
nav.main-nav ul.nav li.hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 15px;
	top: 100%;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #fff;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #fff;
	display: block;
	font: normal 1.0625rem/1.3em 'proxima-nova', sans-serif;
	padding: 8px 14px;
	text-decoration: none;
}
nav.main-nav ul.nav li ul li a:hover {
	background: #243444;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a {
	background: #91D11E;
}


/******************************************
 SUPERFLY MENU
******************************************/
.sfm-rollback {
	display: none;
}
div.sfm-label-metro .sfm-navicon-button {
	background: rgba(0,0,0,0);
	right: 15px;
}
div.sfm-label-metro .sfm-navicon, div#sfm-mob-navbar .sfm-navicon, div.sfm-label-metro .sfm-navicon:after, div#sfm-mob-navbar .sfm-navicon:after, div.sfm-label-metro .sfm-navicon:before, div#sfm-mob-navbar .sfm-navicon:before {
	background: #91D11E;
}
div#sfm-sidebar .sfm-menu li:after {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li > a:before {
	background: #91D11E;
}
#sfm-sidebar .sfm-menu li > a span {
	text-transform: none;
}
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
	width: 45px;
}
.sfm-navicon {
	width: 45px;
}
.sfm-navicon-button {
	padding: 20px 8px;
}


/******************************************
 LAYOUT STYLES
******************************************/
/*** Enter your style for global layout here ***/
body {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}
blockquote {
	background: rgba(145,209,30,.10);
    margin: 60px 0;
    padding: 71px 80px;
    font-size: 1.25rem;
    line-height: 1.5em;
    font-weight: 500;
}
.mt-23 {
	margin-top: 23px;
	margin-bottom: -23px;
}
.last-mb-0 p:last-child {
	margin-bottom: 0;
}
.height100 .extra-content-col-inner {
	height: 100%;
	padding: 58px 54px;
}
.height100 h2 {
	margin-bottom: 36px;
}
.broken-glass-bg {
	position: relative;
}
.broken-glass-bg:before {
	content: '';
    width: 189px;
    height: 135px;
    background: url(library/images/broken-glass2-img.png);
    position: absolute;
    bottom: -100px;
    left: -97px;
}
.outer-main-header {
	min-height: 126px;
}
.container {
	max-width: 1212px;
}
.white-texts * {
	color: #FFF;
}
.box-green,
.box-white {
	font-size: 2.375rem;
	line-height: 1em;
    letter-spacing: .020em;
    padding: 12px 26px 11px;
    display: inline-block;
    vertical-align: middle;
}
.box-green {
	background: #91D11E;
    color: #FFF;
}
.box-white {
	background: #FFF;
	color: #243444;
}
.box-green.wcircle,
.box-white.wcircle {
	position: relative;
}
.box-green.wcircle:before,
.box-white.wcircle:before {
    content: '';
    width: 39px;
    height: 3px;
    background: #91D11E;
    position: absolute;
    right: -39px;
    top: 50%;
    margin-top: -2px;
}
.box-white.wcircle:before {
	background: #FFF;
}
.box-green.wcircle:after,
.box-white.wcircle:after {
    content: '';
    width: 9px;
    height: 9px;
    border: 3px solid #91D11E;
    border-radius: 50px;
    position: absolute;
    right: -54px;
    top: 50%;
    margin-top: -8px;
}
.box-white.wcircle:after {
	border-color: #FFF;
}
.grey-box-section .extra-content-col-inner {
	padding: 35px 175px;
}
/* MAIN HEADER */
.main-header,
.main-header * {
	-webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.main-header {
	background-color: #243444;
    padding-left: 60px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.main-header .container {
	max-width: 100%;
	padding: 0;
}
.header-phone a {
	font-family: 'DIN Condensed';
    font-size: 1.375rem;
    color: #FFF;
}
.header-phone a span {
	color: #ffffff;
}
.header-phone a img {
	margin-top: -4px;
}
.header-phone a.em-button {
	font-size: 20px;
    padding: 8px 17px 7px;
	margin-left: 17px;
}
.header-phone a.icon-phone-blue {
    margin-right: 12px;
}
.logo img {
	max-width: 180.6666666666667px;
}
.main-header.sticky {
	position: fixed;
	background: #243444 !important;
}
.main-header.sticky .header-right-top {
	display: none;
}
.main-header.sticky .logo img {
    max-width: 130.666667px;
}
.main-header.sticky nav.main-nav ul.nav > li > a {
	padding-bottom: 22px;
}
/*REPORT LIST*/
.reports-list {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.reports-list li {
	float: left;
    margin: 0 15px;
    width: calc(25% - 30px);
    background: #FFFFFF;
    border: 2px solid #C2C6C9;
    line-height: 1.125em;
	min-height: 125px;
    padding: 20px 15px 20px 108px;
	position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.reports-list li > span {
	font-family: 'DIN condensed';
    font-size: 4.375rem;
    line-height: normal;
    margin-right: 12px;
	position: absolute;
	left: 20px;
	top: 50%;
    margin-top: -40px;
}
.logos-list {
	list-style: none;
	padding: 0;
	margin: 0 -13px;
	width: 805px;
	text-align: center;
}
/*LOGO LIST*/
.logos-list li {
	width: calc(33.333333% - 26px);
    float: left;
    margin: 13px;
    background: #192734;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-ms-flex-pack: justify !important;
	justify-content: center;
    min-height: 188px;
}
.logos-list li:nth-of-type(3n - 1) {
    margin-top: -10px;
}
/*TAB LIST*/
.tabs-list {
	list-style: none;
	padding: 0;
	margin: 61px -6px 0;
}
.tabs-list * {
	-webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.tabs-list li {
	float: left;
    margin: 0 6px;
    min-width: 285px;
    padding: 28px 44px 24px;
    border: 2px solid #243444;
    text-align: center;
    border-bottom: 0 none;
    font-family: 'DIN condensed';
    font-weight: 700;
    font-size: 1.625rem;
    color: #243444;
	cursor: pointer;
	letter-spacing: .015em;
}
.tabs-list li:hover {
	color: #91D11E;
}
.tabs-list li.active-tab {
	color: #FFF;
	background: #C4C8CB;
	border-color: #C4C8CB;
	cursor: auto;
}
.reports-list:after,
.logos-list:after,
.tabs-list:after {
	content: '';
	clear: both;
	display: block;
}
.tab-content {
	background: #FFFFFF;
	overflow: hidden;
}
.tab-content h3 {
	font-size: 1.875rem;
    line-height: 1.233333em;
	margin-bottom: 0;
}
.tab-content p {
    margin: 12px 0 26px;
}
.tab-content p:last-of-type {
    margin-bottom: 0;
}
.tab-content td:first-of-type {
    padding: 0 76px 0 85px;
}
.tab-content td img {
    margin: -1px -1px -1px 1px;
}
/*FLEXIBLE SOLUTIONS LIST*/
.flexible-solutions-list {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flexible-solutions-list li {
	width: calc(33.333333% - 30px);
	margin: 16px 15px;
	position: relative;
	padding-left: 97px;
}
.flexible-solutions-list li span {
	width: 71px;
	height: 71px;
	border: 2px solid #91D11E;
	border-radius: 71px;
	position: absolute;
	left: 0;
	top: 19px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-ms-flex-pack: justify !important;
	justify-content: center;
}
.flexible-solutions-list li strong {
	font-family: DIN Condensed;
    font-size: 1.5rem;
    letter-spacing: .010em;
	margin-bottom: -19px;
	display: block;
}
/*BOTTOM BAR*/
.bottom-bar {
	background-image: url('library/images/bottom-bar-bg.jpg');
	background-size: cover;
	background-position: center;
	padding: 118px 0 93px;
}
.bottom-bar p {
	color: #FFF;
	margin-bottom: 16px;
    margin-top: 16px;
	font-size: 1.1875rem;
}
.bottom-bar p > span {
    font-size: 1.125rem;
    letter-spacing: -.020em;
    margin-top: 11px;
    display: block;
}
.bottom-bar a.em-button {
	font-size: 1.75rem;
}
.bottom-bar .box-white {
	font-size: 3rem;
	letter-spacing: 0;
	margin-bottom: 6px;
}
.bottom-bar span a {
    color: #FFF;
    text-decoration: underline;
}
/*FOOTER*/
.main-footer {
	overflow: hidden;
}
.main-footer .container {
	padding: 0;
}
.top-footer {
	padding: 55px 0 38px;
	border-bottom: 2px solid rgba(194,198,201,.50);
}
.top-footer i.fa {
	width: 57px;
    height: 57px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 50px;
    font-size: 33px;
    line-height: 57px;
    color: #243444;
}
.top-footer a {
	color: #181D23;
}
.top-footer a:hover {
	color: #91D11E;
}
.top-footer i.fa:hover {
	color: #91D11E;
}
.top-footer .col-lg-8 > ul,
.top-footer .col-lg-8 > p {
	display: inline-block;
	vertical-align: middle;
}
.top-footer .col-lg-8 > p {
	margin: 10px 0 10px 57px;
}
.top-footer .col-lg-8 > p a {
    font-size: 1.625rem;
    font-family: DIN Condensed;
    font-weight: bold;
    letter-spacing: .020em;
}
.top-footer .col-lg-8 > p a img {
    margin-top: -6px;
    margin-right: 7px;
}
.bottom-footer {
	margin-top: 46px;
}
.bottom-footer ul {
	margin-left: 0;
	margin-right: 0;
}
.bottom-footer li {
	padding-left: 29px;
    position: relative;
    width: 32%;
    line-height: 1.375em;
    margin: 0;
}
.bottom-footer li strong {
	font-family: DIN Condensed;
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: .020em;
    display: block;
	margin-bottom: 11px;
}
.bottom-footer li br {
	display: none;
}
.bottom-footer li img {
	position: absolute;
	left: 0;
	top: 0;
}
.bottom-footer .col-lg-4 {
	text-align: right;
}
.bottom-footer .col-lg-4 > div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 130px;
}
.bottom-footer .col-lg-4 > div:last-of-type {
	width: 210px;
}
.bottom-footer .col-lg-4 h5 {
	font-family: DIN Condensed;
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: .020em;
    display: block;
    margin: 10px 0 0;
}
.bottom-footer .col-lg-4 p {
	letter-spacing: -.020em;
	line-height: 1.875em;
    margin: 1px 0;
}
.bottom-footer .col-lg-4 p a {
	color: #181D23;
}
.bottom-footer .col-lg-4 p a:hover {
	color: #91D11E;
}
.footer-bottom {
	font-size: 14px;
	color: #FFF;
	background: #243444;
	position: relative;
	text-align: center;
	padding: 7px 0;
	margin-top: 102px;
}
.footer-bottom:before {
	content: '';
	width: calc(100% + 1920px);
	background: #243444;
	height: 100%;
	position: absolute;
	top: 0;
	left: -50%;
	z-index: -1;
}
.footer-bottom a {
	color: #FFF;
}
.footer-divider {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

/*** Homepage - Enter any style for elements on homepage here ***/
.home .main-header {
	background: transparent;
}
.banner-area {
	background-image: url(library/images/home-banner-bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 203px 0 105px;
}
.banner-area * {
	color: #FFF;
}
.banner-area h1 {
	font-family: DIN;
    font-weight: 900;
    font-size: 6.25rem;
    line-height: .44em;
    text-transform: uppercase;
    color: #91D11E;
	margin-bottom: 68px;
	position: relative;
	z-index: 1;
}
.banner-area h1:before {
    content: '';
    width: 46px;
    height: 44px;
    background: url(library/images/quote-icon.png) center no-repeat;
    position: absolute;
    top: -30px;
    left: -41px;
}
.banner-area h1 span {
	font-family: 'DIN Condensed';
	font-weight: 700;
    font-size: 3.625rem;
    line-height: 1em;
    text-transform: uppercase;
    color: #181D23;
	background: #FFF;
	display: inline-block;
	padding: 12px 14px;
	margin-left: -8px;
	z-index: -1;
}
.banner-area h4 {
	font-family: proxima-nova;
    font-weight: normal;
    line-height: 1.166666em;
    max-width: 605px;
	margin-bottom: 38px;
}
.banner-area a.em-white-border {
	padding: 10px 36px;
}
.banner-area ul.list-inline span {
    font-size: 12px;
    line-height: 16px;
    max-width: 260px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}
.banner-area .list-inline {
	margin-left: -6px;
	margin-right: -6px;
}
.banner-area .list-inline li {
	padding-left: 6px;
    padding-right: 6px;
}
/*REPORT SECTION*/
.reports-section {
	padding: 91px 0 53px;
}
/*DATA BREACHES CAN BE COSTLY TO YOU AND YOUR REPUTATION.*/
.how-we-help-list {
	margin-top: 57px;
}
.how-we-help-list * {
	-webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.how-we-help-list .col-lg-3 .extra-content-col-inner {
	position: relative;
	height: 100%;
	padding-bottom: 153px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}
.how-we-help-list .col-lg-3 .extra-content-col-inner:before {
	content: '';
	height: 7px;
	width: 100%;
	background-color: #C2C6C9;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	right: 0;
}
.how-we-help-list .col-lg-3 .extra-content-col-inner:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -53px;
    left: 0;
    background: transparent;
    border-radius: 8px;
    z-index: -1;
}
.how-we-help-list .col-lg-3 .extra-content-col-inner:hover:before {
	background: #91D11E;
}
.how-we-help-list .col-lg-3 .extra-content-col-inner:hover:after {
	background: #243444;
}
.how-we-help-list .col-lg-3 .extra-content-col-inner:hover img {
	filter: brightness(0) invert(1);
}
/*.how-we-help-list .col-lg-3 .extra-content-col-inner:hover {
	padding-left: 25px;
	padding-right: 25px;
}*/
.how-we-help-list .col-lg-3 .extra-content-col-inner:hover a.em-button {
	left: 25px;
	border-color: #FFF;
	color: #FFF;
}
.how-we-help-list .col-lg-3 .extra-content-col-inner:hover * {
	color: #FFF;
}
.how-we-help-list p {
    margin: 18px 0;
}
.how-we-help-list h3 {
    margin-bottom: -8px;
	min-height: 74px;
}
.how-we-help-list a.em-button {
	position: absolute;
	left: 25px;
	bottom: 95px;
	font-size: 1.25rem;
	padding: 11px 20px;
}
/*PARTNERING WITH THE BEST IN THE BUSINESS TO ACHIEVE THE BEST RESULTS*/
.security-assessment-section {
	padding: 92px 0 0;
	overflow: hidden;
}
.security-assessment-section p {
	margin-bottom: 16px;
    margin-top: 10px;
}
.security-assessment-section a.em-button {
	margin-top: 39px;
	margin-bottom: 65px;
}
.security-assessment-section .col-lg-6 .extra-content-col-inner {
	margin-bottom: -36px;
}
/*TABS*/
.tab-contents-section {
	padding: 70px 0 74px;
}
.tab-contents-section a.em-button {
	font-size: 1.25rem;
    padding: 11px 20px;
}
h4.mobile_tab {
	display: none;
}
/*PROVIDING FLEXIBLE SOLUTIONS ON ENTERPRISE LEVEL*/
.flexible-solutions-section h2 {
	margin-bottom: 36px;
}
.flexible-solutions-section .testimonial-list {
	margin-top: 88px;
}
/*TESTIMONIAL*/
.testimonial-list {
	border: 8px solid #91D11E;
}
.testimonial-list h4 {
    font-size: 2rem;
    line-height: 1.15625em;
    margin: 0;
	letter-spacing: -.010em;
}
.testimonial-list p {
	margin: 9px 0;
}
.testimonial-list .author-wrap {
	font-weight: bold;
    letter-spacing: -.020em;
    position: relative;
    margin: 16px 0 0;
    padding-top: 16px;
}
.testimonial-list .author-wrap:before {
	content: '';
	width: 63px;
	height: 2px;
	background-color: #C2C6C9;
	position: absolute;
	top: 0;
	left: 0;
}
.testimonial-list ul {
	margin: 0;
}
.testimonial-list ul:after {
	content: '';
	clear: both;
	display: block;
}
.testimonial-list li > .row {
	margin: 0;
}
.testimonial-list li > .row > div {
	padding: 0;
}
.testimonial-list li > .row > div.test-profile-pic {
	min-height: 400px;
	border-right: 8px solid #91D11E;
	background-size: cover;
	background-position: center;
}
.testimonial-list li > .row > div.test-list-content {
	border-left: 8px solid #91D11E;
    margin-left: -8px;
    padding: 15px 58px 15px 72px;
}
.testimonial-list li > .row > div.test-list-content > img {
	position: absolute;
    top: -15px;
    z-index: -1;
    left: 27px;
}
.testimonial-list .flex-control-nav {
	bottom: 15px;
    text-align: right;
    padding-right: 58px;
	z-index: 2;
}
.testimonial-list .flex-control-nav li {
    margin: 0 3px;
}
.testimonial-list .flex-control-paging li a {
    color: transparent;
    font-size: 0px;
    width: 9px;
    height: 9px;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 2px solid #C2C6C9;
}
.testimonial-list .flex-control-paging li a.flex-active {
	background: #F09C67;
	border-color: #F09C67;
}

/*** Internal Pages - Enter any style for elements on internal pages here ***/
.inner-banner {
	background-image: url(library/images/banner.jpg);
	background-size: cover;
	background-position: center;
	padding: 63px 0;
}
.inner-banner h1,
.inner-banner h2 {
	font-size: 5.25rem;
    background: #FFF;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.119047em;
    margin: 0 !important;
    padding: 15px 24px 12px;
	position: relative;
}
.inner-banner h1:before,
.inner-banner h2:before {
    content: '';
    width: 52px;
    height: 5px;
    background: #FFF;
    position: absolute;
    right: -52px;
    top: 50%;
    margin-top: -3px;
}
.inner-banner h1:after,
.inner-banner h2:after {
    content: '';
    width: 9px;
    height: 9px;
    border: 5px solid #FFF;
    border-radius: 50px;
    position: absolute;
    right: -71px;
    top: 50%;
    margin-top: -10px;
}
/*CONTACT PAGE*/
.contact-us-section .extra-content-col-inner .row {
	margin: 0;
}
.contact-us-section .extra-content-col-inner .row .col-lg-4 {
	background: #243444;
	padding-bottom: 47px;
	padding-top: 16px;
	overflow: hidden;
}
.contact-us-section .col-lg-4 p,
.contact-us-section .col-lg-4 h5 {
	max-width: 185px;
	margin-left: auto;
	margin-right: auto;
}
.contact-us-section .col-lg-4 p {
	letter-spacing: -.020em;
    line-height: 1.375em;
    margin-top: 23px;
    margin-bottom: 23px;
}
.contact-us-section .col-lg-4 p img {
	position: absolute;
    width: 404px;
	max-width: unset;
    left: 50%;
    bottom: 0;
    margin-left: -202px;
}
.contact-us-section .col-lg-4 h5 {
	font-size: 1.375rem;
    position: relative;
    margin-top: 40px;
    margin-bottom: -17px;
}
.contact-us-section .col-lg-4 h5 img {
	position: absolute;
    left: -27px;
    top: 6px;
}
/*BLOG*/
.blog .mainbody {
	overflow: hidden;
}
h3.widgettitle {
	font-size: 1.875rem;
    line-height: 1.233333em;
    color: #91D11E;
    text-transform: uppercase;
    letter-spacing: .020em;
	margin-bottom: 14px;
	text-align: left;
}
.main-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar li {
    padding: 6px 0;
}
.main-sidebar li a {
	font-size: 1.125rem;
	color: #181D23;
}
.post-list-content {
	width: 45.394%;
    float: left;
}
.post-list-content a.em-button {
	margin-top: 21px;
}
.post-list-content p:last-of-type {
	margin-bottom: 0;
}
.post-list-thumbnail {
	position: relative;
	float: left;
    width: 49.6%;
    margin-left: 5%;
}
.post-list-thumbnail h5 {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
}
/*SINGLE POST*/
.single-post .main-sidebar {
	display: none !important;
}
.single-post .main-content.col-md-9 {
	-ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
}
.single-post .mainbody .container {
	max-width: 1010px;
}
.single-post h4 {
	font-family: 'proxima-nova';
    line-height: 1.3333333em;
	font-weight: normal;
	margin-top: 52px;
}
.single-post #main article section *:not(.post-image):not(img):not(blockquote) {
	max-width: 838px;
	margin-left: auto;
	margin-right: auto;
}
.single-post #main article section > img {
	margin: 30px 0 15px;
}
.single-post .mainbody a.em-button {
	font-size: 1.25rem;
    padding: 11px 22px;
}
.byline {
    color: #C2C6C9;
	font-style: normal;
	font-weight: 500;
    margin: 40px 0 55px;
}
.byline a {
	color: #C2C6C9;
}
.byline a:hover {
	text-decoration: underline;
}
.archive .bottom-bar,
.blog .bottom-bar,
.single-post .bottom-bar {
	background-image: url(library/images/bg1.jpg);
	padding: 81px 0 61px;
}
.archive .bottom-bar .container,
.blog .bottom-bar .container,
.single-post .bottom-bar .container {
	max-width: 804px;
}
.archive .bottom-bar h2,
.blog .bottom-bar h2,
.single-post .bottom-bar h2 {
	font-size: 3.125rem;
	color: #FFF;
	margin-bottom: 19px;
}
.article-header h5 {
	text-align: center;
	margin-top: 41px;
	text-transform: uppercase;
}
.post-list-thumbnail h5 i,
.article-header h5 i {
	font-size: 22px;
	margin-right: 6px;
}
.post-list-thumbnail h5 span.box-green,
.article-header h5 span.box-green {
	font-size: 1.375rem;
    padding: 14px 16px 13px;
}
/*SHARE THIS*/
.share-this {
	border: 2px solid #C2C6C9;
    border-radius: 30px;
	width: 435px;
	float: right;
	padding: 8px 20px 6px 28px;
	margin-top: -75px;
}
.share-this:after {
	content: '';
	clear: both;
	display: block;
}
.share-this span {
	font-family: DIN Condensed;
    text-transform: uppercase;
    font-size: 1.25rem;
    letter-spacing: .020em;
    float: left;
	color: rgba(36,52,68,.50);
}
.share-this ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.share-this ul li {
	display: inline-block;
	vertical-align: middle;
}
.share-this ul li a {
	color: #0E1F2F;
	padding: 0 9px;
	font-size: 20px;
}
.share-this ul li a:hover {
	color: rgba(36,52,68,.50);
}
.share-this ul li i.fa-facebook {
	font-size: 17px;
    font-weight: bold;
}
/*LEADING PROVIDER*/
.leading-provider-section {
	padding: 117px 0 154px;
}
/*SERVICING THE ASIA PACIFIC REGION*/
.servicing-apr-section {
	padding: 115px 0 130px;
}
.servicing-apr-section h2 {
	margin-bottom: 37px;
}
.servicing-apr-section p {
	max-width: 474px;
}
.servicing-apr-section p a.em-button {
	margin-top: 20px;
}
.servicing-apr-section .height100 .extra-content-col-inner {
    padding: 70px 38px 52px 59px;
}
.servicing-apr-section .box-green {
	padding-left: 20px;
	padding-right: 20px;
}
/*TEAM OF SECURITY EXPERTS*/
.security-experts-section {
	padding: 135px 0 133px;
}
/*SUBPAGE LINKS*/
.subpage-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.subpage-links li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.subpage-links li a {
    display: inline-block;
    padding: 41px 0;
	position: relative;
}
.subpage-links li a:hover {
	color: #91D11E;
	text-decoration: none;
}
.subpage-links li a:hover:before,
.subpage-links li a.active-anchor:before {
	content: '';
	width: calc(100% + 5px);
	height: 5px;
	background: #EAF7FE;
	position: absolute;
	left: 0;
	bottom: 0;
}
.subpage-links li a:hover:before {
	background: #91D11E;
}
.sub-menu-section {
	position: absolute;
	width: 100%;
}
.sub-menu-section.sticky_submenu {
	position: fixed;
    width: 100%;
    top: 101px;
    border-top: 1px solid rgba(255,255,255,.2);
    z-index: 2;
}
.sub-menu-section.sticky_submenu .subpage-links li a {
	padding: 18px 0;
}
.temp_subheight {
	min-height: 126px;
}
/**/
.security-services-section h2 {
	margin-bottom: 49px;
}
.page-id-194 .sub-menu-section .container {
    max-width: 670px;
    text-align: center;
}
/*********************
TEAM PAGE
*********************/

.our-team-row-01 {
    padding-top: 40px;
    overflow: hidden;
}
.staff_list {
    *zoom: 1;
}
.staff_list:before,
.staff_list:after {
    content: "";
    display: table;
    line-height: 0;
}
.staff_list:after {
    clear: both;
}
.staff_list {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}
.staff_list > li::after {
    clear: both;
    content: "";
    display: table;
}
.staff_list > li {
   	float: left;
    position: relative;
    width: calc(25% - 30px);
    margin: 0 15px 12px;
}
.staff_list > li.member_item_0 {
    clear: both;
}
.member_info {
    cursor: default;
}
.member_info_inner {
    bottom: 23px;
    left: 15%;
    position: absolute;
    right: 14%;
}
.member_info_inner,
.member_info_inner p,
.member_info_inner h4,
.member_info_inner h6,
.member_info_inner a {
    color: #fff;
}
.member_info_inner h4 {
    font-weight: 300;
    margin-bottom: 2px;
}
.member_info_inner h6 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}
.member_short_desc,
.member_short_desc p {
    font-size: 16px;
    line-height: 1.25;
}
.member_short_desc {
    padding-bottom: 15px;
}
.member_short_desc p {
    margin: 0;
}
.member_link a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
}
.member_facts {
    font-size: 15px;
    margin-left: -26px;
    padding-top: 15px;
}
.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: #8ac644;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.staff_list li .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}
.staff_list li.hover .overlay {
    height: 100%;
}
.member_default {
    /*cursor: pointer;*/
    position: relative;
}
.member_profile h4 {
	margin-top: 18px;
	margin-bottom: 0;
}
.member_profile h5 {
	font-family: proxima-nova;
    font-weight: normal;
    font-size: 1rem;
    margin: 3px 0 0;
}
.member_photo {
    position: relative;
    background-color: #fff;
    margin-top: 40px;
}
.member_photo img {
    display: block;
    width: 100%;
}
.member_popup {
    display: none;
}
.member_popup_close {
    position: absolute;
    right: -10px;
    top: -32px;
}
.member_popup_close a::before {
    color: #747474;
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 1em;
}
.member_popup_close a {
    text-decoration: none;
}
.staff_list li.member_popup_row {
    display: none;
    margin: 40px 0 0;
    width: 98%;
    padding: 59px 0 70px;
    background: #F7F7F7;
}
.staff_list li.member_popup_row:before {
    content: '';
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    background: #F7F7F7 url(library/images/bg3.jpg) center repeat;
}
.member_popup_row .member_popup {
    display: flex;
    align-items: center;
    position: relative;
}
.member_popup_photo,
.member_popup_info {
    float: left;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.member_popup_photo {
    float: left;
    width: 32.75%;
    text-align: center;
}
.member_popup_photo_inner {
    margin: 0 auto;
	text-align: left;
}
.member_popup_info:before {
    content: '';
    display: inline-block;
    height: 100%;
}
.member_popup_info {
    width: 67.25%;
}
.member_popup_info_inner {
    padding-right: 25px;
}
.member_popup_info_inner h2 {
    color: #747474;
    font-size: 1.4375rem;
    line-height: 1.3em;
}
.member_popup_info_inner h4 {
    margin-bottom: -2px;
    margin-top: 29px;
}
.member_popup_info_inner h2 span.box-green {
	padding: 12px 15px 11px;
}
.member_popup_certifications {
    float: right;
    width: 48%;
    font-weight: 400;
    font-size: 14px;
}
.member_popup_des {
    margin-top: 8px;
}
.member_prev,
.member_next {
    cursor: pointer;
    height: 42px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26px;
}
.member_prev {
    background: url(library/images/arrow-prev.png) no-repeat left top;
    left: 29.75%;
}
.member_next {
    background: url(library/images/arrow-next.png) no-repeat left top;
    right: 0;
}
.flexslider.staff_slider {
    padding-bottom: 60px;
}
.flexslider.staff_slider .flex-control-nav {
    bottom: -8px;
}
.member_popup_title,
.first_name {
    line-height: 1.3em;
}
.member_popup_title span {
    font-size: 1.438rem;
    color: #003A7F;
}
.member_hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 1.375rem;
    font-weight: 500;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 9;
}
.member_photo:hover .member_hover {
    opacity: 1;
}
.member_hover span {
    position: relative;
    top: 42%;
}
/*PAGINATION*/
nav.pagination {
	float: right;
    margin: 0;
    border: 2px solid #C2C6C9;
    border-radius: 30px;
	line-height: normal;
	padding: 0 160px 0 12px;
	position: relative;
}
nav.pagination ul {
    margin: 6px 0 0;
}
nav.pagination li {
	border: 0 none !important;
	width: 30px;
}
nav.pagination a,
nav.pagination span {
	font-size: 1.25rem;
    font-family: DIN Condensed;
    font-weight: bold;
    letter-spacing: .020em;
	padding: 11px;
	background: none !important;
	padding: 11px 0;
}
nav.pagination a {
	color: #C2C6C9;
}
nav.pagination a:hover,
nav.pagination span {
	color: #243444;
}
nav.pagination a.next,
nav.pagination a.prev {
	position: absolute;
    text-transform: uppercase;
	background: #FFF !important;
	top: 6px;
	padding: 11px;
}
nav.pagination a.next {
    right: 12px;
}
nav.pagination a.prev {
	right: 55px;
}
nav.pagination:after,
nav.pagination:before {
    font-size: 1.25rem;
    font-family: DIN Condensed;
    font-weight: bold;
    letter-spacing: .020em;
    padding: 11px;
    background: none !important;
    position: absolute;
    top: 4px;
    z-index: -1;
    color: #C2C6C9;
}
nav.pagination:after {
    content: 'NEXT';
    right: 12px;
}
nav.pagination:before {
	content: 'PREV';
	right: 55px;
}
nav.pagination ul.page-numbers .slide_rnum,
nav.pagination ul.page-numbers .slide_lnum {
    display: inline;
    float: left;
    height: 43px;
    line-height: 43px;
    width: 25px;
	cursor: pointer;
}
nav.pagination ul.page-numbers .slide_rnum:after,
nav.pagination ul.page-numbers .slide_lnum:before {
    font-family: FontAwesome;
	color: #C2C6C9;
}
nav.pagination ul.page-numbers .slide_rnum:after {
	content: "\f105";
}
nav.pagination ul.page-numbers .slide_lnum:before {
	 content: "\f104";
}
nav.pagination ul.page-numbers .slide_lnum:hover:before,
nav.pagination ul.page-numbers .slide_rnum:hover:after {
	color: #243444;
}
nav.pagination li.show_prev, 
nav.pagination li.show_next {
	display: block !important;
}

/*CONTACT FORM*/
.contact-us-section h2,
#gform_wrapper_1 {
	margin-left: auto;
    margin-right: auto;
    max-width: 645px;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
#gform_wrapper_1:before {
    content: '';
    background: url(library/images/broken-glass-right.png) center no-repeat;
    width: 190px;
    height: 137px;
    position: absolute;
    bottom: -81px;
    right: 15px;
	z-index: -1;
}
.contact-us-section h2 {
	max-width: 625px;
	margin-bottom: 7px;
	text-transform: none;
}
#gform_wrapper_1 label, 
#gform_wrapper_2 label {
	display: none;
}
#gform_wrapper_1 ul:after,
#gform_wrapper_2 ul:after {
	content: '';
	clear: both;
	display: block;
}
#gform_wrapper_1 li,
#gform_wrapper_2 li {
	width: 50%;
	float: left;
	clear: none;
	padding: 0 10px;
	margin: 10px 0;
}
#gform_wrapper_1 li#field_1_3,
#gform_wrapper_1 li#field_1_6 {
	width: 100%;
}
#gform_wrapper_1 input:not([type="submit"]), 
#gform_wrapper_1 textarea {
    padding: 21px 24px;
}
#gform_wrapper_1 textarea {
	height: 113px;
}
#gform_wrapper_1 input:not([type="submit"])::-webkit-input-placeholder,
#gform_wrapper_1 textarea::-webkit-input-placeholder {
	color: #FFF;
}
#gform_wrapper_1 input:not([type="submit"]):-ms-input-placeholder,
#gform_wrapper_1 textarea:-ms-input-placeholder {
	color: #FFF;
}
#gform_wrapper_1 input:not([type="submit"])::placeholder,
#gform_wrapper_1 textarea::placeholder {
	color: #FFF;
}
#gform_wrapper_1 .gform_footer {
	padding: 0 10px;
}
/*SUBSCRIBE FORM*/
#gform_wrapper_2 ul {
	margin-left: -6px !important;
	margin-right: -6px !important;
}
#gform_wrapper_2 li {
	padding: 0 6px;
}
#gform_wrapper_2 li#field_2_1 {
	width: 35.625%;
}
#gform_wrapper_2 li#field_2_2 {
	width: 64.35%;
}
#gform_wrapper_2 li#field_2_2 input:not([type="submit"]) {
	padding-right: 130px;
}
#gform_wrapper_2 input:not([type="submit"]), 
#gform_wrapper_2 textarea {
	background: #FFF;
	color: #181D23;
	font-size: 1.25rem;
	padding: 20px 22px;
}
#gform_wrapper_2 input:not([type="submit"])::-webkit-input-placeholder,
#gform_wrapper_2 textarea::-webkit-input-placeholder {
	color: #181D23;
}
#gform_wrapper_2 input:not([type="submit"]):-ms-input-placeholder,
#gform_wrapper_2 textarea:-ms-input-placeholder {
	color: #181D23;
}
#gform_wrapper_2 input:not([type="submit"])::placeholder,
#gform_wrapper_2 textarea::placeholder {
	color: #181D23;
}
#gform_wrapper_2 form {
	position: relative;
}
#gform_wrapper_2 .gform_footer {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    margin: 10px 0 0;
}
#gform_wrapper_2 input[type="submit"] {
	font-size: 1.75rem;
    margin: 0;
    background: #91D11E;
    padding: 14px 18px 13px;
}
#gform_wrapper_2 input[type="submit"]:hover {
	background: #70A80B;
}


/******************************************
 RESPONSIVE STYLES
******************************************/

@media (min-width: 992px) {
	.talign-lg-right {
		text-align: right;
	}
	.mt-50 {
		margin-top: 50px;
	}
	.mt-60 {
		margin-top: 60px;
	}
	.mt-70 {
		margin-top: 70px;
	}
	.security-assessment-section .col-lg-5 {
		-ms-flex: 0 0 45.545%;
		flex: 0 0 45.545%;
		max-width: 45.545%;
	}
	.security-assessment-section .col-lg-5 p {
		max-width: 490px;
	}
	.security-assessment-section .col-lg-6 {
		-ms-flex: 0 0 51%;
		flex: 0 0 51%;
		max-width: 51%;
		margin-left: 3.45%;
	}
	.testimonial-list li > .row > div.test-profile-pic.col-lg-5 {
		-ms-flex: 0 0 42%;
		flex: 0 0 42%;
		max-width: 42%;
	}
	.contact-us-section .col-lg-4 {
		-ms-flex: 0 0 34.18%;
		flex: 0 0 34.18%;
		max-width: 34.18%;
	}
	.contact-us-section .col-lg-8 {
		-ms-flex: 0 0 65.821%;
		flex: 0 0 65.821%;
		max-width: 65.821%;
	}
	.main-sidebar.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.main-content.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.security-services-section .col-lg-5 {
		-ms-flex: 0 0 44.885%;
		flex: 0 0 44.885%;
		max-width: 44.885%;
		margin-left: 5.1%;
	}
	.subpage-links {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.inner-links {
		display: none !important;
	}
	/*.how-we-help-list p {
		padding-right: 20px;
	}*/
	.padding-lg-right30 {
		padding-right: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1440px) {
	.security-assessment-section .col-lg-5 {
		-ms-flex: 0 0 37.46%;
		flex: 0 0 37.46%;
		max-width: 37.46%;
	}
	.security-assessment-section .col-lg-6 {
		-ms-flex: 0 0 56.5%;
		flex: 0 0 56.5%;
		max-width: 56.5%;
		margin-left: 6%;
	}
}

@media (max-width: 1440px) {
	/* General Styles */
	.accordion {
		margin-top: 0;
	}
	h3.accordion-title {
		margin-top: 30px;
		padding: 20px 60px 20px 20px;
	}

	/*** Enter your custom style here ***/
	.logos-list {
		margin-left: -11px;
		margin-right: -11px;
		width: 750px;
	}
	.logos-list li {
		margin: 11px;
		min-height: 168px;
	}
}

@media (max-width: 1280px) {
	html {
		font-size: 92% !important;
	}
	.container {
		max-width: 1024px;
	}
	.logos-list {
		max-width: calc(100% + 90px);
	}
	.logos-list li {
		padding-left: 15px;
		padding-right: 15px;
	}
	.tabs-list li {
		min-width: 180px;
		padding: 15px 20px 13px;
		font-size: 1.5rem;
	}
	.tab-content td {
		position: relative;
	}
	.tab-content td:first-of-type {
		padding: 50px 30px 50px;
	}
	.tab-content td img {
		width: 556px;
		max-width: unset;
		position: absolute;
		top: 0;
	}
	.outer-main-header {
		min-height: 124px;
	}
	#gform_wrapper_2 input[type="submit"] {
		padding: 15px 18px 13px;
	}
	.member_prev {
		left: 31.75%;
	}
	.member_popup_photo {
		width: 41.75%;
	}
	.member_popup_info {
		width: 58.25%;
	}
	.member_prev {
		left: 38.75%;
	}
	.bottom-footer .col-lg-4 > div, .bottom-footer .col-lg-4 > div:last-of-type {
		width: 44%;
	}
}

@media (max-width: 1199.98px) {
	.sfm-rollback {
		display: block;
		width: 0;
	}
    ul.d-xl-flex li,
	ol.d-xl-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	/* General Styles */
	.testimonial-box:after {
		left: 24px;
	}
	.testimonial-box {
		font-size: 1.25rem;
		padding: 50px 30px 10px 40px;
	}
	.free-quote-bar,
	.free-quote-bar p {
		text-align: center;
	}

	/*** Enter your custom style here ***/
	html.js {
		margin-top: 0 !important;
	}
	#wpadminbar {
		display: none !important;
	}
	.main-header {
		padding-left: 0;
		padding-top: 54px;
	}
	.header-nav {
		display: none;
	}
	.header-phone {
		margin-bottom: 0;
		width: 100%;
		padding: 0;
	}
	.header-phone a.icon-phone-blue {
		display: none;
	}
	.header-phone a.em-button {
		font-size: 26px;
		padding: 10px 10px 9px;
		margin-left: 0;
		display: block;
	}
	.logo.col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.header-right.col-md-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	div.sfm-label-metro .sfm-navicon-button {
		top: 35px;
    	right: 20px !important;
	}
	.logo img {
		margin: 39px 0 25px 30px;
	}
	.inner .logo img {
		margin: 22px 0 22px 30px;
	}
	.inner .sfm-rollback .sfm-navicon-button {
		top: 59px;
	}
	.main-header.sticky {
		padding-top: 0;
	}
	.main-header.sticky .logo img {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	div.sfm-rollback .sfm-navicon-button {
		top: 82px;
	}
	div.sfm-rollback.sticky .sfm-navicon-button {
		top: -8px;
	}
	.banner-area {
		text-align: center;
		padding: 230px 0 75px;
	}
	.banner-area h1:before {
		display: none;
	}
	.banner-area .col-lg-10 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-area h4 {
		margin-left: auto;
		margin-right: auto;
	}
	.inner-banner {
		padding: 63px 0 46px;
	}
	.outer-main-header {
		min-height: 144px;
	}
}

@media (max-width: 991.98px) {
	.inner-banner h1 {
    	font-size: 3.25rem;
	}
	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td, .table-style-1 th {
		padding-left: 10px;
	}
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
		right: 0;
	}
	.extra-content-col {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.column-vertical-align .row,
	.column-vertical-align.row,
	.column-equal-height .row,
	.column-equal-height.row {
		display: block;
	}
    ul.d-lg-flex li,
	ol.d-lg-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	/* Testimonials */
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		width: 200px;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 150px;
	}

	/* General Styles */
	.extra-content,
	.free-quote-bar,
	.free-quote-cta-panel.free-quote-bar {
		padding: 50px 0;
	}
	.border-bottom .container {
		padding-bottom: 30px;
	}
	.border-top .container {
		padding-top: 30px;
	}
	.background-only-panel {
		height: 250px !important;
	}
	.free-quote-bar {
		text-align: center;
	}
	.free-quote-bar h2 {
		margin-top: 0;
	}
	.free-quote-bar .col-md-4 {
		margin-top: 30px;
	}
	.free-quote-bar p {
		text-align: center;
	}
	.staff-panel {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.staff-panel-first {
		padding-top: 30px;
	}
	.staff-panel .extra-content-col {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.staff-panel .column-01 p {
		margin: 0;
	}
	.testimonial-box:after {
		top: 12px;
	}
	.accordion {
		margin-top: 10px;
	}
	h3.accordion-title {
		margin-top: 20px;
		padding: 15px 60px 15px 15px;
	}
	.accordion-content {
		padding: 15px 30px;
	}
	.contact-form .column-02, .get-a-quote-row-01 .column-02 {
		max-width: none;
	}

	/*** Enter your custom style here ***/
	html {
		font-size: 87% !important;
		text-align: center;
	}
	li {
		text-align: left;
	}
	.container {
		max-width: 768px;
	}
	.main-header {
		text-align: left;
	}
	.banner-area h1 {
		font-size: 5.25rem;
		margin-bottom: 55px;
	}
	.banner-area h1 span {
		font-size: 2.75rem;
	}
	.banner-area h4 {
		max-width: 540px;
		font-size: 1.25rem;
		margin-left: auto;
		margin-right: auto;
	}
	.reports-section h5 {
		margin-bottom: 0;
	}
	.reports-list {
		-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
	}
	.reports-list li {
		margin: 10px 15px;
		width: calc(50% - 30px);
	}
	.how-we-help-list {
		margin-top: 0;
		text-align: center;
	}
	.how-we-help-list h3 {
		min-height: unset;
	}
	.how-we-help-list a.em-button {
		left: 50%;
		margin-left: -105px;
	}
	.how-we-help-list .col-lg-3:not(:last-of-type) {
		margin-bottom: 25px;
	}
	.how-we-help-list .col-lg-3 .extra-content-col-inner:after {
		height: calc(100% - 45px);
		top: -20px;
	}
	.how-we-help-list .col-lg-3 .extra-content-col-inner:hover a.em-button {
		left: 50%;
	}
	.tab-content td {
		display: block;
		width: 100% !important;
		padding-bottom: 30px;
	}
	.tab-content td img {
		position: unset;
		max-width: calc(100% + 2px);
		margin: -1px;
	}
	.security-assessment-section a.em-button {
		margin-top: 20px;
		margin-bottom: 18px;
	}
	.tabs-list {
		position: relative;
		bottom: -15px;
	}
	.flexible-solutions-list li {
		width: calc(50% - 30px);
	}
	.bottom-bar {
		padding: 55px 0 37px;
	}
	#textblockswidget-5 {
		display: none;
	}
	.footer-bottom {
		padding: 26px 0;
		margin-top: 13px;
	}
	.footer-info {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	span.footer-divider:nth-of-type(2) {
		height: 0;
		overflow: hidden;
		display: block;
	}
	.top-footer {
		border: 0 none;
		padding: 158px 0 38px;
	}
	.top-footer .col-lg-8 > ul, 
	.top-footer .col-lg-8 > p {
		display: block;
	}
	.top-footer i.fa {
		width: 42px;
    	height: 42px;
		font-size: 22px;
    	line-height: 42px;
	}
	.top-footer .col-lg-8 > p {
		margin: 43px 0 0;
		font-size: 38px;
	}
	.footer-logo {
		position: absolute;
		top: 42px;
		text-align: center !important;
	}
	.footer-logo img {
		width: 217px;
	}
	.logos-list {
		width: 100%;
		margin-left: auto;
    	margin-right: auto;
	}
	.logos-list li {
		margin-left: 13px;
		margin-right: 13px;
	}
	.tabs-list {
		display: none !important;
	}
	.tab-contents-section h4.mobile_tab {
		font-size: 26px;
		font-weight: bold;
		letter-spacing: .015em;
		margin: 0;
		background: #FFFFFF;
		color: #243444;
		padding: 22px 15px 19px;
		border: 2px solid #243444;
		display: block;
		cursor: pointer;
	}
	.tab-contents-section h4.mobile_tab.active,
	.tab-contents-section h4.mobile_tab:hover {
		background: #243444;
		color: #FFF;
	}
	.tab-contents-section h4.mobile_tab.active {
		margin-bottom: -20px;
		cursor: auto;
	}
	.tab-contents-section .row {
		display: block !important;
	}
	.tab-contents-section .row:not(:first-of-type) .extra-content-col-inner {
		display: none;
	}
	.tab-contents-section .extra-content-col {
		padding-bottom: 11px;
		padding-top: 11px;
	}
	.inner-links {
		font-size: 1.25rem;
		letter-spacing: .020em;
		text-align: left;
		padding: 10px 0;
		position: relative;
		cursor: pointer;
	}
	.inner-links:before {
		content: "\f107";
		font-family: FontAwesome;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -11px;
		font-size: 30px;
	}
	.inner-links:hover,
	.inner-links:hover:before {
		color: #91D11E;
	}
	.subpage-links {
		display: none;
		position: absolute;
		text-align: center;
		background: #91D11E;
		width: calc(100% - 30px);
		left: 15px;
		padding: 15px 15px;
		z-index: 3;
		box-shadow: 0 2px 5px rgba(0,0,0,.2);
	}
	.subpage-links li {
		display: inline-block;
		text-align: center;
		padding: 10px 0 !important;
	}
	.subpage-links li a {
		padding: 10px 20px !important;
		letter-spacing: .050em;
		text-shadow: 2px 2px 5px rgba(0,0,0,.1);
	}
	.subpage-links li a:hover {
		color: #243444;
	}
	.subpage-links li a.active-anchor {
		color: #FFF !important;
	}
	.subpage-links li a.active-anchor:before {
		background: #EAF7FE !important;
		width: calc(100% - 20px);
		left: 10px;
	}
	.temp_subheight {
		min-height: 76px;
	}
	.pl-0, .px-0 {
		padding-left: 15px !important;
	}
	.pr-0, .px-0 {
		padding-right: 15px !important;
	}
	.mt-23 {
		margin-top: 0;
    	margin-bottom: 0;
	}
	.height100 .extra-content-col-inner {
		min-height: 422px;
	}
	.post-list-main {
		width: 100%;
		max-width: 100%;
	}
	.post-list-content,
	.post-list-thumbnail {
		width: 100%;
		margin: 0;
	}
	.post-list-thumbnail img {
		width: 100%;
	}
	.post-list-content {
		margin-top: 27px;
	}
	.single-post #main article section p:last-of-type {
		text-align: left;
	}
	.servicing-apr-section p {
		margin-left: auto;
    	margin-right: auto;
	}
	.servicing-apr-section .height100 .extra-content-col-inner {
		padding: 70px 15px 49px;
		min-height: unset;
	}
	.contact-us-section .col-lg-4 {
		text-align: left;
	}
	.contact-us-section .col-lg-4 p, 
	.contact-us-section .col-lg-4 h5 {
		margin-right: 0;
	}
	.member_prev {
		left: 40.75%;
	}
	nav.pagination {
		float: none;
		display: inline-block;
		padding: 0 160px 0 25px;
	}
	nav.pagination li {
		text-align: center;
	}
	.top-footer .col-lg-8 > p a {
		font-size: 38px;
	}
	.top-footer .col-lg-8 > p a img {
		width: 37px;
	}
	.grey-box-section .extra-content-col-inner {
		padding: 35px 48px;
	}
	.green-dot {
		margin-bottom: 26px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-sidebar.col-md-3 {
		-ms-flex: 0 0 32%;
		flex: 0 0 32%;
		max-width: 32%;
	}
	.main-content.col-md-9 {
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%;
		margin-left: 3%;
	}
}

@media (max-width: 767.98px) {
	.post-list-thumbnail {
		float: none;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}
    ul.d-md-flex li,
	ol.d-md-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	/* Testimonials */
	.contact-form .testimonials-list {
		margin-top: 0;
	}
	.testimonials-list {
		margin-top: -15px;
	}
	.testimonials-list .quote {
		margin: 15px 0;
		text-align: center;
	}
	.testimonials-list blockquote {
		-webkit-background-size: 100px auto;
		-moz-background-size: 100px auto;
		-o-background-size: 100px auto;
		background-size: 100px auto;
		background-position: center top;
		padding-top: 20px;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote,
	.woothemes-testimonials-layout-03 .testimonial-content {
		max-width: none;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote {
		width: 100%;
	}
	.woothemes-testimonials-layout-03 .testimonials-list .quote {
		display: block;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		margin-bottom: 20px;
		text-align: center;
		width: auto;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 80px;
	}

	/* Content Panels */
	.column-equal-height .row, .column-equal-height.row {
		display: block;
	}
	.align-left-xs {
		background-position: left center;
	}
	.background-only-panel {
		height: 200px !important;
	}
	.list-inline {
		display: block;
		margin: 0;
	}
	.list-inline li {
		text-align: center;
	}

	/* General Styles */
	.logos-panel {
		text-align: center;
	}
	.logos-panel ul {
		display: block;
	}
	.logos-panel ul li:before {
		display: none;
	}
	.logos-panel ul li {
		float: none;
		padding: 12px 0;
		width: auto;
	}
	.extra-content .testimonials-list blockquote p {
		max-width: none;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
		left: 50%;
		margin-left: -34px;
		top: 0;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote {
		padding-left: 0;
		padding-top: 100px;
	}
	.woothemes-testimonials-layout-04 .testimonials-list .author {
		padding-left: 0;
	}
	.accordion {
		margin-top: 15px;
	}
	h3.accordion-title {
		margin-top: 15px;
		padding: 12px 50px 12px 15px;
	}
	h3.accordion-title:before {
		right: 15px;
	}
	.accordion-content {
		padding: 10px 20px;
	}

	/*** Enter your custom style here ***/
	.extra-content {
		padding-left: 25px;
		padding-right: 25px;
	}
	.testimonial-list li > .row > div.test-profile-pic {
		border-right: 0 none;
	}
	.testimonial-list li > .row > div.test-list-content {
		padding: 40px 58px 55px;
		border-left: 0 none;
		margin-left: 0;
	}
	.testimonial-list li > .row > div.test-list-content > img {
		top: 7px;
		left: 42px;
	}
	.mainbody {
		padding: 50px 0;
	}
	.main-sidebar {
		margin-bottom: 40px;
	}
	h3.widgettitle,
	.main-sidebar li,
	.postlist .post {
		text-align: center;
	}
	.post-list {
		text-align: center;
	}
	.postlist .post {
		width: 435px;
		max-width: 100%;
    	display: inline-block;
	}
	.post-list-content p {
		margin-left: auto;
    	margin-right: auto;
	}
	.share-this {
		width: 100%;
		margin-top: 0;
	}
	.single-post #main article section p:last-of-type {
		text-align: center;
	}
	.contact-us-section .col-lg-4 p, 
	.contact-us-section .col-lg-4 h5 {
		margin-right: auto;
	}
	.contact-us-section .col-lg-8 {
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	div.gform_wrapper .gform_footer {
		text-align: center;
	}
	.staff_list > li {
		width: calc(100% - 30px);
	}
	.staff_list li.member_popup_row {
		padding: 30px 0;
		margin-top: 10px;
	}
	.member_default {
		max-width: 273px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.member_photo {
		margin-top: 25px;
	}
	.member_popup_close {
		top: -15px;
	}
	.member_popup_info {
		width: 100%;
	}
	.member_popup_info_inner {
		padding-right: 0;
		text-align: center;
	}
	.member_prev,
	.member_next,
	.member_popup_photo,
	.inner-banner h1:before, 
	.inner-banner h2:before,
	.inner-banner h1:after, 
	.inner-banner h2:after {
		display: none;
	}
	.banner-area,
	.extra-content,
	.bottom-bar,
	.main-footer {
		overflow: hidden;
	}
	.sub-menu-section {
		overflow: visible;
	}
}

@media (max-width: 641px) {
	#gform_wrapper_2 input[type="submit"] {
		padding: 16px 18px 13px;
		line-height: normal;
	}
	.tab-content td {
		padding-bottom: 0;
	}
}

@media (max-width: 575.98px) {
	.g-recaptcha {
		-moz-transform: scale(0.925);
		-webkit-transform: scale(0.925);
		transform: scale(0.925);
		transform-origin: left center 0;
	}
	#fancybox-content .g-recaptcha {
		-moz-transform: scale(0.725);
		-webkit-transform: scale(0.725);
		transform: scale(0.725);
		transform-origin: left center 0;
	}
    ul.d-sm-flex li,
	ol.d-sm-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	/* General Styles */
	.list-check-square li {
		margin: 10px 0;
	}
	.free-quote-bar h2 {
		font-size: 1.5rem;
	}
	.free-quote-info .div-1 ul li {
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 24px auto;
		-moz-background-size: 24px auto;
		-o-background-size: 24px auto;
		background-size: 24px auto;
		margin: 13px 0;
		padding: 3px 0 3px 40px;
	}

	/*** Enter your custom style here ***/
	html.js {
		font-size: 100% !important;
	}
	.banner-area {
		padding: 203px 0 43px;
	}
	.banner-area .container {
		padding-left: 25px;
		padding-right: 25px;
		max-width: 396px;
	}
	.banner-area h1 {
		font-size: 3.75em;
		line-height: 1.25em;
		margin-bottom: 23px;
	}
	.banner-area h1 span {
		font-size: 58px;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
		display: unset;
		line-height: 1em;
		position: relative;
		top: -3px;
		letter-spacing: 0;
		padding: 0px 14px;
		margin: 0;
	}
	.banner-area h4,
	.banner-area .list-inline li:last-of-type {
		display: none;
	}
	.reports-section {
		padding-top: 32px;
    	padding-bottom: 38px;
	}
	.reports-section h2 {
		margin-bottom: 20px;
	}
	.reports-list li {
		margin: 7px 6px;
		width: calc(50% - 12px);
		text-align: center;
		font-size: 15px;
		line-height: 18px;
		padding: 108px 15px 20px ;
	}
	.reports-list li > span {
		margin-right: 0;
		left: 0;
		top: 14px;
		margin-top: 0;
		width: 100%;
		text-align: center;
	}
	.reports-section h5 {
		font-size: 1.125rem;
		margin-top: 17px;
	}
	.box-green, .box-white {
		font-size: 1.875rem;
	}
	.how-we-help-list p:not(:last-of-type) {
		display: none;
	}
	.how-we-help-list h3 {
		font-size: 2rem;
		padding-right: 63px;
	}
	.how-we-help-list .col-lg-3:not(:last-of-type) {
		margin-bottom: 30px;
	}
	.how-we-help-list .col-lg-3 .extra-content-col-inner {
		text-align: left;
		padding-bottom: 34px;
		padding-left: 0;
		padding-right: 0;
	}
	.how-we-help-list .col-lg-3 .extra-content-col-inner:before {
		height: 5px;
	}
	.how-we-help-list .col-lg-3 .extra-content-col-inner:hover {
		padding-left: 15px;
	}
	.how-we-help-list a.em-button {
		left: unset !important;
		margin-left: 0;
		right: 0;
		bottom: 50%;
    	margin-bottom: -2px;
		width: 54px;
		height: 41px;
		overflow: hidden;
		color: transparent !important;
		background: url(library/images/left-arrow-green.png) center no-repeat;
	}
	.how-we-help-list .col-lg-3 .extra-content-col-inner:hover a.em-button {
		right: 15px;
	}
	.how-we-help-list .col-lg-3 .extra-content-col-inner:after {
		height: 100%;
	}
	.logos-list li {
		margin: 9px 15px !important;
		width: calc(50% - 30px);
		min-height: 127px;
	}
	.box-green.wcircle:before, 
	.box-white.wcircle:before,
	.box-green.wcircle:after, 
	.box-white.wcircle:after {
		display: none;
	}
	.tab-contents-section {
		margin-top: 30px;
	}
	.flexible-solutions-list li {
		color: transparent;
		width: calc(100% - 30px);
		padding-left: 81px;
		height: 52px;
	}
	.flexible-solutions-list li:not(:last-of-type) {
		margin-bottom: 60px;
	}
	.flexible-solutions-list li:not(:last-of-type):after {
		content: '';
		height: 2px;
		width: 100%;
		background-color: #C2C6C9;
		bottom: -40px;
		position: absolute;
		left: 0;
	}
	.flexible-solutions-list li strong {
		font-size: 1.75rem;
		color: #243444;
		position: absolute;
		top: 0;
		height: 100%;
		left: 81px;
		width: calc(100% - 81px);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.flexible-solutions-list li span {
		width: 55px;
		height: 55px;
		padding: 14px;
		top: 50%;
    	margin-top: -27px;
	}
	.flexible-solutions-list li br {
		display: none;
	}
	.flexible-solutions-section .testimonial-list {
		margin-top: 49px;
	}
	.testimonial-list li > .row > div.test-profile-pic {
		display: none;
	}
	.testimonial-list li > .row > div.test-list-content {
		padding: 70px 26px 91px;
		text-align: center;
		margin: 0;
		border-left: 0 none;
	}
	.testimonial-list li > .row > div.test-list-content > img {
		top: 37px;
		left: 50%;
		margin-left: -31px;
	}
	.testimonial-list .author-wrap:before {
		left: 50%;
    	margin-left: -32px;
	}
	.testimonial-list .flex-control-nav {
		bottom: 28px;
		text-align: center;
    	padding-right: 0;
	}
	.bottom-bar .box-white {
		font-size: 2.6875rem;
		margin: 0;
		display: inline;
		padding: 0;
		background: transparent;
	}
	.bottom-bar .col-lg-6:nth-of-type(2) p {
		max-width: 333px;
		margin-left: auto;
		margin-right: auto;
	}
	.bottom-bar h2 {
		background: #FFF;
		display: inline;
		padding: 13px;
		line-height: 2em;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	.bottom-bar h2 br {
		display: none;
	}
	.subpage-links li {
		display: block;
		padding: 0 !important;
	}
	.height100 .extra-content-col-inner {
		padding: 45px 25px 25px;
	}
	.security-services-section h2 {
		margin-bottom: 25px;
	}
	.subscribe-section h2 {
		background: transparent !important;
		line-height: normal;
	}
	h1.single-title {
    	font-size: 1.75rem;
	}
	#gform_wrapper_2 input:not([type="submit"]), #gform_wrapper_2 textarea {
		font-size: 1rem;
    	padding: 10px 14px;
	}
	#gform_wrapper_2 input[type="submit"] {
		padding: 9px 15px 9px;
		font-size: 1.25rem;
	}
	#gform_wrapper_2 li#field_2_2 input:not([type="submit"]) {
		padding-right: 94px;
	}
	.servicing-apr-section .height100 .extra-content-col-inner {
		padding: 40px 15px 20px;
	}
	#gform_wrapper_1 input:not([type="submit"]), #gform_wrapper_1 textarea {
		padding: 10px 15px;
	}
	#gform_wrapper_1 li, #gform_wrapper_2 li {
		margin: 5px 0;
    	width: 100%;
	}
	#gform_wrapper_2 .gform_footer {
		margin: 5px 0 0;
	}
}
@media (max-width: 479px) {
	nav.pagination {
		padding: 0 110px 0 19px;
	}
	nav.pagination li {
		width: 25px;
	}
}
@media (max-width: 420px) {
	.home-banner {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.header-phone a.em-button {
		font-size: 20px;
		padding: 13px 10px 13px;
	}
	.tab-contents-section h4.mobile_tab {
		padding: 15px 5px 13px;
	}
	.bottom-bar a.em-button {
		font-size: 1.5rem;
		padding: 10px 15px;
	}
	.banner-area h1 {
		line-height: 0.9em;
	}
	.banner-area h1 span {
		font-size: 42px;
	}
	.banner-area a.em-button {
		padding-left: 14px;
		padding-right: 14px;
	}
	.grey-box-section .extra-content-col-inner {
		padding: 15px;
	}
}
@media (max-width: 400px) {
	html.js {
		font-size: 88% !important;
	}
	.extra-content {
		padding-left: 0;
		padding-right: 0;
	}
	.banner-area h1 span {
		font-size: 46px;
		line-height: 1.3em;
	}
	.banner-area .container {
		padding-left: 0;
		padding-right: 0;
	}
	.security-assessment-section .col-lg-6 {
		display: none;
	}
	nav.pagination {
		padding: 0 89px 0 19px;
	}
	nav.pagination a, 
	nav.pagination span {
		font-size: 1.125rem;
	}
	nav.pagination li {
		width: 20px;
	}
	nav.pagination ul.page-numbers .slide_rnum, 
	nav.pagination ul.page-numbers .slide_lnum {
		height: 35px;
		width: 20px;
    	line-height: 38px;
	}
	nav.pagination a.next, 
	nav.pagination a.prev {
		padding-left: 5px;
    	padding-right: 5px;
	}
	nav.pagination a.next {
		right: 12px;
	}
	nav.pagination a.prev {
		right: 46px;
	}
	nav.pagination:after {
		right: 6px;
	}
	nav.pagination:before {
		right: 40px;
	}
}




