/*
Theme Name: Total Accounting Partners
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: 2.6
Template: genesis
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/*  General styles */
div, p, span, table, ul, ol, li, a, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 26px;
    letter-spacing:0.93px;
	color: #758d93;
	-webkit-font-smoothing: antialiased;
	position: relative;
	background: #fff;
	margin: 0;
	padding: 0;
	transition: opacity .2s ease;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	/*margin: 0px 0px 20px 0px;*/
	padding: 0;
    line-height: 1.25;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
h1, .h1 {
	font-size: 55px;
}
h2, .h2 {
	font-size: 39px;
}
h3, .h3 {
	font-size: 34px;
}
h4, .h4 {
	font-size: 27px;
}
h5, .h5 {
	font-size: 20px;
}
h6, .h6 {
	font-size: 17px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited,
h4 a:visited, h5 a:visited, h6 a:visited {
	color: inherit;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
	color: inherit;
	text-decoration: underline;
}

.sub-heading{
	font-weight: 300;
	font-size:14px;
	color:#425c62;
	letter-spacing:0.93px;
	line-height:26px;
	top: -8px;
	position: relative;
}

.center-heading{
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}

.center-heading:before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border:1px solid #d8e0e2;
	width:81px;
	height:1px;
}

.left-heading{
	text-align: left;
	position: relative;
	padding-bottom: 15px;
}

.left-heading:before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	border:1px solid #d8e0e2;
	width:81px;
	height:1px;
}

.right-heading{
	text-align: right;
	position: relative;
	padding-bottom: 15px;
}

.right-heading:before{
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	border:1px solid #d8e0e2;
	width:81px;
	height:1px;
}

.center-heading-small{
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}

.center-heading-small:before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border:1px solid #d8e0e2;
	width:40px;
	height:1px;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

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;
	text-decoration: none;
}

a:hover, a:visited,
a:focus, a.active {
	text-decoration: none;
	outline: none;
    color: #0197ae;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

.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;
}

/* Page fade */
.fade-load {
    -webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
         -o-animation: fadein 2s;
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Page fade End */

/* Preload */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #fecb2f;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.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/clock-pload.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
	transition: opacity .2s ease;
}

.clearfix {
	clear: both;
}

.clearfix:before,
.clearfix:after{
	content:"";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
  text-align: right;
}

.small-text {
	font-size: 11px;
    font-size: 0.786em;
}

.nmb {
	margin-bottom: 0;
}
.nmt {
	margin-top: 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;
}

.image-hover-style-1 {
	position: relative;
}

.image-hover-style-1:after {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ddd;
	background: rgba(255, 255, 255, 0.25);
	transition: opacity .2s ease;
}

.image-hover-style-1:hover:after {
	visibility: visible;
	opacity: 1;
}

/* Layout */
.site-container {
	/* width: 2000px;
	border-left: 1px #ccc solid;
    border-right: 1px #ccc solid; */
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	overflow-x: hidden;
}

.site-inner {
	min-height: 300px;
}

.site-header .wrap,
.nav-primary .wrap {
	width: 1500px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.wrapper, .wrap,
.content-sidebar-wrap {
	width: 1200px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}


.wrapper1000 {
	width: 1000px;
	max-width: 100%;
	padding: 0 5px;
	margin: 0 auto;
}

.wrapper900 {
	width: 900px;
	max-width: 100%;
	padding: 0 5px;
	margin: 0 auto;
}

.wrapper840 {
	width: 840px;
	max-width: 100%;
	padding: 0 5px;
	margin: 0 auto;
}

.wrap:after,
.wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.cols-wrapper {
	display: inline-block;
	width: 100%;
}

.wrapper.minus-30,
.wrap.minus-30 {
	width: 1170px;
}

.wrapper.plus-30,
.wrap.plus-30 {
	width: 1230px;
}

/* UI Elements */
.btn {
	white-space: normal;
	border: 0;
    border-radius: 0;
	font-size:14px;
	color:#003e4d !important;
	letter-spacing:0;
	line-height:19px;
	text-align:center !important;
    background:#fecb2f;
	border-radius:40px;
	min-width:160px;
	padding: 14px 15px;
}

.btn:visited {
	color: #fff;
}

.btn-lg {
	width: 100%;
	margin: 10px 0;
	white-space: normal;
}

.btn:hover {
	background: #f5c42e;
	text-decoration: underline;
}

.btn-info {
	background: #777;
	border-color: #777;
}

.btn2 {
	color:#fecb2f !important;
	border: 1px #fecb2f solid;
    background:transparent;
	border-radius:40px;
}

.btn2:hover {
	color:#003e4d !important;
	background: #f5c42e;
	text-decoration: underline;
    border-color: #fecb2f;
}

.btn3 {
	color:#fff !important;
	border: 1px #00b9d3 solid;
    background:transparent;
	border-radius:40px;
}

.btn3:hover {
	color:#fff !important;
	background: #008eb3;
	text-decoration: underline;
	border-color: #008eb3;
}

.label {
	padding: .3em .6em .3em;
}

.label-info {
	background-color: #AAA;
}

/* Animations */
/* Animation - Fade In Down (Short) */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform:         translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform:         translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform:     translateY(-20px);
        transform:         translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform:     translateY(0);
        transform:         translateY(0);
    }
}

.animate-fade-in-down {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInDown;
	animation-name:         fadeInDown;
}

/* Animation - Fade In Up (Short) */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform:     translateY(50px);
        transform:         translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform:         translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform:     translateY(50px);
        transform:         translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform:     translateY(0);
        transform:         translateY(0);
    }
}

.animate-fade-in-up {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInUp;
	animation-name:         fadeInUp;
}

/* Animation - Fade In Left (Short) */
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform:         translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform:         translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform:     translateX(-20px);
        transform:         translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform:     translateX(0);
        transform:         translateX(0);
    }
}

.animate-fade-in-left {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInLeft;
	animation-name:         fadeInLeft;
}

/* Animation - Fade In Right (Short) */
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform:         translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform:         translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform:     translateX(20px);
        transform:         translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform:     translateX(0);
        transform:         translateX(0);
    }
}

.animate-fade-in-right {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInRight;
	animation-name:         fadeInRight;
}

/* Animation - Spin */

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.animate-spin {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: spin;
	animation-name:         spin;
}

/* Phone Button */
.phone-button {
    border:1px solid #414042;
    border-radius:38px;
    min-width: 38px;
    height: 38px;
    padding: 20px 16px;
    float: left;
    margin: 5px 0 0 20px;
    text-align:center;
	
	font-size:14px;
	color: #414042;
    font-weight: 700;

    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-box-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}

.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: 0;

	-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;
}

.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 Box */
div #fancybox-content {
    position: relative;
    border: 0px !important;
    width: 100% !important;
}

div #fancybox-content div {
    box-sizing: border-box;
}
.popup-box-wrap{
    padding: 90px 40px 30px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box !important;
    position: relative;
}

.popup-box-wrap .row{
    margin-top: 30px;
}

.popup-box-wrap .pop-heading{
    text-align: center;
    margin-bottom: 0;
    background: #fafbfc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 18px 10px;
}

.popup-box-wrap .pop-heading h3{
	font-weight: 300;
	font-size:27px;
	color:#758d93;
	line-height:33.75px;
}


.popup-box-wrap h2{
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.popup-box-wrap h5{
    text-align: center;
    margin-bottom: 0;
}

.popup-box-wrap .left-box{
    text-align: center;
    display: inline-flex;
    min-height: 240px;
}

.popup-box-wrap .left-box img{
    margin: auto;
}

/*.popup-box-wrap .gf_left_half,
.popup-box-wrap .gf_right_half{
    width: 100% !important;
    clear: both;
}*/

.popup-container .header {
	margin-bottom: 30px;
}

.popup-container .header .heading {
	margin-bottom: 5px;
	margin-bottom: 0;
}

.popup-container .header .description {
	margin-bottom: 0;
	font-size: 13px;
}

.subscribe-popup-container {
	width: 540px;
	text-align: center;
}

.subscribe-popup-container .inner {
	padding: 30px 60px 30px;
}

.subscribe-popup-container div .gform_footer .gform_button.button {
	width: 100%;
}
/* 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: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;*/
    background: transparent;
	padding: 10px 0;
}

.home .site-header {
	background: transparent;
	padding: 10px 0;
	position: absolute;
	left: 0;
	right: 0;
	position: absolute;
	margin: auto;
	z-index: 10;
}

.home-banner-box{
	position: relative;
}

.site-header.stick {
	width: 100%;
	box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
	z-index: 200;
}

.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;
	display: inline-block;
	padding: 16px 16px;
	position: relative;
	font-weight: 700;
	font-size:14px;
	color:#ffffff;
	letter-spacing:0px;
	line-height:19px;
}

.nav-primary .genesis-nav-menu > li > a:after,
.nav-header .genesis-nav-menu > li > a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #fff;
	
	-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;
}

.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 {
	width: 60%;
}


.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: 0px 0px 0px 0px;
	margin: 0;
	width: 290px;
	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 .sub-menu,
.nav-header .genesis-nav-menu .sub-menu .sub-menu {
    left: 200px !important;
    top: 0;
}

.nav-primary .genesis-nav-menu .sub-menu li,
.nav-header .genesis-nav-menu .sub-menu li{
	background: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu li:nth-child(odd),
.nav-header .genesis-nav-menu .sub-menu li:nth-child(odd){
	background: #f8fafa;
}

.nav-primary .genesis-nav-menu .sub-menu a,
.nav-header .genesis-nav-menu .sub-menu a {
	position: relative;
	display: inline-block;
	padding: 5px 20px;
	font-size: 12px;
	width: 100%;
	border-top: none;
	text-align: left;
	color: #425c62;
    font-weight: 300;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-header .genesis-nav-menu .sub-menu a:hover {
	background-color: #eceef3;
}

.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;
}

.header-widget-area .btn{
	min-width: 190px;
    padding: 12px 16px;
}

.partner-logo-box{
	margin-top: -15px;
	padding-right: 40px;
}


/* Headhesive */
.site-header--unstick{
	 transform: translateY(-100%);
}

.site-header--clone {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
}

.site-header--clone {
	 transform: translateY(-100%);
}

.site-header--stick .partner-logo-box{
	display: none;
}

.site-header--stick {
   /* background: url(images/menu-bg.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	*/

    background: #013644 !important;
    display: inherit !important;
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInDown;
	animation-name:         fadeInDown;
}

.admin-bar .site-header--stick {
	top: 32px; 
}



div .site-header--stick,
div.site-header--stick,
.site-header--stick {
	z-index: 2000;
	width: 100%;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}

/* End Header */

/*
*  Footer
*/
.site-footer {
	overflow: hidden;
}

.site-footer > .wrap {
	width: 100%;
	max-width: 100%;
	padding: 0 0;
}

.footer-top {
	background-color: #003e4d;
	padding: 40px 0 10px;
	color: #fff;
}

/* Footer Information Box */
.footer-info-box{
	width: 100%;
	min-height: 155px;
	position: relative;
}

.footer-info-box .footer-info{
	width: 100%;
	position: absolute;
	top: 0;
}

.footer-info-box .footer-info a{
	display: block;
	width: 100%;
	margin-bottom: 25px;
	font-size:14px;
	color:#fcf8ef;
	letter-spacing:2px;
	text-decoration: none;
	cursor: pointer;
}

.footer-info-box .footer-info a:hover{
	opacity: 0.6;
}

.footer-info .footer-phone,
.footer-info .footer-mobile,
.footer-info .footer-address{
	padding-left: 55px;
}

.footer-info .footer-phone:before,
.footer-info .footer-mobile:before,
.footer-info .footer-address:before{
	font-family:'FontAwesome';
	font-size:20px;
	color:#fcf8ef;
	line-height: 22px;
	border-right: 1px #fff solid;
	padding-right: 20px;
	min-width: 38px;
	position: absolute;
	left: 0;
}

.footer-info .footer-phone:before{
	content:'\f095';
}

.footer-info .footer-mobile:before{
	font-size: 23px;
	content:'\f10b';
}

.footer-info .footer-address:before{
	content: '\f124';
}

.footer-bottom {
	background-color: #003e4d;
	padding: 12px 0;
	font-size: 9px;
	color: #fff;
}


/* Footer elements*/
.footer-top1{
	border-top: 1px #295b67 solid;
	border-bottom: 1px #295b67 solid;
	padding: 20px 0px;
}

.footer-top1 .footer-partners{
	text-align: right;
}

.footer-top2{
	border-bottom: 1px #295b67 solid;
	padding: 20px 0px 10px;
}

.footer-top2 .address-box1,
.footer-top2 .address-box2{
	padding-left: 60px;
	min-height: 38px;
	padding-top: 8px;
	font-size:12px;
	color:#ffffff;
	letter-spacing:1px;
	line-height:20px;
	margin-bottom: 20px;
}

.footer-top2 .address-box2{
	padding-left: 0px;
}

.footer-top2 .footer-heading1{
	font-size: 17px;
	border-left:1px solid #0090b5;
	padding: 6px 0px 6px 40px;
    margin-left: 16px;
}

.footer-top2 input[type=text] {
    border: 0;
    border-bottom: 1px solid #fff !important;
    padding: 5px 0px 5px 32px !important;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #fff !Important;
    background: transparent;
    max-width: 350px;
    position: relative;
}

.footer-top2 .ginput_container_email:before{
	content: '\f1d8';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 16px;
	color: #fff !important;
	display: inline-block;
	width: 32px;
	height: 32px;
	top: 13px;
	left: 15px;
}


.footer-top2 .custom-form-v2 input[type=text]:focus {
	border-color: #0090b5 !important;
}

.footer-top2 .custom-form-v2 ::-webkit-input-placeholder {
   	color: #fff;
	text-transform: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

.footer-top2 .custom-form-v2 :-moz-placeholder {
    color: #fff;
	text-transform: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}
.footer-top2 .custom-form-v2 ::-moz-placeholder {
    color: #fff;
	text-transform: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}
.footer-top2 .custom-form-v2 :-ms-input-placeholder {  
    color: #fff;
	text-transform: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

.footer-top2 .custom-form-v2_wrapper{
	position: relative;
}

.footer-top2 .custom-form-v2 .gform_footer .gform_button.button {
    display: inline-block;
    padding: 12px 26px;
    border: 0px;
    background:#fecb2f;
	border-radius:27px;
	max-width:144px;
	font-weight: 400;
	font-size:14px;
	color:#003e4d;
	letter-spacing:0;
	line-height:19px;
	text-align:center;
	margin-top: -200px;
    text-transform: none;
}

.footer-top2 .custom-form-v2 .gform_footer .gform_button.button:hover {
    background: #f5c42e;
    text-decoration: underline;
    color:#003e4d;
}

.footer-top2 .gform_footer {
    position: absolute;
    top: -5px;
    right: 0;
    width: inherit !important;
}

.footer-top2 li.gfield.gfield_error{
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.footer-top2 li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 0px !important;
    border-bottom: 1px #ff0000 solid !important;
}

.footer-top2 .field_description_below .gfield_description {
    padding-top: 0px !Important;
}

.footer-top2 .validation_message {
    color: #ff0000 !important;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase;
}

.footer-top3{
	padding: 20px 0px 0px;
}

.footer-top3 .contact-box{
	text-align: right;
}

.footer-top3 .social-box{
	text-align: center;
}

.footer-top3 .call-box{
	
}

.footer-top3 .small-text{
	font-size:12px;
	color:#ffffff;
	letter-spacing:0.86px;
	text-transform: uppercase;
	left: 50px;
	position: relative;
}


.footer-top3 .contact-detail .fa {
    border: 0px;
    font-size: 24px;
}

.footer-top3 .contact-detail.with-icon {
	padding-left:50px;
	padding-top: 5px;
	font-weight: 700;
	font-size:17px;
	color:#ffffff;
	letter-spacing:2.55px;
	margin-bottom: 0px;
	margin-top: -10px;
}



.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 0 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;
}
/* End Footer */

/*
*  Internals
*/
.content:after {
	content: '';
	display: block;
	clear: both;
}
.home.full-width-content .content-sidebar-wrap > .content {
	margin: 0;
}

.full-width-content .content-sidebar-wrap > .content {
	margin-top: 70px;
	margin-bottom: 40px;
}

.contact-page .content-sidebar-wrap > .content,
.news-overview-page .content-sidebar-wrap > .content{
	margin-bottom: 0;
}

.news-overview-page .panel-grid-cell{
    position: relative;
}

.home.content-sidebar .content-sidebar-wrap {
	margin-top: 0;
}

.content-sidebar .content-sidebar-wrap {
	margin-top: 40px;
}

.content-sidebar .content-sidebar-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.content-sidebar .content {
	display: block;
	width: 800px;
	max-width: 100%;
	float: left;
    line-height: 29px;
}

.content-sidebar .sidebar {
	display: block;
	width: 300px;
	max-width: 100%;
	float: right;
	margin-left: 70px;
}

.internal-header {
    background: #777777;
    background-position: center center;
    background-size: cover;
    padding: 150px 0 70px;
    margin-top: -135px;
}

.internal-header h1 {
	text-align: center;
	margin: 0;
	font-weight: 300;
	font-size:30px;
	color:#ffffff;
	letter-spacing:0;
	line-height:50px;
}

.internal-header h1 span {
	display: inline-block;
}

.page-small-title{
	opacity:0.5;
	font-weight: 700;
	font-size:11px;
	color:#ffffff;
	letter-spacing:3.4px;
	text-align:center;
}

.breadcrumb {
	color: #fff;
	text-align: center;
	background: none;
	margin-bottom: 0;
    padding: 0px;
}

.breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.breadcrumb a:hover{
	text-decoration: underline;
}
/* 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 0 40px 0;
	text-align: center;
}

.error404 .content-404 {
	text-transform: uppercase;
	font-size: 24px;
	color:#FFFFFF;
	letter-spacing:3.59px;
	line-height:28px;
	text-shadow: 0 0 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;
}

.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: 0 0 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 {
	display: inline-block;
	text-transform: uppercase;
	color:#758d93;
	font-size: 14px;
	font-weight: 300;
	letter-spacing:0.8px;
	line-height:28px;
}

.post-date .blog-category{
	font-weight: 300;
	margin-left: 15px;
	color:#758d93;
}

.title-container h2 {
	position: relative;
	margin-bottom: 10px;
    margin-top: 5px;
}

.single-post .title-container h2 {
    padding-bottom: 40px;
    border-bottom: 1px #ecf0f1 solid;
    margin-bottom: 30px;

    font-weight: 300;
	font-size:34px;
	color:#758d93;
	line-height:42.5px;
	text-transform: none;
}

.blog-container .title-container .post-title a {
    text-transform: uppercase;
}

.blog-container .title-container .post-title a:hover{
	text-decoration: underline;
}

.blog-post .thumbnail-container,
.single-post .thumbnail-container{
	margin-bottom: 50px;
}

.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;
	-o-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;
	overflow: hidden;
}

.blog-post .content {
	margin-bottom: 10px;
}

.blog-post .read-more-container {
	margin-bottom: 10px;
}

.blog-post .author-container {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 300;
}

.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;
}

/* Page Navi */
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	padding: 8px 12px;
	background: #777;
	color: #fff;
	border: none;
	line-height: 1;
}

.wp-pagenavi a:hover {
	background: #eee;
	color: #777;
}

.wp-pagenavi span.current,
.wp-pagenavi span {
	background: none;
	color: #777;
}

/*
*  Sidebar
*/
.sidebar > .widget {
	margin-bottom: 35px;
}

.sidebar .widget-title {
	margin: 0 0 20px;
	position: relative;
	text-align: center;
	padding-bottom: 15px;

	font-weight: 300;
	font-size:27px;
	color:#758d93;
	line-height:33.75px;
}

.sidebar .widget-title:after {
	content: '';
	position: absolute;
	display: inline-block;
	border-bottom:1px solid #d8e0e2;
	width:89px;
	height:2px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.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: 14px 14px;
	color: #000;
	font-size: 13px;
	line-height: 1;
}

.sidebar .menu a:hover {
	color: #000;
	background: #f2f1f1;
	text-decoration: none;
}

/* Sidebar Post image overlay */
.sidebar-posts .post-item {
	position: relative;
	margin-bottom: 10px;
}

.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: 0;
}

/* Sidebar Post Text */
.sidebar-post-text{
	width: 100%;
	display: inline-block;
}

.sidebar-post-text .sidebar-posts .post-item {
	position: relative;
    border-bottom: #e3e3e3 1px solid;
	padding: 10px 0px 15px 0px;
	display: inline-block;
	max-width: 300px;
}

.sidebar-post-text .date-title-box {
	
}

.sidebar-post-text .date {
	margin: auto 0;
	width: 100%;
	text-align: right !important;
	opacity:0.32;
	font-weight: 700 !important;
	font-size:14px !Important;
	color:#758d93;
	letter-spacing:0 !important;
	line-height:24px;
	margin-bottom: 10px;
}


.sidebar-post-text .title {
	font-weight: 700;
	font-size:14px;
	color:#758d93;
	letter-spacing:0;
	line-height:24px;
}

.sidebar-post-text .title a{
	color:#758d93 !important;
}

.sidebar-post-text .content {
	margin: 10px 0 10px 0;
    font-weight: 300;
	font-size:14px;
	color:#758d93;
	letter-spacing:0.93px;
	line-height:26px;
	text-align:left;
}

.sidebar-post-text .sidebar-readmore {
	font-size:14px;
	color:#008eb3;
	letter-spacing:0;
	line-height:19px;
	text-align:left;
	text-decoration: underline !important;
}

.sidebar-post-text .sidebar-readmore:hover {
	text-decoration: none !important;
}

.sidebar-post-text .sidebar-posts .post-item a {
	display: inline-block;
	color:#008eb3;
}

.sidebar-post-text .sidebar-posts .post-item a:hover{
	background: none;
	text-decoration: none;
}
/* End Sidebar Post Text */

.sidebar .fb-embed iframe {
	border:none;
	overflow:hidden;
	width:250px;
	height:590px;
}

/* Post share icons */
.share-icons-container{
	clear: both;
	background:#f8fafa;
	padding: 15px 40px 10px 40px;
}

.single-post .share-icons-container{
	margin-top: 70px;
}

.share-icons-container .left-share{
	font-weight: 300;
	font-family:'Open Sans', sans-serif;
	letter-spacing:0px;
	font-size:17px;
	color:#758d93;
	line-height:21.25px;
	padding-top: 10px;
}

.share-icons-container .right-share{
	text-align: right;
}

.share-icons-container .right-share .genesis-share-icons-container{
	float: right;
	min-width: 390px;
	padding: 10px 0px 5px 0px;
	text-align: right;
}

.share-icons-container .right-share .genesis-share-icons-container .sharrre{
	text-align: left;
}

.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;
}

/*  ShareThis 2017  */
.share-box-wrap{
	padding:40px;
	text-align:center;
}

.share-box-wrap h5{
 	font-size:17px !important;
 	font-weight:400 !important;
 	padding-bottom:20px;
}

#fancybox-close {
    background: url(images/close@2x.png);
    background-size:44px;
    background-repeat:no-repeat;
    top: -22px;
    right: -22px;
    width: 44px;
    height: 44px;
}

#fancybox-close:hover {
	opacity: 0.8;
}

#fancybox-outer {
	box-shadow:0 0 24px 0 rgba(0,0,0,0.11);
	border-radius:2px !important;
}

#fancybox-content {
	border-radius:2px;
	
}

.blog-share.share-this-icon{
	background-color: transparent;
	margin: 0px 0px 10px 0;
	width: 44px;
	height: 44px;
	line-height: 43px;
	border-radius: 100%;
	border: 1px #008eb3 solid;
	color:#425c62;
	font-size: 12px;
	text-align: center;
	display: inline-block;
    text-decoration: none;
    float: none;
}
/*  End ShareThis 2017  */


.single-post .post-author {
    clear: both;
    float: none;
    display: block;
    font-style: italic;
    font-size: 12px;
    margin-top: 30px;
}

.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: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #EDEDED;
}

.search .content .entry.page {
	padding: 30px;
	border-radius: 5px;
	background-color: #F9F9F9;
	box-shadow: 0 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;
}

.archive main.content > article {
	margin-bottom: 40px;
	border-bottom: 1px solid #dee0e7;
	padding-bottom: 40px;
}


/*
*  Internals | Contact Page
*/

.contact-bottom-wrapper {
	display: block;
}

.contact-map{
	width: 100%;
}

.contact-page .small-icon {
	position: relative;
	padding: 0px 0 0 56px;
	margin-bottom: 10px;
    font-size:14px;
	color:#758d93;
	letter-spacing:0.93px;
	line-height:26px;
}

.contact-page .small-icon a{
	font-size:14px;
	color:#758d93;
	letter-spacing:0.93px;
	line-height:26px;
}

.contact-page .entry-content .small-icon i {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background:#ffffff;
	border:1px solid #d8e0e2;
	width:40px;
	height:40px;
	border-radius:100%;
	font-size: 16px;
	color: #758d93;
	text-align: center;
	line-height: 38px;
}

.contact-page .entry-content .small-icon.email {
	padding-top: 0px;
}

.contact-page .entry-content .address {
	margin-bottom: 10px;
}

.contact-bottom-form{
	border:1px solid #e7edef;
	box-shadow:0 2px 19px 0 rgba(0,0,0,0.02);
	max-width: 1130px;
	margin: auto;
	margin-bottom: 50px;
}

.contact-bottom-form .panel-grid-cell{
	padding: 0px !important;
}

.contact-bottom-form .contact-title-box{
	border: 0px;
	border-bottom:1px solid #e7edef;
}

.contact-bottom-form .form-box{
	padding-bottom: 20px;
}

.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 .two-columns .panel-grid-cell:first-child .panel-widget-style {
	padding-right: 30px;
	padding-left: calc(100% - 385px);
	padding-top: 60px;
	padding-bottom: 60px;
}

.contact-page .two-columns .panel-grid-cell:last-child .panel-widget-style {
	padding-left: 30px;
    padding-right: calc(100% - 770px);
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-page h4,
.contact-page h5,
.contact-page h6{
    margin-bottom: 0;
}

.contact-left-box .textwidget,
.contact-right-box .textwidget{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* contact v2 */
.contact-container{
	margin: 50px auto 40px;
    font-size:14px;
	color:#758d93;
	letter-spacing:0.93px;
	line-height:26px;
}


.contact-title-box{
	background:#f8fafa;
	border:1px solid #e7edef;
	padding: 14px 40px;
}

.contact-title-box h5{
	font-weight: 700;
	font-size:17px;
	color:#758d93;
	line-height:21.25px;
	margin: 0px;
	padding: 0px;
}

.contact-item-box{
	border:1px solid #e7edef;
	border-top: 0px;
	padding: 20px 20px;
}

.contact-item-box .item-title {
    font-weight: bold;
    font-size: 14px;
    color: #758d93;
    line-height: 21.25px;
}


/* Members */	
.team-members-container .row {
	margin-left: 0;
	margin-right: 0;
}

.team-members-container .team-box{
	margin-bottom: 20px;
}

.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 .image-box{
	background:#d8d8d8;
	border:4px solid #eeeeee;
	width:124px;
	height:124px;
	border-radius:100%;
	position: relative;
	overflow: hidden;
}

.page-template-default .team-member .image-container img{
	width:124px;
	height:124px;
}

.full-width-content .team-member .image-container .image-box{
	background:#d8d8d8;
	border:4px solid #eeeeee;
	width:200px;
	height:200px;
	border-radius:100%;
	position: relative;
	overflow: hidden;
}

.full-width-content .team-member .image-container img{
	width:200px;
	height:200px;
}
	
.team-member .name {
	font-size: 22px;
	font-weight: 700;
	color: #000;
}

.team-member .name .sub-title {
	display: block;      
	font-size:14px;
	color:#414042;
	letter-spacing:0.29px;
	position: relative;
	padding-bottom: 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-size:14px;
	color:#414042;
	letter-spacing:0.93px;
	line-height:26px;
	text-align:justify;
}

.member-social-media{
	border: 1px #d4d4d4 solid;
	border-top: 0;
	padding-bottom: 15px;
}

.member-social-media .custom-social-icons a {
	margin: 20px 20px 0 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);

	-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);
}

/* Map Pointer Events */
.embed-container-maps iframe{
	pointer-events: none;
}

/*
*  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 #c5c5c5;
	padding: 10px 50px 10px 70px;
	margin: 45px 0;
}

hr {
	border-top: 1px solid #d8e0e2;
	margin: 30px 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: #0e0e10;
}

.panel-default>.panel-heading {
	padding: 0;
}

.panel-heading .accordion-toggle {
	color: #333;
	padding: 20px 40px;
	background-color: #fff;
	font-size: 14px;
	letter-spacing: 2.57px;
	font-weight: 700;
	text-decoration: none;
}

.panel-heading .panel-title {
	margin-bottom: 0;
}

.panel-heading .accordion-toggle:hover{
	color: #000;
	background-color: #eee;
	text-decoration: none;
}

.panel-heading .accordion-toggle.active {
	background-color: #eee;
	color: #000;
	text-decoration: none;
}

.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: 14px;
	float: right;
	margin-top: 0px;
}

.panel-heading .accordion-toggle:before{
	content: '\f175';
}

.panel-heading .accordion-toggle.active:before{
	content: '\f175';
	opacity: 0.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 #AAAAAA;
	box-shadow: 0 0 1px 1px #e6e6e6;
	font-size: 19px;
	font-weight: 300;
	margin: 60px auto 10px;
}

/* [testimonial] */
.testimonial-box {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #a9a9a9;
	margin: 20px 0 50px;
	background:#f8fafa;
	border:1px solid #e8eced;
	padding: 0px;
}

.testimonial-content-page {
	font-size:14px;
	color:#758d93;
	letter-spacing:0;
	padding: 30px 30px 40px 30px;
	line-height: 28px;
}

.testimonial-content-page:before {
	content: '"';
	font-size: 46px;
	color: #008eb3;
	position: absolute;
	top: -23px;
	left: -23px;
	background: #fff;
	border:1px solid #d8e0e2;
	border-radius: 100%;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 65px;
	font-weight: 700;
}

.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-bottom{
	background:#ffffff;
	border-top:1px solid #e8eced;
	padding: 30px 30px;
}

.testimonial-bottom .left-box{

}

.testimonial-bottom .right-box{
	padding: 0px;
}

.testimonial-name-bottom {
	font-weight: 300;
	font-size:20px;
	color:#758d93;
	line-height:25px;
}

.testimonial-company-position{
    padding: 0px;
    clear: both;
    width: 100%;
	font-size:14px;
	color:#425c62;
	letter-spacing:0;
}

.testimonial-quote{
	color: #777;
	font-size: 35px;
	float: left;
	display: block;
}

.testimonial-box .full-testimonial-thumb img{
    margin: 5px 0;
}




/* [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-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;
}

/* Testimonial slideshow */
.testimonials-slideshow-box{
	width: 100%;
    max-width: 1200px;
    padding: 5px;
    margin: auto;
}

.testimonials-slideshow-box .testimonials-container{
	width: 100%;
	max-width: 830px;
	padding: 5px;
	/*display: inline-block;*/
	margin: auto;
}

.testimonials-slideshow-box .testimonial-item {
	padding: 0;
	max-width: 1200px;
	margin: auto;
	position: relative;
	font-weight: 300;
	font-size:20px;
	color:#ffffff;
	letter-spacing:0;
	line-height:29px;
	text-align:center;
}

.testimonials-slideshow-box .testimonials-slideshow .testimonial-item {
	text-align: center;
}

.testimonials-slideshow-box .testimonial-item a {
	color: #fff !important;
}

.testimonials-slideshow-box .testimonial-item a:hover {
	opacity: 0.8;
}

.testimonials-slideshow-box .slick-prev:before, 
.testimonials-slideshow-box .slick-next:before{
	color: #fff;
}

.testimonials-slideshow-box .slick-prev{
	display: none !important;
}

.testimonials-slideshow-box .quotes{
	font-weight: 600;
	font-size:79px;
	color:#91f3ff;
	letter-spacing:0;
	line-height:70px;
	text-align:center;
}

.testimonials-slideshow-box .testimonials-title h4{
	margin-top: 20px;
	font-weight: 400;
	text-align: center;
	text-transform: none;
    margin-bottom: 0;
	font-size:14px;
	color:#ffffff;
	letter-spacing:0.93px;
	line-height:26px;
	text-align:center;
	position: relative;
	padding-bottom: 15px;
}

.testimonials-slideshow-box .testimonials-title h4:before{
	content: '';
	border-top:1px solid #ffffff;
	width:41px;
	height:2px;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.testimonials-slideshow-box .testimonial-company-position{
    width: 100%;
	letter-spacing: 1px;
	font-weight: 400;
	font-size:14px;
	color:#ffffff;
	letter-spacing:0.93px;
	line-height:26px;
	text-align:center;
}

.testimonials-slideshow-box .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;
	position: relative;
    padding: 68px 20px;
	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: 10px;
    font-weight: 300;
	font-size:27px;
	color:#ffffff;
	letter-spacing:0;
	line-height:42px;
	text-align:center;
	position: relative;
	padding-top: 15px;
}


.cta-box h3:before{
	content: '';
	border:1px solid #d8e0e2;
	width:81px;
	height:1px;
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.cta-box h3:before{
	content: '';
	border:1px solid #d8e0e2;
	width:81px;
	height:1px;
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.cta-box .btn {
	border-color: #FFFFFF;
	background: none;
	border: 1px #fff solid;
	padding: 15px 30px;
	min-width: 160px;
	max-width: 100%;
	white-space: normal;
	display: inline-block;
	color: #fff !important;
}

.cta-box .btn:hover {
	color: #003e4d !important;
	background-color: #FFFFFF;
}

.bottom-cta-box{
	border-top:1px solid #d8e0e2;
	padding-top: 40px;
	margin-top: 60px;
}

/* 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;
}

.media-box-image .newsfeed-category {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.95;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    top: 0;
    padding: 15px 10px 0 30px;
}

.media-boxes-container {
    margin-top: 130px;
}

.filters-container {
    background: #eceef3;
    position:absolute;
    padding: 30px 15px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

.filter-label {
    font-weight: 300;
	font-size:27px;
	color:#758d93;
	line-height:33.75px;
    display: inline-block;
}

.filters-container .media-boxes-filter {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
}

.media-boxes-filter>li a{
    font-size: 14px !important;
    font-weight: 500;
    min-width: 120px;
    text-align: center;
    background: transparent !Important;
    border: 1px #008eb3 solid !important;
    color:#425c62;!important;
}


.media-boxes-filter>li a:hover{ 
    text-decoration:none;  
    background: #008eb3 !important;
    border: 1px #33314a solid;
    color: #fff !important;
}

.media-boxes-filter>li a.selected{ 
    background: #008eb3 !important; 
    color:#fff !important;  
    box-shadow: none !important;
}

.media-box-container{ 
    background:#ffffff;
    box-shadow:0 2px 15px 0 rgba(74,74,74,0.10);
}

.media-box-content {
    padding: 20px;
    background: #fff;
    min-height: 215px;
}

.media-box-title {
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #758d93 !important;
    letter-spacing: 0 !important;
    line-height: 24px !important;
    min-height: 48px;
}

.media-box-date{
    display: none;
}

.media-box-text{
    font-weight: 300;
    font-size: 14px;
    color: #758d93 !important;
    letter-spacing: 0.93px;
    line-height: 26px !important;
}

.media-box-more a, 
.media-box-view-image a{
    font-size: 14px !important;
    color: #008eb3 !important;
    letter-spacing: 0;
    line-height: 19px;
 }

.media-box-more, 
.media-box-view-image{
	text-decoration: underline;
}

.media-box-more:hover, 
.media-box-view-image:hover{ 
    text-decoration: none !important;
}

.media-boxes-load-more-button{
	display: none;
}





/* [social_icons] */
.social-icons {
	display: inline-block;
}

.social-icons a,
.share-this-icon{
	background-color: #444;
	margin: 20px 25px 20px 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 100%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: inline-block;
    text-decoration: none;
}



/* [custom_social_icons] */
.custom-social-icons {
	display: inline-block;
}
.custom-social-icons a{
	margin: 20px 25px 20px 0;
	width: 44px;
	height: 44px;
    line-height: 44px;
	border-radius: 100%;
	border: 1px #d4d4d4 solid;
	color: #d4d4d4;
	font-size: 18px;
	text-align: center;
	display: inline-block;
    text-decoration: none;
}


.footer-social-icons {
	width: 100%;
	text-align: center;
}

.footer-social-icons a {
	background: none;
	width: initial;
	height: initial;
	float: none;
	display: inline-block;
	font-size: 20px;
	margin: 0 20px;
    text-decoration: none;
}

/* Column Carousel */
.column-post-carousel {
	margin: 0px 0 40px;
}
.column-post-carousel .slick-slide .inner-wrapper {
	margin-right: 15px;
    margin-left: 15px;
    background: #ffffff;
    border-bottom: 1px #d8e0e2 solid;
    padding-bottom: 26px;
}
.column-post-carousel .post-item .post-header,
.sidebar .post-header {
	margin-bottom: 15px;
}
.column-post-carousel .post-item .date,
.sidebar .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,
.sidebar .date > span {
	display: block;
}
.column-post-carousel .post-item .title,
.sidebar .title {
	display: block;
	padding: 10px 0px 0px;
    min-height: 68px;
}
.column-post-carousel .post-item .title a{
	color:#758d93;
}
.column-post-carousel .post-item .title a:hover{
	text-decoration: underline;
}
.sidebar-category{
	display: block;
	overflow: hidden;
	font-weight: 400;
	color: #acb3c0;
    text-transform: none;
}
.column-post-carousel .post-item .title h4,
.sidebar .title h4 {
	margin-bottom: 0px;
	font-weight: 700;
	font-size:14px;
	color:#758d93;
	letter-spacing:0;
	line-height:24px;
}
.column-post-carousel .post-item .title span.category,
.sidebar .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,
.sidebar .post-excerpt {
	font-weight: 300;
	font-size:14px;
	color:#758d93;
	letter-spacing:0.93px;
	line-height:26px;
}
.column-post-carousel .post-item .post-excerpt {
	min-height: 64px;
}
.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;
	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:14px;
	color:#008eb3;
	letter-spacing:0;
	line-height:19px;
	text-decoration: underline;
}
.column-post-carousel .post-item .more-link:hover,
.column-post-carousel .post-item .more-link:hover .fa {
	text-decoration: none;
}
.column-post-carousel .post-item .more-link .fa {
	font-size: 12px;
	color: #00b8d4;
	margin-left: 18px;
}

.more-news{
	font-size:14px;
	color:#008eb3;
	letter-spacing:0;
	line-height:19px;
	text-decoration: underline;
}

.more-news i{
	margin-left: 15px;
	font-size: 10px;
}

/* 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 #777777;
	border-radius: 0;
	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;
	outline: none;
}

.gform_footer .gform_button.button {
	padding: 13px 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	background: #777777;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: none;
	width: 100%;
	outline: none;
}

.gform_footer .gform_button.button:hover {
	background: #555555;
	border-color: #555555;
    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;
}

/* Custom form V2 */
.custom-form-v2_wrapper{
	margin: 0;
	max-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 #00b1d4;
    padding: 15px 0;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #4D4D4D;
    background: transparent;
}

.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: #f5c42e;
}

.custom-form-v2 .ginput_container select{
	margin-top: -4px;
}

.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 0 0 15px !important;
    margin-top: 30px;
}

.custom-form-v2 .gform_footer .gform_button.button {
	display: inline-block;
	font-size:14px;
	color:#1b4e4a;
	letter-spacing:0.93px;
	padding: 15px 26px;
	line-height: 1.4;
	background:#fecb2f;
	border:1px solid #fecb2f;
	border-radius:100px;
	min-width:156px;
    text-transform: none;
    margin-top: 20px;

}

.custom-form-v2 .gform_footer .gform_button.button:hover{
	background: #f5c42e;
    text-decoration: underline;
    color:#003e4d;
}

.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;
    font-weight: 700;
	font-size:14px;
	color:#758d93;
	letter-spacing:0.93px;
	line-height:26px;
}
.custom-form-v2 :-moz-placeholder {
    color: #8D8D8D;
	text-transform: uppercase;
    font-weight: 700;
	font-size:14px;
	color:#758d93;
	letter-spacing:0.93px;
	line-height:26px;
}
.custom-form-v2 ::-moz-placeholder {
    color: #8D8D8D;
	text-transform: uppercase;
    font-weight: 700;
	font-size:14px;
	color:#758d93;
	letter-spacing:0.93px;
	line-height:26px;
}
.custom-form-v2 :-ms-input-placeholder {  
    color: #8D8D8D;
	text-transform: uppercase;
    font-weight: 700;
	font-size:14px;
	color:#758d93;
	letter-spacing:0.93px;
	line-height:26px;
}

.custom-form-v2 .validation_error {
	display: none!important;
}
/* End Custom form */

/* Hover Float Shadow */
.float-shadow {
	position: relative;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	-o-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-o-transform: translateZ(0);
	-moz-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;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	-o-transition-property: transform, opacity;
	-moz-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-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;
}
.custom-scroll div{
    direction: ltr;
	text-align: left;
}
.custom-scroll::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 0;
    opacity: 0.8;
}
.custom-scroll::-webkit-scrollbar{
	width: 5px;
}
.custom-scroll::-webkit-scrollbar-thumb{
	border-radius: 0;
	-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: block;
	cursor: pointer;
    float: right;
	position: relative;
	width:20px;
	height:20px;
    line-height: 33px;
	border-radius:100%;
	margin: 8px 0 0 15px;
	text-align:center;
	color: #fff;
}
.asf-trigger .fa {
	font-size: 15px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 50%;
	margin-left: -7px;
	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: #5c5d6a;
}
.asf-container input[type="search"]::-moz-placeholder {
	color: #5c5d6a;
}
.asf-container input[type="search"]:-moz-placeholder {
	color: #5c5d6a;
}
.asf-container input[type="search"]:-ms-input-placeholder {
	color: #5c5d6a;
}
.asf-container {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	background: #2F2F2F;
	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: 75px;
    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: rgb(111, 111, 111);
    background: rgba(0, 0, 0, 0.2);
    padding: 8px 60px 8px 15px;
}
.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% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
    -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% {
    transform: perspective(1000px) rotateX(-90deg);
    -webkit-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    transform: perspective(1000px) translateY(0);
    -webkit-transform: perspective(1000px) translateY(0);
  }
}
@-moz-keyframes cd-3d-rotation {
  0% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
	-moz-transform: perspective(1000px) translateY(0);
    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);
  }
}


/* Header Phone */
.header-phone-box{
	float: right;
	font-weight: 700;
	font-size:14px;
	letter-spacing:0.88px;
	line-height:30px;
	text-align:center;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px #fff solid;
    position: relative;
    bottom: -4px;
}

.header-phone-box a{
	color: #fff;
}

.header-phone-box i{
	color: #fff;
	font-size: 30px;
	position: relative;
	bottom: -5px;
	margin-right: 5px;
}

/* Contact Details */
.contact-detail {
	position: relative;
	margin-bottom: 20px;
}
.contact-detail.with-icon {
	padding-left: 60px;
	min-height: 38px;
	padding-top: 8px;
	font-size:12px;
	color:#ffffff;
	letter-spacing:1px;
	line-height:20px;
}
.contact-detail .fa {
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 36px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
}
.contact-detail a {
	display: inline-block;
	color: initial;
}
.footer-top .contact-detail a {
	color: #fff;
}

.footer-top .privacy-link{
    font-weight: 700;
    color: #fff;
    margin: 0px 20px 20px 0px;
    padding-top: 10px;
    position: relative;
    top: 4px;
}

/* 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: 0 0 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: 0 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: 40px 60px 40px calc(100% - 580px);
}

.block-right,
.two-columns .panel-grid-cell:last-child .panel-widget-style {
	padding: 40px calc(100% - 580px) 40px 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;
}

.no-margin-top.full-width-content .content-sidebar-wrap > .content,
.no-margin-top .site-inner .content-sidebar-wrap {
	margin-top: 0;
}

.search.no-margin-top.full-width-content .content-sidebar-wrap > .content,
.search.no-margin-top .site-inner .content-sidebar-wrap {
	margin-top: 40px;
}

.no-margin-bottom .site-inner .content-sidebar-wrap {
	padding-bottom: 0;
}

.hide-widget-title .widget-title {
    display: none;
}

/* Sticky Element */
.stick-init {
	position: relative;
	transition: all .2s ease;
	top: 0;
	z-index: 100;
}

.stick-init.stick {
	position: fixed;
	opacity: 1;
}

/* 
* Helpers 
*/
.go-middle{ /* Vertical Align all */
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;

	align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-box-align: center;

	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}

.go-hide{
	display: none !important;
}

.v-align-center {
	display: flex;
	align-items: center;
}

.remove-cell-padding .panel-grid-cell {
	padding-top: 0;
	padding-bottom: 0;
}

.remove-cell-padding-top .panel-grid-cell {
	padding-top: 0;
}

.remove-cell-padding-bottom .panel-grid-cell {
	padding-bottom: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.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-bottom: 0;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.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;
}

.limit-1-line {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
}

.limit-2-lines {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -ms-box-orient: vertical;
    -webkit-box-orient: vertical;
}


/* Home Banner */
.banner-title{
    text-align: center !important;
}

.banner-small-title{
    letter-spacing:3.4px !important;
    text-align:center !important;
    text-transform: uppercase;
}


/* Home section 1 */

.home-sec1{
	padding: 30px 0px;
}

.home-sec1 .left-sec1 h4{
	margin: 0px;
	font-size: 24px;
	letter-spacing:0.75px;
	line-height:44px;
}

.home-sec1 .right-sec1{
	text-align: right;
	line-height:73px;
}

.home-sec1 .right-sec1 .btn{
	min-width: 200px;
}


/* Home Section 2 */
.home-sec2{
	padding: 40px 0px;
	text-align: center;
}

.home-sec2 .slogan-text{
	position: relative;
	top: -15px
}

/* Home Section 3 */
.home-sec3{
	padding: 60px 0px;
}

.home-sec3 .sec3-block1{
	
}

.key-areas-box{
	text-align: center;
}

.key-areas-content h5{
	color:#425c62;
	margin-bottom: 20px;
}

.key-areas-content{
	padding: 10px 20px 20px;
	font-weight: 300;
	color:#758d93;
	letter-spacing:0.93px;
	line-height:26px;
	border-bottom:1px solid #d8e0e2;
    min-height: 260px;
}

.key-areas-content img{
    width: 100%;
    max-width: 370px;
    height: 100%;
    max-height: 216px;
}


/* Home Section 4 */
.home-sec4{
    background: #008eb3;
    background-image:radial-gradient(50% 121%, #00c2da 38%, #008eb3 100%);
	padding: 90px 0px;
}


/* Home Section 5 */
.home-sec5{
  	
}

.home-sec5 .panel-grid-cell{
  	padding: 0px !important;
}

.home-sec5 .left-sec5,
.home-sec5 .right-sec5{
	padding: 35px 0px !important;
	min-height: 128px;
}

.home-sec5 .left-sec5{
  	font-weight: 300;
	font-size:20px;
	color:#ffffff;
	letter-spacing:0.62px;
	position: relative;
}


.home-sec5 .left-sec5 .textwidget{
  	display: inline-block;
  	position: relative;
  	float: right;
  	width: 100%;
  	max-width: 270px;
  	margin-top: 10px;
}

.home-sec5 .right-sec5 .textwidget{
  	width: 100%;
  	max-width: 900px;
  	position: relative;
}

.home-sec5 .right-sec5 .row{
  	margin: 0px !important;
  	text-align: right;
}


.home-sec5 .right-sec5 .btn{
  	min-width: 216px;
}


/* Home Section 6 */
.home-sec6{
	padding: 90px 0px;
}




/* Team Overview */
.team-overview-box{
    margin: auto;
}
.team-overview-box a{
    color:#425c62;
}

.team-overview-item{
	width: 100%;
	max-width: 360px;
	float: left;
	margin: 0px 15px 40px 15px;
	border-bottom:1px solid #d0d6d8;
	padding-bottom: 20px;
}

.team-overview-item .image-box{
	background: #013644;
	display: inline-block;
	margin-bottom: 20px;
	overflow: hidden;
	max-height: 238px;
}

.team-overview-item img{
	max-width: 360px;
	max-height: 239px;
}

.team-overview-item img:hover{
	opacity: 0.7;
	-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;
}

.team-overview-item .name{
	font-weight: 300;
	font-size:14px;
	color:#425c62;
	letter-spacing:0.93px;
	line-height:28px;
	text-align:center;
}

.team-overview-item .sub-title{
	font-size:12px;
	color:#425c62;
	letter-spacing:0;
	line-height:28px;
	text-align:center;
}


/* Single Team Page */
.single-team-box{
	padding: 60px 35px;
	border: 1px #e3e3e3 solid;
}

.single-team-box .title-container{
	font-size:27px;
	color:#758d93;
	line-height:33.75px;
	font-weight: 300;
}

.single-team-box .sub-title{
    display: block;
    position: relative;
    padding-bottom: 8px;
	font-size:17px;
	color:#425c62;
	letter-spacing:0;
	line-height:26px;
}

.single-team-box .team-credentials{
    border-bottom:1px solid #d8e0e2;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.single-team-box .team-content-box{
	margin-top: 20px;
	font-size:14px;
	font-weight: 300;
	color:#758d93;
	letter-spacing:0.93px;
	line-height:26px;
}

.single-team-box .team-image{
    width: 160px;
    height: 106px;
	position: relative;
	overflow: hidden;
	background:#f9fafb;
	border:1px solid #d8e0e2;
}

.single-team-box .team-image img{
	
}

.single-team-box .team-left{
	text-align: center;
}

.team-box-member-social-media{
	border: 1px #ededed solid;
	border-top: 0px;
    padding: 10px 30px 0px;
    margin-bottom: 30px;
}

.team-box-member-social-media .custom-social-icons a {
    margin: 10px 10px;
}

.team-button {
    font-size:14px;
    color:#fff2d3;
    letter-spacing:1px;
    text-transform: uppercase;
}

.team-button i{
    padding-left: 10px;
}

.directors-box{
	max-width: 790px;
	margin: auto;
}

/* Sidebar CTA */
.sidebar-cta-box{
	text-align: center;
	width: 100%;
	max-width: 300px;
	margin: auto;
}

.sidebar-cta-box .side-cta-content{
	padding: 25px 15px 10px 15px;
	font-weight: 300;
	font-size:20px;
	color:#758d93;
	line-height:25px;
}



/* Xero Page */
.xero-blue-box{
	padding: 65px 5px;
	margin-bottom: 50px;
}

.xero-blue-box .blue-box-left{
    text-align: center;
}

.xero-blue-box .blue-box-right{
	color: #fff;
	padding-top: 20px;
}



/* Services page */
.services-page .site-inner .content-sidebar-wrap{
    padding-bottom: 0px;
}

.services-page .content-sidebar-wrap > .content {
    margin-top: 0px;
    margin-bottom: 0px;
}

.services-page-sec1{
    background: #425c62;
    padding: 80px 0px;
    color: #fff;
}

.services-page-sec2{
    background: #008eb3;
    background-image: radial-gradient(50% 121%, #00c2da 38%, #008eb3 100%);
    padding: 90px 0px;
}

.services-list-box .services-link{
	font-size:14px;
	color:#ffffff;
	border: 1px #fff solid;
	padding: 16px 30px; 
	margin: 5px 15px;
	width: 46%;
	display: inline-block;
	position: relative;
}

.services-list-box .services-link:hover{
	text-decoration: underline;
}


.services-list-box .services-link:after{
	content: '\f061';
	font-family: 'FontAwesome';
	font-size: 12px;
	position: absolute;
	right: 30px;
}

/* Services Single */
.single-tap_services .post-title{
	font-weight: 300;
	font-size:30px;
	color:#01161b;
	letter-spacing:0.94px;
	line-height:44px;
	position: relative;
	padding-top: 15px;
	margin-top: 50px;
}

.single-tap_services .post-title:before{
	content: '';
	border:1px solid #d8e0e2;
	width:81px;
	height:1px;
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
}


/* Bottom Form */
.bottom-form-box{
	background:#fafafa;
	border:1px solid #d8e0e2;
	box-shadow: 0 2px 19px 0 rgba(0,0,0,0.02);
	margin-top: 40px;
	padding: 20px 30px;
}

.bottom-form-box .ginput_container input[type=text], 
.bottom-form-box .ginput_container textarea, 
.bottom-form-box .ginput_container select, 
.bottom-form-box .gfield_captcha_input_container input[type=text] {
    border: 0;
    border-bottom: 1px solid #00b1d4;
}

.bottom-form-box h5{
	font-weight: 300;
	font-size:20px;
	color:#01161b;
	letter-spacing:0.62px;
	line-height:44px;
	text-align:left;
	position: relative;
	padding-bottom: 5px;
	margin-left: 15px;
}

.bottom-form-box h5:before{
	content: '';
	border-bottom:2px solid #d9dfe0;
	width:38px;
	height:1px;
	position: absolute;
	display: inline-block;
	bottom: 0;
}
