/*
	Theme Name: Total Advice Partners Theme
	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.9.0
	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;
	font-size: 14px;
	font-weight: 300;
	color:#425c62;
	-webkit-font-smoothing: antialiased;
	transition: opacity .2s ease;
	position: relative;
	letter-spacing: 0.93px;
}

body.fade-load {
	/* Body Page fade */
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

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

/* Page fade */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Page fade End */

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

p:empty{
	display: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'open_sanslight';
	margin: 0 0 20px;
	padding: 0;
	font-weight: 400;
	color: #444;
}

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

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

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

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

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

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

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,
a:visited {
	color: #00b8d4;
}

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

a.link {
	text-decoration: underline;
	font-weight: normal;
}

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

li {
	list-style: none;
}

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

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

.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;
}

.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;
}

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

.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;
}

.text-left {
	text-align: left;
}

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

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

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

.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;
}

/*
*  Layout
*/
.site-container {
	width: 2000px;
	max-width: 100%;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
	position: relative;
	margin: 0 auto;
}

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

.site-container {
   overflow: hidden;
}

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

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

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

/*
*  UI Elements
*/
.btn {
	background-color: #777;
	color: #fff;
	white-space: normal;
	border: 0;
    border-radius: 0px;
    padding: 15px 10px;
    border-radius: 40px;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: center;
}

.btn.orange{
	background: #FF643E;
	border-radius: 40px;	
}

.btn.orange:hover{
	background: #fc5a32;
    text-decoration: underline;
}

.btn:visited {
	color: #fff;
}

.btn-default{
	width: 197px;
}

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

.btn:hover {
	background-color: #222;
	color: #fff;
}

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

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

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

.btn.trans {
    border: 1px solid #00c1da;
    background: transparent;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 14px 10px;
}

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

.btn-1 {
	border: 1px solid #ff643e;
	background: #ff643e;
	color: #fff;
	padding: 14px 20px;
	min-width: 150px;
}

.btn-1:hover {
	background: #fc5a32;
	border-color: #fc5a32;
	color: #fff;
}

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

.btn-2 {
	border: 1px solid #00a4c4;
	background: none;
	color: #fff;
	padding: 14px 20px;
	min-width: 150px;
}

.btn-2:hover {
	background-image:linear-gradient(-180deg, #00c1da 0%, #008eb3 100%);
	color: #fff;
}

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

.btn-3 {
	border: 1px solid #fff;
	background: none;
	color: #fff;
	padding: 14px 20px;
	min-width: 150px;
}

.btn-3:hover {
	background: #fff;
	color: #425c62 !important;
}

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


.btn-4 {
	border: 1px solid #00c1da;
	background: none;
	color: #425c62;
	padding: 14px 20px;
	min-width: 150px;
}

.btn-4:hover {
	background: #00c1da;
	color: #fff;
}

.btn-4:visited,
.btn-4:focus {
	color: #425c62;
}

/* Phone Button */
.phone-button{
    border:1px solid #414042;
    color: #414042 !important;
    font-weight: 700;
    border-radius:38px;
    min-width: 38px;
    height: 38px;
    padding: 20px 16px;
    float: left;
    margin: 5px 0px 0px 20px;
    font-size:14px;
    text-align:center;

    display: flex;
    display: -webkit-flex; /*Safari*/
    display: -ms-flexbox; /*IE*/

    align-items: center;
    -ms-flex-align: center; /*IE*/
    -webkit-align-items: center; /*Safari*/
    -webkit-box-align: center;

    justify-content: center;
    -webkit-justify-content: center; /*Safari*/
    -ms-justify-content: center; /*IE*/
}

.phone-button:hover{
    border: 1px #d4d4d4 solid;
}

.phone-button i{
    font-weight: normal;
    font-size: 23px;
}

.phone-button:hover i{
    margin-right: 15px;
    color: #d4d4d4;
}

.phone-button .number{
    font-size: 0px;

    -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
}

.phone-button:hover .number{
    font-size: 14px;
    display: inline-block;    
    color: #d4d4d4;
}

/*
*  Slick Overrides
*/
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
	color: #FFF;
	font-size: 12px;
}

.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 30px;
    width: 800px;
    max-width: 100%;
    box-sizing: border-box !important;
}

.popup-form-wrap .row{
    margin-top: 30px;
}

.popup-form-wrap h2{
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.popup-form-wrap h5{
    text-align: center;
    margin-bottom: 0px;
}

.popup-form-wrap .left-box{
    text-align: center;
    display: inline-flex;
    min-height: 240px;
}

.popup-form-wrap .left-box img{
    margin: auto;
}

.popup-form-wrap .gf_left_half,
.popup-form-wrap .gf_right_half{
    width: 100% !important;
    clear: both;
}
/* End Popup forms */

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

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

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

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

/*
*  Header
*/
.site-header {
    background-color: transparent;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.site-header.site-header--stick{
    background-color: #003e4d;
    position: fixed;
    z-index: 9999;
}

.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-weight: 700;
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 1.27px;
	line-height: 19px;
	text-align: center;
	margin: 0 20px;
	padding: 8px 0;
}

.nav-primary .genesis-nav-menu > li:hover > a,
.nav-header .genesis-nav-menu > li:hover > a,
.nav-header .genesis-nav-menu > li.current-menu-item > a{
	border-bottom: 1px solid #fff;
}

.nav-primary .genesis-nav-menu > li > a:hover:after,
.nav-header .genesis-nav-menu > li > a:hover:after,
.nav-header .genesis-nav-menu > li.current-menu-item > a:after {
	/* content: '';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #888; */
}

.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: #fff;
    color: #425c62;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
}

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

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

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

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

.header-widget-area .widget {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 0 0 0;
}


/* Responsive Menu */
.responsive-menu-button {
	width: 100% !important;
	height: 50px !important;
	background: #1f1e1e !important;
	position: fixed;
	top: 0px !important;
	text-align: right;
	padding-right: 5% !important;
	right: 0px!important;
}

.responsive-menu-button:hover {
	background: #43494c !important;
}

.responsive-menu-open #responsive-menu-container.push-left, 
.responsive-menu-open #responsive-menu-container.slide-left{
	z-index: 9999 !important;
}

#wpadminbar {
	z-index: 999;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
	border-left: 0px !important;
	border-right: 0px !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
	border-top: 0px;
	border-bottom: 0px;
}
/* End Header */

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

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

.footer-top {
	background-color: #003e4d;;
	padding: 40px 0 48px;
}

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

.footer-bottom {
	background-color: #003e4d;
	padding: 13px 0;
	font-size: 9px;
}

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

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

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

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

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

.footer-top .menu{
	margin-top: -10px
}

.footer-top .menu li{
	border-bottom: 1px #3a3a3a solid;
	padding: 6px 0px 6px 25px;
}

.footer-top .menu li a {
	font-size: 11px;
	font-weight: 800;
	color: #fff;
}

.footer-top .menu li a:hover{
	color: #498b2a; 
	text-decoration: none;
}

.footer-top .widget-area{
	overflow: hidden;
}

.footer-top .panel-grid-cell{
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer-top-sec{
	border-bottom: 0.5px solid rgba(222, 222, 222, 0.36);
}

.footer-top-sec.first{
	border-top: 0.5px solid rgba(222, 222, 222, 0.36);
}

.footer-top-sec.last{
	border-bottom: 0px;
}

#footer-top-sec1 .right-sec a{
	margin-right: 10px;
}

#footer-top-sec1 .right-sec a:last-child{
	margin-right: 0px;
}

#footer-top-sec2 .panel-grid-cell{
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-top .footer-top-sec.last .panel-grid-cell{
	padding-top: 28px;
	padding-bottom: 0px;
}

.footer-newsletter-heading{
	padding-left: 43px;
	border-left: 1px solid #0090b5;
}

.footer-newsletter-heading .widget-title{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #ffffff !important;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 2px;
}

.footer-newsletter-heading p{
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: left;
}

.footer-newsletter-heading p:last-child{
	margin-bottom: 0px;
}

.footer-newsletter-form{
	float: right;
}

.footer-newsletter-form .gform_body,
.footer-newsletter-form .gform_footer{
	display: inline-block;
	vertical-align: middle;
}

.footer-newsletter-form .gfield_label{
	display: none;
}

.gform_wrapper .footer-newsletter-form ul.gform_fields li{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}

.gform_wrapper .footer-newsletter-form ul.gform_fields{
	margin-left: 0px;
	margin-right: 0px;
}

.gform_wrapper .footer-newsletter-form ul.gform_fields .ginput_container_email{
	position: relative;
}

.gform_wrapper .footer-newsletter-form ul.gform_fields .ginput_container_email:before{
	content: '\f1d8';
	font-family:FontAwesome;
	font-size:16px;
	color:#ffffff;
	letter-spacing:0px;	
    position: absolute;
    top: 7px;
    left: 0;
}

.footer-newsletter-form .ginput_container input[type=text]{
    width: 343px;
    height: 40px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding-left: 42px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: left;  
}

.footer-newsletter-form .ginput_container input[type=text]:focus,
.footer-newsletter-form .ginput_container textarea:focus,
.footer-newsletter-form .ginput_container select:focus,
.footer-newsletter-form .gfield_captcha_input_container input[type=text]:focus{
	border-color: #fff;
}

.footer-newsletter-form .gform_footer{
	padding-left: 20px;
}

.footer-newsletter-form .gform_footer .gform_button.button{
	background: #ffffff;
	border-radius: 27px;
	width: 144px;
	height: 39px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #072128;
	letter-spacing: 0px;
	line-height: 19px;
	text-align: center;
	padding: 10px 10px;  
}

.footer-newsletter-form .gform_footer .gform_button.button:hover{
	background: #008eb3;
	color: #fff;
}

.footer-newsletter-form ::-webkit-input-placeholder { color: #fff; }
.footer-newsletter-form :-ms-input-placeholder { color: #fff; }
.footer-newsletter-form ::-moz-placeholder { color: #fff; }
.footer-newsletter-form :-moz-placeholder { color: #fff; }

.footer-contact-num a{
	display: inline-block;
	padding-left: 45px;
	position: relative;
}
 
.footer-contact-num a:before{
	content: '\f095';
	font-family:FontAwesome;
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 0px;
	position: absolute;
	left: 0;
    width: 20px;
    text-align: center;
    line-height: 41px;
}

.footer-contact-num a span.small-text{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.85px;
	text-align: left;
}

.footer-contact-num a strong{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #ffffff;
	letter-spacing: 2.54px;
	text-align: left;	
}

.footer-social-icons{
	margin-top: 8px;
	padding-top: 4px;
	display: inline-block;
}

.footer-social-icons li{
	display: inline-block;
	margin: 0 7px;
}

.footer-social-icons li a{
    display: block;
}

.footer-social-icons li a .fa{
	font-size: 20px;
	color: #ffffff;
	line-height: 14px;
	text-align: center;	
}

.btn.footer-contact-btn{
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 19px;
	text-align: center;
	border: 1px solid #ffffff;
	background: transparent;
	border-radius: 38px;
	width: 147px;
	height: 42px;
    padding: 10px 10px;

}

.btn.footer-contact-btn:hover{
	background: #fff;
	color: #000;
}

/* End Footer */

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

.full-width-content .content-sidebar-wrap > .content {
	margin-top: 70px;
	margin-bottom: 40px;
}

.home.content-sidebar .content-sidebar-wrap {
	margin-top: 0;
}

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

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

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

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

.internal-header {
	background-color: #2d6877;
	background-position: center center;
	background-size: cover;
	padding: 120px 0 90px;
}

.smaller-page-header .internal-header{
	padding: 90px 0 60px;
}

.internal-header h1 {
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	margin: 0;
}

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

.breadcrumb {
	font-size: 11px;
	margin-top: 15px;
	color: #fff;
	text-align: center;
	background: none;
	margin-bottom: 0;
    padding:0px 15px;
}

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

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

.breadcrumb .sep {
	margin: 0 4px;
}
/* End Internals */

/*
*  404 
*/
body.error404 {
	background: url(images/404-bg.jpg) no-repeat;
	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:#464646;
	letter-spacing:50.13px;
	line-height:270px;
	text-align:center;
	font-weight: 400;
}

.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;
}

.home .content-sidebar-wrap {
	width: 100%;
	padding: 0;
}

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


/*
*  Internals | Blog
*/
.post-date {
	background-color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	padding: 7px 12px;
	font-size: 11px;
	color: #758d93;
}

.title-container {
	position: relative;
}

.title-container .post-date,
.blog-container .blog-post .post-date{
	opacity:0.31;
	font-family:'Open Sans', sans-serif;
	font-weight: 700;
	font-size:14px;
	color:#758d93;
	letter-spacing:0px;
	line-height:24px;
	text-align:left;
	margin-bottom: 7px;
	display:inline-block;
	position:relative;
    padding-left: 0px;
    
}

.blog-container .title-container .post-title {
	padding-right: 85px;
    font-family:'open_sanslight';
	font-size:30px;
}

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

.blog-container .title-container .post-title a:hover{
	color: #0197ae;
}

.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: #777;
	color: #fff;
	border: none;
}

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

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

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

.sidebar .widget-title,
.single-service .sidebar .widget-title{
	margin: 0 0 20px;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 27px;
	font-weight: 300;
	color: #01161c;
	letter-spacing: 0.84px;
	line-height: 1.7;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.single-service .sidebar .widget-title:before {
	display:none;
}

.sidebar .widget-title:after {
	content: '';
	display: block;
	width: 90px;
	height: 1px;
	background: #d7e0e2;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -45px;
}

.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 image overlay */
.sidebar-posts .post-item {
	position: relative;
	margin-bottom: 20px;
}

.sidebar-posts .post-item a {
	display: inline-block;
	color: #fff;
}

.sidebar-posts .post-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	padding: 5px 10px;
}

.sidebar-posts .post-item a:hover .overlay {
	background: none;
	color: #fff;
}

.sidebar-posts .post-item .overlay .title {
	color: #fff;
	font-weight: 600;
	padding: 8px;
	border-left: 0px;
}

/* Sidebar Post Text */
.sidebar-post-text{
	width: 100%;
	display: inline-block;
}

.sidebar-post-text .sidebar-posts .post-item {
	position: relative;
	border-bottom: 2px solid #d7e0e2;
	display: inline-block;
	max-width: 300px;
	padding-bottom: 18px;
}

.sidebar-post-text .date-title-box {
}

.sidebar-post-text .date {
	opacity:0.31;
	font-family:'Open Sans', sans-serif;
	font-weight: 700;
	font-size:14px;
	color:#758d93;
	letter-spacing:0px;
	line-height:24px;
	text-align:left;
	margin-bottom: 7px;
}

.sidebar-post-text .date span {
	clear: both;
	display: inline-block;
	text-align: center;
}

.sidebar-post-text .title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:14px;
	color:#758d93;
	letter-spacing:0px;
	line-height:24px;
	text-align:left;
	margin-bottom: 15px;
}

.sidebar-post-text .content {
	font-family:'open_sanslight';
	font-weight: 300;
	font-size:14px;
	color:#758d93;
	letter-spacing:0.93px;
	line-height:26px;
	text-align:left;
	margin-bottom: 15px;
}

.sidebar-post-text .sidebar-readmore {
	font-size:14px;
	color:#008eb3;
	text-decoration: underline;
	letter-spacing:0px;
	line-height:19px;
	text-align:left;
}

.sidebar-post-text .sidebar-posts .post-item a {
	display: inline-block;
	color: #008eb3;
}

.sidebar-post-text .sidebar-posts .post-item a:hover{
	background: none;
	color: #00b8d4;
}
/* End Sidebar Post Text */

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

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

.genesis-share-icons-container,
.ff-social-share {
	margin-bottom: 10px;
	float: left;
}

.single-post .genesis-share-icons-container,
.single-post .ff-social-share,
.post-author {
	margin-bottom: 10px;
	float: left;
}

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

.single-post .post-date {
	position: relative;
	display: inline-block;
	/*float: right;*/
}

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

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

.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: 30px;
	padding-bottom: 30px;
	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";
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	background-color: #F2F1F1;
	padding: 30px;
	text-transform: lowercase;
}

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

/*
*  Internals | Contact Page
*/

.contact-bottom-wrapper {
	display: block;
}

.contact-map{
	width: 100%;
}

.contact-page .small-icon {
	position: relative;
	padding: 5px 0px 20px 56px;
	color: #000;
	margin-bottom: 10px;
}

.contact-page .small-icon a{
	color: #000;
}

.contact-page .entry-content .small-icon i {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0;
	background: none;
	font-size: 36px;
	line-height: 1;
}

.contact-page .entry-content .small-icon.email {
	padding-top: 8px;
}

.contact-page .entry-content .address {
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
	padding: 0 0 20px 56px;
}

.contact-page .entry-content .contact-numbers,
.contact-page .entry-content .contact-numbers a {
	margin-bottom: 20px;
	font-size: 19px;
	color: #000;
}

.contact-page-bottom-cta {
	background: #777777;
	background-size: cover;
	background-attachment: fixed;
	display: inline-block;
	width: 100%;
	padding: 80px 0;
	text-align: center;
}

.contact-page-bottom-cta * {
	color: #fff;
}

.contact-page .site-container .contact-map {
	line-height: 0;
}

.contact-page .content-sidebar-wrap {
	line-height: 1.45;
	padding-bottom: 20px;
}

.contact-page .custom-form {
    height: 485px;
}


/* Members */	
.team-members-container .row {
	margin-left: 0px;
	margin-right: 0px;
}

.team-members-container .team-box{
	margin-bottom: 20px;
    margin: 25px;
    float: left;
}

.page-template-default .team-members-container .team-member {
	border-bottom: 1px #d4d4d4 solid;
	width:100%;
	max-width:320px;
}

.single-team-member .team-members-container .team-member {
	border: 1px #d4d4d4 solid;
	padding: 35px 30px 20px 30px;
}

.team-member .title-container{
	font-size:20px;
	color:#414042;
	letter-spacing:0.41px;
}

.page-template-default .team-member .image-container img,
.single-team-member .team-member .image-container img{
	background:#f9f9fb;
	border:1px solid #758d93;
	width:128px;
	height:128px;
	border-radius:100%;
}

.page-template-default .team-member .image-container img{
    border-radius: 0;
    border:none;
}

.full-width-content .team-member .image-container img{
	width:320px;
	height:320px;
}

.full-width-content .team-member .image-container{
		background-color:#000;
}


.full-width-content .team-member .image-container img:hover{
	opacity:0.8;
    	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
	
.team-member .name {
    font-family:'open_sanslight';
    font-size:27px;
    color:#01161c;
    letter-spacing:0.84px;
    line-height:44px;
}

.full-width-content .team-member .name:hover {
    text-decoration: underline;
}

.team-member .title{
	font-family:'Open Sans';
	font-size:17px;
	line-height:26px;
  	color:#425c62;
	font-weight:500;
}

.team-member .name .sub-title {
	display: block;      
	font-size:14px;
	color:#414042;
	letter-spacing:0.29px;
	position: relative;
	padding-bottom: 8px;
}

.team-member .sub-title {
	display: block;      
	font-size:14px;
	color:#414042;
	letter-spacing:0px;
	position: relative;
	padding-bottom: 8px;
	line-height: 22px;
	opacity: 0.44;
	padding-top: 8px;
}

.team-member .name .sub-title:after {
	content:'';
	width: 92px;
	height: 2px;
	background: #d4d4d4;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.team-member .content-container{
	font-family:'open_sanslight';
	font-size:14px;
	color:#758d93;
	letter-spacing:0.93px;
	line-height:26px;
	text-align:justify;
}

.member-social-media{
	border: 1px #d4d4d4 solid;
	border-top: 0px;
	padding-bottom: 15px;
}

.member-social-media .custom-social-icons a {
	margin: 20px 20px 0px 0px;
}

.team-members-container .sub-title:after{
    display: none !important;
}

.team-members-container hr{
    border: 0px;
    border-bottom: 1px #ebeff0 solid;
    margin: 30px 0;
}


/*
*  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;
}

/* Vertical Align all */
.go-middle{
	display: flex;
	display: -webkit-flex; /*Safari*/
	display: -ms-flexbox; /*IE*/

	align-items: center;
	-ms-flex-align: center; /*IE*/
	-webkit-align-items: center; /*Safari*/
	-webkit-box-align: center;

	justify-content: center;
	-webkit-justify-content: center; /*Safari*/
	-ms-justify-content: center; /*IE*/
}

/* Hide item */
.go-hide{
	display: none !important;
}

/*
*  Bootstrap overrides
*/

.read-more.btn-primary {
	border: 0;
}

.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: 5px solid #00afcc;
	padding: 10px 50px 10px 70px;
	margin: 45px 0;
}

hr {
	border: 1px solid #ebeff0;
	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: #00b8d3;
}
.panel-default.active {
	border-color: #d7e0e2;
}
.panel-default>.panel-heading {
	padding: 0;
}

.panel-heading .accordion-toggle {
	color:#758d93;
	padding: 20px 40px;
	background-color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
}

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

.panel-heading .accordion-toggle:hover{
	/* background-color: #eee; */
}

.panel-heading .accordion-toggle.active {
	/* color: #000; */
	text-decoration: none;
	border-bottom: 1px solid #d7e0e2;
}

.panel-heading .accordion-toggle.collapsed {
	background-color: #fff;
	color: #333;
}

.panel-heading .accordion-toggle.collapsed:hover {
	/* background-color: #eee;
	color: #000; */
}

.panel-heading .accordion-toggle:before,
.panel-heading .accordion-toggle.active:before,
.panel-heading .accordion-toggle.active.collapsed:before{
	font-family: 'FontAwesome';
	font-size:16px;
	color:#758d93;
	float: right;
	margin-top: 0px;
}

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

.panel-heading .accordion-toggle.active:before{
	content: '\f175'; /*closed*/
	opacity: .5;
}

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

.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 #ffffff;
	color: #737f88;
	padding: 20px 40px 20px 40px;
	font-size: 14px;
	line-height: 26px;
}
/* End Accordion */

/*
*  Shortcodes
*/
/* [boxed] */
.boxed-content {
	padding: 20px 40px;
	border-left: 5px solid #00afcc;
	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;
    border-top: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-family:'Open Sans';
	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: #90f3ff;
	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;
}

/* 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 .testimonial-item .quotes{
    display: block;
    text-align: center;
    margin-bottom: 33px;
    position: relative;
    height: 38px;
    width: 100%;
    overflow: hidden;
}

.internal-testimonials .testimonial-item .quotes span{
    display: inline-block;
    font-weight: 600;
    font-size: 79px;
    line-height: normal;
    color: #90f3ff;
    letter-spacing: 0px;
    position: absolute;
    top: -17px;
    left: 50%;
    width: 30px;
    margin-left: -15px;
}

.internal-testimonials .testimonial-item a.testimonial-text{
	display: block;
	font-family: 'open_sanslight';
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 29px;
	text-align: center;
	margin-bottom: 25px;
}

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

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

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

.internal-testimonials .testimonials-title h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0.93px;
	line-height: 26px;
	display: inline-block;
    margin: 0;
    text-align: left;
}

.internal-testimonials .testimonial-company-position{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0.93px;
	line-height: 26px;
	display: inline-block;
    margin: 0;
    margin-left: 3px;
    padding: 0;
    width: auto;
    text-align: left;
}

.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: 90px 50px;
	text-align: center;
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
}

.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-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;
}

/* 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;
}

.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;
}

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

.social-icons a,
.stButton .stLarge{
	background-color: #444;
	margin: 20px 25px 20px 0px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	float: left;
}

.social-icon i{
	margin: auto;
}

/* ShareThis icon */
.st_sharethis_large{
    
}

.st_sharethis_large.float{
	display: inline-block;
}

.stButton .stLarge{
    background-image: none !important;
    width: 52px !important;
    height: 52px !important;

    display: flex !important;
	display: -webkit-flex !important; /*Safari*/
	display: -ms-flexbox !important; /*IE*/

	align-items: center !important;
	-ms-flex-align: center !important; /*IE*/
	-webkit-align-items: center !important; /*Safari*/
	-webkit-box-align: center !important;

	justify-content: center !important;
	-webkit-justify-content: center !important; /*Safari*/
	-ms-justify-content: center !important; /*IE*/
}

.stButton .stLarge:before{
    content:'\f1e0';
    font-family: 'FontAwesome';
    font-size: 20px;
    margin: auto;
}

.stButton .stLarge:hover{
    background-color: #444;
    color: #fff;
    opacity: 1 !important;
}


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

.custom-social-icons a{
	margin: 20px 25px 20px 0px;
	width: 44px;
	height: 44px;
    line-height: 44px;
	border-radius: 100%;
	border: 1px #d7e0e2 solid;
	color: #425c62;
	font-size: 17px;
	text-align: center;
	float: left;
	background:#f9f9fb;
}

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

/* 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;
}

.sidebar-category{
	display: block;
	overflow: hidden;
	font-weight: 400;
	color: #acb3c0;
    text-transform: 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:#00b8d4;
	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: #00b8d4;
}

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

/* sub_heading */
.sub-heading{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #425c62;
	letter-spacing: 0px;
	line-height: 19px;
	text-align: center;
}

.service .sub-heading{
	font-weight: 500;
}

/* Gravity Form Styles */
.entry-content ul.gform_fields {
	margin: 0;
	padding: 0;
}

.entry-content ul.gform_fields li {
	list-style: none!important;
}

.gform_fields .gfield {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	float: none;
}

.gform_wrapper ul.gform_fields,
.entry-content .gform_wrapper ul.gform_fields {
	margin-left: -15px;
	margin-right: -15px;
}

.gform_wrapper ul.gform_fields li,
.entry-content .gform_wrapper ul.gform_fields li {
	padding-left: 15px;
	padding-right: 15px;
}

.gform_validation_container {
	display: none;
}

.ginput_container input[type=text],
.ginput_container textarea,
.ginput_container select,
.gfield_captcha_input_container input[type=text] {
	padding: 12px 20px;
	color: #171e28;
	width: 100%;
	border: 1px solid #e1e4e5;
	border-left: 3px solid #0197ae;
	border-radius: 0px;
	line-height: 1.4;
}

.ginput_container input[type=text]:focus,
.ginput_container textarea:focus,
.ginput_container select:focus,
.gfield_captcha_input_container input[type=text]:focus {
	border-color: #555555;
}

.gform_footer .gform_button.button {
	padding: 13px 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: none;
	width: 100%;
	border: 1px solid #00c1da;
	background: none;
	color: #425c62;
}

.gform_footer .gform_button.button:hover {
   background: #008EB3;
    color: #ffffff;
    
}

.gfield_captcha_container img {
	float: left;
}

.gfield_captcha_input_container {
	float: right;
	width: 200px;
	max-width: 100%;
}

.gfield_error .ginput_container input[type=text],
.gfield_error .ginput_container textarea,
.gfield_error .ginput_container select,
.gfield_error .gfield_captcha_input_container input[type=text] {
	border-color: #ffa6a8;
}

.gfield_error .validation_message {
    color: #ea9698;
	clear: both;
	font-size: 12px;
	margin-top: 10px;
}

.gform_wrapper .validation_error {
	color: #ea9698;
	margin-bottom: 25px;
}
/* END Custom Gravity Form Styles */

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

.custom-form .validation_error {
	display: none!important;
}
/* End Custom form */

/* Custom form V2 */
.custom-form-v2_wrapper{
    margin: 0;
    max-width: 100%;
    display: inline-block;
    width: 100%;
}

.custom-form-v2 .gform_fields .gfield {
	margin-bottom: 10px;
}

.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 .gfield_captcha_input_container input[type=text] {
    border: 0;
    border-bottom: 2px solid #777777;
    padding: 15px 0;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    color: #4D4D4D;
}

.custom-form-v2 .ginput_container input[type=text]:focus, 
.custom-form-v2 .ginput_container textarea:focus, 
.custom-form-v2 .ginput_container select:focus,
.custom-form-v2 .gfield_captcha_input_container input[type=text]:focus {
	border-color: #222;
}

.custom-form-v2 .ginput_container textarea {
    height: 130px;
    max-height: 130px;
    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: 15px 26px;
	width: 180px;
	max-width: 100%;
	background: none;
	color: #777777;
	line-height: 1.4;
	border: 2px solid #777777;
}

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

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

.custom-form-v2 .gfield_error .ginput_container input[type=text],
.custom-form-v2 .gfield_error .ginput_container textarea,
.custom-form-v2 .gfield_error .ginput_container select,
.custom-form-v2 .gfield_error .gfield_captcha_input_container input[type=text] {
	border-color: #ffa6a8;
}

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

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

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

.custom-form-v2 :-ms-input-placeholder {  
    color: #8D8D8D;
	text-transform: uppercase;
}

.custom-form-v2 .validation_error {
	display: none!important;
}
/* End Custom form */

/* 
*  Hover Float Shadow 
*/
.float-shadow {
  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 {
  -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: scroll;
    direction: rtl;
    text-align: left;
}

.custom-scroll::-webkit-scrollbar-track{
	-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;
}

/*
*  Advance Search Form
*/
.asf-wrapper {
	width: 1200px;
    max-width: 96%;
    margin: 0 auto;
	position: relative;
}
.asf-trigger {
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    margin: 0px 20px 0px 25px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
}
.asf-trigger:hover {
	color:#fff;
	opacity:.80;
    
}
.asf-trigger .fa {
    font-size: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -9.5px;
}
.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.70);
}
.asf-container input[type="search"]::-moz-placeholder {
  color: rgba(255,255,255,0.70);
}
.asf-container input[type="search"]:-moz-placeholder {
  color: rgba(255,255,255,0.70);
}
.asf-container input[type="search"]:-ms-input-placeholder {
  color: rgba(255,255,255,0.70);
}
.asf-container {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #425c62;
	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: 70px;
    padding: 10px 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: 2.4rem;
	height: 100%;
	background-color: transparent;
	border: none;
    background: rgba(0, 0, 0, 0.2);
    padding: 8px 60px 8px 15px;
    border: 1px solid #008eb3;
}
.asf-container.is-visible {
	opacity: 1;
	visibility: visible;
}
.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);
  }
}

/* Post opt-in */
.post-opt-in {
	margin-top: 30px;
	clear: both;
}

/* Sticky Footer CTA */
.footer-sticky-cta {
	/* display: none; */
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #4e4d4d;
	padding: 10px 0;
	box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.6);
}

.footer-sticky-cta .btn {
	min-width: 220px;
	max-width: 100%;
	padding: 10px;
}


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

.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: 1200px;
    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: 20px;
    padding-right: 20px;
    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: 40px;
    padding-bottom: 40px;
}

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


.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;
}

.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;
}

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

/* Header Phone Number */
.header-phone{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 20px;
    border-left: 1px solid #fff;
    width: 34px;
}

.header-phone .phone-num{
    position: absolute;
    opacity: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #003e4d;
    font-size: 14px;
    line-height: 19px;
    letter-spacing:1.27px;
    width: 150px;
    right: -150px;
    z-index: 9999;
    background: #f9f9fb;
    text-align: center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	overflow: hidden;
    border-radius:28px;
    padding: 13px;
}

.header-phone:hover{
	overflow: visible;
}

.header-phone:hover .phone-num{
    right: 32px;
    opacity: 1;
}

.header-phone .fa{
	font-size: 27px;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-align: center;	
}

.header-phone:hover .fa{
	color: #FFF;
}

/* Home Slider */

#home-slider-sec .panel-grid-cell{
	padding-top: 0px;
	padding-bottom: 0px;
}

.slider-links a{
	margin-right: 23px;
}

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

/* Home Sections */
.home-sec .widget-title{
	font-size: 30px;
	color: #072128;
	letter-spacing: 0.93px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 7px;
}

/* Home Section 1 */

#home-sec1 h4{
    margin-bottom: 0;
	color: #425c62;
	letter-spacing: 0.75px;
	line-height: 44px;
	text-align: left;
}

#home-sec1 p{
	margin-bottom: 0px;
}

/* Home Section 2 */
#home-sec2{
	background: rgba(215,224,226,0.2);
	font-family: 'open_sanslight';
	font-weight: 400;
	font-size: 14px;
	color: #758d93;
	letter-spacing: 0px;
	line-height: 26px;
	text-align: center;	

}

#home-sec2 .panel-grid-cell{
	padding-top: 116px;
	padding-bottom: 107px;
}

#home-sec2 .wrap{
	width: 940px;
}

#home-sec2 p{
	margin-bottom: 38px;
}

#home-sec2 .sub-heading{
	margin-bottom: 20px;
}

#home-sec2 p:last-child{
	margin-bottom: 0;
}

#home-sec2 a{
	display: inline-block;
	color: #008EB3;
	letter-spacing: 0px;
	line-height: 19px;
	text-align: left;
	margin: 0 37.5px;
	text-decoration: underline;
}

#home-sec2 a:after{
	content: '\f061';
	font-family: FontAwesome;
	font-size: 10px;
	color: #008eb3;
	text-align: left;
	display: inline-block;
	margin-left: 10px;	
}

#home-sec2 a:hover{
	text-decoration: none;
	color: #008EB3
}

/* Home Section 1 */
#home-sec3{
	padding-top: 105px;
	padding-bottom: 165px;
}

.widget-title-style2 h3.widget-title{
	font-size: 30px;
	color: #01161c;
	letter-spacing: 0.93px;
	line-height: 44px;
	text-align: center;
	padding-bottom: 9px;
	position: relative;
}

.widget-title-style2 h3.widget-title:after{
	content: '';
	background: #d7e0e2;
	width: 81px;
	height: 2px;
	display: inline-block;
}

.home .widget-title-style2 h3.widget-title:after{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40.5px;
}

#home-sec3 .widget-title{
	margin-bottom: 65px;
}

.key-area-wrap{
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
   	position: relative;
   	text-align: center;
}

.key-area-wrap:before{
	content: '';
	display: block;
	position: absolute;
	box-shadow: 0px 2px 29px 0px rgba(0,0,0,0.47);
	width: 1083px;
	height: 130px;
	bottom: 0;
	left: 50%;
	margin-left: -541.5px;	
}

/*.key-area-wrap:after{
	content: '';
	display: block;
	width: 1078px;
	height: 470px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -539px;
	z-index: 2;
	background-image: url(images/sec3-bg.png);
	background-repeat: no-repeat;
}*/

.key-area-wrap .inner{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    z-index: 1;
    position: relative;	
}

.key-area-item{
	width: 50%;
	height: 260px;
	float: left;
	position: relative;
	padding: 30px;
}

.key-area-item:before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #758d93;
}

.key-area-item.has-image:before{
	background: rgba(117,141,147,0.50);
}

.key-area-item .inner-item{
    display: block;
    width: 100%;
    height: 100%;
}

.key-area-item.has-image .inner-item{
/*	border: 4px solid #00c2da; */
}

.key-area-item.item-1.has-image .inner-item{
	border-bottom-width: 0px;
	border-right-width: 0px;
}

.key-area-item.item-4.has-image .inner-item{
	border-top-width: 0px;
	border-left-width: 0px;
}

.key-area-item.item-2:before{
	background:#425c62;
}

.key-area-item a{
    border: 1px solid #d7e0e2;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    letter-spacing: 1.39px;
    text-align: center;
    width: 268px;
    padding: 19px 10px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

.key-area-item a:hover{
	background: #fff;
	color: #01161c;
}

/* Home Section 4 */

#home-sec4{
	background-image:radial-gradient(50% 121%, #00c1da 38%, #008eb3 100%);
}

.home .internal-testimonials{
	position: relative;
	height: 500px;
}

.home .testimonials-container{
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
}

/* Home Section 5 */
#home-sec5{
	overflow: hidden;
}

#home-sec5 .panel-grid-cell{
    padding-top: 38.5px;
    padding-bottom: 38.5px; 
}

#home-sec5 .btn{
	width: 218px;
	margin-left: 58px;
}

#home-sec5 .btn:first-child{
	margin-left: 0px;
}

#home-sec5 .col-sm-3{
	position: relative;
}

#home-sec5 h4{
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 0.62px;
	text-align: left;
    margin: 14px 0;
}

#home-sec5 .home-sec{
	position: relative;
}

#home-sec5 .col-sm-3:before{
    content: '';
    background: rgba(27,53,60,0.12);
    display: block;
    width: 2000px;
    height: 500px;
    position: absolute;
    top: 50%;
    margin-top: -250px;
    right: 0;
}

/*#home-sec5 .home-sec:before{
	content: '';
	background:rgba(27,53,60,0.12);
	display: block;
	position: absolute;
	width: 31.6%;
	height: 100%;
	left: 0;
	top: 0;
}*/

/* Home Section 6 */
#home-sec6 .panel-grid-cell{
	padding-top: 122px;
	padding-bottom: 124px;
}

#home-sec6 .widget-title{
	margin-bottom: 74px;
}

.simple-blog-post .inner-con{
	box-shadow:0px 2px 0px 0px #d7e0e2;
	padding-bottom: 26px;
}

.simple-blog-post .row{
	margin-left: -12.5px;
	margin-right: -12.5px;
}

.simple-blog-post .item{
	padding-left: 12.5px;
	padding-right: 12.5px;
}

.simple-blog-post .thumbnail-con{
	margin-bottom: 23px;
}

.simple-blog-post p{
	font-family: 'open_sanslight';
	font-size: 14px;
	color: #758d93;
	letter-spacing: 0.93px;
	line-height: 26px;
	text-align: left;
	margin-bottom: 20px;
}

.simple-blog-post p.heading{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #758d93;
	letter-spacing: 0px;
	line-height: 24px;
	text-align: left;	
}

.simple-blog-post p.heading a{
	color: inherit;
}

.simple-blog-post p.heading a:hover{
	color: #425c62;
}

a.read-more{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #008eb3 !important;
	letter-spacing: 0px;
	line-height: 19px;
	text-align: left;
	text-decoration: underline;	
    padding: 10px 0px;
	background:transparent;
}

a.read-more:hover{
    color: #008eb3 !important;
    text-decoration:none;
    background: transparent !important;
}

.simple-blog-post .more-post-link{
    clear: both;
    text-align: center;
    padding-top: 56px;
    float: none;	
}

.simple-blog-post .more-post-link a{
	font-size: 14px;
	color: #008eb3;
	letter-spacing: 0px;
	line-height: 19px;
	text-align: left;
}

.simple-blog-post .more-post-link a:after{
	content: '\f061';
	font-family: FontAwesome;
	font-size: 10px;
	color: #008eb3;
	text-align: left;
	vertical-align: middle;
	margin-left: 10px;
}

.simple-blog-post .more-post-link a:hover{
	text-decoration: underline;
}

.custom-form{
    width: 100%;
    height: 2110px;
    border: 0;
}

.custom-iframe-container iframe{
	width: 100%;
	border: 0;
    min-height: 800px;
}

.custom-iframe-container.loan-illustrator iframe{
    height: 2295px;
}

.custom-iframe-container.insurance iframe{
	height: 1490px;
}

.custom-iframe-container.retirement-funding iframe{
	min-height: 1530px;
}

.custom-iframe-container.contact iframe{
	min-height: 675px;
}