/***************************************************************************************
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.2.1
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: 'fs_me', sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.75em;
}
h1, h2, h3, h4, h5, h6 {
	color: #174E7D;
	font-family: 'fs_me', sans-serif;
	font-weight: bold;
	line-height: 1.35714286em;
	margin: 0 0 12px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 1.75rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1.125rem;
}
h6 {
	font-size: 1rem;
}
a {
	color: #6EC1E4;
	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: #E59900;
	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: 80px 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
******************************************/
.color-grey {
    color: #333;
}
.color-blue {
    color: #6EC1E4;
}
.color-orange {
    color: #E59900;
}
.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: 1px solid rgba(149,152,154,0.5);
	color: #403c3e;
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: 1rem;
	margin: 0;
	max-width: 100%;
	padding: 6px 8px;
}
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 {
	height: 50px;
	width: 100%;
}
input[type="password"] {
	letter-spacing: 0.3em;
}
textarea,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper textarea.textarea {
    color: #403c3e;
	height: 138px;
	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 8px !important;
}
.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: #E59900;
	border: 2px solid rgba(0,0,0,0);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: bold 1rem/1.5em 'fs_me', sans-serif;
	padding: 11px 50px;
	text-align: center;
	text-decoration: none;
    -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: #6EC1E4;
	color: #fff;
}
a.em-button {
	background-color: #E59900;
	border: 2px solid rgba(0,0,0,0);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font: bold 1rem/1.5em 'fs_me', sans-serif;
	padding: 11px 50px;
	text-align: center;
	text-decoration: none;
}
a.em-blue-background {
	background-color: #174E7D;
}
a.em-blue-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #174E7D;
	color: #174E7D;
}
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: #272525;
	color: #fff;
}
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: #6EC1E4;
	color: #fff;
	text-decoration: none;
}
a.em-blue-background:hover {
	background-color: #174E7D;
}
a.em-blue-border:hover {
	background-color: #174E7D;
	color: #fff;
}
a.em-white-border:hover,
a.em-white-background:hover {
	background-color: #00c9cc;
	color: #fff;
}
a.em-black-border:hover,
a.em-black-background:hover {
	background-color: #00c9cc;
	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;
}
.blue-dot,
.orange-dot,
.black-dot {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.blue-dot li:before,
.orange-dot li:before,
.black-dot li:before {
	border: 2px solid #174E7D;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 4px;
}
.orange-dot li:before {
	border-color: #E59900;
}
.black-dot li:before {
	border-color: #272525;
}
.blue-dot li,
.orange-dot li,
.black-dot li {
	line-height: 1.375em;
	margin: 15px 0;
	padding: 0 0 0 30px;
	position: relative;
}
.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;
}
.big-margin li {
	margin-bottom: 1.5rem;
}
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;
}
table.align-top td {
    vertical-align: top;
}
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;
}
.text-white *:not(a):not(select):not(option) {
	color: #fff;
}
.heading-underline-center::after,
.heading-underline-left::after,
.heading-underline-right::after {
	background: #6EC1E4;
	bottom: 0;
	content: "";
	height: 7px;
	left: 50%;
	position: absolute;
    	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	width: 126px;
}
.heading-underline-left::after {
	left: 0;
    	-webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.heading-underline-small::after {
	width: 60px;
}
.heading-underline-center,
.heading-underline-left,
.heading-underline-right {
	margin-bottom: 35px;
	padding-bottom: 38px;
	position: relative;
}
.heading-underline-center {
	text-align: center;
}
.heading-underline-grey::after {
	background: rgba(112, 112, 112, 0.26);
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
    	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	width: 126px;
}
.heading-underline-grey {
	margin-bottom: 23px;
	padding-bottom: 40px;
	position: relative;
}

@media (max-width: 1400px) {
	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,
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 44px;
	}
	a.em-button,
	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,
	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 {
		padding: 11px 30px;
	}
	.jqTransformSelectWrapper div span,
	.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
		line-height: 42px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 42px;
	}
}

@media (max-width: 1199.98px) {
	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,
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 40px;
	}
	a.em-button,
	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,
	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 {
		padding: 11px 25px;
	}
	.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;
	}
	a.em-button,
	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,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"] {
		font-size: 1rem;
		line-height: 1em;
	}
}

@media (max-width: 641px) {
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: 1.5em;
		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;
}
.main-sidebar h3.widgettitle {
	color: #333;
	font-size: 1.125rem;
}
.wpp-list {
	list-style: none;
	margin: -20px 0 0;
	padding: 0;
}
.wpp-list > li {
	margin-top: 45px;
}
.popular-thumb {
	margin-bottom: 25px;
}
.popular-thumb img {
	display: block;
	float: none;
	margin: 0;
}
.popular-title {
    font-size: 1.375rem;
	margin-bottom: 22px;
}
.popular-title a {
	color: #174E7D;
}
.popular-more {
	margin-top: 20px;
}
.popular-more a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.bottom-bar-blue.widget {
	background: rgba(110, 193, 228, 0.16);
	padding: 80px 0;
}


/******************************************
 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 {
	background: #174E7D;
	color: #fff;
	content: "Q";
	font-size: 28px;
	font-weight: bold;
	height: 43px;
	left: 0;
	line-height: 42px;
	position: absolute;
	text-align: center;
	top: 50%;
    	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 43px;
}
h3.accordion-title:after {
	color: #D9D9D9;
	content: "\f067";
	font-family: FontAwesome;
	font-size: 24px;
	font-weight: normal;
	line-height: 1em;
	margin-top: -9px;
	position: absolute;
	right: 0;
	top: 50%;
}
h3.accordion-title.open:after {
	content: "\f068";
}
h3.accordion-title {
	border-top: 1px solid rgba(112, 112, 112, 0.26);
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	padding: 34px 50px 34px 100px;
	position: relative;
}
h3.accordion-title.open {
	color: #E59900;
}
h3.accordion-title[id$="-t1"] {
	border-top: none;
}
.accordion-content::before {
	background: #9B9B9B;
	color: #fff;
	content: "A";
	font-size: 28px;
	font-weight: bold;
	height: 43px;
	left: 0;
	line-height: 42px;
	position: absolute;
	text-align: center;
	top: 3px;
	width: 43px;
}
.accordion-content {
	padding: 0 0 10px 100px;
	position: relative;
}
.accordion-content p {
	margin-top: 0;
}


/******************************************
 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 {
	margin-right: -12px !important;
}
div.gform_wrapper ul.gform_fields li.gfield {
	margin: 8px 0;
	padding-right: 12px;
}
div.gform_wrapper .top_label li.gfield.gf_left_half,
div.gform_wrapper .top_label li.gfield.gf_right_half {
	padding-right: 12px;
}
.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-size: 15px;
	font-weight: inherit;
	margin: 0 0 4px;
}
div.gform_wrapper .gfield_required {
	color: #E59900;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px !important;
}
div.gform_wrapper .gform_footer {
	margin: 30px 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;
}
div.gform_wrapper li.hidden_label input {
	margin-top: 3px;
}


/******************************************
 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 {
	margin-top: 50px;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.blog-archive-left {
	position: relative;
}
.post-list-date-badget {
	align-content: center;
	background: #174E7D;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-size: 35px;
	font-weight: bold;
	height: 80px;
	justify-content: center;
	left: 15px;
	line-height: 0.9em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 80px;
}
.post-list-date-badget b {
	display: block;
	font-size: 13px;
	line-height: 1em;
	padding-top: 4px;
	text-transform: uppercase;
	width: 100%;
}
.blog-archive-right {
	padding-left: 50px;
}
.post-list h2.entry-title {
	font-size: 1.3125rem;
	margin-bottom: 5px;
}
.post-list h2.entry-title a {
	color: #174E7D;
	text-decoration: none;
}
.post-list h2.entry-title a:hover {
	color: #E59900;
}
.post-list-date {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 14px;
	display: none;
}
.post-list-date a {
	text-decoration: underline;
}
h2.entry-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.post-list-thumbnail {
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}
.post-list-thumbnail a.em-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.post-list-content p {
	margin-top: 0;
}
.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;
}
.post-list-more {
	margin-top: 22px;
}
.post-list-more a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
h1.single-title {
	font-size: 1.75rem;
}
.hentry header {
	border-bottom: none;
}
.byline {
	color: #333;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-top: 2px;
	padding-bottom: 20px;
	display: none;
}
.post-image {
	margin: 15px 0 50px;
}
.blue-box {
	background: #174E7D url(library/images/bg-noise-3.png) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin: 50px 0 0;
	padding: 40px 50px 40px 47px;
}
.blue-box *:not(a),
.blue-box .contact-box-horizontal h5 {
	color: #fff;
}
.blue-box p {
	font-size: 1.0625rem;
	margin: 17px 0;
}
.blue-box .contact-box-horizontal {
	margin-top: 15px;
}
.navigation::before,
.navigation::after {
	clear: both;
	content: "";
	display: table;
}
.navigation {
	margin-top: 80px;
}
.navigation-desktop .navigation {
    margin-top: 0;
    padding-bottom: 80px;
}
.nav-prev {
	float: left;
}
.nav-next {
	float: right;
}
.nav-prev a,
.nav-next a {
	background: #9B9B9B url(library/images/icon-prev@2x.png) no-repeat center center;
    -webkit-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -o-background-size: auto 12px;
    background-size: auto 12px;
	display: block;
	font-size: 0;
	height: 43px;
	line-height: 0;
	text-indent: -999em;
	width: 43px;
}
.nav-next a {
	background-image: url(library/images/icon-next@2x.png);
}
.nav-prev a:hover,
.nav-next a:hover {
	background-color: #6EC1E4;
}
.pagination {
	margin: 80px 0 0;
}
.pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0 48px;
	position: relative;
}
.pagination li {
	border: none;
	margin: 0;
}
.pagination li:first-child {
	border: none;
}
.pagination li a.prev {
	border-left: none;
	left: 0;
    margin-left: 0;
    margin-right: 0;
	position: absolute;
	top: 0;
}
.pagination li a.next {
    margin-left: 0;
    margin-right: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.pagination a, .pagination span {
	background: #9B9B9B;
	color: #fff;
	font-size: 1.75rem;
	font-weight: bold;
	height: 43px;
	line-height: 43px;
    margin: 0 5px;
	padding: 0 5px;
	min-width: 43px;
}
.pagination a:hover {
	background: #6EC1E4;
}
.pagination .current,
.pagination .current:hover {
	background: #174E7D;
	color: #fff;
}
.pagination li a.prev,
.pagination li a.next {
	background-image: url(library/images/icon-prev@2x.png);
	background-position: center center;
	background-repeat: no-repeat;
    -webkit-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -o-background-size: auto 12px;
    background-size: auto 12px;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
}
.pagination li a.next {
	background-image: url(library/images/icon-next@2x.png);
}


/******************************************
 NAVIGATION
******************************************/
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::after {
	background: rgba(51, 51, 51, 0.39);
	content: "";
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
		-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
}
nav.main-nav ul.nav > li:last-child::after {
	display: none;
}
nav.main-nav ul.nav > li {
	float: left;
	position: relative;
}
nav.main-nav ul.nav > li > a {
	color: #00093C;
	display: block;
	font: normal 14px/40px 'fs_me', sans-serif;
	padding: 0 18px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: bold;
	margin-left: 7px;
	margin-top: -6px;
	-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;
}
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.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li:hover > a,
nav.main-nav ul.nav > li.hover > a {
	color: #00366F;
}
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 {
	font-weight: bold;
}
nav.main-nav ul.nav li ul {
	background: #E59900;
	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: 250px;
}
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: 18px;
	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 'Roboto Condensed', sans-serif;
	padding: 8px 14px;
	text-decoration: none;
}
nav.main-nav ul.nav li ul li a:hover {
	background: #6EC1E4;
}
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: #6EC1E4;
}


/******************************************
 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: #fff;
}
div#sfm-sidebar .sfm-menu li:after {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li > a:before {
	background: #6EC1E4;
}
#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: 28px;
}
.sfm-navicon {
	width: 28px;
}
.sfm-navicon-button {
	padding: 20px 8px;
}
#sfm-sidebar .sfm-search-form input[type="text"] {
	height: auto;
}
/* Fix splash menu on page load, on Chrome */
div#sfm-sidebar {
	-webkit-transform: translate(375px,0);
    -moz-transform: translate(375px,0);
    -ms-transform: translate(375px,0);
    -o-transform: translate(375px,0);
    transform: translate(375px,0);
    -webkit-transform: translate3d(375px,0,0);
    -moz-transform: translate3d(375px,0,0);
    -ms-transform: translate3d(375px,0,0);
    -o-transform: translate3d(375px,0,0);
    transform: translate3d(375px,0,0);
}


/******************************************
 LAYOUT STYLES
******************************************/
/*** Enter your style for global layout here ***/
.main-wrapper {
	margin: 0 auto;
	max-width: 1920px;
	overflow: hidden;
}
.main-header {
	position: relative;
	z-index: 10;
}
.logo {
	padding-bottom: 30px;
	padding-top: 34px;
}
.logo img {
	width: 248px;
}
.header-right-top {
	padding-top: 35px;
	position: relative;
}
.header-phone {
	color: #00366F;
}
.header-phone span {
	display: inline-block;
	font-size: 15px;
	line-height: 1.875rem;
	vertical-align: top;
}
.header-phone a {
	background: url(library/images/icon-phone-blue@2x.png) no-repeat left center;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    background-size: 20px auto;
	color: #00366F;
	display: inline-block;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 2rem;
	margin-left: 14px;
	padding: 0 0 0 28px;
	text-decoration: none;
	vertical-align: top;
}
.header-search {
	padding-left: 10px;
	position: static;
}
.header-search-toggle::before {
	color: #174E7D;
	content: "\f002";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 25px;
	line-height: 1em;
	vertical-align: top;
}
.header-search-toggle {
	display: block;
	margin-top: 2px;
	text-decoration: none;
}
.header-search-frm {
	background: #fff;
	bottom: 0;
	left: 35px;
	opacity: 0;
	position: absolute;
	right: 15px;
    -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;
}
.header-search-frm.open,
a.header-search-close.open {
	opacity: 1;
	visibility: visible;
}
.header-search-frm form {
	padding-left: 50px;
}
.header-search-frm #searchsubmit::after {
    color: #174E7D;
    content: "\f002";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
    line-height: 1em;
	text-indent: 0;
    vertical-align: top;
}
.header-search-frm #s {
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 10px 0;
}
.header-search-frm #searchsubmit {
	background: none;
	border: none;
	font-size: 0;
	left: 0;
	line-height: 0;
	padding: 0;
	position: absolute;
	text-indent: -999em;
	top: 50%;
		-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-search-close::before {
	content: "\00d7";
	font-size: 50px;
	font-weight: bold;
}
a.header-search-close {
	opacity: 0;
	position: absolute;
	right: 25px;
	text-decoration: none;
	top: 25px;
	visibility: hidden;
}
.header-nav {
	padding-top: 10px;
}
.header-nav > nav {
	float: right;
	margin-right: -22px;
}
.top-navigation {
	background: #174E7D;
}
.top-navigation ul.nav {
}
.top-navigation nav.main-nav ul.nav > li::after {
	background: rgba(235, 235, 235, 0.39);
	height: 18px;
}
.top-navigation nav.main-nav ul.nav > li:first-child,
.top-navigation nav.main-nav ul.nav > li:nth-child(4){
	width: 21%;
}
.top-navigation nav.main-nav ul.nav > li:nth-child(2),
.top-navigation nav.main-nav ul.nav > li:nth-child(3){
	width: 29%;
}
.top-navigation nav.main-nav ul.nav > li > a {
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.top-navigation nav.main-nav ul.nav > li:first-child > a {
	padding-left: 0;
	text-align: left;
}
.top-navigation nav.main-nav ul.nav > li:last-child > a {
	padding-right: 0;
	text-align: right;
}
.top-navigation nav.main-nav ul.nav > li > a:hover,
.top-navigation nav.main-nav ul.nav > li.current-menu-item > a,
.top-navigation nav.main-nav ul.nav > li.current-parent-item > a,
.top-navigation nav.main-nav ul.nav > li.current-menu-ancestor > a {
	color: #6EC1E4;
}
.banner-area {
	background: url(library/images/banner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 100px 0 118px;
}
.banner-area h1,
.banner-area h2,
.banner-area p {
	color: #fff;
}
.banner-area h1 {
	margin-bottom: 18px;
}
.banner-area h2 {
	font-weight: normal;
	margin-bottom: 28px;
	max-width: 550px;
}
.banner-area .divup p {
	font-size: 1.125rem;
	margin: 0;
}
.banner-area .div-2 {
	margin-left: 23px;
}
.banner-area .div-2 a {
	font-weight: bold;
	text-decoration: underline;
}
.breadcrumbs {
    margin-bottom: -50px;
    padding: 40px 0 0;
}
body.breadcrumb-separate .breadcrumbs {
	margin-bottom: 0;
	padding-bottom: 40px;
}
.breadcrumbs a {
    color: #174E7D;
    text-decoration: none;
}
.breadcrumbs a.home::before {
    content: "\f015";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 1.625em;
    text-indent: 0;
}
.breadcrumbs a.home {
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
}
.main-footer {
	background: #303030;
	padding: 80px 0 70px;
}
.footer-top * {
	color: #fff;
}
.footer-top h6.widgettitle {
	margin-bottom: 20px;
}
.footer-top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-top ul li {
	padding: 6px 0;
}
.footer-top ul li a {
	display: block;
	font-size: 14px;
	line-height: 1.14285714em;
	text-decoration: none;
}
.footer-top ul li a:hover {
	color: #6EC1E4;
}
.footer-bottom {
	font-size: 12px;
	padding-top: 40px;
	text-align: center;
}
.footer-bottom * {
	color: rgba(255, 255, 255, 0.7);
}
.footer-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-bottom ul li::before {
	content: "|";
	display: inline-block;
	margin-top: 2px;
	vertical-align: top;
}
.footer-bottom ul li:first-child::before {
	display: none;
}
.footer-bottom ul li {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.footer-bottom ul li a {
	display: inline-block;
	padding: 3px 12px;
	text-decoration: none;
}
.footer-divider {
	display: inline-block;
	margin: 0 11px;
	vertical-align: top;
}

/*** Homepage - Enter any style for elements on homepage here ***/
.how-can-we-help-portals,
.who-can-claim-portals {
	margin-top: 12px;
}
.how-can-we-help-portals .extra-content-col-inner {
	padding: 62px 15px 108px;
	position: relative;
}
.how-can-we-help-portals .extra-content-col-inner h4 a {
	color: #174E7D;
	text-decoration: none;
}
.how-can-we-help-portals .extra-content-col-inner p {
	font-size: 15px;
    line-height: 1.73333333em;
    margin-bottom: 24px;
    margin-top: 24px;
}
.how-can-we-help-portals .extra-content-col-inner h6 {
	bottom: 60px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
}
.how-can-we-help-portals .extra-content-col-inner a.em-button {
    font-size: 13px;
	padding: 13px 10px 13px;
	width: 180px;
}
.who-can-claim-portals p {
	margin-top: 0;
}
.who-can-claim-portals p,
.who-can-claim-portals p img {
	margin-bottom: 0;
}
.who-can-claim-portals h4 {
	margin: 25px auto 0;
	max-width: 270px;
}
.who-can-claim-footer {
	margin-top: 50px;
}
.who-can-claim-footer h4 {
	color: #333;
	font-size: 1.375rem;
	font-weight: normal;
}
.who-can-claim-footer a.em-button {
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	width: 290px;
}
.map-intro h2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}
.map-intro p {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}
.contact-box-vertical p {
	margin-bottom: 20px;
}
.contact-box-vertical h5 {
	color: #333;
	font-weight: normal;
	margin: 0;
}

/*** Internal Pages - Enter any style for elements on internal pages here ***/
.inner-banner {
	background: url(library/images/banner-inner.jpg) no-repeat center top;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding: 60px 0;
}
.inner-banner h1,
.inner-banner h2 {
	color: #fff;
	font-size: 3rem;
}
.extra-content a:not(.em-button),
.bottom-bar99 a:not(.em-button){
	font-weight: bold;
	text-decoration: underline;
}
.blog-heading {
	margin-bottom: 80px;
}

/* About */
.contact-box-horizontal {
	margin-top: 20px;
}
.contact-box-horizontal .div-2,
.contact-box-horizontal h5 {
	padding-left: 28px;
}
.contact-box-horizontal .div-2 p {
	font-size: 1.125rem;
}
.contact-box-horizontal h5 {
	margin: 0;
}
.author-box p {
	margin-bottom: 17px;
}
.author-box p img {
	margin-bottom: 0;
}
.author-box h2 {
	margin-bottom: 10px;
}
.author-box h5 {
	font-size: 15px;
	margin-bottom: 0;
}
.author-box h6 {
	font-size: 12px;
}
.bg-cover-left p::before {
	background: rgba(23, 78, 125, 0.36);
	content: "";
	height: 76.329787%;
	position: absolute;
	right: 68.356643%;
	top: 50%;
    	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 999em;
	z-index: 1;
}
.bg-cover-left p {
	position: relative;
}

/* How It Works */
.how-it-works-portals {
	margin-bottom: 25px;
	margin-top: 60px;
}
.how-it-works-portals .extra-content-col-inner h6::before {
	border-bottom: 55px solid rgba(0, 0, 0, 0);
	border-left: 51px solid #DEE3E8;
	border-top: 55px solid rgba(0, 0, 0, 0);
	content: "";
	position: absolute;
	right: -26px;
	top: 50%;
    	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.how-it-works-portals .column-04 .extra-content-col-inner h6::before {
	display: none;
}
.how-it-works-portals .extra-content-col-inner h6::after {
	background: #F5F7F9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.how-it-works-portals .extra-content-col-inner h6 {
	height: 150px;
	line-height: 150px;
	margin: 0 auto 40px;
	position: relative;
	text-align: center;
	width: 150px;
}
.how-it-works-portals .extra-content-col-inner h6 img {
	display: inline;
	margin: 0;
	position: relative;
	z-index: 1;
}
.how-it-works-portals .extra-content-col-inner h5 {
	font-size: 12px;
	margin-bottom: 5px;
}
.how-it-works-portals .extra-content-col-inner h3 {
	font-size: 1.375rem;
}

/* Media Centre */
.current-radio-ads {
	padding-top: 50px;
}
.current-radio-ads .extra-content-col-inner a::before {
	background: url(library/images/icon-microphone@2x.png) no-repeat left center;
    -webkit-background-size: 48px auto;
    -moz-background-size: 48px auto;
    -o-background-size: 48px auto;
    background-size: 48px auto;
	content: "";
	display: inline-block;
	height: 48px;
	margin-top: 21px;
    padding-right: 45px;
	vertical-align: top;
	width: 48px;
}
.current-radio-ads .extra-content-col-inner a::after {
	background: url(library/images/bg-circles.png) no-repeat center center;
	color: #E59900;
	content: "click here";
	display: inline-block;
	font-size: 1.1875rem;
	margin-left: 70px;
	text-align: center;
	vertical-align: top;
	width: 182px;
}
.current-radio-ads .extra-content-col-inner a {
	background: #174E7D;
	color: #fff;
	display: block;
	font-size: 1.1875rem;
	font-weight: bold;
	line-height: 90px;
	text-align: center;
	text-decoration: none;
}
.current-radio-ads .extra-content-col-inner p {
	display: inline;
	margin: 0;
}
.podcasts-main h4 {
    font-size: 1.3125rem;
}
.podcasts-list table {
	border-top: 1px solid rgba(112, 112, 112, 0.26);
	margin-bottom: 45px;
	margin-top: 38px;
}
.podcasts-list table tbody tr td {
	border-bottom: 1px solid rgba(112, 112, 112, 0.26);
	padding-bottom: 20px;
	padding-top: 20px;
	vertical-align: middle;
}
.podcasts-list table tbody tr td h5 {
	color: #333;
	font-size: 1.0625rem;
	margin: 0;
}
.podcasts-list table tbody tr td p {
    font-size: 15px;
    line-height: 1.73333333em;
	margin: 10px 0 0;
}
.podcasts-list table tbody tr td:first-child {
	width: 75px;
}
.podcasts-list table tbody tr td:nth-child(3) {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	white-space: nowrap;
	width: 260px;
}
.podcasts-list table tbody tr td:nth-child(4) {
	font-size: 1.0625rem;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
.podcasts-list table tbody tr td:nth-child(4) a {
	margin-left: 10px;
}
.podcasts-list table tbody tr td:nth-child(4) a:first-child {
	margin-left: 0;
	margin-right: 10px;
}
.resources-newsletter .extra-content-col {
	padding-bottom: 20px;
	padding-top: 40px;
}
.resources-newsletter p {
	margin: 0;
}
.resources-newsletter a {
	display: block;
	text-decoration: none !important;
}
.resources-newsletter img {
	left: -76px;
	max-width: none;
	position: relative;
}
.resources-newsletter a strong::after {
	background: url(library/images/icon-download@2x.png) no-repeat center center;
    -webkit-background-size: 11px auto;
    -moz-background-size: 11px auto;
    -o-background-size: 11px auto;
    background-size: 11px auto;
	content: "";
	display: inline-block;
	margin-left: 8px;
	height: 13px;
	width: 11px;
}
.resources-newsletter a strong {
	background: #174E7D;
	color: #fff;
	display: block;
	line-height: 54px;
	text-align: center;
	width: 200px;
}

/* Support Group */
.logo-boxes .extra-content-col-inner a {
	display: block;
	padding: 0 10px 48px;
	text-align: center;
	text-decoration: none;
}
.logo-boxes .extra-content-col-inner a h6 {
	height: 115px;
	line-height: 115px;
}
.logo-boxes .extra-content-col-inner a h6 img {
	display: inline;
	margin: 0;
}
.logo-boxes .extra-content-col-inner .em-button {
	background: #E59900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 900;
	height: 50px;
	line-height: 50px;
	margin: 22px auto 0;
	padding: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	width: 180px;
}
.logo-boxes .extra-content-col-inner a:hover .em-button {
	background-color: #6EC1E4;
}
.logo-boxes .extra-content-col-inner .em-button p {
	margin: 0;
}

/* Testimonials */
ul.alm-listing .alm-reveal:first-child > li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
ul.alm-listing .alm-reveal > li {
	border-top: 1px solid #C7C7C7;
	margin: 60px 0 0;
	padding: 60px 0 0;
}
.testimonial-thumb {
	float: left;
	padding-top: 4px;
	width: 120px;
}
.alm-listing .alm-reveal > li .testimonial-thumb img {
	position: static;
}
.testimonial-right::before {
	background: url(library/images/icon-quote@2x.png) no-repeat left top;
    -webkit-background-size: 32px auto;
    -moz-background-size: 32px auto;
    -o-background-size: 32px auto;
    background-size: 32px auto;
	content: "";
	height: 24px;
	left: 168px;
	position: absolute;
	top: 3px;
	width: 32px;
}
.testimonial-right {
	padding-left: 230px;
	position: relative;
}
.alm-listing .alm-reveal > li h3.testimonial-author {
	font-size: 1.3125rem;
	margin: 16px 0 0;
}
div.alm-btn-wrap {
	margin: 70px 0 0;
	padding: 0;
}
div.alm-btn-wrap .alm-load-more-btn {
	background: none;
	border: 2px solid #E59900;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color: #E59900;
	font-size: 13px;
	font-weight: bold;
	height: 50px;
	margin: 0;
	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;
	width: 180px;
}
div.alm-btn-wrap .alm-load-more-btn:hover {
	background: #E59900;
	color: #fff;
}
div.alm-btn-wrap .alm-load-more-btn.done {
	background: none;
}
div.alm-btn-wrap .alm-load-more-btn.done:hover {
	color: #E59900;
}

/* Case Studies */
.case-studies-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.case-studies-list > li {
	margin-top: 65px;
}
.case-studies-list > li:first-child {
	margin-top: 0;
}
.case-study-thumb-inner {
	overflow: hidden;
	position: relative;
}
.case-study-right {
	padding-left: 50px;
}
.case-study-info {
	list-style: none;
	margin: -5px 0 0;
	padding: 0;
}
.case-study-info li {
	color: #174E7D;
	font-size: 1.25rem;
	margin: 2px 0;
}
.case-study-content p {
	margin-bottom: 0;
}

/* Contact */
.h2-26 h2 {
	font-size: 1.625rem;
}
.h2-26 h2.heading-underline-left {
	margin-bottom: 28px;
	padding-bottom: 25px;
}
.contact-form-box .extra-content-col-inner {
    padding: 36px 35px 74px;
}
.contact-form-box div.gform_wrapper .top_label input.medium,
.contact-form-box div.gform_wrapper select.medium,
.gform_wrapper textarea.medium {
	border: none !important;
}
body .contact-form-box .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
	margin-top: 16px !important;
}
.contact-detail-box {
	padding-top: 36px;
}
.contact-detail-box ul,
.office-info {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-detail-box ul li::before,
.office-info li::before {
	background-color: #174E7D;
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	height: 43px;
	left: -60px;
	line-height: 42px;
	position: absolute;
	text-align: center;
	top: 50%;
    	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 43px;
}
.contact-detail-box ul li:first-child::before,
.office-info li:first-child::before {
	background-image: url(library/images/icon-placeholder@2x.png);
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
}
.contact-detail-box ul li:nth-child(n+2):nth-child(-n+3)::before,
.office-info li:nth-child(n+2):nth-child(-n+3)::before {
	background-image: url(library/images/icon-phone@2x.png);
    -webkit-background-size: 19px auto;
    -moz-background-size: 19px auto;
    -o-background-size: 19px auto;
    background-size: 19px auto;
}
.contact-detail-box ul li:nth-child(4)::before,
.office-info li:nth-child(4)::before {
	background-image: url(library/images/icon-fax@2x.png);
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    background-size: 20px auto;
}
.contact-detail-box ul li,
.office-info li {
	align-items: center;
	border-top: 1px dashed #B7B7B7;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.46666667em;
	margin: 0 0 0 60px;
	min-height: 49px;
	padding: 0;
	position: relative;
}
.contact-detail-box ul li:first-child,
.office-info li:first-child {
	border-top: none;
}
.office-location {
	display: none;
}
.office-location.active {
	display: block;
}
.offices {
	margin-top: -40px;
}
.office {
	margin-top: 58px;
}
.offices .office:nth-child(3n+1) {
	clear: both;
}
.office-title {
	margin: 0;
}
.office-title a::after {
	background: #00366F url(library/images/icon-next@2x.png) no-repeat center center;
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
}
.office-title a {
    background: #174E7D;
    color: #fff;
    display: block;
    font-size: 1.375rem;
    padding: 18px 70px 18px 25px;
    position: relative;
    text-decoration: none !important;
}
.office-map {
	height: 250px;
}
.office-info {
	margin: 23px 0 0;
}
.locations-intro p {
    max-width: 500px;
}


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

@media (max-width: 1440px) {
	/* General Styles */

	/*** Enter your custom style here ***/
}

@media (max-width: 1199.98px) {
	body {
		font-size: 1rem;
	}
	h1 {
		font-size: 2.5rem;
	}
	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;
	}
	h3.accordion-title::before {
		font-size: 24px;
		height: 39px;
		line-height: 38px;
		width: 39px;
	}
	h3.accordion-title::after {
		font-size: 20px;
	}
	h3.accordion-title {
		font-size: 1.125rem;
		padding: 22px 40px 22px 60px;
	}
	.accordion-content::before {
		font-size: 24px;
		height: 39px;
		line-height: 38px;
		top: 5px;
		width: 39px;
	}
	.accordion-content {
		padding: 0 0 5px 60px;
	}
	.free-quote-bar,
	.free-quote-bar p {
		text-align: center;
	}
	.heading-underline-grey {
		margin-bottom: 23px;
		padding-bottom: 30px;
	}

	/*** Enter your custom style here ***/
	.extra-content, .mainbody {
		padding: 50px 0;
	}
	.header-right-top {
		padding-top: 25px;
	}
	.header-phone a {
		font-size: 1.5rem;
	}
	.header-search-toggle::before {
		font-size: 20px;
	}
	.header-search-toggle {
		margin-top: 5px;
	}
	nav.main-nav ul.nav > li > a {
		font-size: 13px;
		padding-left: 11px;
		padding-right: 12px;
	}
	.top-navigation nav.main-nav ul.nav > li > a {
		font-size: 13px;
	}
	.banner-area {
		padding: 70px 0 88px;
	}
	.banner-area h2 {
		font-size: 1.5rem;
		max-width: 450px;
	}
    .breadcrumbs {
        margin-bottom: -10px;
    }
	.how-can-we-help-portals .extra-content-col-inner {
		padding: 26px 15px 68px;
	}
	.how-can-we-help-portals .extra-content-col-inner h6 {
		bottom: 20px;
	}
	.how-it-works-portals {
		margin-top: 0;
	}
	.how-it-works-portals .extra-content-col {
		margin-top: 30px;
	}
    .how-it-works-portals .extra-content-col-inner h6::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
	h2.entry-title {
		font-size: 1.375rem;
	}
	p {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.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;
	}
	.sfm-rollback {
		display: block;
		width: 0;
	}

	/* 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: 30px 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;
	}
	.contact-form .column-02, .get-a-quote-row-01 .column-02 {
		max-width: none;
	}
	.main-sidebar {
		margin-top: 60px;
	}
	.popular-thumb {
		float: left;
		padding-top: 7px;
		width: 250px;
	}
	.popular-title,
	.popular-excerpt,
	.popular-more {
		padding-left: 280px;
	}
	.blog-archive-right {
		padding-left: 15px;
	}

	/*** Enter your custom style here ***/
	.logo {
		padding-bottom: 36px;
		padding-top: 79px;
		text-align: center;
	}
	.header-right-top {
		padding: 0;
	}
	.header-phone {
		background: #174E7D;
		color: #fff;
		left: 0;
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
	}
	body.admin-bar .header-phone {
		top: 46px;
	}
	.header-phone a {
		background-image: url(library/images/icon-phone@2x.png);
		-webkit-background-size: 17px auto;
		-moz-background-size: 17px auto;
		-o-background-size: 17px auto;
		background-size: 17px auto;
		color: #fff;
		font-size: 23px;
		line-height: 50px;
		margin: 0;
		padding-left: 24px;
	}
	.banner-area {
		padding: 50px 0 62px;
		text-align: center;
	}
	.banner-area h1 {
		font-size: 2rem;
	}
	.banner-area h2 {
		font-size: 1.25rem;
		margin-left: auto;
		margin-right: auto;
		max-width: 360px;
	}
	.banner-area .divup-wrap {
		justify-content: center;
	}
	.heading-underline-center,
	.heading-underline-left,
	.heading-underline-right {
		margin-bottom: 35px;
		padding-bottom: 28px;
	}
    .how-can-we-help-portals,
	.who-can-claim-portals {
		margin-top: 0;
	}
	.who-can-claim-footer {
		margin-top: 30px;
	}
	.main-footer {
		padding: 60px 0;
	}
	.footer-bottom {
		padding-top: 0;
	}
	.how-it-works-portals .extra-content-col {
		margin-top: 10px;
	}
	.how-it-works-portals .extra-content-col-inner h6::before {
		display: none;
	}
	.how-it-works-portals .extra-content-col-inner h6 {
		margin-bottom: 25px;
	}
	.podcasts-list table tbody tr {
		border-bottom: 1px solid rgba(112, 112, 112, 0.26);
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.podcasts-list table tbody tr td {
		border-bottom: none;
		padding-bottom: 5px;
		padding-left: 70px !important;
		padding-top: 5px;
		text-align: left !important;
	}
	.podcasts-list table tbody tr td:first-child {
		float: left;
		padding-left: 0 !important;
		width: 70px !important;
	}
	.case-study-thumb img {
		width: 370px;
	}
	.case-study-right {
		padding-left: 15px;
		padding-top: 20px;
	}
	.case-study-info {
		margin-top: 0;
	}
    .case-studies-list > li {
    	margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
	h2 {
	}
	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.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 {
		display: block;
		padding: 7.5px 0;
		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;
	}
	.popular-thumb {
		float: none;
		padding-top: 0;
		width: auto;
	}
	.popular-title,
	.popular-excerpt,
	.popular-more {
		padding-left: 0;
	}
    .pagination a,
    .pagination span {
		margin: 5px 2px;
	}

	/*** Enter your custom style here ***/
    .heading-underline-center::after,
	.heading-underline-left::after,
	.heading-underline-right::after {
		width: 106px;
	}
	.heading-underline-grey {
		margin-bottom: 20px;
	}
	.how-can-we-help-portals {
		margin-top: -15px;
	}
	.how-can-we-help-portals .extra-content-col {
		padding-bottom: 4px;
		padding-top: 4px;
	}
	.how-can-we-help-portals .extra-content-col-inner {
		padding: 0;
	}
	.how-can-we-help-portals .extra-content-col-inner h4.heading-underline-grey::after {
		display: none;
	}
	.how-can-we-help-portals .extra-content-col-inner h4.heading-underline-grey {
		font-size: 1.125rem;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.how-can-we-help-portals .extra-content-col-inner h4 br {
		display: none;
	}
	.how-can-we-help-portals .extra-content-col-inner h4 a {
		display: block;
		padding: 23px 10px;
	}
	.how-can-we-help-portals .extra-content-col-inner p {
		display: none;
	}
	.how-can-we-help-portals .extra-content-col-inner h6 {
		display: none;
	}
	.who-can-claim-portals {
		margin-top: -42px;
		text-align: center;
	}
	.who-can-claim-portals h4 {
		margin-top: 20px;
	}
	.inner-banner {
		padding: 50px 0 45px;
	}
	.current-radio-ads .extra-content-col-inner a::before {
		padding-right: 20px;
	}
	.current-radio-ads .extra-content-col-inner a::after {
		display: none;
	}
	.podcasts-list table {
		margin-bottom: 0;
	}
	.podcasts-list h4 {
		margin-top: 45px;
	}
	.resources-newsletter img {
		display: block;
		left: 50%;
		margin-left: -175px;
	}
	.resources-newsletter strong {
		margin: -25px auto 0;
	}
	.testimonial-thumb {
		width: 80px;
	}
	.testimonial-right::before {
		left: 100px;
	}
	.testimonial-right {
		padding-left: 150px;
	}
}

@media (max-width: 575.98px) {
	h2 {
		font-size: 1.4375rem;
	}
	.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;
	}
	h3.accordion-title::before,
	.accordion-content::before {
		font-size: 18px;
		height: 29px;
		line-height: 28px;
		width: 29px;
	}
	h3.accordion-title::after {
		font-size: 18px;
	}
	h3.accordion-title {
		font-size: 1rem;
		padding: 18px 30px 18px 40px;
	}
	.accordion-content {
		padding-left: 40px;
	}
	.pagination ul {
		padding: 0 33px;
	}
	.pagination a,
	.pagination span {
        font-size: 1.5rem;
		height: 32px;
		line-height: 32px;
        margin: 5px 1px;
		min-width: 32px;
	}
    img.alignleft {
        display: block;
        float: none;
        margin-right: 0;
    }

	/*** Enter your custom style here ***/
	.banner-area {
		background-image: url(library/images/banner-mobile.jpg);
    	padding: 44px 0;
	}
	.banner-area h1 {
		font-size: 1.75rem;
		margin-left: auto;
		margin-right: auto;
		max-width: 220px;
	}
	.banner-area h2 {
		font-size: 1.25rem;
		margin-bottom: 18px;
		max-width: 280px;
	}
	.banner-area .divup {
		padding-bottom: 7px;
		padding-top: 7px;
	}
	.banner-area .div-2 {
		margin-left: 0;
	}
	.banner-area .divup p {
		font-size: 1rem;
	}
	.footer-divider {
		display: block;
		font-size: 0;
		line-height: 0;
		text-indent: -999em;
	}
	.footer-bottom ul li a {
		padding: 3px 4px;
	}
	.contact-box-horizontal {
		margin-top: 30px;
		text-align: center;
	}
	.contact-box-horizontal .div-2 {
		padding-left: 0;
	}
	.current-radio-ads .extra-content-col-inner a::before {
		display: block;
		margin: 0 auto 10px;
		padding: 0;
	}
	.current-radio-ads .extra-content-col-inner a {
		line-height: 1.5em;
		padding: 20px;
	}
	.podcasts-list table tbody tr td:first-child {
		width: 60px !important;;
	}
	.podcasts-list table tbody tr td {
		padding-left: 60px !important;
	}
    .podcasts-list table tbody tr td:nth-child(4) {
        font-size: 14px;
        white-space: normal;
    }
    .podcasts-list table tbody tr td:nth-child(4) a {
        white-space: nowrap;
    }
	.blue-box {
		padding: 20px;
		text-align: center;
	}
	.blue-box .contact-box-horizontal {
		display: block;
		margin-top: 25px;
	}
	.contact-box-horizontal h5 {
		padding-left: 0;
	}
	ul.alm-listing .alm-reveal > li {
		margin-top: 40px;
		padding-top: 40px;
		text-align: center;
	}
	.testimonial-thumb {
		float: none;
		padding-top: 0;
		width: auto;
	}
	.testimonial-thumb img {
        max-height: 150px;
		max-width: 150px;
	}
	.testimonial-right::before {
		display: none;
	}
	.testimonial-right {
		padding: 20px 0 0;
	}
	.case-study-info li {
		font-size: 1rem;
	}
	.case-study-info li strong {
		display: block;
	}
	.contact-form-box .extra-content-col-inner {
		padding: 20px;
	}
	.office-title a::before {
		width: 60px;
	}
	.office-title a {
		font-size: 1.125rem;
		padding-right: 65px;
	}
}

@media (max-width: 360px) {
    .podcasts-list table tbody tr td:nth-child(4) a {
    	display: block;
        margin-left: 0;
    }
}
