/*
Theme Name: Stack Law
Theme URI: http://www.fivebyfive.com.au/
Description: A mobile responsive and HTML5 theme built.
Author: FIVE BY FIVE
Author URI: http://www.fivebyfive.com.au/
Version: 1.7
Template: genesis
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* General style */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body{
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color:#1a2732;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	transition: opacity .2s ease;
	position: relative;
	letter-spacing: 1px;
}

.page-load-overlay {
	content: '';
    display: block;
    position: fixed;
	opacity: 1;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    /* background-image: url(images/page-load.gif); */
    background-image: url(images/clock-pload.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
	transition: opacity .2s ease;
}

p {
	margin: 0 0 20px;
	padding: 0;
	line-height: 2;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #1a2732;
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.4;
}

h1, .h1 {
	font-size: 55px;
}

h2, .h2 {
	font-size: 34px;
}

h3, .h3 {
	font-size: 30px ;
}

h4, .h4 {
	font-size: 27px;
}

h5, .h5 {
	font-size: 24px;
}

h6, .h6 {
	font-size: 20px;
}

a,
.footer-top .menu li a,
.search-form input[type="submit"],
.search-form button[type="submit"],
.sidebar-posts .post-item a:hover .overlay,
.gform_footer .gform_button.button,
.gform_footer input[type=submit]{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a {
	color:#f7403a;
	text-decoration: underline;
}

a:visited {
	color:#f7403a;
}

a:hover,
a:focus,
a.active {
	color: #f7403a;
	text-decoration: none;
	outline: none;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

.entry-content {
	line-height: 1.6;
}

.single-location .entry-content .template-content-sidebar {
	text-align: left;
}

.single-location .entry-content .textwidget {
	text-align: left;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 20px;
}

.entry-content ul {
	padding-left: 20px;
	margin-left: 20px;
}

.entry-content ul li{
	list-style: disc!important;
	margin-bottom: 10px;
}

.entry-content ul.tp-revslider-mainul {
	margin: 0;
	padding: 0;
}
.entry-content ul.tp-revslider-mainul li {
	list-style: none!important;
	margin-bottom: 0;
}

.entry-content ol li.list-group-item,
.entry-content ul li.list-group-item {
	list-style: none;
	margin-bottom: -1px;
	padding: 15px 36px;
}

.entry-content ol {
	padding-left: 20px;
	margin-left: 20px;
	list-style: decimal;
}

.entry-content ol > li {
	list-style: decimal;
}

.entry-content .list-group {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 30px;
	line-height: 2;
}

.entry-content ol.list-group li{
	display: list-item;
	list-style: decimal;
	list-style-position: inside;
}

.entry-content ol.list-group li ol li {
	list-style-type: lower-alpha;
}

.clearfix {
	clear: both;
}

.clearfix:before,
.clearfix:after{
	content:"";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

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

.small-text {
	font-size: 11px;
}

.nmb {
	margin-bottom: 0;
}

.post-edit-link {
	display: none;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.hide,
.hide-header .site-header ,
.hide-nav .nav-primary ,
.hide-internal-header .internal-header,
.hide-responsive-nav #responsive-menu,
.hide-responsive-nav #click-menu,
.hide-footer .site-footer,
.hide-footer-top .footer-top,
.hide-footer-bottom .footer-bottom {
	display: none !important;
}

.inherit {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
}

.site-container {
	width: 2000px;
	max-width: 100%;
	box-shadow: 0px 0px 8px #ccc;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.site-header .wrap,
.nav-primary .wrap {
	width: 1240px;
	max-width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
}

.wrapper, .wrap,
.content-sidebar-wrap {
	width: 1210px;
	max-width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
}

.wrap:after,
.wrapper:after,
.textwidget:after {
	content: '';
	display: block;
	clear: both;
}

.cols-wrapper {
	display: inline-block;
	width: 100%;
}

.btn {
    background: #f7403a;
    color: #fff;
    white-space: normal;
    border: 1px solid #f7403a;
    border-radius: 0px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 14px 30px;
    text-align: center;
    min-width: 190px;
	cursor: pointer;
}

.btn:visited,
.btn:focus,
.btn.active {
	color: #fff;
}

.btn:hover {
	background: none;
	color: #f7403a;
}

.btn-lg {
	width: 100%;
	margin: 10px 0px;
	white-space: normal;
}

.btn-info {
	background: #777;
	border-color: #777;
}

.label {
	padding: .3em .6em .3em;
}

.label-info {
	background-color: #AAA;
}

.btn.trans {
	border: 2px #777 solid;
	background: transparent;
	color: #777;
	padding: 12px;
	text-align: center;
	display: inline-block;
	min-width: 250px;
}

.btn.trans:hover {
	background: #777;
	color: #fff;
	text-decoration: none;
}

.btn-2 {
	background: #fff;
	color: #f7403a;
}

.btn-2:visited,
.btn-2:focus,
.btn-2.active {
	color: #f7403a;
}

.btn-2:hover {
	background: #f7403a;
	color: #FFFFFF;
}

.btn-3 {
	background: #fff;
	color: #384a5a;
	border-color: #384a5a;
}
.btn-3:visited,
.btn-3:focus,
.btn-3.active {
	color: #384a5a;
}
.btn-3:hover {
	background: #384a5a;
	color: #FFFFFF;
}

.btn-4 {
	background: #1f2e3b;
	color: #fff;
	border-color: #1f2e3b;
}

.btn-4:visited,
.btn-4:focus,
.btn-4.active {
	color: #fff;
}

.btn-4:hover {
	background: #f7403a;
	border-color: #f7403a;
	color: #fff;
}

.btn-white {
	color: #fff;
	border-color: #fff;
	background: none;
}

.btn-white:visited,
.btn-white:focus,
.btn-white.active {
	color: #fff;
}

.btn-white:hover {
	background: #f7403a;
	border-color: #f7403a;
	color: #fff;
}

.btn.with-icon {
	min-width: 206px;
	position: relative;
	text-align: center;
}

.btn.with-icon .fa {
    font-size: 16px;
    margin-left: 15px;
    position: relative;
    top: 2px;
}

.btn-5 {
	background: #fff;
	color: #384a5a;
	border-color: #384a5a;
	border-radius: 100px;
}
.btn-5:visited,
.btn-5:focus,
.btn-5.active {
	color: #384a5a;
}
.btn-5:hover {
	border-color: #f7403a;
	background: #f7403a;
	color: #FFFFFF;
}
.btn-5.alt-1:hover {
	border-color: #384a5a;
	background: #384a5a;
	color: #FFFFFF;
}

/*
*	Slick Overrides
*/
.slick-track {
	margin-left: auto;
	margin-right: auto;
}

.slick-dots li button:before {
	color: #FFF;
	font-size: 0;
	background: none;
	border-radius: 50%;
	line-height: 0;
	text-indent: -9999px;
	padding: 0;
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	border-radius: 50%;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	background: #fff;
}

.entry-content .carousel-nav-style-1 ul {
	padding: 0;
	margin: 0;
}
.carousel-nav-style-1 .slick-dots li button:before,
.carousel-nav-style-1 .slick-dots li.slick-active button:before {
	background: #1a2732;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 0 auto;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Popup forms*/
#fancybox-wrap #fancybox-content div {
    box-sizing: border-box;
}

.popup-form-wrap {
    padding: 40px 60px;
    width: 800px;
    max-width: 100%;
    box-sizing: border-box !important;
}

.subscribe-form-container {
	background: #1a2732;
	color: #fff;
}

.subscribe-form-container * {
	color: #fff;
}

.subscribe-form-container .gform_wrapper .ginput_container input[type="text"],
.subscribe-form-container .gform_wrapper .ginput_container input[type="email"] {
	color: #fff;
}

.subscribe-form-container h3 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 30px;
    margin: 0 0 30px;
}

/* Place Holder */
::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

/*
*	Section Builder
*/
.section-builder .block-section {
	display: block;
	padding: 100px 0;
}

.section-builder .content-sidebar-wrap {
	display: none;
}

.block-section.fullwidth > .wrapper {
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
}


/**
* Header
*/
.site-header {
	background-color: #1a2732;
	padding: 10px 0 24px;
	position: relative;
	color: #FFFFFF;
	width: 100%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	z-index: 100;
}

.site-header.stick {
	position: fixed;
	top: 0;
	z-index: 1000;
}

.admin-bar .site-header.stick {
	top: 32px;
}

.site-header.stick,
.site-header.site-header--clone {
	position: fixed;
	padding: 10px 0 13px;
}

.site-header.stick .title-area,
.site-header.site-header--clone .title-area {
	width: 194px;
}

.site-header.stick .main-menu-container,
.site-header.site-header--clone .main-menu-container {
	/* margin: 9px 10px -25px 70px; */
	margin: 9px 8px -25px 8px;
}

.site-header.stick .header-widget-area,
.site-header.site-header--clone .header-widget-area {
	margin-top: 10px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.nav-primary {
	background: #eee;
}

.nav-primary .genesis-nav-menu > li > a,
.nav-header .genesis-nav-menu > li > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 0.85px;
	display: inline-block;
	padding: 8px 10px;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
}

.nav-header .genesis-nav-menu > li > a:hover {
	color: #f7403a;
}

.nav-primary .sub-menu li,
.nav-header .sub-menu li {
	display: inline-block;
	width: 100%;
}

.nav-primary .genesis-nav-menu .menu-item:hover > .sub-menu,
.nav-header .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.nav-primary .genesis-nav-menu .sub-menu,
.nav-header .genesis-nav-menu .sub-menu {
	position: absolute;
	left: -9999px;
	padding: 0;
	margin: 0;
	width: 200px;
	max-width: 100%;
	opacity: 0;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
	z-index: 999;
	clear: both;
	-moz-box-shadow: 2px 5px 20px -10px #000;
	-webkit-box-shadow: 2px 5px 20px -10px #000;
	box-shadow: 2px 5px 20px -10px #000;
}

.nav-primary .genesis-nav-menu .sub-menu a,
.nav-header .genesis-nav-menu .sub-menu a {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	max-width: 100%;
	width: 200px;
	border-top: none;
	background-color: #FFFFFF;
	color: #7B7B7B;
	text-align: left;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-header .genesis-nav-menu .sub-menu a:hover {
	background-color: #ddd;
}

.site-header .title-area {
	float: left;
}

.header-widget-area {
	float: right;
}

.header-widget-area .top-right {
	text-align: right
}

/* Responsive menu bar */
div#click-menu {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	color: #FFFFFF;
	background: #000000;
	padding: 7px 0px 12px 0px;
}

#click-menu .threeLines .line {
	background: transparent !important;
}

#click-menu .threeLines:before {
	content:'\f0c9'; /*burger*/
	font-family: 'FontAwesome';
	font-size: 24px;
	right: 25px;
	position: absolute;
}

#click-menu.admin-bar-showing {
	margin-top: 0px !important;
	position: fixed;
	z-index: 99999;
}

/* Footer */
.site-footer {
	overflow: hidden;
}

.site-footer > .wrap {
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
}

.footer-top {
	background-color: #1a2732;
	padding: 30px 0 45px;
}

.footer-top * {
	color: #fff;
}

.footer-bottom {
	background-color: #22303c;
	padding: 13px 0;
	font-size:10px;
	color:#ffffff;
	letter-spacing:0.5px;
	line-height:11px;
}

.footer-bottom *,
.footer-bottom a:visited,
.footer-bottom a:focus {
	color: #fff;
}

.footer-bottom a {
	text-decoration: none;
}

.footer-bottom-left {
	text-align: left;
	font-size: 9px;
	line-height: 1.6;
}

.footer-bottom-center {
	text-align: center;
}

.footer-bottom-right {
	text-align: right;
}

.footer-bottom-right a {
	display: inline-block;
	margin-left: 30px;
}

.site-footer .widget.last {
	margin-right: 0;
}

.footer-top .menu{
	padding: 10px 0;
}

.footer-top .menu li{
	margin-bottom: 10px;
}

.footer-top .menu li a {
	font-size:12px;
	font-weight: 600;
	color:#ffffff;
	letter-spacing:0.85px;
	line-height:20px;
	text-decoration: none;
}

.footer-bottom a:hover,
.footer-top .menu li a:hover{
	color: #f7403a;
}


/* Internals */
.full-width-content .content-sidebar-wrap > .content {
	margin-top: 70px;
}

.content-sidebar .content-sidebar-wrap {
	margin-top: 40px;
}

.content-sidebar .content-sidebar-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.content-sidebar .content {
	display: inline-block;
	width: 820px;
	max-width: 100%;
	vertical-align: top;
	float: left;
}

.content-sidebar .sidebar {
	display: inline-block;
	width: 300px;
	max-width: 100%;
	vertical-align: top;
	float: right;
	margin-left: 50px;
}

.internal-header {
	background-color: #384959;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	/* padding: 40px 0 35px; */
	padding: 60px 0 60px;
	min-height: 260px;
	position: relative;
	display: flex;
	align-items: center;
}

.internal-header.style-2 {
	min-height: 200px;
}

body.single-location .site-container .site-inner .image-cover-override {
	background-size: cover !important;
	z-index:1 !important;
}

.postid-4231 .image-cover-override:before {
		background: rgba(31, 46, 59, 0.6) !important;
		display: inline !important;
	z-index:0 !important;
}

.internal-header.landing-page-header .page-title {
	font-size: 40px;
	margin-bottom: 5px;
}
.internal-header.landing-page-header .page-title.with-line:after {
	display: none;
}
.landing-page-header .title-container {
	display: flex;
	align-items: center;
}

.internal-header:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(31, 46, 59, 0.6);
}

.single-location .internal-header:before {
	background: rgba(31, 46, 59, 0.8);
	display: inline !important;
}

body.postid-4231  .internal-header:before {
	background: rgba(31, 46, 59, 0.6) !important;
	display: inline !important;
	z-index:0 !important;
}

.no-header-bg-color-overlay .internal-header:before {
	display: none;
}

.internal-header h2,
.internal-header h1 {
	color: #fff;
	margin: 0;
	font-size:30px;
	letter-spacing:1px;
}

.internal-header h2 span,
.internal-header h1 span {
	display: inline-block;
}

.internal-header h2.with-line,
.internal-header h1.with-line {
	position: relative;
	padding: 8px 0 10px;
	margin-bottom: 20px;
}

.internal-header h2.with-line:after,
.internal-header h1.with-line:after {
	content: '';
	display: block;
	width: 56px;
	height: 1px;
	background: #f7403a;
	position: absolute;
	bottom: 0;
	left: 0;
}

.internal-header h2.with-icon,
.internal-header h1.with-icon {
	padding-left: 30px;
}

.breadcrumb {
	background: none;
	margin-bottom: 0;
	padding: 0;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.breadcrumb a:hover{
	color: #f7403a;
	text-decoration: none;
}

.breadcrumb .sep {
	margin: 0 5px;
}

/* Search */
.pagination li {
	display: inline-block;
}
.pagination li a {
	display: inline-block;
	background: #fff;
	color: #1a2732;
	padding: 5px 14px;
	text-decoration: none;
	border: 1px solid #1a2732;
}
.pagination li a:hover,
.pagination li.active a {
	background: #1a2732;
	color: #fff;
}

/* 404 Page */
body.error404 {
	/* background: url(images/404-bg.jpg) no-repeat; */
	background: #1a2732;
	background-size: cover;
	background-attachment: fixed;
}

.error404 .widget-title{
	display: none;
}

.error404 .content-404 {
	display: inline-block;
	width: 100%;
	padding: 80px 0px 40px 0px;
	text-align: center;
}

.error404 .content-404 * {
	text-transform: uppercase;
	font-size:24px;
	color:#FFFFFF;
	letter-spacing:3.59px;
	line-height:28px;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.18);
	text-align: center;
}

.error404 .content-404 h2 {
	font-size:260px;
	font-weight: 600;
	color:#c52929;
	letter-spacing:50.13px;
	line-height:270px;
	text-align:center;
}

.error404 .site-header,
.error404 .nav-primary,
.error404 .internal-header,
.error404 .site-footer,
.error404 #responsive-menu,
.error404 #click-menu{
	display: none;
}

.error404 .site-container {
	box-shadow: none;
}

.error404 .button-404{
	display: block;
	background:#FFFFFF;
	width:61px;
	height:61px;
	border-radius:100%;
	text-shadow: 0px 0px 6px rgba(177,177,177,177.18);
	margin: 0 auto;
	text-align: center;
}

.error404 .button-404:hover{
	opacity: 0.6;
	background:#f5f5f5;
}

.error404 .button-404 #btn-404{
	display: inline-block;
	width: 34px;
	height: 36px;
	margin: auto;
	margin: 10px auto;
}

.error404 .content-sidebar-wrap,
.error404 .site-container {
	background: transparent !important;
}
/*End 404*/

.site-inner .content-sidebar-wrap {
	padding-bottom: 60px;
}

.preloader-container img {
	display: block;
	width: 70px;
	margin: 20px auto;
}

/* Internals | Blog */
.title-container {
	position: relative;
}

.blog-container .title-container .post-title {
	padding-right: 85px;
}

.blog-container .title-container .post-title a{
	color: #444;
}

.blog-container .title-container .post-title a:hover{
	color: #00b8d4
}

.blog-post .thumbnail-container {
	margin-bottom: 20px;
}

.blog-post .thumbnail-container a {
	display: inline-block;
	position: relative;
}

.blog-post .thumbnail-container a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.blog-post .thumbnail-container a:hover:before {
	background: rgba(0, 0, 0, 0.4);
}

.blog-post h2 a:hover {
	text-decoration: none;
}

.blog-container .blog-post {
	padding-bottom: 25px;
	margin-bottom: 35px;
	border-bottom: 1px solid;
	overflow: hidden;
}

.blog-post .content {
	margin-bottom: 10px;
}

.blog-post .read-more-container {
	margin-bottom: 10px;
}

.blog-post .author-container {
	margin-bottom: 20px;
	font-style: italic;
}

.blog-container .read-more:visited {
	color: #ffffff;
}

.page-template-page_blog .no-posts {
	text-align: center;
	color: #BEBEBE;
	text-shadow: 0 1px 1px #fff;
	margin: 60px auto;
}

/* Nav */
.page-navi-container .wp-pagenavi a,
.page-navi-container .wp-pagenavi span {
	display: inline-block;
	padding: 3px 8px;
	background: #f7403a;
	color: #fff;
	border: none;
}

.page-navi-container .wp-pagenavi a:hover {
	background: #f97974;
	color: #fff;
}

.page-navi-container .wp-pagenavi span.current,
.page-navi-container .wp-pagenavi span {
	background: none;
	color: #f7403a;
}

/* Sidebar */

.sidebar > .widget {
	margin-bottom: 35px;
}

.sidebar > .widget.conditional {
	margin-bottom: 0;
}

.sidebar .widget-title {
	margin: 0 0 20px;
}

.search-form input {
	border: none;
}

.search-form input[type="text"],
.search-form input[type="search"] {
	vertical-align: top;
	height: 36px;
	width: 260px;
	padding: 10px;
	box-sizing: border-box;
	color: #333;
	outline: none;
	background: #eee;
}

.search-form ::-webkit-input-placeholder { color: #bbb; }
.search-form :-ms-input-placeholder { color: #bbb; }
.search-form ::-moz-placeholder { color: #bbb; }
.search-form :-moz-placeholder { color: #bbb; }

.search-form input[type="submit"],
.search-form button[type="submit"] {
	display: inline-block;
	width: 36px;
	height: 36px;
	padding: 0;
	background: #777;
	border: none;
	color: #fff;
}

.search-form button[type="submit"]:after {
	content: '\f002';
	width: 36px;
	height: 36px;
	display: inline-block;
	font-size: 18px;
	font-family: 'FontAwesome';
	color: #fff;
	vertical-align: middle;
	line-height: 34px;
}

.search-form button[type="submit"]:hover {
	background-color: #5a5a5a;
}

.sidebar .menu {
	border-top: 1px #b4b2ac solid;
}

.sidebar .menu li {
	border: 1px #b4b2ac solid;
	border-top: none;
}

.sidebar .menu a {
	display: block;
	padding: 10px 14px;
	background: #f2f1f1;
	color: #000;
	font-size: 13px;
	line-height: 1;
}

.sidebar .menu a:hover {
	color: #fff;
	text-decoration: none;
}

.sidebar .post-format-1 .news-item {
	/* border: 1px solid #e6e6e6; */
	border-top: 2px solid #f7403a;
	margin-bottom: 20px;
}

.sidebar .fb-embed iframe {
	border:none;
	overflow:hidden;
	width:250px;
	height:590px;
}

.header-banner-image {
	margin-bottom: 20px;
}

.genesis-share-icons-container,
.ff-social-share {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e9e9eb;
	border-bottom: 1px solid #e9e9eb;
	line-height: 0;
	padding: 25px 0;
	margin: 30px 0;
}

.post-author {
	margin-bottom: 10px;
	float: left;
}

.single-post .genesis-share-icons-container,
.single-post .ff-social-share {
	float: none;
	width: 100%;
	border-top: 1px solid #e6e6e8;
	border-bottom: 1px solid #e6e6e8;
	line-height: 1;
	padding: 24px 0;
	margin: 20px 0;
}

.share-icons-container:after {
	content: '';
	display: block;
	clear: both;
}

.single-post .post-date {
	position: relative;
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	color: #1a2732;
	text-transform: uppercase;
}

.single-post .post-author {
	clear: both;
	float: none;
	display: block;
	font-style: italic;
	font-size: 12px;
}

.post-content-wrapper {
	clear: both;
	padding-top: 10px;
	overflow: hidden;
}

.single-post .post-tags {
	font-style: italic;
	font-size: 12px;
}

.single-post .entry-footer {
	margin-top: 10px;
}

/*  Internals | Search Page */
.search .content .entry,
.tags-archive .content {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #EDEDED;
}

.search .content .entry.page {
	padding: 30px;
	border-radius: 5px;
	background-color: #F9F9F9;
	box-shadow: 0px 4px 10px -10px #333;
}

.search .content .entry.page .entry_permalink {
	text-align: right;
}

.search .content .search-nopost-text {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	background-color: #F2F1F1;
	padding: 30px;
	text-transform: lowercase;
}

.relevanssi-query-term {
	font-weight: 700;
}

.entry-title-container h2 {
	font-size: 27px;
}

.entry-title-container h2 a {
	color: inherit;
	text-decoration: none;
}

/* Members */
.team-members-container .team-member {
	border-bottom: 1px solid #666666;
	padding-bottom: 80px;
	margin-bottom: 70px;
}

.team-member:after {
	content: '';
	display: block;
	clear: both;
}

.team-member .left-side {
	float: left;
	width: 268px;
	max-width: 100%;
}

.team-member .right-side {
	float: right;
	width: 640px;
	max-width: 100%;
}

.team-member .title-container {
	margin-bottom: 30px;
}

.team-member .name {
	font-size: 22px;
	font-weight: 700;
	color: #000;
}

.team-member .name .sub-title {
	display: block;
	font-size: 13px;
	color: #777;
}


/* Effects */

/* Transition Effects */
.transition-1 {
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000);
	transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); /* custom */
}

/*Map Pointer Events*/
.embed-container-maps iframe{
	pointer-events: none;
}


/* Bootstrap overrides */
.btn-primary,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary.active, .btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #f7403a;
	border-color: #f7403a;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	color: #f7403a;
	background: none;
	border-color: #f7403a;
}

.btn-primary:hover {
	border-color: #f7403a;
	color: #f7403a;
}

.panel-default > .panel-heading {
	padding: 0;
}

.panel-title > a {
	width: 100%;
	display: block;
	padding: 10px 15px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	border-color: transparent;
}

blockquote {
	border-left: 1px solid #f7403a;
	padding: 5px 0 5px 50px;
	/* margin: 20px 0; */
	margin: 8px 0 40px;
	color: #667d91;
	font-size: 14px;
	line-height: 1.93;
}

hr {
	border-top: 1px solid #e2e2e2;
	margin: 50px 0;
}

/* Accordion */
.panel-group {
	margin-bottom: 15px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-group .panel {
	margin-bottom: 15px;
	border-radius: 0px;
	overflow: hidden;
	width: 100%;
}

.panel-default{
	border-color: #b2c3d1;
}

.panel-default>.panel-heading {
	padding: 0;
}

.panel-heading .accordion-toggle {
	color: #1a2732;
	padding: 15px 50px 15px 30px;
	background-color: #fff;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0;
	font-weight: 600;
	text-decoration: none;
	position: relative;
}

.panel-heading .panel-title {
	margin-bottom: 0;
}

.panel-heading .accordion-toggle.active {
	font-weight: 700;
}

.panel-heading .accordion-toggle:before,
.panel-heading .accordion-toggle.active:before,
.panel-heading .accordion-toggle.active.collapsed:before{
	font-family: 'FontAwesome';
	font-size: 15px;
	position: absolute;
	right: 20px;
}

.panel-heading .accordion-toggle:before{
	content: '\f063';
}

.panel-heading .accordion-toggle.active:before{
	content: '\f062'; /*closed*/
	color: #667d91;
}

.panel-heading .accordion-toggle.collapsed,
.panel-heading .accordion-toggle.active.collapsed {
	color: #1a2732;
	font-weight: 600;
}

.panel-heading .accordion-toggle.active.collapsed:before{
	content: '\f063';
}

.panel-title>a {
	color: inherit;
	display: inherit;
	color: #000;
	text-decoration: none;
}

.panel-title>a:hover {
	text-decoration: none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
	border-top: 1px solid #b2c3d1;
	padding: 25px 50px;
	color: #667d91;
	line-height: 2;
	font-size: 12px;
}

.list-group-item.heading {
	background: #f5f6fa;
	font-weight: 600;
}

.list-group-item:first-child {
	border-radius: 0;
}

.list-group-item:last-child {
	border-radius: 0;
}


/* Custom Accordion */
.panel-body ul li,
.panel-body ol li{
	list-style:inherit;
	margin-left: 20px;
	padding-left: 20px;
}

.panel-body ul,
.panel-body ol{
	padding-bottom:20px;
	margin-left: 0;
	margin-bottom: 0;
}

/* Shortcodes */

/* [boxed] */
.boxed-content {
	padding: 20px 40px;
	border-left: 5px solid #AAAAAA;
	box-shadow: 0px 0px 1px 1px #e6e6e6;
	font-size: 19px;
	font-weight: 300;
	margin: 60px auto 10px;
}

/* [testimonial] */
.testimonial-box {
	position: relative;
	display: block;
	padding: 40px 0px 60px 0px;
	font-size: 14px;
	color: #a9a9a9;
	margin: 20px 0 50px;
	background: none;
	border: 1px solid #e6e6e6;
	border-left: 0;
	border-right: 0;
}

.testimonial-content-page {
	font-size: 17px;
	font-weight: 100;
	color: #a9a9a9;
	padding: 5px 20px 25px 80px;
	line-height: 28px;
	position: relative;
}

.testimonial-box .author {
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	margin-top: 20px;
}

.testimonial-box .content {
	color: #a9a9a9;
	margin-top: 0;
	margin-bottom: 10px;
}

.testimonial-name-bottom {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: #616161;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	float: left;
	clear: both;
}

.testimonial-company-position{
    font-size: 12px;
    padding: 0px 0px 20px 0px;
    clear: both;
    width: 100%;
    text-align: left;
	color: #616161;
	letter-spacing: 1px;
}

.testimonial-quote{
	color: #777;
	font-size: 35px;
	float: left;
	display: inline-block;
}

.testimonial-box .full-testimonial-thumb img{
	width: 92px;
	height: 92px;
	margin: 10px 0px;
	border-radius: 100%;
	border: #eee 2px solid;
}

/* [sidebar_cta] */
.sidebar-posts .post-item .read-more-btn{
	font-size: 10px;
	color: #006A8C;
	letter-spacing: 3.33px;
	line-height: 20px;
	text-align: left;
	display: inline-block;
	text-decoration: underline;
}

.sidebar-cta{
	background:#F7F8F9;
}

.sidebar-cta .image-con{
	position: relative;
}

.sidebar-cta .image-con a{
	position: relative;
	display: block;
	z-index: 8;
}

.sidebar-cta .image-con span.heading{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 3.33px;
	line-height: 24px;
	text-align: left;
	padding: 10px 14px;
	pointer-events: none;
}

.sidebar-cta .link-btn {
	white-space: normal;
	border: 2px solid #07B9D6;
	font-weight: normal;
	font-size: 12px;
	color: #07B9D6;
	letter-spacing: 4px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	padding: 12px 20px;
	width: 100%;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	transition: all .2s ease;
}

.sidebar-cta .text-center {
	background: #F7F8F9;
	padding: 30px 20px;
}

.sidebar-cta .link-btn:hover{
	background-color: #07B9D6;
	color: #fff;
}

/* Internal | Testimonial slideshow */
.internal-testimonials{
	width: 100%;
	display: inline-block;
}

.internal-testimonials .testimonials-container{
	width: 100%;
	display: inline-block;
}

.internal-testimonials .testimonial-item {
	font-size: 14px;
	color: #707585;
	padding: 0px 100px 0px 100px;
	position: relative;
	line-height: 28px;
}

.internal-testimonials .testimonials-slideshow .testimonial-item {
	text-align: center;
}

.internal-testimonials .testimonial-item a {
	color: #707585 !important;
}

.internal-testimonials .testimonial-item a:hover {
	opacity: 0.8;
}

.internal-testimonials .slick-prev{
	display: none !important;
}

.internal-testimonials .testimonials-title h4{
	font-size: 14px;
	margin-top: 20px;
	font-weight: 700;
	color: #707585;
	text-align: center;
	text-transform: none;
    margin-bottom: 0;
}

.internal-testimonials .testimonial-company-position{
    font-size: 12px;
    padding: 0px 0px 20px 0px;
    clear: both;
    width: 100%;
    text-align: center;
	color: #616161;
	letter-spacing: 1px;
}

.internal-testimonials .testimonial-thumb img{
	width: 130px;
	height: 130px;
	margin: 10px auto 40px;
	border-radius: 100%;
	border: #dee2e4 3px solid;
}

/* Shortcode - internal_cta */
.cta-box * {
	color: #FFFFFF;
}

.cta-box {
	position: relative;
    padding: 40px 50px;
	text-align: center;
	background-position: center;
	background-size: cover;
}

.cta-box:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	display: block;
	height: 11px;
	background-image: url('images/cta-box-shadow.png');
	background-size: 100% 100%;
}


.cta-box h3 {
	margin-bottom: 0;
    text-transform: uppercase;
}

.cta-box .btn {
	border-radius: 5px;
	border-color: #FFFFFF;
	background: none;
	border: 2px #fff solid;
	padding: 12px 47px;
	min-width: 230px;
	max-width: 100%;
	white-space: normal;
	display: inline-block;
	margin-top: 20px;
}

.cta-box .btn:hover {
	color: #000000;
	background-color: #FFFFFF;
}

/* Hover Float Shadow  */
.float-shadow {
	display: inline-block;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

/*  Hover Float */
.float {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float:hover, .float:focus, .float:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

/* Custom Scrollbar */
.custom-scroll{
	overflow-y: auto;
}

.custom-scroll::-webkit-scrollbar-track{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 0px;
	opacity: 0.8;
}

.custom-scroll::-webkit-scrollbar{
	width: 5px;
}

.custom-scroll::-webkit-scrollbar-thumb{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #777;
}

/* .custom-scroll::-webkit-scrollbar-track,
.custom-scroll::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar-thumb{
	visibility:hidden;
}

.custom-scroll:hover::-webkit-scrollbar-track,
.custom-scroll:hover::-webkit-scrollbar,
.custom-scroll:hover::-webkit-scrollbar-thumb{
	visibility:visible;
} */

.custom-scroll.white::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,.3);
	background-color: #fff;
}

.custom-scroll.white::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.1);
	border-radius: 0px;
    opacity: 0.8;
}

/* Media Boxes */
.filters-container .media-boxes-search {
	float: right;
}

.filters-container ::-webkit-input-placeholder { color: #bbb; }
.filters-container :-ms-input-placeholder { color: #bbb; }
.filters-container ::-moz-placeholder { color: #bbb; }
.filters-container :-moz-placeholder { color: #bbb; }

.filters-container .media-boxes-filter {
	margin: 0;
	padding: 0;
}

ul.media-boxes-filter>li a.selected {
	background: #B8B3B3;
}

.media-boxes-drop-down:hover .media-boxes-drop-down-menu {
	display: block;
	max-height: 360px;
	overflow-y: auto;
}

.media-boxes-drop-down .media-boxes-drop-down-menu {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.media-boxes-drop-down .media-boxes-drop-down-menu li {
	list-style: none;
}

div.media-box-container {
	/* border: 1px solid #e5e6e7; */
	border-top: 2px solid #f7403a;
}

div.media-box-text {
	font-size: 12px;
	color:#1a2732;
	letter-spacing:1px;
	line-height:16px;
	min-height: 48px;
}

div.media-box-text .post-author-section {
	margin-bottom: 5px;
}

div.media-box-date {
	font-size: 12px;
    color: #1a2732;
    letter-spacing: 1px;
    line-height: 17px;
	text-transform: uppercase;
	margin: 0px 0 10px;
}

div.media-box-title {
	font-size:14px;
	font-weight: 600;
	color:#1a2732;
	letter-spacing:1px;
	line-height: 1.3;
}

div.media-box-more a {
	font-size:12px;
	color:#f7403a;
	letter-spacing:1px;
	line-height:17px;
	text-decoration: underline;
}

div.media-box-content {
	padding: 25px 19px;
	border: 1px solid #e5e6e7;
}

div.media-boxes-drop-down-header > a {
	color:#a8abad;
	padding: 12px 14px;
}

div.media-boxes-drop-down-header {
	padding: 12px 14px;
	min-height: 41px;
	color:#a8abad;
}

/* [social_icons] */
.social-icons {
	display: inline-block;
	width: 100%;
}

.social-icons a{
	background-color: #172f57;
	display: inline-flex;
	margin: 20px 25px 20px 0px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	color: #fff;
	font-size: 28px;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.social-icon i{
	margin: auto;
}

.footer-social-icons {
	text-align: right;
}

.footer-social-icons .social-icons a,
.sidebar-social-icons .social-icons a {
    width: 39px;
    height: 39px;
    border: 1px solid #fff;
    font-size: 14px;
    background: none;
	margin: 0 0 10px 10px;
}

.sidebar-social-icons .social-icons a  {
	border: 1px solid #172f57;
	color: #172f57;
	margin: 0 4px;
}

.footer-social-icons .social-icons a:hover {
	border-color: #63ceca;
    background: #63ceca;
}

.sidebar-social-icons .social-icons a:hover  {
	background: #172f57;
	color: #fff;
}

/*[custom_social_icons]*/
.custom-social-icons {
	display: inline-block;
	width: 100%;
}

.custom-social-icons a{
	display: inline-flex;
	margin: 20px 25px 20px 0px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	color: #fff;
	font-size: 28px;
	text-align: center;
	position: relative;
}

.custom-social-icons i{
	margin: auto;
}

.custom-social-icons .google-icon{
	background-color: #dd4b38;
}

.custom-social-icons .twitter-icon{
	background-color: #5ea9dd;
}

.custom-social-icons .facebook-icon{
	background-color: #3a5fb1;
}

.custom-social-icons .youtube-icon{
	background-color: #c8302a;
}

.custom-social-icons .instagram-icon{
	background-color: #3d6c96;
}

.custom-social-icons .linkedin-icon{
	background-color: #007bb6;
}

.custom-social-icons .pinterest-icon{
	background-color: #cb2027;
}

.custom-social-icons .tumblr-icon{
	background-color: #35465d;
}

.custom-social-icons .tripadvisor-icon{
	background-color: #4c8a37;
}

/* Column Carousel */
.column-post-carousel {
	margin: 70px 0 110px;
}

.column-post-carousel .slick-slide .inner-wrapper {
	padding-right: 40px;
	padding-left: 40px;
}

.column-post-carousel .post-item .post-header {
	margin-bottom: 28px;
}

.column-post-carousel .post-item .date {
	font-size: 20px;
    font-weight: 300;
	color: #acb3c0;
	letter-spacing:2.26px;
	line-height: 1.3;
	text-align: center;
	float: left;
	margin-right: 25px;
	text-transform: uppercase;
}

.column-post-carousel .post-item .date > span {
	display: block;
}

.column-post-carousel .post-item .title {
	border-left: 1px solid #d3d8e1;
	display: block;
	padding-left: 25px;
	overflow: hidden;
	margin-bottom: 16px;
}

.column-post-carousel .post-item .title a{
	color: #444;
}

.column-post-carousel .post-item .title a:hover{
	color: #00b8d4;
	text-decoration: none;
}

.column-post-carousel .post-item .title h4 {
	font-size:17px;
	letter-spacing: 1.89px;
	line-height: 20px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 12px;
}


.column-post-carousel .post-item .title span.category {
	font-size:12px;
    color: #acb3c0;
	letter-spacing:1.36px;
	line-height:14px;
	text-align:left;
	display: block;
	font-weight: normal;
	font-style: italic;
}

.column-post-carousel .post-item .post-excerpt {
	font-size: 12px;
	color: #777;
	letter-spacing: 0.75px;
	line-height: 21px;
	text-align: left;
}

.column-post-carousel .post-item .post-excerpt {
	min-height: 90px;
	margin-bottom: 20px;
}

.column-post-carousel .post-item p:last-child {
	margin-bottom: 0;
}

.column-post-carousel .slick-dots {
	bottom: -110px;
	padding-left: 0;
	margin-left: 0;
}

.column-post-carousel .slick-dots {
	text-align: center;
}

.column-post-carousel .slick-dots li button:before {
	display: none;
}

.column-post-carousel .slick-dots li {
	margin: 0 15px;
	width: 10px;
	height: 10px;
}

.column-post-carousel .slick-dots button {
	border: none;
	background: none;
	text-indent: -99999px;
	font-size: 0;
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
	background-color: #C1C0C0;
	border-radius: 50%;
	padding: 0;
}

.column-post-carousel .slick-dots .slick-active button {
	background-color: #4A4A4A;
}

.column-post-carousel .post-item .more-link {
	font-size:12px;
	color:#f7403a;
	letter-spacing:1.36px;
	line-height:17px;
	text-align:left;
	text-transform: uppercase;
}

.column-post-carousel .post-item .more-link:hover,
.column-post-carousel .post-item .more-link:hover .fa {
	color: #f7403a;
}

.column-post-carousel .post-item .more-link .fa {
	font-size: 12px;
	color: #00b8d4;
	margin-left: 18px;
}


/*
* Custom Gravity Form
*/
.custom-form .ginput_container textarea {
    max-height: 100px;
    overflow: auto;
}

.custom-form .gfield_checkbox li label,
.custom-form .gfield_radio li label {
    font-weight: 400;
    font-size: 98%;
}

.custom-form input.datepicker.datepicker_with_icon {
    max-width: 310px;
}

div.gform_wrapper {
	max-width: 100%;
	margin: 0;
}

.gform_validation_container {
	display: none;
}

/*Gravity Forms Error*/
.custom-form li.gfield_error input[type=text] {
    border: 1px solid #ffa6a8 !important;
}

.custom-form .gfield_error .gfield_label {
    color: #777;
}

.custom-form .validation_message {
    color: #ea9698 !important;
}

.custom-form div.validation_error {
    display: none;
}

/*
* Custom Gravity Form V2
*/

.custom-form-v2_wrapper{
	margin: 0;
	max-width: 100%;
}

.custom-form-v2 .gfield_label{
	display: none !important;
}

.custom-form-v2 .ginput_container input[type=text],
.custom-form-v2 .ginput_container textarea,
.custom-form-v2 .ginput_container select,
.custom-form-v2 .captcha-container input {
    border: 0;
    border-bottom: 2px solid #4D4D4D;
    padding: 15px 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #4D4D4D;
}

.custom-form-v2 .gform_body li{
	margin-bottom: 10px !important;
}

.custom-form-v2 .ginput_container{
	margin-top: 0 !important;
}

.custom-form-v2 .ginput_container textarea{
    height: 130px !important;
    max-height: 130px !important;
    overflow: auto;
}

.custom-form-v2 .gfield_checkbox li label,
.custom-form-v2 .gfield_radio li label {
    font-weight: 400;
    font-size: 98%;
}

.custom-form-v2 input.datepicker.datepicker_with_icon {
    max-width: 310px;
}

.custom-form-v2 .gform_footer {
    padding: 0;
    margin-top: 30px;
}

.custom-form-v2 .gform_footer .gform_button.button{
    display: inline-block;
    border-radius: 0;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 10px;
    width: 150px;
    max-width: 100%;
    background: transparent;
    color: #4D4D4D;
    line-height: 19px;
    border: 2px solid #4D4D4D;
}

.custom-form-v2 .gform_footer .gform_button.button:hover{
	background: #4D4D4D;
	color: #fff;
}

.custom-form-v2  .captcha-container{
	overflow: hidden;
}

/*Place Holder*/
.custom-form-v2 ::-webkit-input-placeholder {
   	color: #8D8D8D;
   	text-transform: uppercase;
}

.custom-form-v2 :-moz-placeholder {
    color: #4D4D4D;
    text-transform: uppercase;
}

.custom-form-v2 ::-moz-placeholder {
    color: #4D4D4D;
    text-transform: uppercase;
}

.custom-form-v2 :-ms-input-placeholder {
    color: #4D4D4D;
    text-transform: uppercase;
}
/*** END SHORTCODES ***/



/**
* 9.0 Overrides
* -----------------------------------------------------------------------------
*/

/* Gravity Forms Override */
.gfield_label{
	font-weight: 400;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select,
.gform_wrapper .captcha-container input {
    background-color: transparent;
    padding: 12px 15px;
    color: #555;
    width: 100% !important;
    border: none;
    border: 1px solid #e1e4e5;
    border-radius: 0px;
    margin-bottom: 15px;
	line-height: 1.2;
}

.subscribe-form-container div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.subscribe-form-container .gform_wrapper .ginput_container input[type=text],
.subscribe-form-container .gform_wrapper .ginput_container textarea,
.subscribe-form-container .gform_wrapper .ginput_container select,
.subscribe-form-container .gform_wrapper .captcha-container input {
	color: #fff;
}

.form-style-1 .gform_wrapper .ginput_container select {
	padding: 11px 15px;
	height: 43px;
	border-radius: 0;
}

.ginput_container textarea{
    max-height: 100px;
    overflow: auto;
}

.gfield_checkbox li label,
.gfield_radio li label {
    font-weight: 400;
    font-size: 95%;
	margin-left: 5px;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
    max-width: 310px;
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year,
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute{
    width: 25%;
}

.gfield_time_ampm.ginput_container.ginput_container_time select{
    width: 100% !important;
}

.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_hour i{
    display: none;
}

.clear-multi{
    margin-top: .375em;
}

.gform_footer .gform_button.button {
    padding: 10.5px 15px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background:#f7403a;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    border: 1px solid #f7403a;
    width: 100%!important;
    max-width: 100%;
}

.gform_footer .gform_button.button:hover{
    background: none;
    color: #f7403a;
}

/* GF Validation Overide */
li.gfield_error input[type=text],
li.gfield_error select {
    border: 1px solid #ffa6a8 !important;
}

.gfield_error .gfield_label {
    color: #777;
}

.validation_message {
    color: #ea9698;
	font-size: 12px;
	letter-spacing: 0;
}

div.validation_error {
    display: none;
}

div.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    float: left!important;
}

.gform_wrapper .gfield_captcha_input_container {
    float: right;
}

div.gform_wrapper .top_label .gfield_error {
    width: 100%;

}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-left: 0!important;
}

div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    background: none;
    border: none;
    padding: 0!important;
}

/* Site Origin Layout Defaults */
.panel-grid-cell {
	/* padding-top: 40px;
	padding-bottom: 40px; */
	padding-top: 20px;
	padding-bottom: 20px;
}

.full-width-stretch .content-sidebar-wrap {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.full-width-stretch.search .content-sidebar-wrap {
	width: 1210px;
    max-width: 100%;
    padding: 0px 20px;
    margin: 40px auto 0;
}

.full-width-stretch .content-sidebar-wrap .panel-grid-cell {
	width: 1200px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}

.two-columns > .panel-grid-cell {
	padding: 0;
	padding-left: 0!important;
	padding-right: 0!important;
}

.panel-row-style.vertical-align {
	display: flex;
}

.panel-row-style.vertical-align .panel-grid-cell {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	align-content: center;
	position: relative;
}

.panel-row-style.vertical-align .panel-grid-cell .so-panel {
	width: 100%;

}

.two-columns .panel-grid-cell .so-panel {
	display: inline-block;
    width: 100%;
}

.block-left,
.two-columns .panel-grid-cell:first-child .panel-widget-style {
	padding-right: 60px;
    padding-left: calc(100% - 580px);
    padding-top: 60px;
    padding-bottom: 60px;
}

.block-right,
.two-columns .panel-grid-cell:last-child .panel-widget-style {
	padding-left: 60px;
    padding-right: calc(100% - 580px);
    padding-top: 60px;
    padding-bottom: 60px;
}


.two-columns.vertical-align .panel-grid-cell .panel-widget-style {
	width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.two-columns .with-bg * {
	color: #fff;
}

.no-margin-top.full-width-content .content-sidebar-wrap > .content,
.no-margin-top .site-inner .content-sidebar-wrap {
	margin-top: 0;
}

.no-margin-bottom .site-inner .content-sidebar-wrap {
	padding-bottom: 0;
}

.hide-widget-title .widget-title {
    display: none;
}

.search-results .site-inner .content-sidebar-wrap {
	margin-top: 50px!important;
}

/* Search Form */
.asf-wrapper {
	width: 1200px;
    max-width: 96%;
    margin: 0 auto;
	position: relative;
}

.asf-trigger {
	display: inline-block;
	cursor: pointer;
    float: right;
}

.asf-trigger .fa {
	font-size: 20px;
}

.asf-close {
	cursor: pointer;
}

.asf-close .fa {
	color: #fff;
}

.asf-close {
	display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
	font-size: 25px;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
	opacity: .7;
}

.asf-close:hover {
	opacity: 1;
}

.cd-main-search.is-visible .asf-close {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.asf-container .search-submit {
	background: none;
    border: none;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 1;
    margin-top: -13px;
    color: #fff;
	opacity: .7;
}

.asf-container .search-submit:hover {
	opacity: 1;
}

.asf-container.is-visible {
	-webkit-animation: cd-slide-in 0.3s;
    -moz-animation: cd-slide-in 0.3s;
    animation: cd-slide-in 0.3s;
}

.asf-container input[type="search"] {
	width: 100%;
	color: #ffffff;
}
.asf-container input[type="search"]:focus {
	outline: none;
}
.asf-container input[type="search"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.asf-container input[type="search"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.asf-container input[type="search"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.asf-container input[type="search"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.asf-container {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #63ceca;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-moz-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	height: 99px;
    padding: 26px 0;
}

.admin-bar .asf-container {
	position: fixed;
    top: 32px;
}


.asf-container form {
	position: relative;
	height: 100%;
	margin-right: 60px;
}

.asf-container input[type="search"] {
	font-size: 2rem;
	height: 100%;
	background-color: transparent;
	border: none;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 60px 10px 15px;
}

.asf-container.is-visible {
	opacity: 1;
	visibility: visible;
	z-index: 2000;
}

.asf-container.is-visible .close {
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.asf-container.is-visible .search-submit {
	-webkit-animation: cd-slide-in 0.6s;
	-moz-animation: cd-slide-in 0.6s;
	animation: cd-slide-in 0.6s;
}


@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes cd-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
  }
}
@-moz-keyframes cd-3d-rotation {
  0% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(1000px) translateY(0);
  }
}
@keyframes cd-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    -o-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
    -moz-transform: perspective(1000px) translateY(0);
    -ms-transform: perspective(1000px) translateY(0);
    -o-transform: perspective(1000px) translateY(0);
    transform: perspective(1000px) translateY(0);
  }
}

@-webkit-keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}
.fade-in-bottom{-webkit-animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-bottom .6s cubic-bezier(.39,.575,.565,1.000) both}

body div.LCM_Button {
	right: -50px;
}

.search-item-meta .post-date {
	display: inline-block;
	margin-right: 15px;
}

.search-item-meta .author-container {
	display: inline-block;
}

.search-item-meta .post-author {
	float: none;
}


/* custom-styles.css */
/* Wrappers */
.wrapper-2 {
	width: 925px;
	margin: 0 auto;
	max-width: 100%;
}

/* Quick Style Classes */
.mb-35 {
	margin-bottom: 35px;
}

.mb-45 {
	margin-bottom: 45px;
}

.pg-spacer-1 {
	margin-top: 50px;
	margin-bottom: 20px;
}

.pg-spacer-2 {
	margin-bottom: 50px;
}

.remove-cell-padding .panel-grid-cell {
	padding-top: 0;
	padding-bottom: 0;
}

/* HEADER */
.header-widget-area .search-widget {
	float: right;
	margin-left: 25px;
}

.header-widget-area .widget_nav_menu {
	float: left;
}

.site-header .main-menu-container {
	float: left;
	margin: 30px 10px -25px 70px;
}

.site-header .main-menu-container .ubermenu-bound,
.site-header .main-menu-container .ubermenu-bound-inner .ubermenu-nav {
	position: static;
}

.asf-trigger {
    border: 1px solid #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
	position: relative;
}

.asf-trigger .fa {
	font-size: 14px;
	letter-spacing: 0;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 50%;
	margin-left: -6.5px;
}

.asf-trigger:hover {
	background:#63ceca;
	border-color:#63ceca;
}

/* Uber Menu */
.ubermenu-main > ul > li > .ubermenu-submenu {
	width: 100%;
}

.ubermenu-main > ul > li > .ubermenu-target {
    padding: 15px 20px 20px;
    border-bottom: 4px solid #384a5a;
    min-width: 150px;
    text-align: center;
}

/* .ubermenu-main li.ubermenu-tabs { */
.ubermenu-main li.ubermenu-item-level-1.ubermenu-tabs {
	width: 1200px!important;
    max-width: 96%;
    margin: 0 auto;
    float: none!important;
}

/* .ubermenu-main li.ubermenu-tabs:before { */
.ubermenu-main li.ubermenu-item-level-1.ubermenu-tabs:before {
    content: '';
    background: #2d3e4d;
    display: block;
    width: 100%;
    position: absolute;
    right: 100%;
    height: 100%;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
	font-size: 17px;
	margin-top: -9px;
	right: 25px;
	transition: all .2s ease;
	color: #fff;
}

.ubermenu-tab .ubermenu-has-submenu-drop.ubermenu-active>.ubermenu-target:after {
	right: 15px;
	color: #fff;
	opacity: .35;
}

.ubermenu-main .menu-footer-widget {
	background: #1a2732;
}

.ubermenu-skin-grey-white .ubermenu-item-level-0 > .ubermenu-target {
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
	color: #fff;
}

.ubermenu-main > ul > .ubermenu-has-submenu-drop > .ubermenu-target:after {
	position: static;
    margin-left: 15px;
    margin-right: -15px;
}

.ubermenu-main > ul > li:hover > .ubermenu-target {
	border-color: rgba(247,64,58,0.7);
}

.ubermenu-main > ul > li.ubermenu-current-service-ancestor > .ubermenu-target,
.ubermenu-main > ul > li.ubermenu-active > .ubermenu-target {
	border-color: #f7403a!important;
}

.ubermenu-skin-grey-white.ubermenu-responsive-toggle:hover,
.ubermenu-skin-grey-white {
	background: #1a2732;

}

.ubermenu-skin-grey-white .ubermenu-submenu.ubermenu-submenu-drop {
	border-color: #1f2e3b;
	background-color: #3e505f;
}

.ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-target:hover,
.ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-active > .ubermenu-target {
	color: #fff;
}

/* .ubermenu-nojs.ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target,
.ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target, */
.ubermenu-main ul li a.ubermenu-target,
.ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-target {
	color: #fff;
	font-size: 13px;
}

.ubermenu-main ul.ubermenu-tab-content-panel li a.ubermenu-target {
	font-size: 12px;
	background: #3e505f;
}

.ubermenu .ubermenu-tabs-group .menu-item-header-label {
	font-size: 17px!important;
    letter-spacing: 1px;
	color: #fff;
	cursor: default;
	background: none!important;
	padding-left: 0;
}

.ubermenu-skin-grey-white .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
	background: #1a2732;
}

.ubermenu-nojs.ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target,
.ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
	background: #3e505f;
}

.ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-tab:hover > .ubermenu-target {
	background:#253441;
}

.ubermenu-item-level-1 > .ubermenu-tabs-group > .ubermenu-tab.ubermenu-active > .ubermenu-target {
	background: #3e505f!important;
}

.ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-item-level-3 .ubermenu-tab.ubermenu-item-has-children.ubermenu-active > .ubermenu-target {
	background:#475b6b;
}

.ubermenu-main .ubermenu-tabs-group .ubermenu-target {
	font-weight: 700;
}

.ubermenu-item-level-3 > .ubermenu-tabs-group {
	border-right: 11px solid #3e505f!important;
}

/* .ubermenu-main .ubermenu-tabs-group { */
.ubermenu-main .ubermenu-item-level-1 > .ubermenu-tabs-group {
	background-color:#2d3e4d;
	border-color: #1f2e3b;
}

.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group {
	border: none;
	padding-bottom: 30px;
}

.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group > li.ubermenu-active > .ubermenu-target:after {
	right: 17px;
	opacity: .35;
}

.ubermenu-skin-grey-white .ubermenu-tab-content-panel {
	background: none;
}

.ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-item-header > .ubermenu-target,
.ubermenu-skin-grey-white .ubermenu-tab-content-panel .ubermenu-target {
	font-weight: 600;
}

.ubermenu .ubermenu-colgroup .ubermenu-column,
.ubermenu .ubermenu-custom-content-padded,
.ubermenu .ubermenu-nonlink,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-submenu-padded,
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
.ubermenu .ubermenu-target,
.ubermenu .ubermenu-widget,
.ubermenu-responsive-toggle {
	padding: 18px 20px;
	color: #fff;
}

.ubermenu .ubermenu-retractor {
	background: #3e505f;
}

.ubermenu-skin-grey-white .ubermenu-tab-content-panel .ubermenu-target:hover {
	color: #fff;
	background: #253441;
}

.ubermenu-skin-grey-white .ubermenu-tab-content-panel .ubermenu-active > .ubermenu-target,
.ubermenu-custom-content .custom-sub-posts-list > .active-override > .ubermenu-target {
	background: #475b6b;
}

.ubermenu-main .ubermenu-target-text {
	color: #fff!important;
}

.ubermenu-main .custom-menu-structure .ubermenu-target-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.ubermenu-tab-content-panel .ubermenu-submenu.ubermenu-submenu-drop {
	background: #54697b;
	border-color: #54697b;
}

.ubermenu-skin-grey-white .ubermenu-tab-content-panel .ubermenu-submenu.ubermenu-submenu-drop .ubermenu-target:hover  {
	background: #253441;
}

.ubermenu-item-level-1 > .ubermenu-tabs-group > .ubermenu-tab.ubermenu-active > .ubermenu-target.menu-item-header-label {
	background: none!important;
}

.ubermenu-item-level-1 > .ubermenu-tabs-group > .ubermenu-tab.ubermenu-active > .ubermenu-target.menu-item-header-label:hover {
	padding-left: 20px;
	background: #253441!important;
}

.ubermenu-trigger-click .ubermenu-has-submenu-drop>.ubermenu-target.menu-item-header-label {
	cursor: pointer;
}

.ubermenu-trigger-click .ubermenu-has-submenu-drop>.ubermenu-target.menu-item-header-label.no-link {
	cursor: default;
}

.ubermenu .ubermenu-tabs-group .menu-item-header-label.ubermenu-target:after {
	display: none;
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
	margin-top: 0;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
.ubermenu-tab-content-panel > li.ubermenu-item .ubermenu-target {
    /* padding-top: 11px;
    padding-bottom: 11px; */
	padding-top: 17px;
    padding-bottom: 17px;
	border-bottom: 1px solid #fff;
}

.custom-menu-structure {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 30px;
}

.ubermenu .ubermenu-tab .ubermenu-tab-content-panel .ubermenu-content-block,
.ubermenu .ubermenu-tab .ubermenu-tab-content-panel .ubermenu-custom-content-padded {
	padding: 0;
}

.ubermenu .ubermenu-tab .ubermenu-tab-content-panel .ubermenu-submenu-type-stack {
	padding-top: 0;
	width: 100%;
}

.ubermenu-tab-content-panel .custom-sub-posts-list .custom-item {
	border-right: 10px solid #f7403a;
}

.ubermenu-tab-content-panel .custom-sub-posts-list .custom-item:nth-child(odd) {
	border-right: 5px solid #f7403a;
}

.ubermenu-tab-content-panel .custom-sub-posts-list .custom-item:nth-child(even) {
	border-right: 0;
	border-left: 5px solid #f7403a;
}

.ubermenu-item-level-3.ubermenu-column {
	padding-left: 5px;
	padding-right: 5px;
}

.ubermenu-item-level-3.ubermenu-column .ubermenu-submenu-drop {
	/* border-right: 10px solid #f7403a; */
	box-shadow: none;
	border-bottom: none;
	border-top: none;

	/* width: 390px;
	min-width: 390px; */
}

.ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target,
.ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target,
.ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
	background: none;
	border-color: #f7403a;
}

.ubermenu .ubermenu-retractor-desktop {
	display: none;
}

.menu-footer-links {
	background: #1a2732;
	padding: 13px 0px;
	clear: both;
	width: 1200px;
	max-width: 100%;
    margin: 0 auto;
}

.menu-footer-links .item-container {
	text-align: center;
	border-right: 1px solid #384a5a;
}

.menu-footer-links > div > div:first-child .item-container {
	border-left: 1px solid #384a5a;
}

.menu-footer-links .item-container a {
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
	color: #fff;
}

.menu-footer-links .item-container a:hover {
	text-decoration: none;
}

.menu-footer-links .item-container .fa {
	margin-left: 15px;
	font-size: 16px;
}

.ubermenu-custom-content .custom-sub-posts-list {
	display: inline-block;
}

.ubermenu-custom-content .custom-sub-posts-list > .ubermenu-item-has-children.ubermenu-active .ubermenu-submenu {
	opacity: 0;
	visibility: hidden;
}

.ubermenu-custom-content .custom-sub-posts-list > .ubermenu-item-has-children.active-override .ubermenu-submenu {
	display: block;
	opacity: 1;
	visibility: visible;
	top: auto;
	height: auto;
	max-height: none;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop.ubermenu-active>.ubermenu-target:after {
	content: '\f106';
}

.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target:after {
	display:none;
}

.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-has-submenu-drop.ubermenu-item-has-children>.ubermenu-target:after {
	display: inline-block;
}

/* .ubermenu-item-level-1 > .ubermenu-tabs-group:before {
	content: '';
	display: block;
	background-image: url(images/sprites/journey-sprite.png);
	background-repeat: no-repeat;
	width: 792px;
	height: 65px;
	background-position: -4px -102px;
	position: absolute;
	bottom: 0;
	background-size: 800px;
	margin-left: -380px;
	opacity: .6;
} */

/* FOOTER */
.footer-top-section-1 {
	margin-bottom: 10px;
}

.footer-top-section-1 .right-side {
	text-align: right;
}

.footer-top-section-1 .panel-grid-cell,
.footer-top-section-2 .panel-grid-cell {
	padding-top: 0;
    padding-bottom: 0;
}

.footer-top-section-1 p {
	margin-bottom: 0;
}

.footer-top-spacer .panel-grid-cell {
	padding: 0;
}

.footer-top-spacer .so-divider {
	margin: 20px 0;
    border-width: 0 0 1px 0!important;
}

.footer-widget-1 {
	border-right: 1px solid #8c9398;
}

.footer-widget-2 {
	border-right: 1px solid #8c9398;
}

.footer-widget-3 {
	text-align: right;
}

.footer-logo-external {
	margin-top: 70px;
}

.footer-top .btn.btn-white {
	min-width: 220px;
}

/* STYLES */
.widget-heading-centre .widget-title,
.heading-centre,
.widget-heading-center .widget-title,
.heading-center{
    text-align: center;
    position: relative;
    padding-bottom: 18px;
	margin-bottom: 30px;
	line-height: 1.4;
}

.widget-heading-center .widget-title a,
.widget-heading-center .widget-title a:hover,
.widget-heading-centre .widget-title a,
.widget-heading-centre .widget-title a:hover {
	text-decoration: none!important;
}

.widget-heading-centre .widget-title,
.widget-heading-center .widget-title {
	margin-bottom: 50px;
	font-size: 27px;
}

.widget-heading-centre.title-only .widget-title,
.widget-heading-center.title-only .widget-title {
	margin-bottom: 5px;
}

.sidebar .widget-heading-left .widget-title,
.sidebar .widget-heading-centre .widget-title,
.sidebar .widget-heading-center .widget-title {
	/* font-size: 20px; */
	font-size: 17px;
	margin-bottom: 30px;
}

.widget-heading-centre .widget-title:after,
.widget-heading-center .widget-title:after,
.heading-centre:after,
.heading-center:after {
	content: '';
    display: inline-block;
    height: 1px;
    width: 66px;
    background: #f7403a;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -33px;
}

.content-sidebar .entry-content .widget-title,
.widget-heading-left .widget-title,
.heading-left {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 30px;
	line-height: 1.25;
}

.widget-heading-left .widget-title {
	/* font-size: 30px; */
	font-size: 27px;
}

.widget-heading-f-30 .widget-title {
	font-size: 30px;
}

.content-sidebar .entry-content .widget-title,
.content-sidebar .entry-content .widget-heading-centre .widget-title,
.content-sidebar .entry-content .widget-heading-left .widget-title {
	/* font-size: 24px; */
	font-size: 27px;
}

.content-sidebar .content .widget-title:after,
.widget-heading-left .widget-title:after,
.heading-left:after {
	content: '';
    display: inline-block;
    height: 1px;
    width: 66px;
    background: #f7403a;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sub-heading-style {
	font-size: 14px;
    font-weight: 400;
    color: #f7403a;
    letter-spacing: 0.82px;
}

.white-heading {
	display: inline-block;
	background: #1a2732;
	padding: 10px 16px;
    font-size: 27px;
    color: #ffffff;
}

p.light {
	font-size:12px;
	color:#667d91;
	letter-spacing:0.85px;
}


/* SHORTCODES */

/* Point List */
.point-list > br,
.point-list > p{
	display: none;
}

.point-item {
    position: relative;
    padding-left: 80px;
	margin-bottom: 24px;
	min-height: 63px;
}

.point-item .point-icon {
    border: 1px solid #667d91;
	color: #667d91;
    font-size: 22px;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
	position: absolute;
    left: 0;
	letter-spacing: 0;
}

.point-item .point-icon .icon-default {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(images/sprites/sprites-1.png);
	background-position: 0 0;
	margin: 0;
}

.point-item .point-heading {
	display: block;
	font-size: 17px;
    font-weight: 600;
    color: #384a5a;
	margin-bottom: 8px;
	line-height: 1.4;
}

.point-item .point-content {
	font-size:12px;
	color:#667d91;
	letter-spacing:0.85px;
	line-height:20px;
}

.point-list.boxed .point-item {
	display: inline-block;
    vertical-align: top;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 40px;
}

.point-list.boxed .point-item .point-icon {
	position: static;
    display: inline-flex;
	width: 103px;
    height: 103px;
	margin-bottom: 20px;
}

.point-list.boxed .point-item .point-heading {
	font-size: 20px;
    color: #1a2732;
    letter-spacing: 0.66px;
    line-height: 33px;
	margin-bottom: 10px;
}

.point-list.boxed .point-item .point-content {
	font-size: 14px;
    color: #a8abad;
    line-height: 27px;
}

/* Other Links */
.other-links {
	background:#f5f6f9;
	border:1px solid #e5e6e7;
	color:#667d91;
	padding: 24px 40px;
}

.other-links .row > br,
.other-links .row > p,
.other-links > br,
.other-links > p {
	display: none;
}

.other-links .heading {
	font-size:20px;
	color:#1a2732;
	letter-spacing:0.66px;
	line-height:33px;
    padding-bottom: 5px;
}

.other-links .link-item {
	font-size:14px;
	color:#667d91;
	letter-spacing:1px;
	line-height:19px;
	margin-bottom: 20px;
}

.other-links .link-item a {
	color: #667d91;
}

.other-links .link-item a:hover {
	color: #f7403a;
}

.other-links .link-item .fa {
	font-size: 17px;
	min-width: 40px;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.ubermenu-item-level-1 .sprite {
	-webkit-transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000);
	-moz-transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000);
	-o-transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000);
	transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000);
	-o-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000);
	transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000);
	position: absolute;
	opacity: .5;
}

.ubermenu-item-level-1 .sprite-flat-town {
	width: 792px;
	height: 65px;
	background-position: -4px -102px;
	position: absolute;
	bottom: 0;
	background-size: 800px;
	margin-left: -380px;
	transform: translateY(30px);
}

.ubermenu-active .ubermenu-item-level-1 .sprite-flat-town {
	transform: translateY(0);
	transition-delay: .3s;
}

.ubermenu-item-level-1 .sprite-cloud-1 {
	top: 20px;
	right: 0;
	transform: translateX(60px);
}

.ubermenu-active .ubermenu-item-level-1 .sprite-cloud-1 {
	transform: translateX(0);
	transition-delay: .5s;
}

.ubermenu-item-level-1 .sprite-cloud-2 {
	top: 150px;
	right: 100px;
	transform: translateX(60px);
}

.ubermenu-active .ubermenu-item-level-1 .sprite-cloud-2 {
	transform: translateX(0);
	transition-delay: .3s;
}

.ubermenu-item-level-1 .sprite-cloud-3 {
	top: 280px;
	right: -120px;
	transform: translateX(40px);
}

.ubermenu-active .ubermenu-item-level-1 .sprite-cloud-3 {
	transform: translateX(0);
	transition-delay: .6s;
}

.ubermenu-item-level-1 .sprite-balloon-1 {
	top: 120px;
	right: -50px;
	transform: translateX(50px);
}

.ubermenu-active .ubermenu-item-level-1 .sprite-balloon-1 {
	transform: translateX(0);
	transition-delay: .7s;
}

/* Services Carousel */
.featured-services-block {
	padding-top: 90px;
    padding-bottom: 120px;
	background: #fbfbfb;
}

.services-carousel {
	margin-bottom: 0;
}

.services-carousel .service-item {
	text-align: center;
}

.service-item .item-container {
	display: inline-block;
	width: 271px;
	max-width: 96%;
	position: relative;
}

.service-item .image-thumb {
	position: relative;
}

.service-item .image-thumb a {
	display: inline-block;
	overflow: hidden;
}

.image-thumb .image-color-overlay {
	position: relative;
}

.image-thumb .image-color-overlay:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(31, 46, 59, 0.61);
	opacity: 1;
}

.service-item .title {
	display: inline-block;
	width: 236px;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin-left: -118px;
	margin-top: -28px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 17px;
	padding: 18px;
	transition: all .2s ease;
}

.image-thumb {
	line-height: 0;
	overflow: hidden;
	position: relative;
}

.image-thumb a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .2s ease;
	background: none;
}

.image-thumb a:hover:after {
	background: rgba(31, 46, 59, 0.2);
	opacity: 1;
}

.image-thumb a {
	display: inline-block;
}

.service-item .image-thumb img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.service-item .image-thumb a:hover img {
    transform: scale(1.1);
}

.service-item .image-thumb a:hover .title {
    background: #fff;
	color: #1a2732;
	font-weight: 700;
}

.services-carousel .slick-prev {
	left: -50px;
}

.services-carousel .slick-next {
	right: -50px;
}

.slick-prev, .slick-next {
	width: 10px;
    height: 27px;
}

.slick-prev:before,
.slick-next:before {
	color: #1a2732;
	font-size: 27px;
	font-family: 'FontAwesome';
}

.slick-prev:before {
	content: '\f104';
}

.slick-next:before {
	content: '\f105';
}

.page-testimonials-carousel .slick-prev:before,
.page-testimonials-carousel .slick-next:before {
	color: #fff;
}

/* Testimonials */
.testimonials-block.block-widget {
	background-color: #1a2732;
    background-image: url(images/testimonial-bg.jpg);
    background-size: cover;
	padding: 40px 0;
}

.testimonials-block .panel-grid-cell {
	padding-top: 40px;
	padding-bottom: 40px;
}

.testimonials-carousel {
	margin-bottom: 0;
}

.testimonials-carousel-widget *,
.testimonials-carousel-widget .slick-prev:before,
.testimonials-carousel-widget .slick-next:before,
.testimonials-carousel-widget a,
.testimonials-carousel-widget a:visited {
	color: #fff;
}

.testimonials-carousel-widget .slick-prev {
	left: -50px;
}

.testimonials-carousel-widget .slick-next {
	right: -50px;
}

.testimonials-carousel ul.slick-dots {
	position: absolute;
	left: 0;
	text-align: left;
	padding: 0;
	bottom: 0;
	margin: 0;
}

.testimonials-carousel ul.slick-dots li:first-child {
	margin-left: 0;
}

.testimonials-carousel .testimonial-item {
	min-height: 374px;
	display: flex;
    align-items: center;
}

.testimonials-carousel .slick-list {
	margin: 0 -40px;
}
.testimonials-carousel .slick-list .slick-slide {
	margin: 0 40px;
}

.testimonials-carousel .testimonial-item .item-container {
	max-width: 100%;
	min-height: 291px;
	padding-top: 40px;
}

.testimonial-item .rating {
    line-height: 0;
    margin-bottom: 10px;
}

.testimonial-item .rating .slf-icon {
    display: inline-block;
    width: 27px;
    height: 27px;
    background-color: #fff;
    border-radius: 50%;
    background-image: url(images/sprites/sprites-1.png);
    background-position: 6px 6px;
    background-repeat: no-repeat;
    background-size: 55px;
    margin-right: 30px;
}

.testimonial-item .rating .fa-star {
	font-size: 12px;
    margin-right: 10px;
	vertical-align: top;
	position: relative;
    top: 8px;
}

.testimonial-item .testimonial-content {
	font-size: 16px;
	font-weight: 600;
	width: 600px;
	max-width: 100%;
	margin-bottom: 25px;
	line-height: 1.6;
}

.testimonial-content p {
	line-height: 1.4;
}

.testimonial-item .testimonial-name {
	display: block;
	letter-spacing: 0.85px;
    font-size: 12px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.testimonial-item .testimonial-content p:last-child {
	margin-bottom: 15px;
}

.testimonial-item .bottom-links .testimonial-video-link {
	display: inline-block;
    margin-right: 80px;
}

.testimonial-item .testimonial-video-link .fa-play {
	width: 41px;
    height: 41px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
	letter-spacing: 0;
	margin-right: 18px;
}

.testimonial-item .testimonial-video-link .fa-play:before {
	position: relative;
    right: -2px;
}

/* News Carousel */
.news-block {
	background-color: #f5f6f9;
    padding: 80px 0;
}

/* .single-qld_service .news-block {
	background: #fff;
} */

.news-carousel {
	text-align: center;
	margin-bottom: 0;
}

.news-carousel .news-item .item-container {
	width: 271px;
    max-width: 96%;
    display: inline-block;
    position: relative;
    text-align: left;
    /* border: 1px solid #e5e6e7; */
    background: #fff;
}

.post-format-1 .item-content {
	padding: 25px 18px;
	border: 1px solid #e6e6e6;
}

.post-format-1 .date {
	font-size: 12px;
    color: #1a2732;
    text-transform: uppercase;
	display: block;
	margin-bottom: 9px;
}

.post-format-1 .title a {
	text-decoration: none;
	color:#1a2732;
}

.post-format-1 .title h4 {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight: 600;
	margin-bottom: 12px;
}

.post-format-1 .post-excerpt {
	font-size: 12px;
    color: #1a2732;
    line-height: 16px;
	margin-bottom: 14px;
	min-height: 48px;
}

.post-format-1 .more-link {
	font-size: 12px;
    color: #f7403a;
}

.overview-link-container {
	margin-top: 50px;
	text-align: center;
}

/* Form Block */
.get-help-now-block {
	background-image: url(images/background-2.jpg);
    background-size: cover;
	background-color: #1a2732;
	padding: 40px 0;
}

.get-help-now-block-2 {
	background-image: url(images/background-3.jpg);
}

.get-help-now-block .section-left,
.get-help-now-popup .section-left {
	background-color: #ffffff;
}

.get-help-now-block .section-right,
.get-help-now-popup .section-right {
	background-color: #f5f6f9;
}
.help-form-block .section-right .btn:hover {
	background: #fff;
	color: #f7403a;
	text-decoration: underline;
}

.get-help-now-block .widget-title {
	color: #1a2732;
}

.form-block .section-left,
.form-block .section-right {
    /* margin-left: -15px;
    margin-right: -15px; */
	margin-left: 0;
    margin-right: 0;
    padding: 50px;
}

.full-display.form-block .section-left {
	padding-left: 0;
}

.full-display.form-block .section-right {
	padding-right: 0;
}

.box-links {
    border: 1px solid #e5e6e7;
    padding: 15px 30px;
	text-align: center;
}

.box-links > br {
	display: none;
}

.box-links a {
	display: inline-block;
	margin-right: 18px;

}

.box-links a:last-child {
	margin-right: 0;
}

.box-links a .fa {
	font-size: 16px;
	margin-left: 13px;
}

.form-style-1 .gform_wrapper .top_label .gfield_label {
	display: none;
}

.form-style-1 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-style-1 .ginput_container input[type=text],
.form-style-1 .ginput_container textarea,
.form-style-1 .ginput_container select,
.form-style-1 .captcha-container input {
    background: #ffffff;
    border: 1px solid #c1c4c8;
    font-size: 12px;
}

.form-style-1 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.form-style-1 .ginput_container input[type=text]:focus,
.form-style-1 .ginput_container textarea:focus,
.form-style-1 .ginput_container select:focus,
.form-style-1 .captcha-container input:focus,
.custom-form .ginput_container input[type=text]:focus,
.custom-form .ginput_container textarea:focus,
.custom-form .captcha-container input:focus {
	border-color: #f7403a;
}

.text-with-line {
	position: relative;
    text-align: center;
    color: #1a2732;
    line-height: 1.5;
    padding-top: 6px;
    margin-bottom: 15px;
	padding-bottom: 15px;
}

.text-with-line:before {
	content: '';
    height: 1px;
    width: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    background: #f7403a;
}

.with-line-center {
	position: relative;
	padding-bottom: 15px;
}

.with-line-center:after {
	content: '';
    height: 1px;
    width: 66px;
    position: absolute;
    left: 50%;
    margin-left: -33px;
    bottom: 0;
    background: #f7403a;
}

.entry-content .gform_wrapper ul {
	padding: 0;
	margin: 0;
}

.form-style-1 .gform_wrapper .ginput_container input[type=text],
.form-style-1 .gform_wrapper .ginput_container textarea,
.form-style-1 .gform_wrapper .ginput_container select,
.form-style-1 .gform_wrapper .captcha-container input {
	margin-bottom: 0!important;
}

.form-style-1 .gform_wrapper form li {
	padding-right: 0!important;
	margin-top: 0!important;
	list-style: none!important;
	font-size: 12px;
}

.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half,
.form-style-1 .gform_wrapper .top_label li.gfield.gf_left_half,
.form-style-1 .gform_wrapper .top_label li.gfield.gf_right_half {
	width: 48.5%;
	margin-top: 0;
	margin-bottom: 8px;
	padding-right: 0;
	clear: none!important;
	float: left;
	list-style: none!important;
}

.gform_wrapper .top_label li.gfield,
.form-style-1 .gform_wrapper .top_label li.gfield {
	margin-bottom: 8px;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half,
.form-style-1 .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.form-style-1 .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
	width: 48.5%!important;
	padding-right: 0;
}

.form-style-1 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.form-style-1 .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0;
}

.form-style-1 .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.form-style-1 .gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_left_half {
	margin-right: 3%;
}

body .form-style-1 .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0!important;
}

.form-style-1 .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}

.form-style-1 .gform_wrapper textarea.small {
	height: 70px;
}

.form-bottom-text {
    text-align: center;
    font-size: 12px;
    color: #a8abad;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.4;
}

.help-form-block .section-left,
.help-form-block .section-right {
	min-height: 470px;
}
.help-form-block .section-right {
	background-color: #F7403A;
	padding: 40px 80px;
	display: flex;
	align-items: center;
}
.help-form-block .panel-grid-cell {
	padding-top: 20px;
    padding-bottom: 20px;
}

.live-chat-btn .fa {
	font-size: 16px;
    margin-left: 30px;
}

.get-help-now-popup {
	width: 1210px;
	max-width: 100%;
}

.popup-container .help-form-block .panel-grid-cell {
	padding-top: 0;
	padding-bottom: 0;
}

.get-help-now-block .gfield_captcha_input_container {
	width: 48.5%;
}

.get-help-now-block div.gform_wrapper .gfield_captcha_container img.gfield_captcha {
	margin-top: 4px!important;
}

.gfield.hidden-field {
	display: none;
}

/* CTA Block */
.cta-block,
.cta-block-1 {
	background-color: #f7403a;
	width: 100%;
	color: #fff;
}

.cta-block-2 {
	background-color: #1f2e3b;
}

.cta-block-2,
.enable-sticky-cta .cta-block-2,
.enable-sticky-cta .cta-block.cta-block-2 {
	position: relative;
}

.cta-block .panel-grid-cell {
	padding-top: 0;
	padding-bottom: 0;
}

.cta-block .textwidget {
	padding: 10px 0;
}

.cta-block .left-side,
.cta-block-alt .left-side {
    float: left;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0.66px;
    line-height: 1.4;
    font-weight: 600;
	padding-top: 12px;
}

.cta-block-2 .left-side {
	padding-top: 0;
}

.cta-block .right-side,
.cta-block-alt .right-side {
	float: right;
	text-align: right;
}

.cta-block-2 .right-side {
	margin-top: 5px;
}

.cta-block .right-side .btn,
.cta-block-alt .right-side .btn {
	margin-left: 15px;
	font-size: 13px;
	padding: 12px 24px;
	min-width: 180px;
}

.cta-block-2 .right-side .btn {
	font-size: 12px;
	min-width: 220px;
}

.cta-block .btn-1,
.cta-block-alt .btn-1 {
	border: 1px solid #fff;
}

.cta-block .btn-1:hover,
.cta-block-alt .btn-1:hover {
	background: #fff;
	color: #f7403a;
}
.cta-block .btn-1:hover .fa,
.cta-block-alt .btn-1:hover .fa {
	color: #f7403a;
}

.cta-block .btn-2,
.cta-block-alt .btn-2 {
    color: #f7403a;
    border-color: #fff;
}

.cta-block .btn-2 .fa,
.cta-block-alt .btn-2 .fa {
	color: #f7403a;
}

.cta-block .btn-2:hover,
.cta-block .btn-2:hover .fa,
.cta-block-alt .btn-2:hover,
.cta-block-alt .btn-2:hover .fa {
	color: #fff;
}

.cta-block .left-side .icon {
	font-size: 26px;
	display: inline-block;
	margin-top: 5px;
}

.cta-block .left-side .icon-container {
	border-right: 1px solid #fff;
    display: inline-block;
    width: initial;
    height: initial;
    vertical-align: top;
    padding-right: 30px;
    background: none;
    margin: 0 28px 0 0;
    padding: 9px 30px 9px 0;
}

.cta-block .left-side .text-container {
	display: inline-block;
}

.cta-block .left-side .heading {
	font-size: 20px;
    line-height: 27px;
	margin-bottom: 0;
}

.cta-block .left-side .description {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 27px;
    font-weight: normal;
}

/* .with-sticky-cta .site-footer,
.enable-sticky-cta .site-footer {
    margin-top: 70px;
} */

.enable-sticky-cta .cta-block {
	position: absolute;
	bottom: initial;
}

/* .enable-sticky-cta #cta-block-1.activate-sticky,
#cta-block-1 */
.cta-block.cta-block-1 {
	display: none;
}

.enable-sticky-cta .cta-block.activate-sticky {
	display: block;
	position: fixed;
	bottom: -1px;
	width: 100%;
	z-index: 10;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
}

.enable-sticky-cta .cta-block.remove-sticky {
	position: absolute;
	width: 100%;
	bottom: initial;
	display: none;
}


/* Hide Until Ready */
.services-carousel,
.testimonials-carousel,
.page-testimonials-carousel,
.news-carousel,
.staff-carousel,
.sponsors-logo-carousel-1 {
	opacity: 0;
    transition: opacity .2s ease;
}

.services-carousel {
	max-height: 230px;
}

.testimonials-carousel {
	/* max-height: 374px; */
	padding-bottom: 30px;
}

.page-testimonials-carousel {
	max-height: 230px;
}

.news-carousel {
	max-height: 360px;
}

.staff-carousel {
	max-height: 360px;
}

.sponsors-logo-carousel-1 {
	max-height: 80px;
}

.sponsors-logo-carousel-1.slick-initialized,
.services-carousel.slick-initialized,
.news-carousel.slick-initialized,
.staff-carousel.slick-initialized,
.testimonials-carousel.slick-initialized,
.page-testimonials-carousel.slick-initialized {
	opacity: 1;
}

.slick-slider.slick-initialized,
.page-testimonials-carousel.slick-initialized {
	max-height: initial;
}

/* Block Styles */
.block-spacing-1 .panel-grid-cell {
	padding-top: 90px;
    padding-bottom: 120px;
}

.block-spacing-2 .panel-grid-cell {
	padding-top: 55px;
    padding-bottom: 70px;
}

.block-spacing-3 .panel-grid-cell {
	padding-top: 80px;
    padding-bottom: 80px;
}

.block-widget .block-spacing-2 .panel-grid-cell {
	padding-top: 40px;
    padding-bottom: 40px;
}

/* Transition Style */
.journey-slides,
.journey-slide-container,
.journey-slides .sprite-balloon-1,
.journey-slides .sprite-cloud-1,
.journey-slides .sprite-cloud-2,
.journey-slides .sprite-cloud-3,
.journey-slides .sprite-flat-town,
.journey-label:before,
.service-item .image-thumb img {
	-webkit-transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000);
    -moz-transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000);
    -o-transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000);
    transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000);
    -o-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000);
    transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000);
}

/* FF Slide Popup */
.ff-slide-popup {
	position: fixed;
	z-index: 1000;
	opacity: 0;
	transition: all .5s ease;
	padding: 30px;
	background: #fff;
}
.ff-slide-popup.active {
	opacity: 1;
	z-index: 999999;
}
.ff-slide-popup .close-btn {
	position: absolute;
	font-size: 24px;
	width: auto;
	height: auto;
	line-height: 1;
	background: none;
	cursor: pointer;
	color: inherit;
	z-index: 99999999;
}
.ff-slide-popup .close-btn:hover {
	color: inherit;
	opacity: .8;
	background: none;
}

.ff-slide-popup .wrapper {
	max-height: 100%;
	overflow: auto;
}

.ff-slide-popup.slide-right,
.ff-slide-popup.slide-left {
	top: 0;
	background: #fff;
	height: 100%;
	width: 500px;
	padding: 55px 40px 30px;
	max-width: 100%;
}
.ff-slide-popup.slide-right > .wrapper,
.ff-slide-popup.slide-left > .wrapper {
	padding-left: 0;
	padding-right: 0;
}
.ff-slide-popup.slide-left > .inner,
.ff-slide-popup.slide-right > .inner {
	width: 370px;
	position: relative;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.ff-slide-popup.slide-left .close-btn,
.ff-slide-popup.slide-right .close-btn {
	position: absolute;
	left: 40px;
	top: 18px;
}

.ff-slide-popup.slide-right {
	/* right: -600px; */
	right: 0;
	transform: translateX(100%);
	box-shadow: -2px 0px 10px -8px #000;
}
.ff-slide-popup.slide-right.active {
	transform: translateX(0);
	right: 0;
}

.ff-slide-popup.slide-left {
	left: 0;
	transform: translateX(-100%);
	box-shadow: 2px 0px 10px -8px #000;
}
.ff-slide-popup.slide-left.active {
	transform: translateX(0);
	left: 0;
}

.ff-slide-popup.slide-bottom,
.ff-slide-popup.slide-top {
	width: 100%;
	height: auto;
	left: 0;
}
.ff-slide-popup.slide-bottom .wrapper,
.ff-slide-popup.slide-top .wrapper {
	position: relative;
}
.ff-slide-popup.slide-bottom .close-btn,
.ff-slide-popup.slide-top .close-btn {
	right: -20px;
	top: 0;
}

.ff-slide-popup.slide-top {
	/* top: -100%; */
	top: 0;
	transform: translateY(-100%);
	padding: 40px 0;
	box-shadow: 0 2px 10px -5px #000;
}
.ff-slide-popup.slide-top.active {
	top: 0;
	transform: translateY(0);
}
.admin-bar .ff-slide-popup.slide-top.active {
	top: 32px;
}

.ff-slide-popup.slide-bottom {
	/* bottom: -100%; */
	bottom: 0;
	transform: translateY(100%);
	padding: 40px 0;
	box-shadow: 0 -2px 10px -8px #000;
}
.ff-slide-popup.slide-bottom.active {
	bottom: 0;
	transform: translateY(0);
	z-index: 99999999;
}

.get-help-form-popup .box-links {
	padding: 10px;
}
.get-help-form-popup .box-links a {
	margin-right: 10px;
	font-size: 12px;
}

/*
** INTERNALS
*/

/* Service Internal */
.page-header-description {
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 1.2px;
    line-height: 1.6;
	clear: both;
}

.internal-header-left {
	float: left;
    width: 80%;
}

.internal-header-right {
	float: right;
    width: 20%;
}

.header-share-buttons {
	text-align: right;
	float: right;
}

.header-share-buttons .share-button {
    color: #fff;
    width: 52px;
    height: 52px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    letter-spacing: 0;
    margin-left: 20px;
	font-size: 14px;
	position: relative;
}

/* .header-share-buttons.alt .share-button .fa {
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -7px;
} */

.header-share-buttons .share-button:focus,
.header-share-buttons .share-button:visited {
	color: #fff;
}

.header-share-buttons .share-button:hover {
    color: #fff;
    background: #f7403a;
    border-color: #f7403a;
}

.header-share-buttons.alt .share-button {
	color: #1a2732;
    width: 42px;
    height: 42px;
    display: inline-block;
    border: 1px solid #1a2732;
    border-radius: 50%;
    text-align: center;
    line-height: 38.5px;
    letter-spacing: 0;
    margin-left: 13px;
    font-size: 14px;
}

.header-share-buttons.alt .share-button:focus,
.header-share-buttons.alt .share-button:visited {
	color: #1a2732;
}

.header-share-buttons.alt .share-button:hover {
    color: #fff;
    background: #1a2732;
    border-color: #1a2732;
}

.share-button-container {
	line-height: 1;
	display: inline-block;
	margin-left: 13px;
	float: left;
}

.share-button-container.alt {
	margin-left: 0;
}

.share-button-container .addtoany_list.a2a_kit_size_32 a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: none;
	border: 1px solid #1a2732;
	font-size: 0;
	text-indent: -99999px;
	color: #1a2732;
	text-decoration: none;
	position: relative;
}

.share-button-container.alt .addtoany_list.a2a_kit_size_32 a {
	width: 52px;
	height: 52px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 0;
	line-height: 0;
}

.share-button-container .addtoany_list.a2a_kit_size_32 a:before {
	font-family: "FontAwesome";
	content: "\f1e0";
	font-size: 14px;
	position: absolute;
	left: 27px;
	top: 4px;
}

.share-button-container.alt .addtoany_list.a2a_kit_size_32 a:before {
	left: 32px;
	top: 24px;
}

.share-button-container .addtoany_list.a2a_kit_size_32 a:hover {
	background: #1a2732;
	color: #fff;
}

.share-button-container.alt .addtoany_list.a2a_kit_size_32 a:hover {
	background: #f7403a;
	border-color: #f7403a;
	color: #fff;
}

div.a2a_mini {
	border-radius: 0;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
	padding: 8px;
	margin-top: -84px;
	margin-left: -60px;
	background: #1f2e3b;
	border-radius: 0px 0px 4px 4px;
	border: none;
}

div.a2a_mini a.a2a_i,
div.a2a_mini i.a2a_i {
	font-size: 12px;
	letter-spacing: 0;
	border-color: #1f2e3b;
}

div.a2a_mini .addtoany_list a {
	padding: 0;
}

div.a2apage_wide .a2a_menu_show_more_less {
	background: #384a5a;
	border: none;
	margin: 10px -8px -8px -8px;
	padding: 12px;
	font-size: 14px;
}

div.a2apage_wide .a2a_menu_show_more_less .a2a_svg {
	display: none;
}

div.a2apage_wide .a2a_menu_show_more_less:hover,
div.a2apage_wide .a2a_menu_show_more_less:active,
div.a2apage_wide .a2a_menu_show_more_less:focus {
	border: none;
}

/* Our Experts */
.our-experts-block,
.local-team-block {
	padding: 80px 0 80px;
	background: rgba(245,246,248,0.29);
	border: 1px solid #F5F6F9;
}

.members-query {
	position: relative;
}

.member-item .item-container {
	/* width: 271px; */
    display: inline-block;
    position: relative;
    text-align: left;
    /* border: 1px solid #e5e6e7; */
    background: #fff;
	border-top: 2px solid #f7403a;
}

.member-item .item-content {
	border: 1px solid #e5e6e7;
}

.post-format-1.members-query .item-content {
	padding: 18px 18px;
	min-height: 204px;
}

.post-format-1.members-query .title h4 {
	font-size: 17px;
    color: #1a2732;
    line-height: 1.7;
    margin-bottom: 0;
}

.members-query .member-item .position,
.members-query .member-item .expertise {
	font-size: 14px;
    font-weight: 600;
    color: #384a5a;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.member-item .meta-details {
    border-top: 1px solid #e0e1e3;
    margin-top: 10px;
    padding-top: 10px;
}

.member-item .meta-detail {
	margin-bottom: 8px;
	overflow: hidden;
	display: flex;
}

.meta-detail.email .tooltip.top {
	left:0!important;
}

.meta-detail.email .tooltip .tooltip-inner {
	max-width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}

.member-item .meta-detail .icon {
	min-width: 28px;
    display: inline-block;
    border-right: 1px solid #1a2732;
	margin-right: 10px;
}

.member-item .meta-detail .value {
	font-size:14px;
	font-weight: 600;
	letter-spacing: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
}

.member-item .meta-detail .sub-value {
	font-weight: 400;
    /* display: inline-block; */
    margin-left: 10px;
}

.member-item .meta-detail.email .value {
	font-size:12px;
}

.member-item .media-box-container {
	border: none;
    text-align: center;
}

.member-item .media-box-container .item-container {
	max-width: 100%;
}

div.media-boxes-load-more-button {
	margin-top: 40px;
}

div.media-boxes-no-more-entries {
	opacity: .5;
	cursor: default;
}

/* Filter */
.members-filter-container {
	position: absolute;
    right: 0;
    top: -80px;
}

.post-code-filter {
	display: inline-block;
}

.members-filter-container .post-code-filter form{
	display: inline-block;
}

.post-code-filter .filter-label {
	font-size: 17px;
    color: #1a2732;
    letter-spacing: 1.21px;
    line-height: 27px;
	margin-right: 12px;
}

.post-code-filter .filter-input {
    background: #ffffff;
    border: 1px solid #c1c4c8;
	border-right: none;
    padding: 10px;
    width: 130px;
	height: 42px;
}

.post-code-filter .filter-input:focus {
	border-color: #f7403a;
}

.post-code-filter .filter-submit {
    display: inline-block;
    border: 1px solid #f7403a;
    background: #f7403a;
    color: #fff;
    width: 58px;
    height: 42px;
    padding: 10px;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.post-code-filter .filter-submit:visited {
	color: #fff;
}

.post-code-filter .filter-submit:hover {
	background: none;
    color: #f7403a;
}

.members-filter-container .filter-btn {
	height: 42px;
    vertical-align: top;
    padding: 10px 30px;
    min-width: 174px;
    margin-left: 25px;
	background: none;
    color: #f7403a;
}

.members-filter-container .filter-btn:hover {
	background: #f7403a;
	color: #fff;
}

.btn.disabled,
.btn.disabled:hover {
	cursor: default;
	background: #777;
	border-color: #777;
	color: #fff;
}

.use-my-location.disabled,
.use-my-location.disabled:hover {
	cursor: pointer;
}

.use-my-location.disabled .fa:before {
	content: '\f00d';
}

/* Faq */
.faq-internal-block {
	background: #f5f6f9;
	padding: 100px 0;
}

.faq-internal-block .widget-title {
	font-size: 27px;
}

.panel-body h2,
.panel-body h3,
.panel-body h4,
.panel-body h5,
.panel-body h6 {
	position: relative;
	padding-bottom: 10px;

}

.panel-body h2:after,
.panel-body h3:after,
.panel-body h4:after,
.panel-body h5:after,
.panel-body h6:after {
	content: '';
	display: inline-block;
	width: 54px;
	height: 1px;
	background: #f7403a;
	position: absolute;
	bottom: 0;
	left: 0;
}

.panel-body h2 {
	font-size: 21px;
}

.panel-body h3 {
	font-size: 19px;
}

.panel-body h4 {
	font-size: 17px;
}

.panel-body h5 {
	font-size: 15px;
}

.panel-body h6 {
	font-size: 14px;
}

/* .single-service .content-sidebar-wrap > .content {
	margin-top: 40px;
} */

.single-service .site-inner .content-sidebar-wrap {
	padding-bottom: 30px;
}

.single-service .post-content-wrapper > div > .panel-grid:first-child .panel-grid-cell {
	padding-top: 0;
}

.widget-no-title .textwidget {
	padding-top: 80px;
}

.block-border-bottom {
	border-bottom: 1px solid #f0f2f5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* Link List */
.entry-content ul.link-list {
	padding-left: 0;
    margin-left: 0;
	margin-bottom: 40px;
}

.entry-content ul.link-list li {
	list-style: none;
	margin-bottom: 0;
}

.link-list li a {
    display: block;
    border-bottom: 1px solid #1a2732;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    color: #1a2732;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 11px 40px 11px 13px;
}

.link-list li a:hover {
	text-decoration: underline;
}

.link-list li a:after {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 17px;
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: 1;
    margin-top: -8.5px;
}

/* Logo Carousel */
.sponsors-logo-carousel-widget .widget-title {
	width: 180px;
    float: left;
    font-size: 20px;
    line-height: 27px;
    color: #1a2732;
    letter-spacing: 0.66px;
    position: relative;
	padding-bottom: 10px;
	margin: 15px 0px;
}

.sponsors-logo-carousel-widget .widget-title:after {
	content: '';
	display: inline-block;
	width: 54px;
	height: 1px;
	background: #f7403a;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sponsors-logo-carousel-widget .textwidget {
	width: 890px;
    float: right;
    padding: 0 40px;
}

.sponsors-logo-carousel-widget .widget-wrap {
	border-bottom: 1px solid #1a2732;
}

.sponsors-logo-carousel-widget .widget-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.sponsors-logo-carousel .slick-slide {
    display: flex;
    align-items: center;
    align-content: center;
    min-height: 80px;
	text-align: center;
}

.sponsors-logo-carousel .slick-slide img {
    display: block;
    margin: 0 auto;
}

.round-btn-icon {
	display: inline-block;
	width: 42px;
	height: 42px;
	text-align: center;
	letter-spacing: 0;
	border: 1px solid #1a2732;
	border-radius:100%;
	color: #1a2732;
	background: none;
	line-height: 40px;
	font-size: 14px;
}

.round-btn-icon:visited {
	color: #1a2732;
}

.round-btn-icon:hover,
.round-btn-icon:focus {
	color: #fff;
}

.round-btn-icon:hover {
	background: #1a2732;
}

.page-header-image {
	margin-bottom: 30px;
}

span.new-line {
	display: block;
}

/* Custom Breadcrumbs */
.custom-header-bottom-breadcrumbs {
	background: #1e2c38;
	margin-bottom: 0;
	padding: 23px;
	bottom: 0;
	width: 100%;
	left: 0;
	position: relative;
}

.breadcrumbs-style-2 * {
	color: #fff;
}

.breadcrumbs-style-2 .bc-icon {
	display: inline-block;
    background: #fff;
    letter-spacing: 0;
    border: 1px solid #fff;
    height: 45px;
    line-height: 23px;
    padding: 10px;
    width: 68px;
    text-align: center;
}

.breadcrumbs-style-2 .bc-icon .fa {
	color: #1a2732;
}

.breadcrumbs-style-2 .bc-item {
    display: inline-block;
    border: 1px solid #fff;
    height: 45px;
    vertical-align: top;
    padding: 10px 24px;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.85px;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    background: #1a2732;
	cursor: pointer;
}

.breadcrumbs-style-2 a,
.breadcrumbs-style-2 a:visited {
	color: #fff;
}

.breadcrumbs-style-2 .bc-item:hover {
	background: #22303c;
}

.breadcrumbs-style-2 .bc-item .fa {
	font-size: 16px;
    margin-left: 20px;
    position: relative;
    top: 2px;
}

/* News */
.page-template-news .site-container {
	background: #f5f6f9;
}

.plain-header {
	background: #fff;
	padding: 30px 0;
}

.plain-header .page-title {
	font-size: 30px;
	text-align: center;
}

.post-categories-list {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.post-categories-list .item {
	border: 1px solid #e6e5ea;
	margin: 5px 10px 5px 0;
	padding: 7px 18px;
	min-width: 170px;
	display: inline-block;
	line-height: 1.4;
	font-size: 13px;
	letter-spacing: 0;
}

/* .post-categories-list a.item {
	color: #1a2732;
	text-decoration: none;
} */

.post-categories-list a.item:hover {
	text-decoration: underline;
}

/* Filter */
.search-input-field-container {
	position: relative;
}

.search-input-field-container:after {
	display: inline-block;
    font-family: "FontAwesome";
    font-size: 18px;
    content: '\f002';
    position: absolute;
	right: 15px;
    top: 50%;
    line-height: 1;
    margin-top: -13px;
    pointer-events: none;
}

.filter-dropdown-container .media-boxes-drop-down {
	border: 1px solid #c1c4c8;
    box-shadow: none;
	width: 210px;
	letter-spacing: 0;
}

.filter-dropdown-container select {
	height: 43px;
    padding: 10px 14px;
    font-size: 12px;
    color: #a8abad;
    background: #fff;
    border: 1px solid #c1c4c8;
    width: 210px;
}

.filter-dropdown-container select:focus {
	border-color: #f7403a;
}

.filter-label-container {
	display: inline-block;
}

.filter-label-container span {
	font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}

.site-inner > .custom-page-content {
	padding: 55px 0 0;
	background: #f5f6f9;
}

.filter-alphabet {
	display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
	margin-top: 20px;
}

.filter-alphabet .letter {
	font-size: 20px;
	font-weight: 600;
    color: #1a2732;
	margin: 0 5px;
    display: inline-block;
	cursor: pointer;
	text-decoration: none;
}

.filter-alphabet .letter.active,
.filter-alphabet .letter.selected {
	color: #f7403a;
}

.loading-filter {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    z-index: 10;
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

span.loading-image,
.loading-filter .loading-image {
	display: block;
	background-image: url(images/clock-pload.gif);
	width: 70px;
	height: 70px;
	z-index: 100;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 50%;
	margin-left: -35px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #eee;
	box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
}

.loading-filter .loading-text {
	font-size: 10px;
}

.filter-indicators {
	text-align: right;
}

.filter-indicators .indicator {
	border: 1px solid #e5e6e7;
	background: #fff;
	font-size: 12px;
	color: #1a2732;
	text-decoration: none;
	display: inline-block;
	padding: 7px 18px;
	letter-spacing: 0;
	margin-top: 10px;
	margin-left: 20px;
}

.filter-indicators .indicator:after {
	content: '\f00d';
	font-family: 'FontAwesome';
	margin-left: 12px;
}

.filter-indicators .indicator:hover:after {
	color: #f7403a;
}

.staff-carousel .staff-item {
	text-align: center;
}

.staff-carousel .staff-item .item-container {
	width: 271px;
    max-width: 96%;
    display: inline-block;
    position: relative;
    text-align: left;
    /* border: 1px solid #e5e6e7; */
    background: #fff;
}

.details-block-1 .row-detail.row-detail-header .inner {
	display: flex;
	flex-wrap: wrap;
}

.details-block-1.alt-1 .row-detail.row-detail-header .inner {
	display: flex;
    flex-direction: column;
	flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
	/* align-content: center; */
	align-content: start;
	line-height: 1.4;
}

.details-block-1 .row-detail-header .title {
	font-size: 16px;
    font-weight: 700;
}


.details-block-1 {
	border: 1px solid #ced3d7;
	background: #fff;
	position: relative;
}

.header-right-details.details-block-1 .row-detail.row-detail-header,
.details-block-1 .row-detail.row-detail-header {
	display: flex;
    align-items: center;
    align-content: center;
	line-height: 1;
	position: relative;
}

.details-block-1 .row-detail.row-detail-header {
	background: #fff;
}

.details-block-1 .row-detail {
	background: #ffffff;
	border-bottom: 1px solid #ced3d7;
}

.details-block-1 .row-detail:last-child {
	border-bottom: none;
}

.details-block-1 .row-detail .inner {
	padding: 15px 30px;
	width: 100%;
}

.details-block-1.alt-1 .row-detail .inner {
	padding: 14px 30px;
}

.details-block-1 .row-detail.row-detail-header .inner {
	display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.details-block-1 .detail-icon {
	font-size: 20px;
	margin-right: 5px;
	float: left;
	min-width: 32px;
	min-height: 25px;
	line-height: 25px;
}

.details-block-1 .detail-value {
	letter-spacing: 0;
	display: inline-flex;
	min-height: 25px;
    align-items: center;
    align-content: center;
	line-height: 18px;
	color: #1a2732;
}

.details-block-1 .detail-value a,
.details-block-1 .detail-value a:visited {
	color: #1a2732;
	text-decoration: none;
}

.details-block-1 .detail-value.title {
	font-size: 17px;
    letter-spacing: 0.56px;
    font-weight: 600;
}

.details-block-1 .detail-value.address {
	width: 270px;
	max-width: 100%;
	display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.details-block-1 .detail-value.bold {
	font-weight: 600;
}

.sub-row-detail {
	clear: both;
    margin-top: 0px;
    overflow: hidden;
}

.sub-row-detail.email .detail-icon {
	font-size: 15px;
}

.top-right-details-container {
	overflow: hidden;
}

.top-right-details {
	float: right;
	margin-right: 1px;
}

.top-right-details a {
	color: #1a2732;
	text-decoration: none;
}

.top-right-details span,
.top-right-details .detail {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 40px;
    padding: 10px 20px;
    min-width: 125px;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 12px;
    background: #f1f2f6;
    text-align: center;
	background: #1e2e3b;
	color: #fff;
}

.top-right-details .sub-detail {
	background: #1e2e3b;
    color: #fff;
}

.top-right-details .active .detail,
.top-right-details .active .sub-detail {
	background: #f1f2f6;
	color: #1e2e3b;
}

.custom-section-title {
	font-size: 30px;
}

/* Sidebar */
.sidebar-social-icons {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    padding: 20px 0;
    margin: 30px 0;
}

.sidebar-buttons .btn {
    margin-bottom: 12px;
    text-align: left;
    width: 300px;
    max-width: 100%;
    padding: 14px 50px;
    display: inline-flex;
    justify-content: space-between;
}

/* Custom Sidebar */
.so-widget-spacer .spacer {
	background: #e2e2e2;
	height: 1px;
	max-height: 1px;
	margin: 20px 0 35px;
}

/* Links Widget */
.links-widget {
	/* border-bottom: 1px solid #f0f2f5; */
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.links-widget .widget-wrap {
	background: #f5f6f9;
	border: 1px solid #e5e6e7;
}

.links-widget.conditional {
	margin-bottom: 0;
	padding-bottom: 0;
}

.links-widget.conditional .widget-wrap {
	margin-bottom: 0;
	border: none;
	background: none;
}

.links-widget .widget-title {
	margin: 30px 10px 10px;
	letter-spacing: 0;
}

.related-links-list {
	letter-spacing: 0;
}

.related-links-list li {
	border-top: 1px solid #e5e6e7;
}
.related-links-list li:first-child{
	border-top: none;
}

.related-links-list li a {
	position: relative;
	display: block;
	background: #fff;
	color: #667d91;
	padding: 10px 40px 10px 20px;
	text-decoration: none;
}
.related-links-list li a:hover {
	text-decoration: underline;
}
.related-links-list li a:after {
	content: '';
	display: inline-block;
	background-image: url(images/right-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 10px;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -5px;
}

.related-links-list .sub-menu li a {
	padding-left: 30px;
	background: #f9f9f9;
}

.related-links-list .sub-menu.level-3 li a {
	padding-left: 40px;
	background: #f1f1f1;
}

.related-links-list li .fa {
	position: absolute;
	top: 14px;
	left: 17px;
	font-size: 14px;
}

.related-links-list li a:hover {
	text-decoration: none;
}

.related-links-list .sub-menu {
	background: #f9f9f9;
	display: none;
}

.related-links-list li.have-children {
	position: relative;
}

.related-links-list li.have-children .sub-menu-indicator {
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 20px;
	color: #667d91;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.related-links-list li.have-children .sub-menu-indicator:hover {
	background: #f5f6f9;
	color: #1a2732;
}

.related-links-list li.have-children .sub-menu-indicator:after {
	content: '\f107';
}

.related-links-list li.have-children.active > .sub-menu-indicator:after {
	content: '\f106';
}

.related-links-list li.have-children.active > .sub-menu {
	display: block;
}

.services-hierarchy-links.links-widget {
	padding-bottom: 0;
	border-bottom: none;
}

.sidebar-covid-cta {
	position: relative;
	background: #F7403A;
	color: #fff;
	padding: 20px;
	text-align: center;
}
.sidebar-covid-cta:before {
	content: '';
	display: block;
	width: 68px;
	height: 68px;
	background-size: contain;
	background-image: url(images/ico-corona2@2x.png);
	margin: 5px auto 10px;
}
.sidebar-covid-cta .e1 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.sidebar-covid-cta .e2 {
	line-height: 1.6;
	margin-bottom: 30px;
}
.sidebar-covid-cta .e3 {
	background: #fff;
	color: #F7403A;
}

.fullwidth-override .panel-grid-cell {
	width: 100%!important;
	padding-left:0!important;
	padding-right:0!important;
}

.conditional.links-widget .other-related-services {
	display: inline-block;
	width: 100%;
	background: #f5f6f9;
	border: 1px solid #e5e6e7;
	margin-bottom: 40px;
}

#testimonials-block-1 + .services-sidebar {
	padding: 60px 20px 0;
}

/* Custom Menu Items */
.custom-menu-structure .level-1.level-container {
	position: relative;
}

.custom-menu-structure .level-2 {
	display: none;
}

.custom-menu-structure .level-3 {
	display: none;
}

/* Page Style 2 */
.page-template-style_2 .internal-header {
	background-color: #384a5a;
	min-height: 400px;
	display: flex;
	align-items: center;
	padding: 80px 0;
	text-align: center;
}

.page-template-style_2 .page-title {
	/* font-size: 50px; */
	font-size: 46px;
	margin-bottom: 24px;
	padding-bottom: 12px
}

.page-template-style_2 .page-header-description {
	font-size: 14px;
	letter-spacing: 0.98px;
	line-height: 23px;
	width: 930px;
	max-width: 100%;
	margin: 0 auto;
}

.quote-style {
	font-style: italic;
	font-weight: 600;
	font-size: 20px;
	color: #1a2732;
	letter-spacing: 0.66px;
	line-height: 1.6;
	text-align: left;
}

.quote-style .name {
	display: block;
	font-size: 17px;
	font-style: normal;
	color: #1a2732;
	letter-spacing: 0.56px;
}

.fullwidth-override-block {
	margin-left: -415px;
	padding-left: 415px;
	margin-right: -415px;
	padding-right: 415px;
}

.blue-bg-block-1 {
	position: relative;
	background-color: #1f2e3b;
	padding-top: 80px;
	padding-bottom: 100px;
}

.blue-bg-block-1 * {
	color: #fff;
}

.blue-bg-block-1 .header-right-details *,
.blue-bg-block-1 .details-block-1 * {
	color: #1a2732;
}

.blue-bg-block-1 .widget-title {
	color: #fff;
	font-size: 20px;
	width: 590px;
	max-width: 100%;
	margin: 0 auto 55px;
	letter-spacing: 0.66px;
	line-height: 30px;
}

.grey-bg-block-1 {
	position: relative;
	background-color: #f5f6f9;
	padding-top: 80px;
	padding-bottom: 100px;
}

.grey-bg-block-1.with-image-bg {
	padding-bottom: 120px;
}

.grey-bg-block-1.with-image-bg .textwidget {
	position: relative;
}

.grey-bg-block-1.with-image-bg .sprite-balloon-1,
.grey-bg-block-1.with-image-bg .sprite-cloud-1,
.grey-bg-block-1.with-image-bg .sprite-cloud-2,
.grey-bg-block-1.with-image-bg .sprite-cloud-3,
.grey-bg-block-1.with-image-bg .sprite-flat-town {
	position: absolute;
	opacity: .4;
}

.grey-bg-block-1.with-image-bg .sprite-cloud-1 {
	top: -120px;
	left: -160px;
}

.grey-bg-block-1.with-image-bg .sprite-cloud-2 {
	top: -70px;
	left: -20px;
}

.grey-bg-block-1.with-image-bg .sprite-balloon-1 {
	top: -120px;
	right: -100px;
}

.grey-bg-block-1.with-image-bg .sprite-cloud-3 {
	top: 100px;
	right: -180px;
}

.grey-bg-block-1.with-image-bg .sprite-flat-town {
	bottom: -140px;
	left: 50%;
	margin-left: -597px;
}

.text-style-1 {
	color: #F7403A;
	font-size: 14px;
}

.text-style-2 {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
}

.white-bg-box-1 {
	background-color: #fff;
	margin-left: -40px;
	padding-left: 40px;
	margin-right: -40px;
	padding-right: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.block-anchor-btn {
	font-size: 12px;
	color: #667d91;
	background: #384a5a;
	width: 55px;
	height: 55px;
	display: inline-block;
	text-align: center;
	line-height: 48px;
	border-radius: 50%;
	border: 5px solid #1f2e3b;
}

.block-anchor-btn.top-center {
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -27.5px;
}

.block-anchor-btn:hover {
	background: #596f84;
}

.block-anchor-btn.bottom-center {
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -27.5px;
}

.page-testimonials {
	text-align: center;
	margin-bottom: 0;
}

.page-testimonials .testimonial-image {
	text-align: center;
}

.page-testimonials .testimonial-image img {
	border-radius: 50%;
	box-sizing: content-box;
	border: 2px solid #fff;
	display: inline-block;
	margin-bottom: 18px;
}

.page-testimonials .testimonial-content {
	margin: 0 auto;
	font-size: 17px;
	letter-spacing: 1.21px;
	line-height: 26px;
	font-weight: 400;
	width: 770px;
}

.page-testimonials .testimonial-content:before,
.page-testimonials .testimonial-content:after {
	content: '"';
	font-style: italic;
	font-size: 30px;
	letter-spacing: 2.14px;
	display: inline-block;
}

.page-testimonials .testimonial-content:before {
	margin-left: -12px;
	margin-right: 12px;
}

.page-testimonials .testimonial-content:after {
	margin-left: 12px;
	margin-right: -12px;
}

.page-testimonials .testimonial-name {
	opacity: 0.41;
	font-weight: 600;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 27px;
	margin-top: 5px;
}

.panel-cell-border-bottom {
	border-bottom: 1px solid #e5e6e7;
	padding-bottom: 50px;
	margin-bottom: 30px;
}

.scroll-to-target {
	cursor: pointer;
}

#gform_wrapper_16 {
	display: block!important;
}

.form-style-1 .gform_wrapper form li.stacks-recaptcha {
	padding: 10px 0 !important;
}

.nfe-referral-status {
	display: none;
}

.wcw .media-box-image:before {
	content: '';
	background: url(images/ab-logo.png);
	display: inline-block;
	width: 32px;
	height: 27px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 32px;
	pointer-events: none;
	z-index: 1;
}

.expert-commentary .list-item .item-details ul {
	padding-left: 20px;
    	margin-left: 20px;
	margin-bottom: 20px;
}

.expert-commentary .list-item .item-details ul li {
	list-style: disc !important;
	margin-bottom: 10px;
	padding-left: 8px;
}

#designstudio-button {
	right: -50px!important;
}

.responsive-video-1 {
	height: 0;
	padding-top: 56%;
	position: relative;
}

.responsive-video-1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.header-strip-message {
	background: #f3322c;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
.header-strip-message a {
	color: #fff!important;
	font-weight: 700;
}
.header-strip-message .covid-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-image: url(images/ico-corona2@2x.png);
	background-size: contain;
	margin-right: 10px;
}

.bg-grey {
	background-color: #F5F6F9;
}

.block-padding-1 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.mobile-only {
	display: none!important;
}

.color-white {
	color: #fff;
}

.disclaimer .covid-msg {
	display: none;
}
.post-cat-covid .disclaimer .covid-msg {
	display: block;
}

iframe[src*="ads-iframe"] {
	display: none!important;
}

/* Helpers */
.f-12 { font-size: 12px; }
.f-13 { font-size: 13px; }
.f-14 { font-size: 14px; }
.f-16 { font-size: 16px; }
.f-18 { font-size: 18px; }
.f-20 { font-size: 20px; }
.f-24 { font-size: 24px; }
.f-34 { font-size: 34px; }

.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }

.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-8 { margin-top: 8px; }
.mt-10 { margin-top: 10px; }
.mt-18 { margin-top: 18px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }

.ml-8 { margin-left: 8px; }
.ml-10 { margin-left: 10px; }
.ml-50 { margin-left: 50px; }

.mr-5 { margin-right: 5px; }
.mr-8 { margin-right: 8px; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }
.mr-50 { margin-right: 50px; }

.max-w-370 { max-width: 370px; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.bold { font-weight: 700; }
.media-box-title a{
	color:inherit !important;
	text-decoration:none !important;
}

.sc p{
	text-align:justify !important;
}
@media (max-width:414px){
	.sc p{
	text-align:left !important;
}	
}