/*
Theme Name: Resugraphics 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: 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: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 28px;
	color:#03273a;
	letter-spacing:0;
	-webkit-font-smoothing: antialiased;
	position: relative;
	background: #fff;
	margin: 0;
	padding: 0;
	transition: opacity .2s ease;
}

.greybg-page {
	background: #f5f8fa;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
	margin: 0px 0px 20px 0px;
	padding: 0;
	line-height: 1.25;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
    color: #79cdcd;
}
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;
}

.subheading {
    font-weight: 400;
    font-size: 14px;
    color: #79cdcd;
    letter-spacing: 0;
    line-height: 22.4px;
    margin-top: -20px;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

p:empty {
	display: none;
}

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: #092f43;
    text-decoration: underline;
}

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

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

li {
	list-style: none;
}

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

button, input, select, textarea {
	outline: none!important;
}

.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 .list-group li{
	list-style: decimal;
    list-style-position: inside;
    position: relative;
    display: block;
    padding: 7px 20px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #8fcccc;
    line-height: 27px;
    font-weight: 700;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
    text-align: left;
	border-radius: 0!important;
}

/* 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: #f15623;
  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 {
	line-height: 66px;
}

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

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

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

/* UI Elements */
.btn, .btn:focus {
	border: 1px solid #03273a;
    background-color: #03273a;
    color: #fff;
    white-space: normal;
    border-radius: 0;
    padding: 13px 20px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
	text-decoration: none;
}

.btn .fa {
	font-size:inherit;
	color:#ffffff;
	letter-spacing:0;
	text-align:center;
	margin-right: 16px;
}

.btn-fa-blue-right .fa {
	margin-right: 0;
	margin-left: 16px;
	color: #79cdcd;
	font-size: 19px;
	margin-top: 2px;
    float: right;
}

.btn:visited {
	color: #fff;
}

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

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

.btn-fa-blue-right:hover .fa {
	color: #fff;
}

.btn.trans {
    border-color: #092f43;
    background-color: transparent;
    color: #092f43;
}

.btn.trans:hover {
	background:#092f43;
	color: #fff;
}

.btn-orange {
	background: #f15623;
    border-color: #f15623;
}

.btn-orange:hover {
    background: #79cdcd;
    border-color: #79cdcd;
    color: #fff;
}

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

.btn-round, .btn-round:focus {
	border-radius:28px;
}

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

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

.btn-full {
	width: 100%;
	font-size: 17px;
}

.icon-right {
	margin-left: 16px;
	margin-right: 0!important;
}

/* 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 */
#fancybox-content {
	background:#092f43;
	border-color: #092f43;
	box-shadow:0 11px 48px 0 rgba(3,20,29,0.29);
}

div #fancybox-content div {
    box-sizing: border-box;
}
.popup-box-wrap{
    padding: 40px 30px;
    width: 800px;
    max-width: 100%;
    box-sizing: border-box !important;
}

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

.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{
    clear: both;
}

.gform_wrapper .ginput_complex .ginput_left,
div.ginput_container_name span.name_first {
    padding-right: 16px!important;
}

.gform_wrapper .ginput_complex .ginput_right,
div.ginput_container_name span.name_last {
	padding-left: 15px!important;	
}

div.ginput_container_name span.name_last {
	padding-right: 0!important;
}

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

.popup-box-wrap .gform_wrapper {
	max-width: 601px;
	margin: 55px auto 0;
	color: #fff;
}

#login-popup .gform_wrapper {
	max-width: 431px;
}

.popup-box-wrap .gform_wrapper label,
.popup-box-wrap #loginform p.login-remember {
    display: none!important;
}

.popup-box-wrap .gform_wrapper .top_label div.ginput_container,
.popup-box-wrap #loginform p.login-username,
.popup-box-wrap .#oginform p.login-password {
	margin: 0;
	width: 100%!important;
}

.popup-box-wrap .top_label div.ginput_complex.ginput_container.gf_name_has_2 {
	width: 100%
}

.popup-box-wrap .gform_wrapper input[type=text],
.popup-box-wrap .gform_wrapper input[type=password],
.popup-box-wrap .gform_wrapper textarea,
.popup-box-wrap .gform_wrapper select,
.popup-box-wrap .gfield_captcha_input_container input[type=text] {
    background: none;
    border: none;
    border-bottom: 1px solid #03273a;
    width: 100%;
	padding: 11px 0!important;
    line-height: 27px;
	font-weight: 600;
	font-size:17px;
	color: #03273a;
	outline: none;
}

#login-popup .gform_wrapper input[type=text],
#login-popup .gform_wrapper input[type=password],
#login-popup .gform_wrapper textarea,
#login-popup .gform_wrapper select,
#login-popup .gfield_captcha_input_container input[type=text] {
	border-color: #fff;
	color: #fff;
}

.popup-box-wrap .gform_wrapper ul li#field_3 {
	display: none;
}

.popup-box-wrap .gform_wrapper .gform_footer,
.popup-box-wrap #loginform .login-submit {
	padding: 0 16px 0 15px;
	margin: 50px 0 20px;
}

.popup-box-wrap #gform_wrapper_13 .gform_button.button span {
	position: relative;
	display: inline-block;
}

.popup-box-wrap #gform_wrapper_13 .gform_button.button span:after {
	content: '\f2c1';
    font-family: FontAwesome;
    font-size: 19px;
    color: inherit;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    font-weight: normal;
    margin-left: 19px;
    display: inline-block;
    float: right;
    margin-top: 6px;
}

.popup-box-wrap #loginform .login-submit {
	padding: 0;
	position: relative;
}

.popup-box-wrap #loginform .login-submit:before {
    content: '\f023';
    font-family: FontAwesome;
    font-size: 19px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 165px;
    z-index: 2;
}

.popup-box-wrap #loginform .login-submit:hover:before {
	color: #fff;
}

.popup-box-wrap #loginform p.login-submit input#wp-submit {
	display: inline-block;
    cursor: pointer;
    width: 100% !important;
    outline: none;
    line-height: 30px;
    text-indent: -999em;
    position: relative;
    z-index: 3;
    background: none;
    border: none;
    padding: 10px 21px;
}

.popup-box-wrap #loginform .login-submit:after {
    content: 'Login';
    padding: 9px 20px;
    font-weight: 700;
    text-transform: none;
    font-size: 14px!important;
    color: #fff;
    background: #f15623;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid #f15623;
    width: 100% !important;
    outline: none;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.popup-box-wrap #loginform .login-submit:hover:after {
    background: #79cdcd;
    border-color: #79cdcd;
    color: #fff;
}

.popup-login-credits {
	font-weight: 400;
	font-size:10px;
	color:#ffffff;
	letter-spacing:0;
	line-height:19px;
	text-align:center;
}

.popup-login-credits a {
	font-weight: 600;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
	margin-bottom: 3px;
    text-decoration: underline;
	display: block;
}

.popup-login-credits a:hover {
	text-decoration: none;
}

#fancybox-close {
	top: -21px;
    right: -21px;
	background: #ffffff;
    border: 2px solid #092f43;
    width: 37px;
    height: 37px;
    border-radius: 100%;
	text-align: center;
    line-height: 37px;
	text-decoration: none;
}

#fancybox-close:before {
	content: '\f00d';
	font-family:FontAwesome;
	font-size:13px;
	color:#092f43;
	letter-spacing:0;
	text-align:left;
}

#register-popup {	
	padding: 0;
}

#register-popup .register-popup-head {
	padding: 25px 30px;
}
#register-popup .register-popup-body {
	padding: 30px 15px 40px;
	background: #fff;
}
#register-popup .register-popup-body h4 {
	text-align: center;
}
#register-popup .register-popup-body .gform_wrapper {
	margin-top: 0;
}
#register-popup .register-popup-body .popup-login-credits,
#register-popup .register-popup-body .popup-login-credits a {
	color:#092f43;
}
#register-popup .register-popup-body .gform_confirmation_message {
    text-align: center;
    padding: 20px;
	margin-bottom: 20px;
}

/* End Popup forms */

/* Place Holder */
::-webkit-input-placeholder {
    color: inherit;
	font-weight: inherit;
	font-size: inherit;
}

:-moz-placeholder {
    color: inherit;
	font-weight: inherit;
	font-size: inherit;
}

::-moz-placeholder {
    color: inherit;
	font-weight: inherit;
	font-size: inherit;
}

:-ms-input-placeholder {  
    color: inherit;
	font-weight: inherit;
	font-size: inherit;
}

/* Header */
.site-header {
	background-color: #03273a;
	padding: 15px 0;
}

.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-weight: 700;
    display: inline-block;
    padding: 14px 18px;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 19px;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu > li > a:after,
.nav-header .genesis-nav-menu > li > a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #f85722;
	
	-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: 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 .sub-menu,
.nav-header .genesis-nav-menu .sub-menu .sub-menu {
    left: 200px !important;
    top: 0;
}

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

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-header .genesis-nav-menu .sub-menu a:hover {
	background-color: #79cdcd;
    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;
	line-height: normal;
}

.header-right-options {
	border-left: 1px solid #ffffff;
	padding-left: 8px;
    margin-left: 20px;
}

.header-right-options li {
	display: inline-block;
	margin-left: 22px;
}

.header-right-options li a.trans {
	border-color: #fff;
    color: #fff;
}

.header-right-options li a.btn-register {
	border:1px solid #f15623;
}

.header-right-options li a:hover {
    background: #f15623;
    border-color: #f15623;
}

.header-right-options li a.btn-register:hover {
	background: #f15623;
}

/* Headhesive */
.site-header--clone {
	position: fixed !important;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
}
.site-header--stick {
	-webkit-animation-duration: 0.2s;
	animation-duration:         0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInDown;
	animation-name:         fadeInDown;
	
	padding: 8px 0;
}
.admin-bar .site-header--clone {
	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%);
}

.site-header--stick .title-area {
    width: 150px;
}
.site-header--stick .wrap {
    line-height: 62px;
}

/* End Header */

/*
*  Footer
*/
.site-footer {
	overflow: hidden;
    padding-bottom: 55px;
    background: #03273a;
}

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

.footer-top {
	background-color: #03273a;
	padding: 15px 0 30px;
	color: #fff;
}

.footer-top .gform_wrapper ul.gform_fields li.gfield,
.footer-top .gform_wrapper .gform_footer {
	padding: 0 !important;
    margin: 0;
}

.footer-top .gform_wrapper form {
	position: relative;
	padding-right: 67px;
}
.footer-top .gform_wrapper .gform_body {}
.footer-top .gform_wrapper .gform_footer {
	border: 1px solid #fff;
	clear: none;
    width: 43px;
    height: 43px;
    margin: 0;
    position: absolute;
	top: 6px;
	right: 0;
	border-radius: 100%;
}
.footer-top .gform_wrapper .gform_footer:before {
	content: '\f1d8';
    font-family: FontAwesome;
    font-size: 16px;
    color: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 17px;
    height: 17px;
    margin: auto;
    z-index: 1;
    line-height: 1;
    right: 0;
}
.footer-top .gform_wrapper .gform_footer:hover {
	background: #fff;
    color: #03273a;
}
.footer-top .gform_footer .gform_button.button {
	border: none;
    text-indent: -999em;
    overflow: hidden;
    width: 100%;
    margin: 0;
	background: none!important;
	position: relative;
    z-index: 2;
}

.footer-top .panel-grid-cell .last {
	text-align: right;
}

.footer-top .panel-grid-cell .last .textwidget {
	line-height: 88px;
}

.footer-top .social-icons,
.footer-top .st_sharethis_large.float {
    vertical-align: bottom;
	line-height: normal;
    vertical-align: bottom;
}

.footer-subscribe-form {
	margin-bottom: 56px;
}

.footer-bottom {
    background-color: #03273a;
    padding: 0;
    font-size: 10px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 18px;
}

.footer-bottom .row {
	border-top: 1px solid #fff;
	margin: 0;
	padding: 12px 0;
}

.footer-bottom a {
	color: #fff;
	text-decoration: underline;
}

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

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

.footer-bottom-center {
	text-align: center;
	font-weight: 700;    
    font-size: 12px;
}

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

.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: 10px;
	margin-bottom: 50px;
}

.contact-page .content-sidebar-wrap > .content {
	margin-bottom: 0;
}

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

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

.content-sidebar .content-sidebar-wrap .entry-content {}

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

.content-sidebar .content {
	display: block;
	width: 800px;
	max-width: 100%;
	float: left;
}

.single .content-sidebar-wrap .content {
	margin-bottom: 80px;
}

.content-sidebar .sidebar {
	display: block;
	width: 300px;
	max-width: 100%;
	float: right;
	margin-left: 70px;
}

.internal-header {
    background: #7ecfcf;
	background-image: linear-gradient(0deg, #A2DEDE 0%, #79CDCD 100%);
    background-position: center center;
    background-size: cover;
    padding: 20px 0;
    line-height: 133px;    
}

.internal-header .wrapper {
	line-height: normal;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding-bottom: 13px!important;
    border-bottom: none!important;
}

.internal-header h1 {
    margin: 0;
    font-size: 30px;
    color: #03273a;
    letter-spacing: 0;
    text-align: center;
    line-height: 53.75px;
}

.internal-header h1 span {
	display: inline-block;
	color: #03273a;
}

.breadcrumb {
	margin: 0;
    color: #03273a;
    text-align: center;
    background: none;
    padding: 0;
}

.breadcrumb a {
    text-decoration: none;
    color: #03273a;
    letter-spacing: 0;
    text-align: center;
}

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

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

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

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

/*
*  Home Sections
*/
.row-style-1 {}
.row-style-1 .icon-numbers {
	border: 1px solid #03273a;
    width: 63px;
    height: 63px;
    border-radius: 100%;
    background: none;
    text-align: center;
    line-height: 63px;
    font-weight: 700;
    font-size: 27px;
    color: #79cdcd;
    letter-spacing: 0;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
}
.row-style-1 .col-sm-4 {
    padding-left: 84px;
	padding-right: 0;
    color: #a7a9ac;
    line-height: 28px;
}
.row-style-1 .col-sm-4 h6 {
	margin-bottom: 6px;
	color: #03273a;
}

.row-style-2 {
    margin: 40px auto;
    max-width: 950px;
}

.row-style-2 .col-sm-4 {
	font-size:14px;
	color:#092f43;
	letter-spacing:0;
	line-height:28px;
	text-align:center;
}

.row-style-2 .col-sm-4 span {
    background: #ffffff;
    box-shadow: 0 1px 18px 0 rgba(9,46,66,0.40);
    border-radius: 52px;
    padding: 15px 29px 22px;
    display: inline-block;
}

.custom-profile-box {}

.custom-profile-box-wrap {
    position: relative;
    padding: 5px 0 0 102px;
    text-align: left;
    line-height: 24px;
}

.custom-profile-box-wrap img {
	background: #ffffff;
    box-shadow: 0 1px 18px 0 rgba(9,46,66,0.40);
    width: 78px;
    height: 78px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-profile-box-wrap .custom-profile-box-heading {
	font-weight: 700;
}

.custom-profile-box-wrap .custom-profile-box-linkedin,
.custom-profile-box-wrap .custom-profile-box-twitter,
.custom-profile-box-wrap .custom-profile-box-facebook {
	font-size: 17px;
    color: #03273a;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    margin-left: 21px;
    margin-top: 15px;
    display: inline-block;
}

.custom-profile-box-wrap a.first {
	margin-left: 0;
}

.row-style-3 {
	display: table;
}

.row-style-3 .col-sm-6 {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.custom-slider-con {
    position: relative;
    width: 645px;
    height: 404px;
    margin: auto;
}

.custom-slider-con:before {
    content: '';
   /* background: url(images/wireframe-header@2x.png) no-repeat center;*/
    background: url(images/home-banner/page@2x.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-slider-2{
    position: absolute;
    top: 180px;
    left: 70px;
    width: 327px;   
}

/* ----------------------------------------------
 * Generated by Animista on 2017-3-28 11:29:55
 * http://animista.net
 * T: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes slide-right{0%{-webkit-transform:translateX(-25px);transform:translateX(-25px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slide-right{0%{-webkit-transform:translateX(-25px);transform:translateX(-25px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}
@-webkit-keyframes slide-left{0%{-webkit-transform:translateX(25px);transform:translateX(25px)}100%{-webkit-transform:translateX(0);transform:translateX(-15px)}}@keyframes slide-left{0%{-webkit-transform:translateX(25px);transform:translateX(25px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}


@-webkit-keyframes slide-in-left{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-in-left{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}
@-webkit-keyframes swing-out-top-bck{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transform-origin:top;transform-origin:top;opacity:1}100%{-webkit-transform:rotateX(-100deg);transform:rotateX(-100deg);-webkit-transform-origin:top;transform-origin:top;opacity:0}}@keyframes swing-out-top-bck{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transform-origin:top;transform-origin:top;opacity:1}100%{-webkit-transform:rotateX(-100deg);transform:rotateX(-100deg);-webkit-transform-origin:top;transform-origin:top;opacity:0}}
@-webkit-keyframes swing-in-top-fwd{0%{-webkit-transform:rotateX(-100deg);transform:rotateX(-100deg);-webkit-transform-origin:top;transform-origin:top;opacity:0}100%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transform-origin:top;transform-origin:top;opacity:1}}@keyframes swing-in-top-fwd{0%{-webkit-transform:rotateX(-100deg);transform:rotateX(-100deg);-webkit-transform-origin:top;transform-origin:top;opacity:0}100%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transform-origin:top;transform-origin:top;opacity:1}}
@-webkit-keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}

.custom-slider-wrap .custom-slider-item .custom-slider-item-half {
	width: 103px;
    display: inline-block;
    text-align: center;
    margin: 0 25px;
    opacity: 1;
}

.custom-slider-wrap .custom-slider-item img {
	display: block;
    margin: auto;
	/*opacity: 0;*/
}

.custom-slider-wrap .slick-slide{
   /* opacity: 1 !important;*/
}

.custom-slider-wrap .slick-slide .custom-slider-item-half img{
/*    -webkit-animation: swing-out-top-bck 0.45s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
    -moz-animation: swing-out-top-bck 0.45s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
    animation: swing-out-top-bck 0.45s cubic-bezier(0.600, -0.280, 0.735, 0.045) both; */
}

.custom-slider-wrap .slick-slide.slick-active .custom-slider-item-half img {
/*    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
}

.custom-slider-wrap .slick-slide.slick-active .custom-slider-item-half:first-child img {
/*	-webkit-animation: slide-right 1s;
    animation: slide-right 1s;*/
/*    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
}

.swing-out-top-bck {
    -webkit-animation: swing-out-top-bck 0.45s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
    -moz-animation: swing-out-top-bck 0.45s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
    animation: swing-out-top-bck 0.45s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
}

.slide-in-left{
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-in-right {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.custom-slider-wrap .slick-slide img {
    margin: 0 auto;
}

.custom-cta-box {
    max-width: 800px;
    text-align: center;
    margin: 60px auto;
}

.custom-cta-box .btn {
	margin-top: 10px;
}

ul.list-style-info {
	margin: 0;
	padding: 0;
}

ul.list-style-info li {
    list-style: none;
    padding-left: 38px;
    position: relative;
}

ul.list-style-info li .fa {
	position: absolute;
    top: 9px;
    left: 0;
}

.link-readmore {
	font-weight: 700;
}

.link-readmore:hover {
	opacity: 0.23;
}

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

.accordion-icon .fa {
	background: #f5f8fa;
    width: 108px;
    height: 108px;
    border-radius: 100%;
    line-height: 108px;
    font-size: 27px;
    color: #092f43;
    letter-spacing: 0;
    text-align: center;
}

.table-pricing.table {
	font-weight: 600;
	font-size: 14px;
	color: #03273a;
	letter-spacing: 0;
	line-height: 14px;
	text-align: center;
	position: relative;
}

.table-pricing.table:after {
    content: '';
	box-shadow:0 0 21px 0 rgba(9,46,66,0.12);
	width:23.33%;
	height: 100%;
    position: absolute;
    top: 0;
    right: 23.33%;
}

.table-pricing.table>tbody>tr>td,
.table-pricing.table>tbody>tr>th,
.table-pricing.table>tfoot>tr>td,
.table-pricing.table>tfoot>tr>th,
.table-pricing.table>thead>tr>td,
.table-pricing.table>thead>tr>th {
	padding: 8px 40px;
	vertical-align: middle;
	border-top:1px solid #eef0f2;
}

.table-pricing.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #eef0f2;
    padding: 0;
}

.table-pricing.table .td-green-bg,
.table-pricing.table .td-blue-bg,
.table-pricing.table .td-orange-bg {
	padding: 0;
}

.table-pricing.table .td-green-bg span,
.table-pricing.table .td-green-bg strong,
.table-pricing.table .td-blue-bg span,
.table-pricing.table .td-blue-bg strong,
.table-pricing.table .td-orange-bg span,
.table-pricing.table .td-orange-bg strong {
    font-weight: 700;
    font-size: 19px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    display: block;
    padding: 22px;
}

.table-pricing.table .td-green-bg span,
.table-pricing.table .td-green-bg strong {
	background: #79cdcd;
}

.table-pricing.table .td-blue-bg span,
.table-pricing.table .td-blue-bg strong {
	background: #092f43;
	padding: 29px;
    line-height: 26px;
}

.table-pricing.table td.td-blue-bg span,
.table-pricing.table td.td-blue-bg strong {
	padding: 22px;
}

.table-pricing.table .td-orange-bg span,
.table-pricing.table .td-orange-bg strong {
	background: #f15623;
}

.table-pricing.table .td-dark-bg {
	background: #fafbfc;
	border-left: 1px solid #eef0f2;
    border-right: 1px solid #eef0f2;
}

.table-pricing.table .td-white-bg {}

.table-pricing.table>tbody {
	border: 1px solid #eef0f2;
}

.table-pricing.table>tbody>tr>td:first-child {
    text-align: left;
}

.table-pricing.table>tbody>tr>td:first-child span,
.table-pricing.table>tbody>tr>td:first-child strong {
	font-style: italic;
    font-weight: 400;
}

.table-pricing-footer.table {
	margin-top: -21px;
	position: relative;
}

.table-pricing-footer.table:after {
    content: '';
    background: #092f43;
    height: 14px;
    width: 23.25555555%;
    position: absolute;
    top: 0;
    right: 23.33%;
}

.table-pricing-footer.table>tbody {
	border: none;
}

.table-pricing-footer.table>tbody>tr>td {
	border-bottom: 1px solid #eef0f2;
	background: #fff!important;
}

.table-pricing-footer.table>tbody>tr>td:first-child {
	border-bottom: none;
}

.table-pricing-footer input,
.product-column-listings input {
	background: #fafbfc;
    box-shadow: 0 2px 0 0 #79cdcd;
    width: 155px;
    height: 40px;
    border: none;
    font-weight: 400;
    font-size: 12px;
    color: #a7a9ac;
    letter-spacing: 0;
    text-align: center;
    margin: 9px auto 15px;
	display: block;
}

.product-column-listings {
    margin: 0 0 30px!important;
    padding: 0!important;
    font-weight: 600;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
    background: #fafbfc;
    border-bottom: none;
    width: 33.33%;
    vertical-align: top;
    margin-left: -4px!important;
}

.product-column-listings:first-child {
	margin-left: 0!important;
}

.product-column-listings li {
	list-style: none!important;
    padding: 12px;
    min-height: 65px;
    border-bottom: 1px solid #eef0f2;
    line-height: 28px;
}

.product-column-listings li.li-heading {
	font-weight: 700;
	font-size: 19px;
	color: #ffffff;
	letter-spacing: 0;
	text-align: center;
	line-height: 26px;
	display: block;
	padding: 22px;
}

.product-listing-basic {
}

.product-listing-basic li.li-heading {
	background: #79cdcd;
}

.product-listing-standard {
	box-shadow: 0 0 21px 0 rgba(9,46,66,0.12);
    position: relative;
    z-index: 1;
    background: #fff;
}

.product-listing-standard li {
	background: #fff;
}

.product-listing-standard li.li-heading {
	background: #03273a;
}

.product-listing-coaching {}

.product-listing-coaching li.li-heading {
	background: #f15623;
}
	
.mobile-view-only {
	display: none;
}

.logo-carousel {
    background: #ffffff;
    border: 1px solid #eef0f2;
    box-shadow: 0 6px 13px 0 rgba(0,0,0,0.06);
    border-radius: 2px;
    padding: 30px 50px;
	margin-bottom: 40px;
}

.logo-carousel-wrap {
	margin: 0;
    text-align: center;
    padding: 0 60px;
}

.logo-carousel-wrap .logo-carousel-item {
	line-height: 84px;
}

.logo-carousel h6 {
	margin-bottom: 30px;
    text-align: center;
}

.logo-carousel-wrap img {
	margin: auto;
    vertical-align: middle;
    display: inline-block;
}

.logo-carousel-wrap .slick-prev {
	left: 0;
}

.logo-carousel-wrap .slick-next {
	right: 0;
}

#home-sec-0 {
	text-align: center;
	margin-bottom: 40px;
	background-color: #79cdcd;
	background-image:radial-gradient(50% 93%, #a2dede 37%, #79cdcd 93%);
	position: relative;
	max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    height: 620px;
}

#home-sec-0:after {
    content: '';
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(images/home-top-banner@2x.png) no-repeat center top;
    z-index: 10;
}

#home-sec-0 .wrap {
    position: relative;
    width: 100%;
    max-width: 2000px;
    padding-top: 65px;    
}

#home-sec-0 .textwidget {
	position: relative;
    z-index: 2;
    background: url(images/bg-sovren-icon@2x.png) no-repeat center top;
    background-size: 240px;
	padding-top: 41px;
}

#home-sec-0 h2 {
	font-size:50px;
	color:#03273a;
	letter-spacing:0;
	line-height:53.75px;
	text-align:center;
	margin-bottom: 54px;
    margin-bottom: 19px;
}

#home-sec-0 h2 span {
	color: #fff;
}

#home-sec-2,
#home-sec-3,
#home-sec-4 {
	padding: 80px 0 60px;
}

#home-sec-3 img {
	margin: 50px 0;
}

#home-sec-4 {
	background: url(images/about-resugraphic.png) no-repeat center top;
	background-size: cover;
}

/*
*  Internals | About
*/
.about-white-box {
	background:#ffffff;
	box-shadow:0 11px 26px 0 rgba(0,0,0,0.03);
	margin-bottom: 30px;
	padding: 60px 40px;
}

.table-cell-style {
	display: table;
}

.table-cell-style .col-sm-6 {
	display: table-cell;
    float: none;
    vertical-align: middle;
}

.table-cell-style .content-left {
	padding-right: 111px;
}

.table-cell-style .content-right {
	padding-left: inherit;
}

.profile-box-style {
	padding: 0 50px;
	margin-top: 80px;
}

.profile-box-style .custom-profile-box {
	background: #ffffff;
    border: 1px solid #eff3f6;
    box-shadow: 0 6px 13px 0 rgba(0,0,0,0.06);
    border-radius: 2px;
    max-width: 466px;
    padding: 60px;
    margin: auto;
}

.profile-box-style .custom-profile-box-wrap {
    padding: 5px 0 0 147px;
}

.profile-box-style .custom-profile-box-wrap img {
	background: #ffffff;
    border: 1px solid #eff3f6;
    box-shadow: 0 6px 13px 0 rgba(0,0,0,0.13);
    width: 113px;
    height: 113px;
    border-radius: 100%;
    padding: 9px;
	top: -14px;
}

.about-image-top {
	position: relative;
}

ul.logo-capsule {
    background: #ffffff;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.11);
    border-radius: 81px;
    width: 351px;
    height: 77px;
    margin: auto;
    padding: 17px;
    text-align: center;
	position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
}

ul.logo-capsule li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    min-height: 39px;
    margin: 0 10px;
}

ul.logo-capsule li img {}

/*
*  Internals | Blog
*/
.blog-page .internal-header {
	position: relative;
}

.blog-page .internal-header:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 111px;
	background: #f5f8fa;
	z-index: -1;
}

#blog-post-wrapper {
	margin-top: -40px;
}

.post-date {
	display: inline-block;
	text-transform: uppercase;
	
	font-size: 14px;
	font-weight: 400;
	line-height:28px;
    text-align: center;
}

.post-date .blog-category{
	font-weight: 400;
	margin-left: 20px;
}

.title-container h2 {
    position: relative;
    font-size: 34px;
    color: #03273a;
    letter-spacing: 0;
    line-height: 42.5px;
}

.single-post .title-container {
	padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d3d4;
}

.single-post .title-container h2 {
	margin: 0;
}

.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: 12px;
}

.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-top: 30px;
}

.sidebar > .widget:first-child {
	margin-top: 0;
}

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

.sidebar .widget-title:after {
	content: '';
    background: #8fcccc;
    width: 40px;
    height: 1px;
    display: block;
    margin-top: 10px;
}

.sidebar-social-share {
	text-align: center;
}

.sidebar-social-share .st_sharethis_large,
.sidebar-social-share .social-icons {
	vertical-align: middle;
}

.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;
    padding: 0 0 25px;
    display: inline-block;
    max-width: 300px;
}

.sidebar-post-text .date-title-box {
	display: block;    
}

.sidebar-post-text .date {}

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

.sidebar-post-text .title {}

.sidebar-post-text .content {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
    line-height: 28px;
}

.sidebar-post-text .sidebar-posts .post-item a {
	display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
    text-align: left;
}

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

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

.share-icons-container{
    padding: 16px 20px;
    background: #f9fbfc;
}

.single-post .share-icons-container{
	margin-top: 40px;
}

.share-icons-container .left-share{
    font-weight: 700;
    font-size: 20px;
    color: #03273a;
    letter-spacing: 0;
    min-height: 38px;
    line-height: 38px;
}

.share-icons-container .right-share {
	text-align: right;
}

.share-icons-container .right-share .stButton .stLarge {
    background: #092f43;
    width: 38px !important;
    height: 38px !important;
    line-height: 36px;
    border: 1px solid transparent;
}

.share-icons-container .right-share .stButton .stLarge:hover {
	background: none;
    color: #092f43;
    border-color: #092f43;
}

.share-icons-container .right-share .genesis-share-icons-container{
	float: right;
}

.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-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: 5px 0 0 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: 0;
	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;
}

.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-page-row {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 11px 26px 0 rgba(0,0,0,0.03);
	margin: 60px auto;
}

#contact-page-row .panel-grid-cell {
    padding: 0!important;
    display: table-cell;
    float: none!important;
    vertical-align: top;	    
}

#contact-page-row .panel-grid-cell:first-child {
    background: #fafbfc;
}

#contact-page-row .contact-left-box {
	padding: 50px;
    background: #fafbfc!important;
}

#contact-page-row .contact-right-box {
	background: #fff!important;
	padding: 35px 20px 35px 50px;
}

ul.contact-info-list {
	padding: 0;
    margin: 0 0 20px;
}

ul.contact-info-list li {
    position: relative;
    list-style: none;
    padding-left: 50px;
    line-height: 28px;
    margin-bottom: 30px;
}

ul.contact-info-list li strong {
	font-size: 12px;
	line-height: 24px;
}

ul.contact-info-list li .fa {
    font-size: 14px;
    color: #092f43;
    position: absolute;
    left: 0;
    top: 5px;
}

.contact-left-box .social-icons a {
    width: 16px!important;
    height: 28px!important;
    color: #092f43;
    margin: 0 10px!important;
}

.contact-left-box .social-icons a:first-child {
	margin-left: 0!important;
}

.contact-left-box .social-icons a i {
	font-size: 17px;
}

/* 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: 1px solid #8fcccc;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
}

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

/*
*  Tabs
*/
ul.nav-tabs {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

ul.nav-tabs>li>a {
	background: #ffffff;
    border: 1px solid #8fcccc;
    border-bottom: none;
    border-left: none;
    font-weight: 700;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
    text-align: center;
    border-radius: 0;
    padding: 10px;
    line-height: 17px;
    min-width: 98px;
	text-decoration: none;
	margin-right: 0;
}

ul.nav-tabs>li:first-child>a {
	border-left: 1px solid #8fcccc!important;
}

ul.nav>li>a:focus, ul.nav>li>a:hover {
    background-color: #f9fbfc;
}

ul.nav-tabs>li>a:hover {
    border-color: #8fcccc;
} 

ul.nav-tabs>li.active>a, ul.nav-tabs>li.active>a:focus, ul.nav-tabs>li.active>a:hover {
	color: #03273a;
	cursor: default;
	background-color: #f9fbfc;
	border: 1px solid #8fcccc;
	border-left: none;
}

div.tab-content {
	background: #fdfdfd;
	border: 1px solid #8fcccc;
	padding: 30px;
}

div.tab-content > br {
	display: none;
}

.no-border-style ul.nav-tabs>li>a {
	border: none!important;
    border-bottom: 1px solid #fff!important;
}

.no-border-style div.tab-content {
	border-left: none;
    border-right: none;
}

.no-border-style ul.nav>li>a:focus,
.no-border-style ul.nav>li>a:hover {
    background-color: #fff;
	border-bottom: 2px solid #8fcccc!important;
}

.no-border-style ul.nav-tabs>li.active>a,
.no-border-style ul.nav-tabs>li.active>a:focus,
.no-border-style ul.nav-tabs>li.active>a:hover {
	border-bottom: 2px solid #8fcccc!important;
}

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

.panel-default>.panel-heading {
	background-color: #f9fbfc;
    color: #03273a;
}

.panel-heading .accordion-toggle, .panel-heading .accordion-toggle.collapsed.active {
    padding: 14px 30px;
    font-weight: 700;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
    background-color: #f9fbfc;
    text-decoration: underline;
    border: 1px solid #8fcccc;
}

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

.panel-heading .accordion-toggle:hover,
.panel-heading .accordion-toggle.collapsed.active:hover {
	text-decoration: none;
}

.panel-heading .accordion-toggle.active {
    background-color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
}

.panel-heading .accordion-toggle.collapsed {
    background-color: #f9fbfc;
    color: #03273a;
}

.panel-heading .accordion-toggle.collapsed:hover {
	background-color: #f9fbfc;
    color: #03273a;
}

.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: '\f01b';
}

.panel-heading .accordion-toggle.active:before{
	content: '\f01b';
	opacity: 0.5;
}

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

}

.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{
    padding: 30px;
    background: #ffffff;
    border: 1px solid #8fcccc;
    border-top: none;
    font-weight: 400;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
}

.FAQ-list .panel-heading .accordion-toggle {
	position: relative;
	padding-left: 70px!important;
}

.FAQ-list .panel-heading .accordion-toggle:after {
    content: '\f128';
    font-family: FontAwesome;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    background: #8fcccc;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    position: absolute;
    font-weight: 400;
    line-height: 33px;
    top: 11px;
    left: 20px;
}

/* End Accordion */

/*
*  Shortcodes
*/
/* [boxed] */
.boxed-content {
	padding: 0 0 0 20px;
    border-left: 1px solid #8fcccc;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
}

.boxed-small {
	font-weight: 400;
    font-size: 12px;
    color: #03273a;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0;
    border: none;
}

.boxed-large {
	font-weight: 300;
    font-size: 17px;
    color: #03273a;
    letter-spacing: 0;
    line-height: 27.2px;
	padding: 0;
    border: none;
}

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

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

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

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

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

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

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

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

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

.sidebar-cta{
    background: #fafbfc;
    border: 1px solid #eef0f2;
}

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

.sidebar-cta-1 .image-con:before {
    content: '';
    width: 142px;
    height: 55px;
    background: url(/wp-content/uploads/2017/03/sidebar-logo@2x.png);
    display: block;
    margin: 25px auto 0;
    background-size: cover;
}

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

.sidebar-cta span.heading{
    font-weight: 700;
    pointer-events: none;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    margin-bottom: 23px;
    display: block;
}

.sidebar-cta .link-btn {
    white-space: normal;
    background: #f15623;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.12);
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    padding: 13px;
    transition: all .2s ease;
    min-width: 174px;
}

.sidebar-cta .link-btn .fa {
	margin-left: 18px;
    font-size: 17px;
    vertical-align: middle;
    margin-top: -2px;
}

.sidebar-cta .text-center {
	background: #03273a;
	padding: 30px 20px;
	margin-top: -40px;
}

.sidebar-cta .link-btn:hover{
	background-color: #79cdcd;
	color: #fff;
}

/* Testimonial slideshow */
.testimonials-slideshow-box{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    border: 1px solid #eef0f2;
}

.testimonials-slideshow-box .testimonials-container{
	width: 100%;
	max-width: 800px;
    padding: 29px;
    /*display: inline-block;*/
    margin: auto;
}

.testimonials-slideshow-box .testimonials-container .testimonials-slideshow {
	margin-bottom: 0;
}

.testimonials-slideshow-box .testimonial-item {
    padding: 0;
    max-width: 1200px;
    margin: auto;
    position: relative;
    line-height: 1.5;
    font-weight: 300;
    font-size: 12px;
    color: #03273a;
    letter-spacing: 0;
    text-align: justify;
}

.testimonials-slideshow-box .testimonials-slideshow .testimonial-item .quotes {
	font-size: 12px;
    color: #8fcccc;
    letter-spacing: 0;
    text-align: left;
    display: block;
	line-height: 1;
	margin-bottom: 10px;
}

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

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

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

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

.testimonials-slideshow-box .testimonial-company-position {
	padding: 20px 0 0;
    clear: both;
    width: 100%;
    font-size: 12px;
    color: #a7a9ac;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
}

.testimonials-slideshow-box .testimonial-company-position p {
	overflow: hidden;	
	line-height: normal;
}

.testimonials-slideshow-box .testimonial-company-position strong {
	color: #03273a;
	display: block;
    margin-bottom: 5px;
}

.testimonials-slideshow-box .testimonial-company-position img {
	background: #d8d8d8;
	box-shadow: 0 2px 9px 0 rgba(0,0,0,0.15);
	width: 36px;
	height: 36px;
	border-radius: 100%;
	float: left;
	margin-right: 10px;
}

.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 {
	background-color: #092f43;
	color: #FFFFFF;
	position: relative;
    padding: 33px 15px;
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
}

.cta-box .wrap {
    position: relative;
    padding-right: 21%;
}

.cta-box h3,
.cta-content h3 {
    margin-bottom: 1px;
    font-size: 30px;
    color: #ffffff;
}

.cta-content {
    line-height: 28px;
}

.cta-box .button-wrapper {
	width: 20%;
	min-width: 158px;
	position: absolute;
	top: 7px;
	right: 0;
	text-align: right;
	padding-right: 15px;
}

.cta-box .btn {
	min-width: 158px;
}


/*
*  Twitter Widget
*/
.footer-social-box {
	background:#f5f8fa;
	padding: 80px 0;
}

.footer-social-box .widget-wrap {
	width: 1200px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.custom-twitter-timeline {
	background: #fff;
	padding: 34px 24px 34px 0;
	border-radius: 1px;
	margin: 5px 0;
}

.custom-twitter-header {
	margin-bottom: 32px;
	padding-left: 24px;
	overflow: hidden;
}

.custom-twitter-header h6 {
	margin-bottom: 0;
	display: inline-block;
    vertical-align: middle;
}

.custom-twitter-header a {
	float: right;
}

.custom-twitter-body {
	height: 321px;
    overflow-y: scroll;
	padding-left: 8px;
}

.custom-twitter-body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #e9ebed;
}

.custom-twitter-body::-webkit-scrollbar
{
	width: 3px;
	background-color: #e9ebed;
}

.custom-twitter-body::-webkit-scrollbar-thumb
{
	background-color: #344152;
}

/*
*  Instagram Widget
*/
.jr-insta-thumb {}

.jr-insta-thumb ul {}

.jr-insta-thumb li {
	padding: 5px!important;
}

.jr-insta-thumb li a {
	display: block;
    overflow: hidden;
}

.jr-insta-thumb li a img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

.jr-insta-thumb li a:hover img {
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}

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

div.filters-container {
    line-height: 39px;
    margin-bottom: 34px;    
    padding: 36px 0;
}

.filters-container h5 {
	margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.filters-container .media-boxes-filter {
	margin: 0 -8px 0 0;
	padding: 0;
	float: right;
	line-height: normal;
}

ul.media-boxes-filter>li a {
	font-family: 'Source Sans Pro', sans-serif;
	border: 1px solid #8fcccc;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    font-weight: 700;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
	padding: 10px 14px;
}

ul.media-boxes-filter>li a:hover,
ul.media-boxes-filter>li a.selected {
	background: #8fcccc;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    color: #fff!important;
}

.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-container {
	background: #ffffff;
    box-shadow: 0 0 28px 0 rgba(2,39,58,0.13);
}

div.media-box-content {
	background: #fff;
	padding: 25px 20px 35px;
	min-height: 230px;
}
	
div.media-box-title {
    font-weight: 700;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
}

div.media-box-text {
    margin: 13px 0px 13px 0 !important;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
    font-weight: 400;
}

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

div.media-box-more a, div.media-box-view-image a {
	font-weight: 700;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
    text-align: left;
    text-decoration: underline!important;
}

div.media-box-more a:hover, div.media-box-view-image a:hover {
	opacity: 0.23;
}

div.media-boxes-load-more-button {
	background: #ffffff;
    border: 1px solid #092f43;
    min-width: 195px;
    height: 16px;
    padding: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #092f43;
    letter-spacing: 0;
    line-height: 19px;
    font-weight: 700;
}

div.media-boxes-load-more-button:hover {
	background-color: #092f43;
	color: #fff;
}

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

.stButton{
    margin: 0px !important;
	vertical-align: middle;
}

.social-icons a,
.stButton .stLarge{
	border: 1px solid #fff;
    margin: 0 5px!important;
    width: 43px !important;
    height: 43px !important;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    float: left;
    line-height: 43px;
	text-decoration: none;
}

.social-icon i{
    margin: auto;
    font-size: 12px;
    color: inherit;
    letter-spacing: 0;
    line-height: 19px;
}

.social-icons a:hover {
    background: #fff;
    color: #03273a;
}

.sidebar-social-share .social-icons a,
.sidebar-social-share .stButton .stLarge {
	color: #a7a9ac;
    border: 1px solid #a7a9ac;
}

.sidebar-social-share .social-icons a:hover,
.sidebar-social-share .stButton .stLarge:hover {
	background: #a7a9ac;
	color: #fff;
}

/* ShareThis icon */
.st_sharethis_large.float{
	display: inline-block;
}

.stButton .stLarge{
    background-image: none !important;
}

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

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


/* [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;
	float: left;
}
.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,
.sidebar .post-header {
	margin-bottom: 28px;
}
.column-post-carousel .post-item .date,
.sidebar .date {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid #8fcccc;
    width: 95px;
    height: 32px;
	margin-bottom: 15px;
}
.column-post-carousel .post-item .title,
.sidebar .title {
	display: block;
    overflow: hidden;
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 14px;
    color: #03273a;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.5;
}
.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,
.sidebar .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,
.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-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;
	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;
}


/* 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: 0 0 15px!important;
}

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

body div.gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.gform_validation_container {
	display: none;
}

.ginput_container input[type=text],
.ginput_container textarea,
.ginput_container select,
.gfield_captcha_input_container input[type=text] {
	padding: 10px 20px!important;
    color: #fff;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 0;
    line-height: 28px;
}

.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: 9px 20px;
    font-weight: 700;
    text-transform: none;
    font-size: 14px!important;
    color: #fff;
    background: #f15623;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid #f15623;
    width: 100% !important;
    outline: none;
    line-height: 30px;
}

.gform_footer .gform_button.button:hover {
    background: #79cdcd;
    border-color: #79cdcd;
    color: #fff;
}

.contact-right-box .gform_footer .gform_button.button {
	background: #092f43;
    width: 158px!important;
    border-color: #092f43;
}

.contact-right-box .gform_footer .gform_button.button span {}

.contact-right-box .gform_footer .gform_button.button span:before {
	content: '\f1d8';
	font-family:FontAwesome;
	font-size:14px;
	color:#ffffff;
	letter-spacing:0;
	line-height:28px;
	text-align:center;
	margin-right: 22px;
}

.contact-right-box .gform_footer .gform_button.button:hover {
    background: #f15623;
    border-color: #f15623;
}

.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;
	padding: 0!important;
}

.gform_wrapper .validation_error {
	display: none;
}

div.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
div.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half,
div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100%!important;
	margin: 0;
	background: none;
	border: none;
	padding: 0 16px 0 15px;
}

div.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
div.gform_wrapper li.gfield_error textarea {
    border: none;
	border: 1px solid #fff
}

.popup-box-wrap div.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.popup-box-wrap div.gform_wrapper li.gfield_error textarea {
	border-bottom: 1px solid #03273a;
}

#content.widecolumn {
	text-align: center;
    padding: 20px;
}

p.status {
	color: #f35622;
    text-align: center;
    padding: 10px;
    margin: 20px 0 0;
}

/* 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!important;
	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: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.contact-right-box .custom-form-v2 .ginput_container input[type=text], 
.contact-right-box .custom-form-v2 .ginput_container textarea, 
.contact-right-box .custom-form-v2 .ginput_container select,
.contact-right-box .custom-form-v2 .gfield_captcha_input_container input[type=text] {
	border-bottom: 1px solid rgba(121,205,205,0.81);
	color:#03273a;
	font-weight: 700;
}

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

.contact-right-box .custom-form-v2 .gform_footer {
	margin-top: 20px!important;
}

.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 .validation_error {
	display: none!important;
}
/* End Custom form */

/* single-post-newsletter */
.single-post-newsletter {
	margin-top: 54px;
}

.single-post-newsletter .subheading {
	margin-top: 0;
	margin-bottom: -10px;
}

.single-post-newsletter .gform_wrapper {
	position: relative;
}

.single-post-newsletter .gform_fields .gfield {
	padding: 0!important;
	margin-bottom: 0!important;
}

.single-post-newsletter .gform_fields .gfield input[type=text] {
	border-bottom: 1px solid #79cdcd!important;
    padding: 0 78px 0 10px!important;
    font-weight: 700;
    font-size: 30px!important;
    color: #03273a;
    letter-spacing: 0!important;
    line-height: 69px!important;
}

.single-post-newsletter .gform_wrapper .gform_footer {
    padding: 0!important;
    margin: 0!important;
    width: 58px;
    height: 58px;
    position: absolute;
    top: 0;
    right: 0;
}

.single-post-newsletter .gform_wrapper .gform_footer .gform_button.button span {
	text-indent: -999em;
    display: block;
	line-height: normal;
}

.single-post-newsletter .gform_wrapper .gform_footer .gform_button.button {
    border: 1px solid #8fcccc;
    max-width: 58px;
    height: 58px;
    border-radius: 100%;
    line-height: 58px;
    position: relative;
    padding: 0;
    background: transparent;
	color: #03273a;
}

.single-post-newsletter .gform_wrapper .gform_footer .gform_button.button:before {
	content: '\f061';
    font-family: FontAwesome;
    font-size: 12px;
    color: inherit;
    letter-spacing: 0.48px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
    width: 12px;
    line-height: normal;
}

.single-post-newsletter .gform_wrapper .gform_footer .gform_button.button:hover {
	background: #8fcccc;
	color: #fff;
}

.single-post-newsletter ::-webkit-input-placeholder {
	opacity:0.14;
	font-weight:inherit;
	font-size:55px;
	color:#03273a;
	letter-spacing:inherit;
	line-height:inherit;
}

.single-post-newsletter :-moz-placeholder {
	opacity:0.14;
	font-weight:inherit;
	font-size:55px;
	color:#03273a;
	letter-spacing:inherit;
	line-height:inherit;
}

.single-post-newsletter ::-moz-placeholder {
	opacity:0.14;
	font-weight:inherit;
	font-size:55px;
	color:#03273a;
	letter-spacing:inherit;
	line-height:inherit;
}

.single-post-newsletter :-ms-input-placeholder {
	opacity:0.14;
	font-weight:inherit;
	font-size:55px;
	color:#03273a;
	letter-spacing:inherit;
	line-height:inherit;
}

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

.footer-subscribe-form div.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: none!important;
    border-bottom: 1px solid #fff!important;
}

/* 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;
	border:1px solid #414042;
	width:38px;
	height:38px;
	border-radius:100%;
	margin: 5px 0 0 20px;
	text-align:center;
}
.asf-trigger:hover {
	border-color: #d4d4d4;
	color: #d4d4d4;
}
.asf-trigger .fa {
	font-size: 15px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 50%;
	margin-left: -7px;
}
.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);
  }
}

/* Contact Details */
.contact-detail {
	position: relative;
	margin-bottom: 20px;
}
.contact-detail.with-icon {
	padding-left: 60px;
	min-height: 38px;
	padding-top: 8px;
}
.contact-detail .fa {
	width: 38px;
	height: 38px;
	border: 1px solid #dadada;
	text-align: center;
	line-height: 36px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.contact-detail a {
	display: inline-block;
	color: initial;
}
.footer-top .contact-detail a {
	color: #fff;
}

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

/* Sticky Footer CTA */
.footer-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
	background: #f15623;
	z-index: 99;
}

.footer-sticky-cta .btn {
	min-width: 220px;
    max-width: 100%;
    padding: 15px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    background: none;
    border: none;
    text-decoration: underline;
}

.footer-sticky-cta .btn:hover {
	text-decoration: none;
}

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

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

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

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


.custom-slider-con .custom-slide1{
    width: 1000px;
    position: absolute;
    top: 68px;
    left: 70px;
    padding: 10px;
    /*visibility: hidden;*/
}

.custom-slider-con .custom-slide1 .rev_slider_wrapper{
    width: 1000px !important;
}

.custom-slider-con .custom-slide1.active{
    width: 370px;
    /*overflow: hidden;*/
}



/*.custom-slider-con .custom-slide1:after{
    content: '';
    display: block;
    position: absolute;
    width: 355px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.custom-slider-con .custom-slide1 .rev_slider_wrapper{
    z-index: 8;
}
*/
.custom-slider-con .custom-slide2{
    width: 1000px;
    position: absolute;
    top: 179px; 
    right: 224px;
    padding: 10px;
    /*visibility: hidden;*/
}

.custom-slider-con .custom-slide2 .rev_slider_wrapper{
    width: 1000px !important;
    float: right;
}

.custom-slider-con .custom-slide2.active{
    width: 360px;
    /*overflow: hidden;*/
}

/*.custom-slider-con .mid-title{
    width: 214px;
    position: absolute;
    top: 242px;
    right: 0px;*/
    /*visibility: hidden;*/
/*}*/


.custom-slider-con .mid-title{
    width: 600px;
    left: 431px;
    position: absolute;
    top: 242px;
}

.custom-slider-con .mid-title.active{
    width: 214px;
    /*overflow: hidden;*/
}

.custom-slider-con .mid-title .rev_slider_wrapper{
    width: 600px !important;
    overflow: hidden;
}

.home .home-pdf #fancybox-right,
.home .home-pdf #fancybox-left{
    visibility: visible !important;
    display: block !important;
}

.home .home-pdf #fancybox-right-ico{
    left: auto !important;
    right: -15px !important;
}

.home .home-pdf #fancybox-left span{
    left: -15px !important;
}