/*
Theme Name: Australian Payroll Association
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: 3.7
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;
}

html {
	font-size: 15px;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #262A35;
	-webkit-font-smoothing: antialiased;
	position: relative;
	background: #fff;
	margin: 0;
	padding: 0;
	transition: opacity .2s ease;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0px 0px 20px 0px;
	padding: 0;
    line-height: 1.25;
	color:#262A35;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
}	

h1 { font-size: 5.06em; } /* 75px */
h2 { font-size: 4.3em; }  /* 64px */
h3 { font-size: 3.1em; }  /* 46px */
h4 { font-size: 2.6em; }  /* 39px */
h5 { font-size: 1.9em; }  /* 28px */
h6 { font-size: 1.6em; }  /* 24px */

.h1 { font-size: 5.06em; }
.h2 { font-size: 4.3em; }
.h3 { font-size: 3.1em; }
.h4 { font-size: 2.6em; }
.h5 { font-size: 1.9em; }
.h6 { font-size: 1.6em; }

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

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

a,
input[type="submit"],
button[type="submit"],
.overlay,
.button{
    -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 {
	font-weight: 600;
	text-decoration: underline;
	color:#262A35;
	outline: none;
}

a:visited,
a:focus,
a.active {
	color: #262A35;
}

a:hover {
	text-decoration: none;
	outline: none;
    color: #FFCD30;
}

a.inherit:visited,
a.inherit:hover,
a.inherit {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

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

li {
	list-style: none;
}

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

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

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

.entry-content ul li{
	list-style: disc;
}

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

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

.entry-content .list-group {
	padding-left: 0;
	margin-left: 0;
}

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

.list-group li,
.entry-content .list-group li {
	list-style: none;
	border: 1px solid #E0E1E4;
	margin-bottom: -1px;
	padding: 14px 60px;
	background: #fff;
}

.small-dots,
.entry-content .small-dots {
	padding-left: 0;
	margin-left: 0;
}

.small-dots li,
.entry-content .small-dots li {
	list-style: none;
	position: relative;
	padding-left: 35px;
}

.small-dots li:before,
.entry-content .small-dots li:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #262A35;
	border-radius: 100%;
	position: absolute;
	top: 11px;
	left: 12px;
}

.list-group.check-list li,
.entry-content .list-group.check-list li {
	position: relative;
	padding-left: 62px;
}

.list-group.check-list li:before {
	content: '\f00c';
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 1.333em;
	line-height: 1;

	position: absolute;
	top: 15px;
	left: 22px;
}

code {
	display: block;
	margin-bottom: 20px;
}

.widget-title {
	font-size: 2.6em;
}

.title-align-center.widget-title-container {
	text-align: center;
}

.sub-heading-style,
.widget-sub-title {
	color: #20A7D5;
	font-weight: 600;
	font-style: italic;
}

.widget-title-container .widget-sub-title {
	margin-top: -15px;
	margin-bottom: 40px;
}

/* Define Styles */
.define-color {
	display: inline-block;
	width: 240px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	margin-right: 30px;
	margin-bottom: 30px;
}

.define-color .color {
	width: 240px;
	height: 100px;
}

.define-color .label {
	color: initial;
	font-weight: normal;
	padding: 0;
}

.define-color .s2 {
	padding: 10px 15px;
}

.style-heading .widget-title {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #B2BAC4;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-transform: uppercase;
}

/* Styles Nav */
.ff-styles-nav span {
	background: #6B6C70;
	color: #fff;
	padding: 5px 14px;
	display: inline-block;
	margin: 5px;
	font-size: .8em;
	cursor: pointer;
	text-transform: uppercase;
}

.ff-styles-nav span:hover {
	background: #262A35;
}

.ff-scroll-to-top {
	display: block;
	width: 50px;
	height: 50px;
	background: #262A35;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	line-height: 44px;
	border-radius: 100%;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
}

.ff-scroll-to-top:hover {
	opacity: .7;
}

/* Fonts */
.primary-font {
	font-family: 'Open Sans';
}

.secondary-font {

}

/* Text Styles */
.text-style-1 {
	color: #fff;
	font-weight: 700;
	font-size: .9333em;
}

.text-style-2 {
	font-size: 1.6 em;
	font-weight: 700;
}

.text-style-3 {
	font-weight: normal;
	font-size: 0.9333 em;
	text-transform: uppercase;
}

.text-style-4 {
	opacity: .5;
	font-size: .8em;
}

.text-style-5 {
	font-weight: 700;
	font-size: .8em;
	text-decoration: underline;
}

.text-style-6 {
	color: #20A7D5;
	font-weight: 600;
	font-style: italic;
	font-size: 1em;
}

.fs-default {
	font-size: 1em;
}

.fs-minor {
	font-size: .933em;
}

.fs-small {
	font-size: .8em;
}

.fs-sub {
	font-size: .6667em;
}

/* Buttons */
.btn,
.btn:visited,
.btn:focus,
.btn.style-1,
.btn.style-1:visited,
.btn.style-1:focus,
.btn.primary,
.btn.primary:visited,
.btn.primary:focus {
	background-color: #FFCD30;
	border: 1px solid #FFCD30;
	color: #262A35;
	border-radius: 25px;
	font-size: 15px;
	font-weight: 600;
	padding: 16.5px 30px;
	line-height: 1;
	text-decoration: none;
}

.btn:hover,
.btn.hover,
.btn.style-1:hover,
.btn.style-1.hover,
.btn.primary:hover,
.btn.primary.hover {
	background-color: #FBCF45;
	border-color: #FBCF45;
	color: #262A35;
	text-decoration: underline;
}


.btn.selected,
.btn.primary.selected,
.btn.style-1.selected {
	background-color: #FBCF45;
	border-color: #FBCF45;
	color: #262A35;
	text-decoration: underline;
}

.btn.style-2,
.btn.style-2:visited,
.btn.style-2:focus,
.btn.secondary,
.btn.secondary:visited,
.btn.secondary:focus {
	background: none;
	border: 1px solid #262A35;
	color: #262A35;
}

.btn.style-2:hover,
.btn.style-2.hover,
.btn.secondary:hover,
.btn.secondary.hover {
	background-color: #FBCF45;
	border-color: #FBCF45;
	color: #262A35;
}

.btn.secondary.selected {
	background-color: #FBCF45;
	border-color: #FBCF45;
	color: #262A35;
}

.btn.style-3,
.btn.style-3:visited,
.btn.style-3:focus {
	background: none;
	border: 1px solid #262A35;
	color: #262A35;
	font-size: .8em;
	padding: 13px 30px;
}

.btn.style-3:hover,
.btn.style-3.hover {
	background-color: #FBCF45;
	border-color: #FBCF45;
	color: #262A35;
}

.btn.style-3.selected {
	background-color: #FBCF45;
	border-color: #FBCF45;
	color: #262A35;
}

.btn.terrain,
.btn.terrain:visited,
.btn.terrain:focus {
	background-color: #FFFFFF;
	border: 1px solid #262A35;
	color: #262A35;
}

.btn.terrain:hover,
.btn.terrain.hover {
	background-color: #FBCF45;
    border-color: #FBCF45;
    color: #262A35;
}

.btn.terrain.selected {
	border-color: #262A35;
	color: #262A35;
	background-color: #FBCF45;
}

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

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

.close-btn,
.close-btn:visited,
.close-btn:focus {
	display: inline-block;
	width: 45px;
	height: 45px;
	background-color: #262A35;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
}

.close-btn:hover {
	background-color: #51545d;
	color: #fff;
}

.text-btn,
.text-btn:visited,
.text-btn:focus {
	color: #465778;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.text-btn:hover,
.text-btn.hover {
	color: #465778;
	text-decoration: none;
}

.btn.full {
	width: 100%;
}

/* Slick UI */
.navigation-buttons {
	display: inline-block;
	border: 1px solid #E0E1E4;
	border-radius: 45px;
	background-color: #FFFFFF;
	padding: 6px 20px;
}

navigation-style-2 .slick-prev,
navigation-style-2 .slick-next,
.navigation-btn-left,
.navigation-btn-right {
	display: inline-block;
	cursor: pointer;
}

.navigation-style-2 .slick-prev:hover,
.navigation-style-2 .slick-next:hover,
.navigation-btn-left:hover,
.navigation-btn-right:hover {
	opacity: .7;
}

.navigation-btn-left {
	margin-right: 15px;
}

.navigation-btn-right {
	margin-left: 15px;
}

.navigation-style-2 .slick-prev:before,
.navigation-style-2 .slick-next:before,
.navigation-btn-left:before,
.navigation-btn-right:before {
	font-family: 'Fontawesome';
	font-size: 22px;
	color: #020613;
	line-height: 1.3;
	opacity: 1;
}

.navigation-style-2 .slick-prev:before,
.navigation-btn-left:before {
	content: '\f104';
}

.navigation-style-2 .slick-next:before,
.navigation-btn-right:before {
	content: '\f105';
}

.navigation-style-2 .slick-prev,
.navigation-style-2 .slick-next {
	top: -62.5px;
	border: 1px solid #E0E1E4;
	height: 45px;
	width: 45px;
}

.navigation-style-2 .slick-prev {
	right: 55px;
	left: initial;
	border-right: none;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	text-align: right;
	padding-right: 15px;
}

.navigation-style-2 .slick-next {
	right: 10px;
	border-left: none;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	text-align: left;
	padding-left: 15px;
}

.navigation-style-2 .slick-prev:before,
.navigation-style-2 .slick-next:before {
	line-height: 43px;
}

/* Form Elements */
.label {
	color: #020613;
	font-size: .8em;
	font-weight: 700;
	padding: 0;
	text-align: inherit;
}

.error .label {
	color: #FA7D5A;
}

.input-field-container .label {
	display: block;
	padding: 0;
}

.gform_wrapper .top_label .gfield_label {
	width: 100%;

}

.gform_wrapper.gform_validation_error .top_label select.medium{
	width: 100% !important;
}

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

.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .validation_message, .gform_wrapper .gfield_required{
	color: #F97D5A !important;
}

.gform_wrapper div.validation_error{
	color: #F97D5A !important;
	border-top: 2px solid #F97D5A !important;
	border-bottom: 2px solid #F97D5A !important;
}

::-webkit-input-placeholder { opacity: 0.4; }
:-moz-placeholder { opacity: 0.4; }
::-moz-placeholder { opacity: 0.4;}
:-ms-input-placeholder { opacity: 0.4; }

textarea,
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
	background-color: #FFFFFF;
    border: 1px solid #E0E1E4;
    outline: none;
    line-height: 1;
    padding: 14px 14px;

	/* change caret color */
	/* color: #2CC6FA !important;
	text-shadow: 0px 0px 0px #262A35 !important;
	-webkit-text-fill-color: transparent !important; */
}

textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
	color: #262A35;
	opacity: 0.4;
	text-shadow: none;
	-webkit-text-fill-color: initial;
}

.disabled textarea,
.disabled input[type="text"],
.disabled input[type="password"],
.disabled input[type="tel"],
.disabled input[type="email"] {
	color: #E0E1E4!important;
	text-shadow: 0px 0px 0px #E0E1E4 !important;
	-webkit-text-fill-color: transparent !important;
	pointer-events: none;
}

.error textarea,
.error input[type="text"],
.error input[type="tel"],
.error input[type="password"],
.error input[type="email"] {
	border-color: #F97D5A;
}

textarea {
	width: 100%;
	min-height: 100px;
}

div.gform_wrapper.gf_browser_chrome select,
div.gform_wrapper select,
select {
	padding: 10.5px 45px 10.5px 25px;
	border: 1px solid #E0E1E4;
	background-color: #F9FAFC;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	line-height: inherit;
	background: #fff;
	border-radius: 0;
}

.image-mask-3 img{
	border-radius: 50%;
}	

.select2-container .select2-selection--single {
	height: 50px;
	padding: 10px 16px;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #E0E1E4;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	position: absolute;
	top: 1px;
	right: 10px;
	width: 20px;
}

.select2-dropdown {
	border-color: #E0E1E4;
}

.ginput_container_select,
.select-container {
	position: relative;
	display: inline-block;
}

.ginput_container_select:after,
.select-container:after {
	font-family: 'FontAwesome';
	content: '\f063';
	display: inline-block;
	font-size: .8em;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -6px;
	pointer-events: none;
}

div.gform_wrapper .top_label input.medium,
div.gform_wrapper .top_label select.medium {
	width: 100%;
}

ul.radio-container,
ul.checkbox-container {
	padding: 0;
	margin: 0;
}

ul.radio-container li,
ul.checkbox-container li {
	list-style: none;
	position: relative;
	padding-left: 30px;
}

.radio-container label,
.checkbox-container label {
	font-size: 1em;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	padding-left: 30px;
	margin-left: -30px;
	z-index: 6;
	position: relative;
}

ul.radio-container input[type=radio],
ul.checkbox-container input[type=checkbox] {
	position: absolute;
	visibility: hidden;
}

ul.radio-container .check,
ul.checkbox-container .check{
	display: block;
	position: absolute;
	border: 1px solid #262A35;
	background-color: #FFFFFF;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 3px;
	left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}


.radio-style-1 .input-wrap:before,
.checkbox-style-1 .input-wrap:before,
ul.radio-container .check:before,
ul.checkbox-container .check:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 12px;
	width: 12px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.radio-style-1 .checked .input-wrap:before,
.checkbox-style-1 .checked .input-wrap:before,
ul.radio-container input[type=radio]:checked ~ .check:before,
ul.checkbox-container input[type=checkbox]:checked ~ .check:before{
  background: #FFCD30;
}

.checkbox-style-1 .input-wrap,
.radio-style-1 .input-wrap {
	vertical-align: top;
	display: inline-block;
	border: 1px solid #262A35;
	background-color: #FFFFFF;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	cursor: pointer;
	margin-right: 10px;
	position: relative;
}

.checkbox-style-1 .input-wrap input,
.radio-style-1 .input-wrap input {
	display: none!important;
}

.gform_wrapper .radio-style-1 .gfield_radio li label {
	margin-top: 0;
}

.checkbox-style-1 .input-wrap {
	border-radius: 0;
}

ul.checkbox-container .check {
	border-radius: 0;
	line-height: 18px;
	text-align: center;
}

.checkbox-style-1 .checked .input-wrap:before,
ul.checkbox-container input[type=checkbox]:checked ~ .check:before {
	position: absolute;
	border-radius: 0;
	height: 18px;
	width: 18px;
	top: 0;
	left: 0;
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #fff;
	text-align: center;
	line-height: 19px;
}

/* 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: #FFCD30;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

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

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

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

.hide-label .gfield_label,
.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;
}

.hover-style-1:hover {
	opacity: .8;
}

/* Layout */
.site-container {
	max-width: 100%;
    width: 2200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
    background: #F9FAFC;
}

.rev_slider{
	position: relative;
}

.rev_slider:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: linear-gradient(270deg, rgba(0,2,6,0.04) 0%, rgba(0,0,0,0.46) 100%);
	opacity: 0.76;
	z-index: 21;
}

.rev_slider li.tp-revslider-slidesli{
	z-index: unset !important;
}

.rev_slider_wrapper .tp-parallax-wrap .tp-mask-wrap div{
	z-index: 999 !important;
}

#rev_slider_1_1 .tp-bullet{
	width: 11px;
    height: 11px;
    border: 1px solid rgb(255, 255, 255);
    background-color: #fff;
    border-radius: 50%;
}

.tp-bullet.selected, .tp-bullet:hover, #rev_slider_1_1 .zeus .tp-bullet:after{
	background-color: transparent !important;    
	border: 1px solid #fff;
}

.site-inner {
	min-height: 300px;
}

.site-header .wrap,
.nav-primary .wrap {
	width: 1400px;
	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%;
}

.wrapper.minus-30,
.wrap.minus-30 {
	width: 1170px;
}

.wrapper.plus-30,
.wrap.plus-30 {
	width: 1230px;
}

.wrapper-2 {
	width: 900px;
}

/* UI Elements */
.label-info {
	background-color: #AAA;
}

.alert {
	padding: 24px 38px;
	font-weight: 700;
}

.alert .fa {
	font-size: 1.2em;
	margin-right: 15px;
}

.alert-success {
	color: #6ADE9B;
	background-color: #fff;
	border-color: #6ADE9B;
}

.alert-warning {
	color: #FA7D5A;
	background-color: #fff;
	border-color: #FA7D5A;
}

.alert-info {
	color: #0177C1;
	background-color: #fff;
	border-color: #0177C1;
}

.alert-danger {
	color: #ca0c09;
	background-color: #fff;
	border-color: #ca0c09;
}


/*
*  Animations:
*
*  animate-fade-in-up
*  animate-fade-in-down
*  animate-fade-in-left
*  animate-fade-in-right
*  animate-spin
*  swing-in-top-fwd
*  slide-in-fwd-top
*  slide-in-fwd-bottom
*  slide-out-bck-bottom
*
*/
@-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;
}

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

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

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

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

@-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}}
.swing-in-top-fwd {
	-webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	-moz-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

@-webkit-keyframes slide-in-fwd-top{0%{-webkit-transform:translateZ(-1400px) translateY(-800px);transform:translateZ(-1400px) translateY(-800px);opacity:0}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}@keyframes slide-in-fwd-top{0%{-webkit-transform:translateZ(-1400px) translateY(-800px);transform:translateZ(-1400px) translateY(-800px);opacity:0}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}
.slide-in-fwd-top {
	-webkit-animation: slide-in-fwd-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: slide-in-fwd-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-fwd-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-out-bck-bottom{0%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}100%{-webkit-transform:translateZ(-1100px) translateY(1000px);transform:translateZ(-1100px) translateY(1000px);opacity:0}}@keyframes slide-out-bck-bottom{0%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}100%{-webkit-transform:translateZ(-1100px) translateY(1000px);transform:translateZ(-1100px) translateY(1000px);opacity:0}}
.slide-out-bck-bottom {
	-webkit-animation: slide-out-bck-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-moz-animation: slide-out-bck-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: slide-out-bck-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-in-fwd-bottom{0%{-webkit-transform:translateZ(-1400px) translateY(800px);transform:translateZ(-1400px) translateY(800px);opacity:0}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}@keyframes slide-in-fwd-bottom{0%{-webkit-transform:translateZ(-1400px) translateY(800px);transform:translateZ(-1400px) translateY(800px);opacity:0}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}
.slide-in-fwd-bottom {
	-webkit-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-out-top {
	0% {
	  -webkit-transform: translateY(0);
				 transform: translateY(0);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: translateY(-1000px);
				 transform: translateY(-1000px);
	  opacity: 0;
	}
 }
 @keyframes slide-out-top {
	0% {
	  -webkit-transform: translateY(0);
				 transform: translateY(0);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: translateY(-1000px);
				 transform: translateY(-1000px);
	  opacity: 0;
	}
 }
 .slide-out-top {
	-webkit-animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}


/* Slick */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url('images/ajax-loader.gif') center center no-repeat
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 28px;
	line-height: 0;
	padding: 0;
	/* margin-top: -10px\9; */
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before, .slick-next:before {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 27px;
	line-height: 1;
	opacity: .75;
	font-size: 27px;
	color: #9b9b9b;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

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

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

.slick-prev {
	left: -25px
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}

.slick-next {
	right: -25px
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}

.slick-slider {
	margin-bottom: 0px
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black
}

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

.popup-box-wrap {
	padding: 40px 30px;
	width: 700px;
	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{
	width: 100% !important;
	clear: both;
}
.popup-container .header {
	margin-bottom: 30px;
}
.popup-container .header .heading {
	margin-bottom: 5px;
	margin-bottom: 0;
}
.popup-container .header .description {
	margin-bottom: 0;
	font-size: .8667em;
}

.subscribe-popup-container {
	width: 540px;
	text-align: center;
}
.subscribe-popup-container .inner {
	padding: 30px 60px 30px;
}
.subscribe-popup-container div .gform_footer .gform_button.button {
	width: 100%;
}
/* End Popup forms */

/* Header */
.site-header {
	background-color: #fff;
	padding: 10px 0;
	transition: none;
	transition: transform .25s ease-in-out;
	will-change: transform;
	padding-bottom: 0px;
	position: relative;
    z-index: 999;
}

.stick-header .site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 10px -2px rgba(0,0,0,.1);
	z-index: 1000;

	-webkit-animation: slide-in-fwd-top .5s cubic-bezier(.19,1,.22,1) both;
	-moz-animation: slide-in-fwd-top .5s cubic-bezier(.19,1,.22,1) both;
	animation: slide-in-fwd-top .5s cubic-bezier(.19,1,.22,1) both;

	/* -webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 1.5s cubic-bezier(.19,1,.22,1);
	transition: transform 1.5s cubic-bezier(.19,1,.22,1);
	transition: transform 1.5s cubic-bezier(.19,1,.22,1),-webkit-transform 1.5s cubic-bezier(.19,1,.22,1);
	will-change: transform; */
}

.unstick-header .site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 10px -2px rgba(0,0,0,.1);
	z-index: 1000;
	-webkit-animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

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

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

.nav-header .genesis-nav-menu > li.menu-item-has-children > a,
.genesis-nav-menu .menu-item-has-children a {
	position: relative;
	padding-right: 20px;
}

.genesis-nav-menu .menu-item-has-children > a:before {
	content: '\f107';
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	right: 0;
}

.genesis-nav-menu ul.sub-menu .menu-item-has-children > a:before {
	right: 10px;
}

.nav-primary {
	background: #eee;
}

.nav-primary .menu-item a,
.nav-header .menu-item a {
	font-family: 'Open Sans', sans-serif;
	font-size: .9333em;
	text-transform: inherit;
	font-weight: 400;
	text-decoration: none;
}

.nav-primary .menu-item a:hover,
.nav-header .menu-item a:hover {
	color: initial;
}

.nav-primary .genesis-nav-menu > li > a,
.nav-header .genesis-nav-menu > li > a {
	display: inline-block;
	padding: 0 0 14px;
	position: relative;
	margin: 0 25px;
	color: #262A35;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	cursor: pointer;
}

.nav-primary .genesis-nav-menu li:last-child a,
.nav-header .genesis-nav-menu li:last-child a {
	margin-right: 0px;
}

.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: 10px;
	right: 0;
	margin: auto;
	background: #FFCD30;

	-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:hover > a:after,
.nav-header .genesis-nav-menu > li.current-menu-item > a:after {
	width: 10px;
}

.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;
    padding-bottom: 15px;
    background: #fff;
    padding-top: 10px;
}

.nav-primary .genesis-nav-menu .sub-menu,
.nav-header .genesis-nav-menu .sub-menu {
	position: absolute;
	left: -9999px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 250px;
	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;
	border: 1px solid #F5F6F8;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu,
.nav-header .genesis-nav-menu .sub-menu .sub-menu {
	right: 248px !important;
    top: 0px;
}

.nav-primary .genesis-nav-menu .sub-menu li,
.nav-header .genesis-nav-menu .sub-menu li{
	background: #fff;
	border-bottom: none;
	position: relative;
}

.nav-primary .genesis-nav-menu .sub-menu li:last-child,
.nav-header .genesis-nav-menu .sub-menu li:last-child {
	border-bottom: none;
}

.nav-primary .genesis-nav-menu .sub-menu a,
.nav-header .genesis-nav-menu .sub-menu a {
	position: relative;
	display: inline-block;
	padding: 5px 20px;
	width: 100%;
	border-top: none;
	text-align: left;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-header .genesis-nav-menu .sub-menu a:hover {
	text-decoration: underline;
}
/* END Nav */

/* Responsive Menu Overrides */
div#responsive-menu-pro-container {
	z-index: 100001;
}
body button#responsive-menu-pro-button {
	z-index: 100002;
}

div#responsive-menu-pro-container #responsive-menu-pro-title {
	padding: 10px 5%;
	box-shadow: 0 2px 17px 0 rgba(2,6,19,0.09);
	z-index: 1;
	position: relative;
}

.admin-bar #responsive-menu-pro-container,
.admin-bar button#responsive-menu-pro-button {
	margin-top: 32px;
}

.responsive-menu-pro-open button#responsive-menu-pro-button {
    background: none;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-submenu {
	border-bottom: 1px solid #E0E1E4;
	background: #F5F6F8;
	padding: 0;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-submenu a {
	border-bottom: none;
	background: none;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 0px;
	height: auto!important;
    line-height: 30px!important;
    padding-right: 46px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-submenu a:hover {
	text-decoration: underline;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
	height: 49px;
	line-height: 1;
	overflow: hidden;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow i{
	line-height: 48px;
}

#responsive-menu-pro-container #responsive-menu-pro-additional-content {
	box-shadow: 0 -7px 14px -5px rgba(2,6,19,0.1);
	margin-top: 15px;
	padding: 15px 25px;
	width: 100%;
}
#responsive-menu-pro-additional-content .mobile-header-phone {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #020613;
}
#responsive-menu-pro-additional-content .mobile-header-phone:hover {
	color: #020613;
	text-decoration: underline;
}
#responsive-menu-pro-additional-content .mobile-header-phone .fa {
	font-size: 25px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 3px;
}

#responsive-menu-pro-container #responsive-menu-pro-search-box {
	background: #262A35;
	padding: 15px 25px;
	width: 100%;
}
#responsive-menu-pro-container .responsive-menu-pro-search-form {
	position: relative;
}
#responsive-menu-pro-container .responsive-menu-pro-search-form:before {
	content: "\f002";
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 12px;
	color: #fff;
	pointer-events: none;
}
#responsive-menu-pro-container .responsive-menu-pro-search-box {
	border-radius: 0;
	background: none;
	color: #fff;
	border: none;
	padding-left: 30px;
}

/* Header Widget Area */
.site-header .title-area {
	float: left;
	margin-top: 16px;
}

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

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

.header-widget-area .widget {
	display: inline-block;
	vertical-align: top;
}

.header-widget-area .widget.block {
	display: block;
}

.header-widgets-section-1 {
	text-align: right;
	margin-bottom: 12px;
	padding-right: 0;
}

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

a.phone:hover {
	text-decoration: underline;
}

a.phone .fa {
	font-size: 1.1333em;
	vertical-align: top;
	margin-right: 10px;
}

.header-widget-area a.phone {
	font-size: 13px;
	display: inline-block;
	line-height: 15px;
}
/* END Header Widget Area */

/* Custom Dropdown Menu */
.ff-custom-dropdown-menu {
	display: inline-block;
	position: relative;
	margin-left: 24px;
	margin-top: -15px;
}

.ff-custom-dropdown-menu .menu-container {
	border: 1px solid #e3e7eb;
	box-shadow: 0 3px 6px 0 rgba(14,26,41,0.06);
	border-radius: 2px;
	background: #fff;
	text-align: left;
	padding: 15px 24px;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 230px;
	opacity: 0;
	z-index: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;
}

.ff-custom-dropdown-menu .menu-container.active {
	-webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	-moz-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	opacity: 1;
	z-index: 9999;
	height: initial;
	pointer-events: auto;
}

.ff-custom-dropdown-menu .genesis-nav-menu .menu-item {
	display: block;
	margin-bottom: 5px;
}

.ff-custom-dropdown-menu .genesis-nav-menu .menu-item a:hover {
	text-decoration: underline;
}

.ff-custom-dropdown-menu .nav-header .genesis-nav-menu > li > a {
	margin: 0;
	padding: 0;
}

.ff-custom-dropdown-menu .genesis-nav-menu .menu-item-has-children {
	position: relative;
}

.ff-custom-dropdown-menu .genesis-nav-menu .menu-item-has-children:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 19px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
}

.ff-custom-dropdown-menu .nav-header .genesis-nav-menu .sub-menu {
	box-shadow: none;
	margin-left: 15px;
	margin-top: 12px;
}

.ff-custom-dropdown-menu .nav-header .genesis-nav-menu .menu-item > .sub-menu {
	opacity: 1;
	position: relative;
	top: 0;
	left: 0;
	width: initial;
	border: none;
}

.ff-custom-dropdown-menu .nav-primary .genesis-nav-menu .sub-menu li,
.ff-custom-dropdown-menu .nav-header .genesis-nav-menu .sub-menu li {
	border: none;
}

.site-header .ff-custom-dropdown-menu .nav-header > ul > li > a > span:after {
	display: none;
}

.ff-custom-dropdown-menu .nav-header .genesis-nav-menu .sub-menu a {
	padding: 0;
	text-decoration: none;
	width: initial;
}

.ff-custom-dropdown-menu .nav-header .genesis-nav-menu .sub-menu a:hover {
	background: none;
	text-decoration: underline;
}

.ff-custom-dropdown-menu .nav-primary .genesis-nav-menu > li > a:after,
.ff-custom-dropdown-menu .nav-header .genesis-nav-menu > li > a:after {
	display: none;
}

.burger-menu-trigger,
.burger-menu-trigger-mobile{
	display: inline-block;
	border: 1px solid #262A35;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 1;
	font-weight: 400;
	padding-top: 8px;
	cursor: pointer;
	transition: background .2s ease;
}

.burger-menu-trigger-mobile{
	display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
}

.burger-menu-trigger.active,
.burger-menu-trigger:hover {
	background: #262A35;
	color: #fff;
}

.burger-menu-trigger.active {
	font-size: 0;
}

.burger-menu-trigger.active:before {
	content: '\f00d';
	font-family: 'FontAwesome';
	font-size: 24px;
	display: inline-block;
}
/* End Header */

/* Footer */

.home .site-footer {
    background: #F9FAFC;
}
.site-footer {
	overflow: hidden;
	margin-top: 20px;
}
.site-footer > .wrap {
	width: 100%;
	max-width: 100%;
	padding: 0 0; 
	background: #F9FAFC;
}
.footer-top {
	padding: 36px 0 40px;
	color: inherit;
}

.footer-top .wrapper {
    padding: 0;
}

.footer-top-row-2 {
	border-top: 1px solid #E0E1E4;
	margin-top: 0px;
	padding: 55px 0;
}
.footer-top-row-1-right {
	text-align: right;
	margin-top: 35px;
}

.footer-bottom {
	font-size: 12px;
	color: inherit;
}
.footer-bottom > .wrapper > .inner {
	border-top: 1px solid #E0E1E4;
	padding: 10px 0 10px;
}
.footer-bottom a {
	color: inherit;
	font-weight: 400;
	font-size: 12px;
	text-decoration: none;
}
.footer-bottom-left {
	text-align: left;
}
.footer-bottom-center {
	text-align: center;
}
.footer-bottom-right {
	text-align: right;
}
.site-footer .widget.last {
	margin-right: 0;
}
.footer-top .menu li a {
	font-size: 14px;
	color: inherit;
	font-weight: 400;
}
.footer-top .menu li a:hover {
	color: inherit;
	text-decoration: none;
}

.footer-top .widget-title {
	font-size: 15px;
	font-weight: 700;
	color: #262A35;
}

.footer-links .widget-title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}

.gr-container {
	display: inline-block;
	margin-top: 100px;
}
/* End Footer */

/* Form Styles */
div.gform_wrapper label.gfield_label {
	font-size: 12px;
	margin-bottom: 0;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
div.gform_wrapper textarea {
	background-color: #FFFFFF;
	outline: none;
	line-height: 1.4;
	padding: 14px 25px;
	color: #262A35;
}

div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type=submit],
div.gform_wrapper .gform_page_footer input.button,
div.gform_wrapper .gform_page_footer input[type=submit] {
	background-color: #FFCD30;
    border: 2px solid #FFCD30;
    color: #262A35;
    border-radius: 25px;
    font-weight: 700;
    padding: 16px 30px;
    line-height: 1;
    text-decoration: none;
    outline: 0;
}

div.gform_wrapper .gform_footer input.button:hover,
div.gform_wrapper .gform_footer input[type=submit]:hover,
div.gform_wrapper .gform_page_footer input.button:hover,
div.gform_wrapper .gform_page_footer input[type=submit]:hover {
	background-color: #FFCD30;
	border-color: #FFCD30;
	color: #262A35;
	text-decoration: underline;
}

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

#gform_16 div.ginput_container_select {
    width: 100%;
}

/* Form Style 1 */
.form-style-1 .ginput_container input[type=text],
.form-style-1 .ginput_container textarea,
.form-style-1 .gfield_captcha_input_container input[type=text] {
	background: none;
	border: none;
	border-bottom: 2px solid #fff;
	outline: none;
}

.gform_wrapper .subscribe-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	color: #fff;
	padding: 10px 8px;
	border: none;
	border-bottom: 1px solid #fff;
	background: none;
}

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

.gform_wrapper .subscribe-form ul.gform_fields li,
.entry-content .gform_wrapper .subscribe-form ul.gform_fields li {
	padding: 0;
	margin: 0;
}

.site-footer .subscribe-form {
	width: 470px;
	max-width: 100%;
	margin: 0;
	position: relative;
	padding-right: 60px;
}

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

.gform_wrapper .subscribe-form .gform_footer {
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

.subscribe-form .gform_button.button {
	font-family: 'FontAwesome';
}

.gform_wrapper .subscribe-form .gform_footer input.button,
.gform_wrapper .subscribe-form .gform_footer input[type=submit] {
	border-radius: 50%;
	padding: 0;
	margin: 0!important;
	width: 45px;
	height: 45px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 43px;
	background: #fff;
	color: #020613;
	outline:none;
}

.gform_wrapper .subscribe-form .gform_footer input.button:hover,
.gform_wrapper .subscribe-form .gform_footer input[type=submit]:hover {
	background: none;
	border-color: #fff;
	color: #fff;
}

div.subscribe-form_wrapper {
	margin: 5px 0;
	position: relative;
}

.subscribe-form-alt-1 {
	border-bottom: 1px solid #020613;
}

.subscribe-form-alt-1 .gform_wrapper .subscribe-form .gform_footer {
	width: 60px;
	height: 60px;
	bottom: 8px;
}

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

.gform_wrapper .subscribe-form .validation_message {
	position: absolute;
}

.subscribe-form-alt-1 .gform_wrapper .subscribe-form .gform_footer input.button,
.subscribe-form-alt-1 .gform_wrapper .subscribe-form .gform_footer input[type=submit] {
	color: #020613;
	background: #fff;
	width: 60px;
	height: 60px;
	border: 1px solid #020613;
	text-align: center;
	line-height: 58px;
}

.subscribe-form-alt-1 .gform_wrapper .subscribe-form .gform_footer input.button:hover,
.subscribe-form-alt-1 .gform_wrapper .subscribe-form .gform_footer input[type=submit]:hover {
	background: #020613;
	color: #fff;
}

.subscribe-form-alt-1 .gform_wrapper .subscribe-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	color: inherit;
	border: none;
	padding: 14px 70px 14px 0;
	font-size: 24px;
}

.subscribe-form-alt-1 .subscribe-form ::-webkit-input-placeholder { color: #020613; font-size: 32px; font-weight: bold; opacity: 1; }
.subscribe-form-alt-1 .subscribe-form :-ms-input-placeholder { color: #020613; font-size: 32px; font-weight: bold; opacity: 1;}
.subscribe-form-alt-1 .subscribe-form ::-moz-placeholder { color: #020613; font-size: 32px; font-weight: bold; opacity: 1;}
.subscribe-form-alt-1 .subscribe-form :-moz-placeholder { color: #020613; font-size: 32px; font-weight: bold; opacity: 1;}

/* Footer Subscribe Form */
.footer-subscribe-form .gform_wrapper ul.gform_fields {
	overflow: hidden;
	margin: 0 -10px!important;
}
.footer-subscribe-form .gform_wrapper ul li.gfield {
	width: 50%;
	clear: none;
	float: left;
	padding: 0 10px!important;
	margin: 0 0 10px!important;
}
.footer-subscribe-form .gform_wrapper {
	margin: 0;
}
.footer-subscribe-form .gform_wrapper form {
	padding-right: 170px;
	position: relative;
}
.footer-subscribe-form .gform_wrapper .gform_footer {
	position: absolute;
	right: 0;
	top: 0;
	width: initial;
	margin: 26px 0 0;
	padding: 0;
}
.footer-subscribe-form div.gform_wrapper .gform_footer input[type=submit] {
	margin: 0;
	width: 150px;
}
.footer-subscribe-form .gform_wrapper .gform_ajax_spinner {
	position: absolute;
}
.footer-subscribe-form .gform_wrapper div.validation_error {
	display: none!important;
}
.footer-subscribe-form .gform_wrapper.gform_validation_error .gform_footer {
	margin-top: 43px;
}
/* END Footer Subscribe Form */


/*
*  Internals
*/
.content:after {
	content: '';
	display: block;
	clear: both;
}
.home.full-width-content .content-sidebar-wrap > .content {
	margin: 0;
}

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

.events-page .content-sidebar-wrap > .content,
.no-margin-bottom .content-sidebar-wrap > .content,
.full-width-content.no-margin-bottom .content-sidebar-wrap > .content {
	margin-bottom: 0;
}

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

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

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

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

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

.internal-header {
    background: linear-gradient(180deg, #667081 0%, #474F5E 100%);
	background-position: center center;
	background-size: cover;
	padding: 50px 0 50px;
}

.internal-header h1 {
	color: #fff;
	text-transform: none;
	text-align: center;
	margin: 0;
	font-size: 24px;
}

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

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

.internal-header .breadcrumb,
.breadcrumb a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

.breadcrumb a:hover{
	text-decoration: underline;
}

.internal-header .wrapper {
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
}

.internal-header .share-popup-btn {
	width: 46px;
	height: 46px;
	display: inline-block;
	background: #fff;
	color: #262A35;
	font-size: 16px;
	border-radius: 100%;
	text-align: center;
	line-height: 45px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -23px;
}
/* End Internals */

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

.error404.full-width-content .content-sidebar-wrap > .content {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 100px;
    padding-top: 100px;
}

.error404 .content-404 {
	display: inline-block;
    width: 100%;
    padding: 40px 20px 0px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
}

h1.title-404 {
	color: #262A35;	
	font-family: "Open Sans";	
	font-size: 47px;	
	font-weight: bold;	
	line-height: 58px;	
	text-align: center;
}

.sub-404{
	color: #262A35;	
	font-family: "Open Sans";	
	font-size: 24px;	
	font-weight: bold;	
	line-height: 30px;	
	text-align: center;
}

.desc-404 {
	color: #020613;	
	font-family: "Open Sans";	
	font-size: 15px;	
	line-height: 28px;	
	text-align: center;
}

.image-404 {
    border: 1px solid #E0E1E4;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
    padding: 10px;
    margin: 0;
    width: 100%;
}

.menu-404 li {
    display: inline-block;
    padding: 15px 25px;
    margin-bottom: 40px;
}

.error404 .internal-header {
	display: none;
}

.error404 .site-inner {
    min-height: 300px;
    background: linear-gradient(180deg, #667081 0%, #474F5E 100%);
}

/* End 404 */

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

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

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

/*
*  Internals | Blog
*/
.post-meta {
	line-height: 1;
	margin-bottom: 15px;
}

.post-meta span {
	display: inline-block;
	margin-right: 15px;
}

.title-container h2 {
	position: relative;
	margin-bottom: 10px;
	font-size: 32px;
}

.single-post .title-container .post-title {
    padding-bottom: 20px;
    border-bottom: none;
    margin-bottom: 0px;
}

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

.single-job .content-sidebar-wrap {
    padding: 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: 60px;
}

.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;
	background: none;
	color: #A7A8AA;
	border: none;
	line-height: 1;
	border-right: 1px solid #E0E1E4;
	font-weight: 700;
	font-size: 16px;
	padding: 5px 19px;
	margin: 0;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span {
	background: none;
	color: #020613;
	border-color: #E0E1E4;
}

.wp-pagenavi .pages {
	display: none;
}

.display-none{
	display: none;
}

.wp-pagenavi a:last-child {
	border-right: none;
}

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

.sidebar .widget-title {
	margin: 0 0 20px;
	font-size: 15px;
	font-family: "Open Sans";
}

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

.side-links .menu {
	border-top: 1px solid #E0E1E4;
}

.side-links .menu li {
	border: 1px solid #E0E1E4;
	border-top: none;
}

.side-links .menu a {
	display: block;
	background: #F5F6F8;
	padding: 15px 40px 15px 20px;
	color: #465778;
	text-decoration: underline;
	font-size: 15px;
	line-height: 1;
	position: relative;
	font-weight: 600;
}

.side-links .menu a:after {
	content: '\f061';
	display: inline-block;
	font-family: 'FontAwesome';
	position: absolute;
	right: 20px;
	top: 50%;
	line-height: 1;
	font-size: 10px;
	margin-top: -5px;
}

.side-links .menu a:hover {
	color: #262A35;
	background: #fff;
	text-decoration: none;
}

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

/* Post share icons */
.share-icons-container {
	clear: both;
	padding: 15px 30px;
	background: #ffffff;
	border: 1px solid #E0E1E4;
}

.single-post .share-icons-container{
	margin-top: 20px;
	margin-bottom: 50px;
}

.share-icons-container .left-share{
	line-height: 44px;
    color: #262A35;
    font-family: "Open Sans";
    font-size: 20px;
}

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

.share-icons-container .right-share .genesis-share-icons-container{
	float: right;
	min-width: 390px;
	padding: 10px 0px 5px 0px;
	text-align: right;
}

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

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

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

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

/*  Share Popup  */
.share-box-wrap{
	padding: 40px;
	text-align:center;
    width:100%;
    min-width:800px;
}

.share-box-wrap h5{
 	font-size:17px !important;
 	font-weight:400 !important;
 	padding-bottom:20px;
}

#fancybox-close {
	background: none;
	background-color: #262A35;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 43px;
	top: -22px;
	right: -22px;
	color: #fff;
	text-decoration: none;
}

#fancybox-close:hover {
	background-color: #020612;
}

#fancybox-close:after {
	content: '\f00d';
	font-family: 'FontAwesome';
}

#fancybox-outer {
	box-shadow:0 0 24px 0 rgba(0,0,0,0.11);
	border-radius:2px !important;
}

#fancybox-content {
	border-radius:2px;
}

.blog-share.share-this-icon{
	border: 1px solid #99A7B3;
	background: #fff;
	color: #020613;
	font-size: 14px;
	height: 41px;
	width: 135px;
	line-height: 42px;
	margin:0;
}

.share-box-wrap ul.heateor_sss_sharing_ul {
	left: initial!important;
}

.share-box-wrap ul.heateor_sss_sharing_ul li {
	display: inline-block;
	float: none!important;
	margin: 0 5px!important;
}

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

/* Login Popup*/

#member-login-popup {
	padding: 10px;
    width: 500px;
}

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


/* Contact Page */
.contact-map {
	width: 100%;
	line-height: 0;
}

/* Team Member */
.team-profile-internal {
	border: 1px solid #E0E1E4;
}

.team-profile-internal .s1 {
	border-bottom: 1px solid #E0E1E4;
	padding: 30px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.team-profile-internal .s1 .image {
	margin-right: 40px;
}

.team-profile-internal .s2 {
	padding: 30px;
}

.team-profile-internal .s3 {
	background: #F5F6F8;
	border-top: 1px solid #E0E1E4;
    padding: 5px 25px;
}

/*
*  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 Extra
*/

.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: 3px solid #E0E1E4;
	padding: 0 35px 0 35px;
	margin: 45px 0;
	color: #333333;
	font-size: inherit;
	font-style: italic;
}

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

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

.col-xxs-12,
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths { width: 20%; float: left; }
}

@media (min-width: 992px) {
    .col-md-5ths { width: 20%; float: left; }
}

@media (min-width: 1200px) {
    .col-lg-5ths { width: 20%; float: left; }
}

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

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

.panel-heading .accordion-toggle {
	color: #262A35;
	padding: 20px 40px;
	background-color: #fff;
	letter-spacing: 0;
	font-weight: 700;
	text-decoration: none;
}

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

.panel-heading .accordion-toggle:hover{

}

.panel-heading .accordion-toggle.collapsed {
	background-color: #fff;
	color: #262A35;
	font-size: 15px;
}

.panel-heading .accordion-toggle.collapsed:hover {

}

.panel-heading .accordion-toggle.active {
	color: #020613;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
}

.panel-heading .accordion-toggle.active.collapsed {
	font-weight: 700;
	color: #262A35;
	font-size: 15px;
}

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

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

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

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

}

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

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

.panel-default>.panel-heading+.panel-collapse .panel-body{
	border-top: 1px solid #E3E7EB;
	padding: 20px 40px 20px 40px;
	font-size: 15px;
}
/* End Accordion */

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

/* [testimonial] */
.testimonial-box {
	position: relative;
    display: 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-cta .cta-item {
	background:#F7F8F9;
}

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

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

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

.sidebar-cta .s2 {
	background: #fff;
	padding: 30px 40px 40px;
	border: 1px solid #E0E1E4;
}

.sidebar-cta .s2 .heading {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0px;
	line-height: 20px;
}

.sidebar-cta .cta-item.style-2 {
	background: #FFF;
	text-align: center;
}

.sidebar-cta .style-2 .s1 {
	padding: 15px;
	border: 1px solid #E0E1E4;
	border-bottom: 0;
}

.sidebar-cta .style-2 .heading {
	font-weight: 700;
}

.sidebar-cta .style-2 .s2 {
	padding: 0;
}

.sidebar-cta .style-2 .s3 {
	border: 1px solid #E0E1E4;
	border-top: 0;
	padding: 20px;
}



.sidebar-cta .style-3 .s2 {
    position: absolute;
    bottom: 0;
    background: none;
}

.sidebar-cta .style-3 .s2 .heading{
    position: relative;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 24px!important;
    font-weight: 800!important;
    line-height: 33px;
    text-align: center;
    padding: 0;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.sidebar-cta .style-3 .s2 .btn {
    margin: 10px auto 0;
}

.sidebar-cta .style-3 .s1 .sub_heading {
    position: absolute;
    width: 100%;
    margin-top: 10px;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 800;
    line-height: 33px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.sidebar-cta .style-3 .s1 .heading .big-yellow {
    display: block;
    color: #FFCD30;
    font-family: "Open Sans";
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    text-align: center;
}

/* Testimonial slideshow */
.testimonials-slideshow-box{
	width: 100%;
    max-width: 1200px;
    padding: 5px;
    margin: auto;
}

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

.testimonials-slideshow-box .testimonial-item {
	font-size: 14px;
	color: #707585;
	padding: 0;
	max-width: 1200px;
	margin: auto;
	position: relative;
	line-height: 28px;
}

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

.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{
    font-size: 12px;
    padding: 0 0 20px 0;
    clear: both;
    width: 100%;
    text-align: center;
	color: #616161;
	letter-spacing: 1px;
}

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

/* Shortcode - internal_cta */
.cta-box {
	color: #FFFFFF;
	position: relative;
    padding: 90px 50px;
	text-align: center;
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
}

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


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

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

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

.cta-payroll-news-sign-up-right a{
	float: right;
}


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

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

.filters-container .media-boxes-filter {
	margin: 0 -10px 0 0;
	padding: 0;
	list-style: none;
}

.filters-container ul.media-boxes-filter li {
	list-style: none;
	display: inline-block;
}

.media-boxes-filter-container {
	background: none;
    margin-bottom: 5px;
    max-width: 100%;
    margin-left: 0px!important;
    padding-left: 40px!important;
    margin-right: 0px!important;
    padding-right: 40px!important;
    border: 1px solid #E0E1E4;
    border-radius: 2px;
    background-color: #FFFFFF;
}

.filters-container .filter-heading {
	display: inline-block;
	margin-right: 20px;
	font-weight: 700;
}

.media-boxes-filter-container > .wrapper {
	padding-left: 0;
	padding-right: 0;
}

.media-boxes-filter-container .inner {
	position: relative;
	padding: 20px 0;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.media-boxes-filter a {
	display: inline-block;
    background: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    color: #262A35;
    padding: 13px 30px;
    text-align: center;
    margin: 5px 10px;
    border: 1px solid #262A35;
    border-radius: 20px;
    background-color: #FFFFFF;
}

ul.media-boxes-filter>li a.selected {
    background: #fff;
    color: #262A35;
}

.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-boxes-drop-down-menu >li >a,
.media-boxes-drop-down-menu >li >a:focus {
	color: inherit;
	font-weight: inherit;
}

.media-boxes-drop-down-menu >li >a:hover {
	background: #eee;
}

.media-boxes-drop-down-menu >li.selected >a,
.media-boxes-drop-down-menu >li >a.selected {
	background: #eee;
}

.media-box-container {
	margin-left: 30px;
    margin-bottom: 30px;
    border: 1px solid #E0E1E4;
    border-radius: 3px 0 3px 0;
    background-color: #FFFFFF;
    box-shadow: 0 3px 24px 0 rgba(2,6,19,0.09);    
    overflow: hidden;
}

.media-box-title {
    margin-bottom: 8px;
    color: #020613;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;  
    min-height: 55px;
}

.media-box-content {
	border-bottom: 1px solid #F5F6F8;
	min-height: 220px;
    padding: 20px 16px!important;
}

.media-box-text {
	font-size: 13px;
    min-height: 70px;
}

.media-box .link-container {
	margin-top: 10px;
}

.media-box-author {
	color: #999;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
}

.in-the-media.media-box .media-box-title{
    min-height: 40px;
}

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

.social-icons a,
.share-this-icon{
	background-color: #444;
	margin: 20px 25px 20px 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 20px;
	color: #465778 !important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
    text-decoration: none;
}

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

.custom-social-icons a {
	margin: 20px 25px 20px 0;
	width: 44px;
	height: 44px;
	line-height: 42px;
	border-radius: 100%;
	border: 1px #020613 solid;
	color: #020613;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}

.social-icons.style-1 a,
.custom-social-icons.style-1 a,
.footer-social-icons a {
	background: none;
	width: 40px;
	height: 40px;
	float: none;
	display: inline-block;
	font-size: 12px;
	margin: 0 5px;
	text-decoration: none;
	border: 1px solid #020613;
	color: #020613;
	line-height: 38px;
}

.social-icons.style-1 a:hover,
.custom-social-icons.style-1 a:hover,
.footer-social-icons a:hover {
	color: #fff;
	background: #020613;
}

.social-icons.style-2 a,
.custom-social-icons.style-2 a {
	margin: 0 33px 0 0;
	background: none;
	color: inherit;
	width: initial;
	height: initial;
}

/* Meta Detail */
.meta-detail {
	margin-bottom: 20px;
}

.meta-detail .label {
	display: block;
	margin-bottom: 4px;
}

.meta-detail .value {
	display: inline-block;
}

.meta-detail.style-2 {
	margin-bottom: 10px;
}

.meta-detail.style-2 .label {
	font-size: 12px;
	font-weight: 700;
}

.meta-detail.style-2 .value {
	display: block;
	font-size: 13px;
	line-height: 1.4;
}

/* 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-size: 20px;
    font-weight: 300;
	color: #acb3c0;
	letter-spacing:2.26px;
	line-height: 1.3;
	text-align: center;
	float: left;
	margin-right: 25px;
	text-transform: uppercase;
}
.column-post-carousel .post-item .date > span,
.sidebar .date > span {
	display: block;
}
.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;
}

/* 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 {
    max-width: 96%;
    margin: 0 auto;
	position: relative;
}

.asf-trigger:before{
	content: '';
    position: absolute;
    background-image: url(/wp-content/themes/australianpay/images/search-icon.png);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.orange{

	/*color: #F1BA2D;*/
	color: #262A35;
}

span.lg-box-text{
	position: relative;
	display: block;
    border-radius: 50.5px;
    background-color: #FFFFFF;
    width: 100%;
    border: 1px solid #E0E1E4;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    padding: 25.5px 15px;
    box-shadow: 0 3px 24px 0 rgba(2,6,19,0.09);
    overflow: hidden;
    z-index: 9;
}

span.orange-wrapper{
	position: relative;
}

.animation-box{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0px;
	top: 0px;
	z-index: 1;
}

.asf-trigger {
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	line-height: 1;
    margin-left: 20px;
	width: 28px;
	height: 28px;
	max-width: 100%;
	top: 8px;
}
.asf-trigger-container {
	border-left: 1px solid #020613;
	margin-left: 25px;
}
.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: linear-gradient(180deg, #667081 0%, #474F5E 100%);
	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: 106px;
	padding: 25px 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: 1.6em;
	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;
	font-weight: 400;
	text-decoration: none;
	font-size: 14px;
}

/* Item Formats */
/* Post Item */
.post-item.style-1 {
	width: 370px;
	max-width: 100%;
	border-bottom: 1px solid #F5F6F8;
	padding-bottom: 30px;
}

.post-item.style-1 .s2 {
	min-height: 124px;
	padding-top: 13px !important;
	position: relative;    
	min-height: 200px;
}

.post-item.style-1 .link-container.podcast, .post-item .link-container.podcast{
	position: relative;
}

/*.post-item.style-1 .link-container.podcast:before , .post-item .link-container.podcast:before{
	content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}*/

.podcast-box .media-box-image .image-tag {
	left: inherit;
	right: 10px;
}

span.podcast-number{
	position: absolute;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: bold;
    color: #262A35;
    opacity: 0.4;
    top: -25px;
}

.podcast-page #pgc-w5b8f850f3f4d3-0-0{
	padding-left: 0px;
	padding-right: 0px;
}

.post-item.style-1 .image {
	margin-bottom: 10px;
}

.post-item.style-1 .heading,
.post-item .heading {
	margin-bottom: 8px;
	line-height: 1.4;
	max-height: 44px;
	font-size: 15px;
	font-weight: bold;
}

.span.podcast-number{
	position: absolute;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: bold;
    color: #262A35;
    opacity: 0.4;
}

.post-item.style-1 .heading a,
.post-item .heading a {
	color: inherit;
	text-decoration: none;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 700;
	color: #020613;
}

.post-item.style-1 .text {
	font-size: 13px;
	max-height: 40px;
}

.post-item.style-1 .link-container,
.post-item .link-container {
	margin-top: 10px;
}

.more-link,
.more-link:focus,
.more-link:visited {
	color: #020613;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
}
.podcast .more-link{
	position: relative;
    padding-left: 28px
}

.podcast .more-link:before{
	content: '';
    background-image: url(/wp-content/themes/australianpay/images/play.png);
    padding-right: 0.5em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-decoration: none;
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
}

.more-link:hover {
	color: #020613;
	text-decoration: none;
}

.post-item.style-2 .text {
	max-height: 96px;
}

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

.testimonial-item.style-2 .s1.c {
    font-size: 24px;
    font-weight: bold;
    color: #020613;
    line-height: 1.3;
    margin-bottom: 25px;
}

/* Box Item */
.box-item {
	border: 1px solid #E0E1E4;
	border-radius: 1px;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 60px;
	width: 370px;
	max-width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 410px;
	box-shadow: 0 3px 24px 0 rgba(2,6,19,0.09);
}

.box-item .icon {
	width: 120px;
	height: 120px;
	text-align: center;
	border-radius: 100%;
	line-height: 118px;
	font-size: 35px;
	margin: 0 auto;
}

.box-item .icon i{
	color: #262A35;
	opacity: 0.25;
	font-size: 65px;
}

.box-item .heading {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.box-item .s2 {
	padding: 0 20px 0;
	text-align: center;
}

/* Testimonial Item - Style 1 */
.testimonial-item.style-1 {
	border-bottom: 1px solid #E0E1E4;
	padding-bottom: 20px;
}

.testimonial-item.style-1 .s2 {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	-webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

	margin-top: 15px;
}

.testimonial-item.style-1 .s2 .image {
	min-width: 70px;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 20px;
}

.testimonial-item.style-1 .name,
.testimonial-item.style-1 .title {
	font-size: 12px;
	font-weight: bold;
	color: #262A35;
}

.testimonial-item.style-1 .title {
	border-left: 1px solid #262A35;
	padding-left: 10px;
	margin-left: 10px;
}

/* Testimonial Item - Style 2 */
.testimonial-item.style-2 {
	text-align: center;
	position: relative;
	padding-top: 55px;
}

.testimonial-item.style-2:before {
	content: '“';
    font-family: 'Open Sans', sans-serif;
    color: #020613;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
    display: inline-block;
    pointer-events: none;
}

.testimonial-item.style-2 .content {
	color: #020613;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.testimonial-item.style-2 .name {
	color: #333333;
}

/* Testimonial Item - Style 3 */
.testimonial-item.style-3 {
	position: relative;
	padding: 28px 0 25px;
}

.testimonial-item.style-3 .s1.c{
	color: #020613;
	font-size: 15px;
	font-style: italic;
}

.testimonial-item.style-3 .s2{
	margin-top: 19px;
}

.testimonial-item.style-3:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	left: 0;
	background-color: #E0E1E4;
	right: 0;
}


.testimonial-item.style-3:before {
	content: '“';
    font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	font-weight: 700;
	color: #E0E1E4;
	position: absolute;
	top: -7px;
	left: 0;
	line-height: 1;
}

.testimonial-item.style-3 .content {
	font-style: italic;
}

.testimonial-item.style-3 .name {
	font-size: 12px;
	font-weight: 700;
}

/* Testimonial Item - Style 4 */
.testimonial-item.style-4 {
	border: 1px solid #E0E1E4;
}

.testimonial-item.style-4 .s1 {
	position: relative;
	font-size: 13px;
	font-style: italic;
	padding: 50px 20px 30px;
}

.testimonial-item.style-4 .s1:before {
	content: '“';
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	font-weight: 700;
	color: #262A35;
	position: absolute;
	top: 15px;
	left: 14px;
	line-height: 1;
	font-style: normal;

}

.testimonial-item.style-4 .s2 {
	border-top: 1px solid #E0E1E4;
	background: #F5F6F8;
	padding: 10px 20px;
	font-size: 13px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.testimonial-item.style-4 .s2-a {
	margin-right: 10px;
}

.testimonial-item.style-4 .name {
	display: block;
	font-weight: 700;
}

.testimonial-item.style-4 .title {
	display: block;
}

/* Testimonial Item - Style 5 */
.testimonial-item.style-5 {
	color: #fff;
	text-align: center;
}

.testimonial-item.style-5 .content {
	font-size: 24px;
	font-weight: 300;
	max-height: 81px;
}

.testimonial-item.style-5 .title {
	font-weight: 600;
}

/* Profile Item */
.profile-item.style-1 {
	text-align: center;
    border-bottom: 1px solid #E0E1E4;
    padding: 29.5px 0 10px;
    margin-bottom: 30px;
    border: 1px solid #E0E1E4;
    background: #fff;
    box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
    padding-top: 10.5px;
    padding-left: 10.5px;
    padding-right: 10.5px;    
    min-height: 400px;
    max-height: 400px;
}

.profile-item.style-1 .position {
	line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 40px;
}

.profile-item.style-1 a {
	display: inline-block;
	color: #465778;
	font-size: 17px;
	font-weight: 600;
}

.profile-item.style-1 .image {
	margin-bottom: 30px;
}



.profile-item.style-1 .name a{
	color: inherit;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.profile-item.style-1 .email a {
	color: inherit;
	font-size: 15px;
	font-weight: 600;
}

.profile-item.style-1 .link-container {
	margin-top: 10px;
}

/* Service Item */
.service-item.style-1 {
	height: 500px;
	padding: 30px;
	position: relative;
	background-color: #262A35;
	color: #fff;
	background-size: cover;
	background-position: center;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align: flex-end;
	-webkit-flex-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.service-item.style-1 .heading {
	color: #fff;
}

/* Event Item */
.event-item.style-1 {
	border: 1px solid #E0E1E4;
}
.event-item.style-1 .s1 {
	border-bottom: 1px solid #E0E1E4;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.event-item.style-1 .s1-a {
	border-right: 1px solid #E0E1E4;
	width: 72px;
	min-width: 72px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.event-item.style-1 .s1-a .fa {
	font-size: 21px;
	color: #A7A8AA;
}
.event-item.style-1 .s1-b {
	padding: 18px 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.event-item.style-1 .meta {
	margin-right: 40px;
	position: relative;
	padding-left: 30px;
}
.event-item.style-1 .meta:last-child {
	margin-right: 0;
}
.event-item.style-1 .meta .fa {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	display: inline-block;
	width: 30px;
	height: 40px;
	line-height: 40px;
}
.event-item.style-1 .s2 {
	padding: 18px 30px 25px;
	min-height: 178px;
}
.event-item.style-1 .category {
	opacity: .5;
	font-size: 13px;
}
.event-item.style-1 .name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	max-height: 18px;
}
.event-item.style-1 .excerpt {
	height: 48px;
}
.event-item.style-1 .link-container {
	margin-top: 15px;
}

/* Custom Elements */
.round-mask {
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
}

.image-mask-1 {
	box-shadow: 0 1px 24px 0 rgba(2,6,19,0.12);
	padding: 12px;
	border-radius: 2px;
	display: inline-block;
	line-height: 0;
}
.image-mask-1.big {
	padding: 15px;
}

.image-mask-2 {
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #E0E1E4;
	line-height: 0;
}

.image-mask-3 {
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #E0E1E4;
	line-height: 0;
	padding: 11px;
}
.image-mask-3.big {
	padding: 15px;
}


.custom-well .icon i{
	position: absolute;
	top: 30.5px;
}

/* Custom Well */
.custom-well {
	position: relative;
	border: 1px solid #E0E1E4;
	border-radius: 1px;
	background-color: #FFFFFF;
	padding: 24.5px 37.5px;
	width: 100%;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.custom-well .s1 {
    -webkit-box-flex: 1;
}
.custom-well .heading {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}
.custom-well .icon {
	color: #E0E1E4;
	font-size: 25px;
	margin-right: 10px;
	min-width: 50px;
}
.custom-well .image {
	min-width: 160px;
	height: 160px;
	margin-right: 30px;
	border-radius: 100%;
	overflow: hidden;
}

/* Point Listing */
.point-listing {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #E0E1E4;
	padding-bottom: 20px;
	min-height: 138px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.point-listing .icon i{
	position: absolute;
	top: 0;
}

.point-listing .s1{
   -webkit-box-flex: 1;
}
.point-listing .heading {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}
.point-listing .icon {
	font-size: 37px;
	color: #6B6C70;
	min-width: 70px;
	margin-right: 20px;
}
.point-listing .number {
	min-width: 70px;
	width: 70px;
	height: 70px;
	border: 1px solid #E0E1E4;
	text-align: center;
	margin-right: 30px;
	font-size: 32px;
	font-weight: 700;
	color: #020613;
	line-height: 68px;
}

/* Row Listing */
.row-listing {
	border: 1px solid #E0E1E4;
	border-radius: 2px;
	background-color: #FFFFFF;
	display: inline-block;
	width: 100%;
	padding: 20px 40px;
	margin-bottom: 20px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.row-listing a {
	display: inline-block;
	text-decoration: none;
	font-weight: inherit;
	color: inherit;
}
.row-listing .s1 {
	-webkit-box-flex: 1;
}
.row-listing .s2 {
	float: right;
	width: 45px;
	min-width: 45px;
	height: 45px;
	border: 1px solid #E0E1E4;
	text-align: center;
	line-height: 43px;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
}
.row-listing .s2 a {
	color: #262A35;
	font-weight: 400;
	font-size: 12px;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
}
.row-listing .s2 a:hover {
	opacity: .7;
}
.row-listing .text {
	font-size: 15px;
	display: block;
	color: #262A35;
	line-height: 1.4;
	font-weight: 700;
}
.row-listing .sub-text {
    display: block;
    color: #020613;
    line-height: 1.4;
    font-size: 13px;
}

/* Image Box */
.image-box {
	border-radius: 1px;
	background-color: #6B6C70;
	position: relative;
	display: inline-block;
}

.image-box span.find-out-more {
	text-decoration: underline;
}

.image-box:hover span.find-out-more {
	text-decoration: none;
} 

.image-box .s1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(2,6,19,0.9) 100%);
	color: #fff;
	padding: 23.5px 25px;
}
.image-box .text {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 24px;
}
.image-box .sub-text {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 23px;
}
.image-box .btn-link {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
.image-box .btn-link:hover {
	text-decoration: none;
	color: #fff;
}

/* Custom Weather Widget */
.ff-weather-widget {
	border:1px solid #E0E1E4;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.ff-weather-widget .s1 {
	font-size: 24px;
	font-weight: 400;
	background: #F9FAFC;
	border-right: 1px solid #E0E1E4;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
}
.ff-weather-widget .s2 {
	text-align: left;
	width: 208px;
}
.ff-weather-widget .s2-a {
	border-bottom: 1px solid #E0E1E4;
	font-weight: 700;
	font-size: 12px;
	padding: 9px 25px;
}
.ff-weather-widget .s2-a a {
	color: inherit;
	text-decoration: none;
}
.ff-weather-widget .s2-b {
	font-size: 15px;
	text-transform: capitalize;
	padding: 13px 25px 0;
}

/* Pricing Box */
.ff-pricing-box {
	border: 1px solid #E0E1E4;
	text-align: center;
	background: #fff;
    box-shadow: 0 3px 24px 0 rgba(2,6,19,0.09);
}
.ff-pricing-box .s1 {
	padding: 20px 30px;
	font-weight: bold;
}
.ff-pricing-box .s2 {
	background: #6ADE9B;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding: 30px;
}
.ff-pricing-box .s3 {
	padding: 30px 20px 40px;
}
.ff-pricing-box .link-container {
	margin-top: 50px;    
	margin-bottom: 20px;
}


/* Logo Carousel */
.logo-carousel.style-1 {
	border: 1px solid #E0E1E4;
	padding: 39.5px 40px;
    /*background: #fff;*/
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
}

.logo-carousel.style-1 .s1 {
	min-width: 255px;
	width: 255px;
	padding-right: 10px;
	border-right: 1px solid #E0E1E4;
	margin-right: 40px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.logo-carousel.style-1 .s2 {
	width: 100%;
	overflow: hidden;
	-webkit-box-flex: 1;
}

.logo-carousel.style-1 .carousel-container {
	margin-bottom: 0;
	max-height: 100px;
}

.logo-carousel.style-1 .heading {
	font-size: 15px;
	font-weight: bold;
}

.logo-carousel.style-1 .logo-carousel-item {
	height: 60px;
	margin: 0 30px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: center;
	-webkit-justify-content: center;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.logo-carousel.style-1 .logo-carousel-item img{
    max-height: 100%;
    width: auto;
}


.we-work-with-us-car .logo-carousel.style-1 {
	background: #fff;
}

/* CTA */
.ff-cta.style-1 .inner {
	height: 210px;
	padding: 40px 50px;
	color: #fff;
	background-color: #262A35;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
}

.ff-cta.style-2 .inner {
	border: 1px solid #E0E1E4;
	padding: 40px;
	text-align: center;
}

.ff-cta.style-1 .inner .s1{
    -webkit-box-flex: 1;
}

.ff-cta.style-2 .heading {
	font-size: 36px;
	margin-bottom: 5px;
}

.ff-cta.style-2 .s2 {
	margin-top: 30px;
}

.ff-cta.style-3 {
	background-color: #6B6C70;
	color: #fff;
	opacity: 0.65;
	border-radius: 2px;
	padding: 45px;
}

.ff-cta.style-3 .heading {
	color: #fff;
	margin-bottom: 5px;
}

.ff-cta.style-3 .s2 {
	margin-top: 30px;
}

.ff-cta.style-4 .inner {
	padding: 40px 50px;
	background-color: #fff;
	border: 1px solid #E0E1E4;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	justify-content: space-between;
    -webkit-justify-content: space-between;

    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ff-cta.style-4 .heading {
	color: #020613;
	margin-bottom: 5px;
}

/* CTA Carousel */
.cta-carousel.style-1 {
	border-radius: 2px;
	background-color: #262A35;
	color: #fff;
	height: 210px;
}

.cta-carousel.style-1 .ff-cta .inner {
	height: 210px;
	padding: 40px 50px;
	color: #fff;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	justify-content: space-between;
    -webkit-justify-content: space-between;

    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ff-cta.style-4 .inner .s1{
    -webkit-box-flex: 1;
}

.cta-carousel.style-1 .heading {
	margin-bottom: 5px;
	color: #fff;
}

.cta-carousel ul.slick-dots {
	margin: 0;
	position: absolute;
	bottom: 24px;
	list-style: none;
	text-align: left;
	left: 0;
	padding: 0 45px;
}

.cta-carousel .slick-dots li {
	list-style: none;
}

.cta-carousel .slick-dots li {
	width: 12px;
	height: 12px;
}

.cta-carousel .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #808790;
	padding: 0;
}

.cta-carousel .slick-dots li.slick-active button {
	background: #fff;
}

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

/* Post Author Box */
.post-author-box {
	border: 1px solid #E0E1E4;
}

.post-author-box .s1 {
	border-bottom: 1px solid #E0E1E4;
	padding: 15px 40px;
}

.post-author-box .s2 {
	padding: 30px 40px;

	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.post-author-box .heading {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
}

.post-author-box .image {
	margin-right: 35px;
}

.post-author-box .name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}

.post-author-box .description {
	margin-top: 5px;
	font-size: 13px;
}

.post-author-box .social-links {
	margin-top: 12px;
}

.post-author-box a,
.post-author-box a:visited {
	color: inherit;
}

.post-author-box .social-links .icon {
	margin-right: 20px;
}

.post-author-box .social-links .fa {
	font-size: 15px;
}

.post-author-box .social-links .email {
	font-size: 12px;
}

.post-author-box .social-links .email .fa {
	font-size: 15px;
	margin-right: 10px;
}

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

/* Sticky Footer CTA */
body.with-footer-sticky-cta {
	padding-bottom: 68px;
}

.footer-sticky-cta-box{
    position: fixed;
    z-index: 9999999;
}

.footer-sticky-cta {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #262A35;
	padding: 10px 0;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.6);
	color: #fff;
}

.footer-sticky-cta.stick {
	display: block;
}

.footer-sticky-cta.disabled {
	display: none;
}

.footer-sticky-cta .inner {
	position: relative;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	justify-content: space-between;
    -webkit-justify-content: space-between;

    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer-sticky-cta .inner .left{
    -webkit-box-flex: 1;
}

.footer-sticky-cta .close-btn {
	font-size: 30px;
	cursor: pointer;
	margin: 0;
	display: inline-block;
	position: absolute;
	right: -70px;
	top: 50%;
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin-top: -23px;
}

.site-version-text {
	font-size: 12px;
	line-height: 1.4;
	margin-right: 20px;
}

/* Instagram */
.instagram-feed-container .heading {
	margin-bottom: 34px;
}

.instagram-feed-container .heading .fa {
	font-size: 19px;
	margin-right: 24px;
}

.instagram-feed-container .row {
	margin-right: -12px;
	margin-left: -12px;
}

.instagram-feed-container .col {
	width: 20%;
	position: relative;
	min-height: 1px;
	padding-right: 12px;
	padding-left: 12px;
}

.instagram-feed .item {
	display: inline-block;
	width: 215px;
	height: 0;
	padding-top: 100%;
	max-width: 100%;
	background-position: center;
}

/* Testimonial Carousel */
.testimonials-carousel {
	text-align: center;
	color: #020613;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.testimonials-carousel .inner {
	width: 100%;
}

.testimonials-carousel .heading {
	color: #fff;
	margin-bottom: 50px;
}

/* Mobile Static Banner */
#mobile-static-banner-container {
	display: none;
}

@media only screen and (max-width: 768px) and (min-width: 768px){

    .heading-1-home {
		color: #FFFFFF;
		font-family: "Open Sans";
		font-size: 40px;
		font-weight: 800;
		line-height: 55px;
		text-shadow: 0 0 30px 0 rgba(2,6,19,0.22);
	}
	.text-1-home {
		color: #FFFFFF;
		font-family: "Open Sans";
		font-size: 21px;
		font-weight: bold;
		line-height: 20px;
	}
}

.mobile-static-banner {
	color: #fff;
	padding: 90px 0;
}

.mobile-static-banner .heading-1 {
	font-size: 30px;
	font-weight: 700;
}

.mobile-static-banner .text-1 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
}

.mobile-static-banner .text-2 {
	font-size: 15px;
	font-style: italic;
}

.mobile-static-banner .el-3 {
	margin-bottom: 50px;
}

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

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

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


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

.panel-row-style.vertical-align {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.panel-row-style.vertical-align .panel-grid-cell {
	position: relative;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	flex-direction: row;
	-webkit-flex-direction: row;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

	align-content: center;
	-webkit-align-content: center;
}

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

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

span.image-tag.podcast {
    background-color: #FFCD30;
}

/* Slick Inits */
.testimonials-carousel .carousel-container,
.cta-carousel,
.instagram-carousel .row,
.logo-carousel.style-1 .carousel-container {
	opacity: 0;
}

.testimonials-carousel .carousel-container.slick-initialized,
.cta-carousel.slick-initialized,
.logo-carousel.style-1 .carousel-container.slick-initialized,
.instagram-carousel .row.slick-initialized {
	opacity: 1;
}

.instagram-carousel .row {
	max-height: 220px;
}

/* Misc */
.query-heading-section {
	min-height: 30px;
}

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

.image {
	position: relative;
}

.image-tag {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: 15px;
	left: 10px;
	pointer-events: none;
	font-weight: 600;
	line-height: 1;
	text-shadow: 0 0 3px 0 rgba(52,66,82,0.51);
	background-color: #F9F9FB;
	border-radius: 12px;
	text-align: center;
	color: #262A35;
	font-size: 11px;
	padding: 6px 14px;
	text-transform: capitalize;
}

.loading-icon {
	cursor: default;
	z-index: 1000;
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.99);
	height: 100px;
	width: 140px;
	margin-top: -50px;
	margin-left: -70px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	text-align: center;
	padding: 15px;
}

.loading-icon .fa {
	font-size: 40px;
	color: #dcdcdc;
}

.loading-icon span {
	display: block;
	margin: 10px 0 0;
	color: #344152;
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 14px;
}

/*
* Helpers
*/
.middle-box{ /* Vertical Align all */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

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

.middle-box *{
   -webkit-box-flex: 1;
}

.hide-box,
.hide-block,
.hide-item,
.hide{
	display: none !important;
}

.v-align-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	align-items: center!important;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
}

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

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

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

.fullwidth-override {
	margin-left: -4000px;
	padding-left: 4000px;
	margin-right: -4000px;
	padding-right: 4000px;
}

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

.center {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.w-900 { width: 900px; }

.f-10 { font-size: 10px; }
.f-11 { font-size: 11px; }
.f-12 { font-size: 12px; }
.f-13 { font-size: 13px; }
.f-14 { font-size: 14px; }
.f-15 { font-size: 15px; }
.f-16 { font-size: 16px; }
.f-17 { font-size: 17px; }
.f-20 { font-size: 20px; }
.f-24 { font-size: 24px; }
.f-29 { font-size: 29px; }
.f-32 { font-size: 32px; }
.f-36 { font-size: 36px; }
.f-39 { font-size: 39px; }
.f-40 { font-size: 40px; }
.bold { font-weight: 700; }
.light { font-weight: 300; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }

.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.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-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.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; }

.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }

.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }

.padding-y-50 { padding: 50px 0; }
.padding-y-70 { padding: 70px 0; }

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

.truncate,
.truncate-text {
	overflow: hidden;
}

.inherit {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
}


/**Button Icon Shortcode**/
/*
a.def-btn-icon.btn.secondary, a.def-btn-icon.btn.secondary:focus, a.def-btn-icon.btn.primary{
	position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #262A35;
    max-width: 100%;
    box-shadow: none;
    border-radius: 25px;
    height: 39px;
    line-height: 1.2;
    outline: 0;
    transition: none !important;
    transform: rotateZ(0.0001deg);
    perspective: 1000px;
    padding-left: 49.7px;
}

a.def-btn-icon.btn.primary{
	padding-right: 22.5px;
}

.mr-20{
	margin-right: 20px;
}


a.def-btn-icon.btn.secondary:hover, a.def-btn-icon.btn.primary:hover{
	text-decoration: none;
}

.def-btn-icon i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	left: 17px;
}

.def-btn-icon.btn.primary i {
    left: 26px;
    font-size: 18px;
}*/


a.def-btn-icon, a.def-btn-icon:hover, a.def-btn-icon:focus {
    display: inline-block;
    border: 1px solid #99A7B3;
    position: relative;
    border-radius: 19.5px;
    padding: 0 22px;
    height: 39px;
    line-height: 2.8;
    padding-left: 44px;
    text-decoration: none;
    color: #262A35;
    font-size: 13px;


}
a.def-btn-icon:hover{
	background-color: #FFCD30;
	border: 1px solid #FFCD30;
}

a.def-btn-icon.fw-18 i{
	font-size: 18px;
}

a.def-btn-icon.style2{
	background-color: #FFCD30;
	border: 1px solid #FFCD30;

}

a.def-btn-icon i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 17px;
	font-size: 15px;
}


.banner-carrousel-style{
	position: relative;
}
.banner-carrousel-style:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #020716;
	opacity: 0.34;
}

.banner-carrousel-style .logo-carousel.style-1{
	padding: 9px 0px;
	border: 0px;
	box-shadow: none;
}

.banner-carrousel-style .logo-carousel.style-1 .heading{
	z-index: 9999;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}

.banner-carrousel-style{
	position: relative;
	margin-top: -79px;
}

.banner-carrousel-style .logo-carousel.style-1 .s1{
	position: relative;
	min-width: 137px;
	margin-right: 60px;
	border: 0px;
}

#canvas-basic {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.34;
}

.banner-carrousel-style .logo-carousel.style-1 .s1:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 35px;
	background-color: #fff;
	right: 0;
}

.nav-nav {
    float: left;
    display: block;
    width: 33.33%;
}

.process-nav-header{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
    height: 81px;
    padding: 18px;
    text-align: center;
    border: 1px solid #E0E1E4;
    border-radius: 2px 0 0 0;
    background-color: #FFFFFF;
}

.process-nav-header:hover::before{
	left: -0%;
}

.process-box {
  	position: absolute;
  	display: block;
  	width: 100%;
  	border: 1px solid #E0E1E4;
  	background-color: #fff;
  	min-height: 432px;
  	border-top: 0px;
  	padding: 50px 0px;
}

.process-nav-header .sc{
	position: relative;
	z-index: 999;
}

.process-nav-header:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #FFCD30;
    z-index: 1;

    -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
       -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
         -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
            transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
       -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
         -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
            transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

.process-nav-header .s1{
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #262A35;
	font-weight: 700;
	vertical-align: middle;
}

.process-nav-header img{
	margin-right: 13.3px;
}

.process-cta{
	width: 711px;
    max-width: 100%;
    border: 1px solid #E0E1E4;
    border-radius: 3px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.08);
    padding: 21.5px 31.5px;
    padding-right: 20px;
    margin-bottom: 9px;
}

.process-nav-header.active:before{
	left: -0%;
}

.process-box.activetab{
	-webkit-animation: fade-in-left 1s cubic-bezier(0.600, 0.040, 0.980, 0.335) both;
	        animation: fade-in-left 1s cubic-bezier(0.600, 0.040, 0.980, 0.335) both;
	opacity: 1;
	z-index: 9999;
}


.process-box{
	opacity: 0;
}



.process-tab-content{
	position: relative;
    padding-top: 81px;
    z-index: 1;
    box-shadow: 0 3px 24px 0 rgba(2,6,19,0.09);
}

.process-box a.button{
	display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: 140px;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #262A35;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-decoration: none;
    line-height: 2.8;
    margin-left: 0;
    transform: translateZ(0);
    float: right;
}

@media only screen and (max-width: 768px){
		.process-box a.button{
			 float: none !important;
			 display: block;
		}
}

.process-box br:empty{
	display: none;
}

.process-box a.button:hover{
	background-color: #FBCF45;
    border-color: #FBCF45;
    color: #262A35;
    text-decoration: underline;

}

.process-cta span.s1{
	font-family: "Open Sans";
	vertical-align: middle;
	font-weight: 600;
	font-size: 15px;
	color: #130213;
}

.error textarea,
.error input[type="text"]::-webkit-input-placeholder,
.error input[type="tel"]::-webkit-input-placeholder,
.error input[type="password"]::-webkit-input-placeholder,
.error input[type="email"]::-webkit-input-placeholder{
	color: #FA7D5A;
}

.error textarea::-moz-placeholder,
.error input[type="text"]"]::-moz-placeholder,
.error input[type="tel"]"]::-moz-placeholder,
.error input[type="password"]"]::-moz-placeholder,
.error input[type="email"]"]::-moz-placeholder{
	color: #FA7D5A;
}

.error textarea:-ms-input-placeholder,
.error input[type="text"]"]:-ms-input-placeholder,
.error input[type="tel"]"]:-ms-input-placeholder,
.error input[type="password"]"]:-ms-input-placeholder,
.error input[type="email"]"]:-ms-input-placeholder{
	color: #FA7D5A;
}

.error textarea:-moz-placeholder,
.error input[type="text"]"]:-moz-placeholder,
.error input[type="tel"]"]:-moz-placeholder,
.error input[type="password"]"]:-moz-placeholder,
.error input[type="email"]"]:-moz-placeholder{
	color: #FA7D5A;
}

span.orange-wrapper{
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
}



/* ----------------------------------------------
 * Generated by Animista on 2018-7-18 18:8:28
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


/* Team Page */

.team-page .site-inner .content-sidebar-wrap {
	padding-bottom: 0px;
}

.team-page .panel-grid-cell {
	padding-top: 0px;
	padding-bottom: 0px;
}

.page-header .panel-layout .panel-grid {
	border: 1px solid #E0E1E4;
	border-radius: 2px;
}

.team-page .image-mask-3 {
	border-radius: 2px;
	border: none;
	padding: 0;
}

.team-page .image-mask-3 img {
	border-radius: 2px;
}

.team-page .profile-item.style-1 {
	border-radius: 3px;
}

.cta-bottom .ff-cta {
	padding: 11px;
	border: 1px solid #E0E1E4;
	border-radius: 2px;
}

.cta-bottom .ff-cta .inner {
	border-radius: 2px;
}

.cta-bottom .ff-cta .s1 .text {
	font-style: italic;
	color: #A7A8AA;
}

/* Team Profile- Specific */
.team-profile-internal .image-border {
	padding: 10.5px;
}

.content .team-profile-internal {
	border: 1px solid #E0E1E4;
	border-radius: 3px 3px 0 0;
	background-color: #fff;
}

.team-profile-internal .s1-b .name {
	font-size: 24px;
    margin-top: 30px;
}

.team-profile-internal .s2 .about-title{
    font-size: 12px;
}

.have-an-enquiry-wrapper {
    display: inline-block;
    padding: 5px 0px 5px 20px;
    background: #fff;
    border-radius: 20px;
    margin: 10px 0;
	border: 1px solid #E0E1E4;
}

.have-an-enquiry-wrapper .enquiry-label{
    padding: 5px 0px 5px 0px;
}

.have-an-enquiry-wrapper .profile-email-wrap{
	padding: 10px 15px;
    border-radius: 20px;
    background-color: #FFCD30;
    margin-left: 10px;
    font-weight: 600;
}

.have-an-enquiry-wrapper .profile-email-wrap a:hover{
	color: #262A35;
}


/* CTA */
.sidebar-cta .cta-item  .s2 {
	border: none;
	padding: 30px 10px;
}

.content-sidebar-wrap .sidebar-cta .s2 .heading {
	font-size: 24px;
	font-weight: 800;
}

.sidebar-cta .cta-item  .s2 .btn {
    width: 65%;
}

.box-style-internal-header {
	height: 121px;
	width: 100%;
	border-radius: 2px;
	background-color: #FFFFFF;
	padding: 35px 40px;
	margin: 20px auto 0 auto;
	border: 1px solid #E0E1E4;
	max-width: 1200px;
}

.box-style-internal-header.internal_header_2 {
	margin-bottom: 60px;
}

.box-style-internal-header .breadcrumb{
    font-size: 12px;
    font-style: unset;
    color: #A7A8AA;
	margin-top: 5px;
	text-align: left;
}

.box-style-internal-header .breadcrumb a {
    color: #A7A8AA;
    font-style: normal;
}



.single .box-style-internal-header {
	max-width: 1170px;
}

.single-job .box-style-internal-header {
    max-width: 1200px;
}

.box-style-internal-header h1{
	color: #262A35;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;
}

.box-style-internal-header-left {
	float:left;
}

.box-style-internal-header-right {
	float:right;
}

.box-style-internal-buttons a {
	border: 1px solid #99A7B3!important;
	color: #465778!important;	
	font-size: 14px!important;	
	padding: 13px 20px !important;
}

.box-style-internal-header .box-style-internal-sub-heading {
    font-size: 12px;
    font-style: unset;
    color: #A7A8AA;
}

.box-style-internal-header a {
	margin-right: 0px;
}

.box-style-internal-header .box-style-internal-header-left a.share-popup-btn {
    display: none;
}

.custom-internal-header .btn-internal-header-share {margin-right: 20px;}

.custom-internal-header-right a{
    font-size: 15px;
    width: 195px;
    margin-bottom: 10px;
}


.point-difference-wrap .pod-detail .content{
	font-family: "Open Sans";
    font-size: 15px;
    line-height: 28px;
    font-weight: normal;
}




/*  FLIP Boxes on Hover  */
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
	display: inline-block;
	float: left;
}
/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
	width: 270px;
    height: auto;
}

.flipper { /* flip speed goes here */
	transition: 0.9s;
	transform-style: preserve-3d;
	position: relative;
}

.front,
.back { /* hide back of pane during swap */
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.front {/* front pane, placed above back */
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}

.back { /* back, initially hidden pane */
	transform: rotateY(180deg);
	-webkit-transform: rotateY(-180deg);
}

/*  Flip Design  */
.flip-container .front{
	border: 1px solid #E0E1E4;	
	border-radius: 2px;
	background-color: #fff;	
	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
    padding: 0px;
}

.flip-container .back{
	border: 1px solid #E0E1E4;	
	border-radius: 2px;
	background-color: #fff;	
	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);   
    height: 100%;
    min-height: 443px;
    padding:15px;
}

.flip-container .front{
	text-align:center;
	position: relative;
}

.flip-container .front:after{
	content: '';
	background: url(../images/plus@2x.png);
	background-repeat: no-repeat;
	background-size:22px 22px;
	display:inline-block;
	width:22px;
	height:22px;
	position:absolute;
	bottom:10%;
	left:0;
	right:0;
	margin:auto;
}

.flip-container .image-con{
    position: relative;
    height: 376px;
    border-bottom: 1px solid #E0E1E4;
}

.flip-container .image-con img{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.flip-container .title-con{
    color: #262A35;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    padding: 20px 0px;
}

.flip-container .back .title-con{
	padding-bottom:10px;
}

.flip-container .back .content-con {
	font-size: 14px;
	margin-bottom: 20px;
}

/*.flip-container .link-text{
	color:#F26422;
	position:absolute;
	bottom:20px;
	font-size:1.067em;
	font-weight:600;
	padding-right: 20px;
}*/

/*  END Flip Boxes  */

.wrapper-no-padding > div.panel-grid-cell {
	padding: 0px!important;
}


span.orange-wrapper .orange {
    color: #F1BA2D!important;
}

.custom-internal-main-banner {
    padding: 0 15px;
}

.custom-single-event-post .custom-internal-main-banner{
	background-size: cover;
}

.custom-internal-main-banner .panel-grid-cell {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.single-podcasts .content-sidebar-wrap {
    margin-top: 0px;
    padding-top: 80px;
}

#gform_15 .gform_wrapper.gform_validation_error .top_label input.medium, 
#gform_15 .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%!important;
}


.image-box .fa-icon-wrap {
	position: absolute;
    background-color: #FFCD30;
    width: 34px;
    height: 34px;
    font-size: 17px;
    padding: 2px 9px;
    right: 10px;
    top: 10px;
    border-radius: 3px;
}

.site-footer .payroll-news-pop-wrapper .content-form {
	max-height: 400px;
    overflow: scroll;
}


/*Video Youtube*/

.video-wrapper {
	width: 100%; 
	margin: 0 auto; 
	position: relative; 
	max-width: 800px;
/*	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 0 rgba(0, 0, 0, 0.19);*/
}


.video-wrapper .fancybox-youtube {
	position: relative; 
	display: block;
}

.video-wrapper .play-btn {
	position: absolute; 
	top: 40%; 
	bottom: 50%; 
	left: 45%; 
	right: 50%;
}


/* Annual Conference Template*/

.conference-schedule .panel-grid-cell {
	padding-top: 20px;
	padding-bottom: 20px;
}

.conference-schedule .panel-grid-cell{
	border: 1px solid #E0E1E4;
	border-radius: 3px;
	position: relative;
    background: #fff;
}

.conference_title .conference_icon {
	position: absolute;
}

body .tab-style-1-container .panel-grid-cell{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.conference_title .conference_icon .fa {
	color: #262A35;
	padding: 8px;
	border: 1px solid;
	font-size: 20px;
	border: 1px solid #FFCD30;
	border-radius: 2px;
}

.conference_title .conference_text .conference_title_text,
.conference-schedule .conference-details-container {
	padding-left: 65px;
}

.conference-schedule .conference-details-container {
	display: flex;
}

.conference-schedule .conference-details-container .link-container {
	width: 200px;
}

.conference-details-container .upper {
	font-size: 14px;
}

.conference-details-container .lower {
	vertical-align: top;
	font-weight: bold;
}

.conference-details-container .r1 {
	padding-left: 80px;
}

.conference-details-container .lower .subtext {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.annual-conference-page .video-inner-img {
	background-image: url(/wp-content/uploads/2018/08/girl-video-image.jpg);
	background-repeat: no-repeat;
}

.annual-conference-page .video-inner {
	height: 315px;
	padding: 15px;
	border: 1px solid #E0E1E4;	
	border-radius: 2px;
	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
	margin-bottom: 20px;
}

#pg-806-3> .panel-row-style {
	border-bottom: none !important;
}

.no-border-top-panel .sow-tabs-panel-container {
	border-top: none!important;
}

.annual-conference-page .sow-tabs-panel-content .exhibitor-details-container:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

/* Woocommerce styles*/

.woocommerce div.product div.woocommerce-tabs .panel {
    padding: 20px;
}




/*Agenda Table*/

table.agenda-table {margin-left: 0px;margin-right: 0px;}

table.agenda-table td{padding: 5px 10px;vertical-align: top;}

table.agenda-table td.time{width: 200px; background-color: #f1f1f2;}

table.agenda-table td.main{width: 100px; text-align: center;}

table.agenda-table td.breakout{width: 100px; text-align: center;}

table.agenda-table td.breaktime {background-color: #f1f1f2;}

table.agenda-table span.title{
	color: #5d66ae;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}

table.agenda-table span.sub-title{
	font-size: 13px;
    line-height: 13px;
    display: block;
    margin-bottom: 10px;
}

.online-short-courses-price {
    border: 1px solid #333;
    border-radius: 25px;
    padding: 10px 20px;
    line-height: 25px;
    display: inline-block;
}

.online-short-courses-price.mobile{
	display: none;
}

.online-short-courses-price strong{
	font-size: 24px;
}

.partners-logo-wrap {
    margin-top: 70px;
}

.partners-logo-wrap .image {
	min-height: 150px;
}

.partners-logo-wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.testimonials-wrapper {
    max-height: 445px;
    overflow-y: auto;
}

.testimonials-wrapper .testimonial-item.style-3 {
	margin-bottom: 25px;
}

/* Industry Partners */
.industry-partners-post-item {
	border: 1px solid #E0E1E4;
    border-radius: 3px 0 3px 0;
    background-color: #FFFFFF;
    box-shadow: 0 3px 24px 0 rgba(2,6,19,0.09);
   	width: 100%;
    max-width: 100%;
    display: flex;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 300px;    
    align-items: center;
}

.industry-partners-post-item .s1.image {
    max-width: 290px;
    width: 290px;
    height: 250px;
    display: flow-root;
}

.industry-partners-post-item .s1.image img{
    width: 227px;
    margin-top: 50px;
}

.industry-partners-post-item .s2 {
	padding-left: 100px;
    padding-right: 35px;
	width: 890px;
}

.industry-partners-post-item .s2 .heading{
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

.industry-partners-post-item .s2 .website {
	text-align: left;
}

.industry-partners-post-item .s2 .text{
	text-align: left;
}

.industry-partners-query .page-navi-container {
	float: left;
}

/* Story Page*/
span.year-story {
	background-color: #FFCD30;
    padding: 5px 20px;
    border-radius: 28px;
    line-height: 60px;
}


/*CART*/

.woocommerce-cart .internal-header h1 {
    text-align: left;
}

.woocommerce-cart .internal-header .breadcrumb {
    text-align: left;
}

.woocommerce-cart .internal-header .wrapper {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}

.woocommerce-cart .site-inner {
	background: #fff;
}

.woocommerce-cart .woocommerce-placeholder {
	width: 20px!important;
}

.woocommerce-cart .product-thumbnail {
	width: 50px;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    color: #000!important;
    background-color: #FFCD30!important;
    border: 1px solid #FFCD30!important;
    border-radius: 25px!important;
    margin-top: 10px;
}
 
.woocommerce a.remove {
	 width: auto!important;
	 color: #FFCD30!important;
}

.woocommerce a.remove:hover {
    width: auto!important;
    background-color: #FFCD30!important;
    color: #000!important;;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

background:red !important;

background-color:#FFCD30 !important;

color:#000 !important;

text-shadow: transparent !important;

box-shadow: none;

border-color:#FFCD30 !important;

}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {

background:red !important;

background-color:#FFCD30 !important;

color:#000 !important;

text-shadow: transparent !important;

box-shadow: none;

border-color:#FFCD30 !important;

}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {

background: #FFCD30 !important;

color:#000 !important;

text-shadow: transparent !important;

border-color:#FFCD30 !important;

}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

background: #FFCD30 !important;

box-shadow: none;

text-shadow: transparent !important;

color:#000 !important;

border-color:#FFCD30 !important;

}


.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
	height: auto!important;
}

.book-page .site-inner {
	background: none;
}

.single-product #main .wrapper.details {
	margin-top: 80px;
}


button.single_add_to_cart_button:before {
    display: inline-block;
    font-family: FontAwesome;
    float: left;
    content: "\f217";
    font-weight: 300;
    margin-right: 1em;
}

.event-search-box .item button.single_add_to_cart_button:before{
	display: none;
}

.price-wrapper {
	position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.price-border {
    float: left;
    border: 1px solid #E0E1E4;
    border-radius: 2px;
    background-color: #FFFFFF;
    max-width: 351px;
    padding-left: 23px;
    padding-top: 10px;
    display: block;
    padding-bottom: 15px;
    width: 100%;
}

.woocommerce .quantity .qty {
    border: 1px solid #E0E1E4;
}


.woocommerce-Reviews #comments {
    float: left;
    width: 100%!important;
    max-width: 100%!important;
}

.woocommerce-Reviews #review_form_wrapper {
    float: right;
    width: 100%!important;
    max-width: 100%!important;
}


.woocommerce-Reviews .ginput_container_select:after,
.woocommerce-Reviews .select-container:after {
    right: -10px!important;
}

.single-product .site-inner {
	background: #fff;
}

.woocommerce #reviews #comments .commentlist>li::before {
    content: "“";
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #020613;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 45px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	bottom: 35px!important;
	top: auto!important;
	margin-left: 40px;
}


.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}


.woocommerce-cart .woocommerce-message a {
	display: none;
}

.woocommerce-cart .woocommerce a.wc-backward {margin-left:0px!important;}



/*Membership Login Pop-up*/


#member-login-popup .ms-membership-form-wrapper {}

#member-login-popup .ms-membership-form-wrapper .ms-auth-header {display: none;}

#member-login-popup #loginform {
    width: 350px;
    margin: 0 auto;
}

#member-login-popup #loginform input{
	width: 350px;
}


#member-login-popup #loginform input#wp-submit{
	height: 50px;	
	width: 150px;	
	border-radius: 25px;	
	background-color: #FFCD30;
	border: none;
	font-weight: bold;
}

#member-login-popup legend {
	border-bottom: none;
}

#member-login-popup .login-remember.ms-field {
	text-align: left;
}

#member-login-popup .login-remember.ms-field #rememberme{
	width: auto;
    display: inline-block
}

#member-login-popup .login-remember.ms-field label {
    display: inline-block
}

#member-login-popup .lost {
	display:none;
}


#member-login-popup .status.error{
	background: red;
    margin-bottom: 15px;
    border-radius: 15PX;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
}

#member-login-popup .ms-login-form {
	text-align: center;
    padding-top: 20px;
}





#member-login-popup .woo-login-popup-sc h2 {
	display: none;
}

#member-login-popup .woo-login-popup-sc-modal .woo-login-popup-sc-bg {
	display: none;
}

#member-login-popup .woo-login-popup-sc-modal.woo-login-popup-sc-modal-off {
	max-width: 400px;
	width: 100%;
    margin: 20px auto;
}


#member-login-popup .lost_password {
	display: none;
}

#member-login-popup .woo-login-popup-sc-modal input[type='text'], 
#member-login-popup .woo-login-popup-sc-modal input[type='password'], 
#member-login-popup .woo-login-popup-sc-modal input[type='email'] {
    font-weight: 600;
    width: 100%;
    padding: 7px;
    margin: 2px 6px 16px 0;
    border: 1px solid #E0E1E4;
    border-radius: 1px;
    color: #130213;
    font-family: "Open Sans";
    font-size: 15px!important;
    line-height: 28px;
}

/*Members Area*/
.page-template-page-members-area .site-header,
.members_webinar-template-page-members-area .site-header {
	padding: 0;
}

.page-template-page-members-area .site-header .title-area,
.members_webinar-template-page-members-area .site-header .title-area {
    margin-top: 5px;
}

.page-template-page-members-area .site-header .wrap,
.members_webinar-template-page-members-area .site-header .wrap {
	width: 1170px;
}


.page-template-page-members-area .vip-members-area-btn,
.members_webinar-template-page-members-area .vip-members-area-btn {
	text-decoration: none;
	cursor: pointer;
}

.page-template-page-members-area .vip-members-area-btn span,
.members_webinar-template-page-members-area .vip-members-area-btn span{
	margin-top: 10px;
    width: 240px;
    border-radius: 2px;
    background-color: #465778;
    box-shadow: 0 3px 24px 0 rgba(2,6,19,0.09);
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 7px;
    padding: 0px 10px;
} 

.page-template-page-members-area .members-area-top-menu,
.members_webinar-template-page-members-area .members-area-top-menu {
	margin-top: 40px;
}

.page-template-page-members-area .members-area-top-menu .ff-cart-icon,
.members_webinar-template-page-members-area .members-area-top-menu .ff-cart-icon {
    float: left;
    margin-right: 15px;
}

.page-template-page-members-area .members-area-top-menu .ff-cart-icon.with-count,
.members_webinar-template-page-members-area .members-area-top-menu .ff-cart-icon.with-count {
    padding-left: 44px;
}

.page-template-page-members-area a.my-membership-info-btn,
.members_webinar-template-page-members-area a.my-membership-info-btn {
	float: left;
}

.page-template-page-members-area .member-area-logout-btn,
.members_webinar-template-page-members-area .member-area-logout-btn {
	float: right;
}
/*home members area button*/
.page-template-page-members-area span.member-area-logout-wrap,
.members_webinar-template-page-members-area span.member-area-logout-wrap {
    border: 1px solid #E0E1E4;
    border-radius: 25px;
    background-color: #FFFFFF;
    height: auto;
    width: 246px;
    float: left;
    color: #262A35;
    padding-left: 20px;
    margin-left: 15px;
}

/*home main site button*/
span.member-area-logout-wrap {
    border: 1px solid #E0E1E4;
    border-radius: 25px;
    background-color: #FFFFFF;
    height: auto;
    width: 246px;
    color: #262A35;
    padding-left: 20px;
    margin-left: 0px;
	display: inline-block;
}

span.member-area-logout-wrap .member-area-label {
	margin-top: 6px;
    float: left;
    opacity: 0.5;
    color: #262A35;
}

.page-template-page-members-area span.member-area-logout-wrap .member-area-label,
.members_webinar-template-page-members-area span.member-area-logout-wrap .member-area-label {
    margin-top: 6px;
    float: left;
    opacity: 0.5;
    color: #262A35;
}

.page-template-page-members-area span.member-area-logout-wrap .member-area-label a,
.page-template-page-members-area span.member-area-logout-wrap .member-area-label a:hover,
.members_webinar-template-page-members-area span.member-area-logout-wrap .member-area-label a,
.members_webinar-template-page-members-area span.member-area-logout-wrap .member-area-label a:hover,
span.member-area-logout-wrap .member-area-label a,
span.member-area-logout-wrap .member-area-label a:hover{
	text-decoration: none;
    font-size: 13px;
	color: #262A35;
	padding: 10px 5px;
} 

.page-template-page-members-area .members_area_internal_header,
.members_webinar-template-page-members-area .members_area_internal_header {
	box-sizing: border-box;
    height: 87px;
    width: 1171px;
    border: 1px solid #E0E1E4;
    border-radius: 3px;
    background-color: #FFFFFF;	
    margin-top: 20px;
    padding-top: 25px;
}

.page-template-page-members-area .members_area_internal_header a.member-help-desk,
.members_webinar-template-page-members-area .members_area_internal_header a.member-help-desk {
	background-color: #FFCD30;
    border: 1px solid #FFCD30;
    position: relative;
    border-radius: 19.5px;
    padding: 10px 22px;
    height: 39px;
    line-height: 18px;
    text-decoration: none;
    color: #262A35;
    font-size: 13px;
    float: left;
}

.page-template-page-members-area .members_area_internal_header .search-wrap,
.members_webinar-template-page-members-area .members_area_internal_header .search-wrap {
    float: right;
    height: 40px;
    width: 350px;
    border: 1px solid #A7A8AA;
    border-radius: 1px;
    background-color: #FFFFFF;
}

.page-template-page-members-area .search-wrap input#s,
.members_webinar-template-page-members-area .search-wrap input#s {
	padding: 9px 23px;
    border: none;
    width: 270px;
}

.page-template-page-members-area .search-wrap button.search-submit,
.members_webinar-template-page-members-area .search-wrap button.search-submit {
    width: auto;
    float: right;
    background: none;
    border: none;
    padding: 5px 15px;
}


.page-template-page-members-area.full-width-stretch .content-sidebar-wrap .panel-grid-cell,
.members_webinar-template-page-members-area.full-width-content .content-sidebar-wrap .panel-grid-cell {
    padding-left: 0px;
    padding-right: 0px;
}

.page-template-page-members-area .members-menu-sidebar,
.members_webinar-template-page-members-area .members-menu-sidebar {
	background: #fff;
    border: 1px solid #E0E1E4;
    border-radius: 2px;
}

.page-template-page-members-area .content-sidebar-wrap,
.members_webinar-template-page-members-area .content-sidebar-wrap {
    width: 1171px!important;
    margin-top: 20px!important;
    position: relative;
    display: block;
}

.page-template-page-members-area .content-sidebar-wrap .members-sidebar,
.members_webinar-template-page-members-area .content-sidebar-wrap .members-sidebar {
	width: 371px;
    float: left;
    position: relative;
}

.page-template-page-members-area .content-sidebar-wrap .members-sidebar section,
.members_webinar-template-page-members-area .content-sidebar-wrap .members-sidebar section {
    border: 1px solid #E0E1E4;
    border-radius: 2px;
    background-color: #FFFFFF;
	margin-bottom: 20px; 
}

.page-template-page-members-area .content-sidebar-wrap .members-sidebar section.membership-account-information,
.members_webinar-template-page-members-area .content-sidebar-wrap .members-sidebar section.membership-account-information {
	background-color: #465778;
}

.page-template-page-members-area .content-sidebar-wrap .members-sidebar section.membership-account-information h5,
.members_webinar-template-page-members-area .content-sidebar-wrap .members-sidebar section.membership-account-information h5{
	color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    border-bottom: 1px solid #ffffff59;
    padding: 15px 25px;
}

.page-template-page-members-area .content-sidebar-wrap .members-sidebar section.membership-account-information ul,
.members_webinar-template-page-members-area .content-sidebar-wrap .members-sidebar section.membership-account-information ul{
	padding: 0 25px 25px;
}
.page-template-page-members-area .content-sidebar-wrap .members-sidebar section.membership-account-information ul li a,
.members_webinar-template-page-members-area .content-sidebar-wrap .members-sidebar section.membership-account-information ul li a{
	color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 32px;
    display: block;
}

.page-template-page-members-area .content-sidebar-wrap .members-sidebar section.membership-account-information ul li a .fa,
.members_webinar-template-page-members-area .content-sidebar-wrap .members-sidebar section.membership-account-information ul li a .fa{
    float: right;
    padding-top: 8px;
    padding-right: 5px;
}

.page-template-page-members-area .content-sidebar-wrap .members-sidebar section.membership-account-information ul li a img,
.members_webinar-template-page-members-area .content-sidebar-wrap .members-sidebar section.membership-account-information ul li a img{
    float: right;
    padding-top: 1px;
}

.page-template-page-members-area .content-sidebar-wrap article,
.members_webinar-template-page-members-area .content-sidebar-wrap article {
    float: right;
    width: 770px;
    background: #fff;
    padding: 0 20px;
    border: 1px solid #E0E1E4;
    border-radius: 2px;
}

.page-template-page-members-area .content-sidebar-wrap article {
	padding-bottom: 20px;
}

.my-team-section.add-member #registration-link,
.my-team-section.settings #team-name {
    margin-right: 20px;
}

.woocommerce-account-join-team {
	padding-top: 20px;
}

.members_webinar-template-page-members-area .content-sidebar-wrap article .entry-meta {
	display: none;
}

.page-template-page-members-area ul#menu-members-menu,
.members_webinar-template-page-members-area ul#menu-members-menu {

}

.page-template-page-members-area ul#menu-members-menu li,
.members_webinar-template-page-members-area ul#menu-members-menu li{
	border-bottom: 1px solid #E0E1E4;
    padding-top: 7px;
    padding-bottom: 7px;
}

.page-template-page-members-area ul#menu-members-menu li a,
.members_webinar-template-page-members-area ul#menu-members-menu li a{
	color: #262A35!important;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 28px;
    padding: 5px 20px;
    text-decoration: none;    
    display: block;
    background: none;    
	border-bottom: none!important;
}

.page-template-page-members-area ul#menu-members-menu li a span.wpb-submenu-indicator,
.members_webinar-template-page-members-area ul#menu-members-menu li a span.wpb-submenu-indicator {
	color: #262A35!important;
    padding-top: 3px;
}


.page-template-page-members-area ul#menu-members-menu ul.sub-menu,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu {
	background-color: #F9F9FB;
}

.page-template-page-members-area ul#menu-members-menu ul.sub-menu li,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu li{
	border-bottom: none;
	background: #F9F9FB;
	border-top: 1px solid #e8e1e1;
}

.page-template-page-members-area ul#menu-members-menu ul.sub-menu li.current-menu-item a,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu li.current-menu-item a{
    border-left: 5px solid #414956!important;
}

.page-template-page-members-area ul#menu-members-menu ul.sub-menu li.current-menu-item ul.sub-menu li a,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu li.current-menu-item ul.sub-menu li a{
    border-left: none!important;
}

.page-template-page-members-area ul#menu-members-menu ul.sub-menu li.current-menu-ancestor.menu-item-has-children a,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu li.current-menu-ancestor.menu-item-has-children a{
	border-left-color: transparent!important;
}

.page-template-page-members-area ul#menu-members-menu ul.sub-menu li a,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu li a{
    font-size: 13px;
    background: none;
    padding-left: 15px!important;
    padding-right: 20px;
}

.page-template-page-members-area ul#menu-members-menu ul.sub-menu ul.sub-menu li a::after,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu ul.sub-menu li a::after{
 	display:block;
}

.page-template-page-members-area ul#menu-members-menu ul.sub-menu li > a::after,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu li > a::after{
    content: "\f061";
    font: normal normal normal 12px/1 FontAwesome;
    position: absolute;
    right: 20px;
    top: 14px;
    color: #A7A8AA;
}

.page-template-page-members-area ul#menu-members-menu ul.sub-menu li a::after,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu li a::after{
    content: "\f061";
    font: normal normal normal 12px/1 FontAwesome;
    position: absolute;
    right: 20px;
    top: 14px;
    color: #A7A8AA;
}

.page-template-page-members-area ul#menu-members-menu ul.sub-menu li.menu-item-has-children a::after,
.page-template-page-members-area ul#menu-members-menu ul.sub-menu ul.sub-menu li.menu-item-has-children > a::after,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu li.menu-item-has-children a::after,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu ul.sub-menu li.menu-item-has-children > a::after{
 	display:none;
}

.page-template-page-members-area ul#menu-members-menu ul.sub-menu ul.sub-menu li a,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu ul.sub-menu li a{
    font-size: 13px;
    background: none;
    padding-left: 35px!important;
}

.page-template-page-members-area ul#menu-members-menu ul.sub-menu ul.sub-menu li.current-menu-item a,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu ul.sub-menu li.current-menu-item a {
    border-left: 5px solid #414956!important;
    padding-left: 35px!important;
}

.page-template-page-members-area .membership-header-wrapper,
.members_webinar-template-page-members-area .membership-header-wrapper {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #E0E1E4;
    padding: 10px 20px; 
}

.page-template-page-members-area .membership-label-wrapper,
.members_webinar-template-page-members-area .membership-label-wrapper{
	float: left;
    text-align: center;
    line-height: 18px;
    margin-top: 10px;
}

.page-template-page-members-area .membership-header-wrapper a,
.members_webinar-template-page-members-area .membership-header-wrapper a{
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: 140px;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #262A35;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-decoration: none;
    line-height: 2.8;
    margin-left: 0;
    transform: translateZ(0);
    float: right;
}

.page-template-page-members-area .membership-header-wrapper  a:hover,
.members_webinar-template-page-members-area .membership-header-wrapper  a:hover {
	background-color: #FBCF45;
    border-color: #FBCF45;
    color: #262A35;
    text-decoration: underline;
}

.page-template-page-members-area .members-sidebar .ms-protection-msg,
.members_webinar-template-page-members-area .members-sidebar .ms-protection-msg{
	display: none;
}

.ms-account-wrapper h2 {
    font-size: 16px;
}


.page-template-page-members-area .notice-board,
.members_webinar-template-page-members-area .notice-board {
    border: 1px solid #999999;
    padding-bottom: 15px;
}

.page-template-page-members-area .notice-board .notice-board-header,
.members_webinar-template-page-members-area .notice-board .notice-board-header{
	background-color: #999999;
    padding: 10px;
}

.page-template-page-members-area .notice-board .notice-board-header h6,
.members_webinar-template-page-members-area .notice-board .notice-board-header h6{
	margin: 0;
    color: #fff;
}

.page-template-page-members-area .notice-board .notice-board-content,
.members_webinar-template-page-members-area .notice-board .notice-board-content{
	padding: 25px 10px 10px;	
}

.page-template-page-members-area ul#menu-members-menu ul.sub-menu li.current-menu-ancestor.menu-item-has-children a:hover,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu li.current-menu-ancestor.menu-item-has-children a:hover {
    border-left: 5px solid #414956!important;
}

.page-template-page-members-area ul#menu-members-menu ul.sub-menu li.menu-item-has-children a:hover,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu li.menu-item-has-children a:hover  {
    border-left: 5px solid #414956!important;
}

.page-template-page-members-area ul#menu-members-menu ul.sub-menu li a:hover,
.members_webinar-template-page-members-area ul#menu-members-menu ul.sub-menu li a:hover {
    border-left: 5px solid #414956!important;
}

.wpb_category_n_menu_accordion > ul > li li:hover > a, .wpb_category_n_menu_accordion > ul > li li.current-cat > a, .wpb_category_n_menu_accordion li.wpb-submenu-indicator-minus > a {
    border-left-color: transparent;
}



.page-template-page-members-area nav.woocommerce-MyAccount-navigation,
.members_webinar-template-page-members-area nav.woocommerce-MyAccount-navigation {
	float: none;
    width: 100%;
    border: 1px solid #E0E1E4;
    margin-top: 20px;
    margin-bottom: 20px;
	padding: 0 10px;
}


.page-template-page-members-area nav.woocommerce-MyAccount-navigation ul,
.members_webinar-template-page-members-area nav.woocommerce-MyAccount-navigation ul{
    margin: 10px 0;
    padding: 0;
}


.page-template-page-members-area nav.woocommerce-MyAccount-navigation ul li,
.members_webinar-template-page-members-area nav.woocommerce-MyAccount-navigation ul li{
	display: inline;
	padding: 5px;
}

.page-template-page-members-area nav.woocommerce-MyAccount-navigation ul li a:hover,
.page-template-page-members-area nav.woocommerce-MyAccount-navigation ul li.is-active a,
.members_webinar-template-page-members-area nav.woocommerce-MyAccount-navigation ul li a:hover,
.members_webinar-template-page-members-area nav.woocommerce-MyAccount-navigation ul li.is-active a {
    outline: none;
    color: #FFCD30;
}

.page-template-page-members-area nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--members-area,
.members_webinar-template-page-members-area nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--members-area {
	display: none;
}


.page-template-page-members-area .woocommerce-MyAccount-content,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content {
	float: none;
    width: 100%;
}

.page-template-page-members-area .woocommerce-MyAccount-content h3,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content h3{
    font-size: 24px;
}

.page-template-page-members-area .woocommerce-MyAccount-content .woocommerce-Address-title h3,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    font-size: 18px;
} 

.page-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships th.membership-start-date,
.page-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships th.membership-end-date,
.page-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships th.membership-status,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships th.membership-start-date,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships th.membership-end-date,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships th.membership-status{
	width: 100px;
    min-width: 100px;
	text-align: center;
}


.page-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships td.membership-start-date,
.page-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships td.membership-end-date,
.page-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships td.membership-status,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships td.membership-start-date,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships td.membership-end-date,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships td.membership-status{
	width: 100px;
    min-width: 100px;
	text-align: center;
}
 
.page-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships td.membership-actions,
.page-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships th.membership-actions,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships td.membership-actions,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships th.membership-actions {
	display: inline-flex;
    width: 214px;
}

.page-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships td.membership-actions a,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.my_account_memberships td.membership-actions a {
    padding: 10px 15px;
    margin-left: 10px!important;
	font-size: 14px;
    font-weight: 500;
}


.page-template-page-members-area #menu-members-menu li ul.sub-menu li ul.sub-menu,
.members_webinar-template-page-members-area #menu-members-menu li ul.sub-menu li ul.sub-menu {
    margin-left: 10px !important;
}


.page-template-page-members-area .woocommerce-order-details h2,
.page-template-page-members-area .woocommerce-customer-details h2,
.members_webinar-template-page-members-area .woocommerce-order-details h2,
.members_webinar-template-page-members-area .woocommerce-customer-details h2{
    font-size: 28px;
}

.page-template-page-members-area .woocommerce-customer-details address,
.members_webinar-template-page-members-area .woocommerce-customer-details address  {
    line-height: 30px;
}

.page-template-page-members-area .woocommerce-MyAccount-content .my_membership_content th.membership-content-type,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .my_membership_content th.membership-content-type {
    width: 75px;
}

.page-template-page-members-area .woocommerce-MyAccount-content .my_membership_content th.membership-content-accessible,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .my_membership_content th.membership-content-accessible {
    width: 85px;
}

.page-template-page-members-area .woocommerce-MyAccount-content .my_membership_content th.membership-content-excerpt,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .my_membership_content th.membership-content-excerpt {
	width: 250px;
}

.page-template-page-members-area .woocommerce-MyAccount-content .my_membership_content th.membership-content-actions,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .my_membership_content th.membership-content-actions {
    width: 100px;
}

.page-template-page-members-area .woocommerce-MyAccount-content .my_membership_content td.membership-content-actions a,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .my_membership_content td.membership-content-actions a{
    margin-left: 0!important;
    padding: 10px 20px;
}

.page-template-page-members-area .woocommerce-MyAccount-content .my_membership_content td.membership-content-excerpt,
.members_webinar-template-page-members-area .woocommerce-MyAccount-content .my_membership_content td.membership-content-excerpt {
    word-wrap: break-word;
}


.members_webinar-template-page-members-area .internal-header {
	display: none;
}

.members-webinar-overview .media-box-content {
    min-height: 150px;
}

.members-webinar-overview .media-box-title {
    height: 78px;
    min-height: 78px;
    max-height: 78px;
    font-size: 14px;
}

.members-webinar-overview .media-box-text {
    display: none;
}



/*Membership Discount Section*/

.page-template-page-members-area .woocommerce-MyAccount-content table.my_membership_discounts th.my_membership_discounts {
	width: 85px;
}

.page-template-page-members-area .woocommerce-MyAccount-content table.my_membership_discounts th.membership-discount-image {
    width: 60px;
}

.page-template-page-members-area .woocommerce-MyAccount-content .membership-discount-image img {
    max-height: 50px;
    max-width: 50px;
}


.page-template-page-members-area .woocommerce-MyAccount-content table.my_membership_discounts th.membership-discount-amount, 
.page-template-page-members-area .woocommerce-MyAccount-content table.my_membership_discounts td.membership-discount-amount{
    width: 80px;
    text-align: center;
}

.page-template-page-members-area .woocommerce-MyAccount-content table.my_membership_discounts td.membership-discount-actions a {	
    margin: 0 0 10px 0!important;
    padding: 10px 20px;
    width: 125px;
}


.page-template-page-members-area .woocommerce-MyAccount-content table.my_membership_settings .my-membership-detail-user-membership-actions a {
    margin: 0!important;
}

.page-template-page-members-area .table.no-border td {
	border-top: none;
}

.page-template-page-members-area .table.no-border td a {
	padding: 10px 20px; 
	width: 100px;
}



#responsive-menu-pro-additional-content table.custom-responsive-menu td {
	text-align: center;
}

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



#lostpasswordform button#reset-pass-submit {
	background-color: #FFCD30;
    border: 1px solid #FFCD30;
    border-radius: 25px;
    padding: 10px 45px;
    font-weight: bold;
}




/* login with ajax plugin - login form customisation */

form.lwa-form table {
	display: block;
	font-size: 15px;
    font-weight: 600;
    color: #484848;
    padding: 0;
}

form.lwa-form table tbody{
	display: block;
}

form.lwa-form table tr{
	display: block;
}

form.lwa-form table td{
	display: block;
}

form.lwa-form table td label{
	margin: 0;
}

form.lwa-form table .lwa-username-input input,
form.lwa-form table .lwa-password-input input {
	width: 100%;
}

form.lwa-form table .lwa-submit-links {
	display: none;
}

form.lwa-form table td #lwa_wp-submit {
	width: 100%;
	padding: 5px;
	background-color: #FFCD30;
    border: 1px solid #FFCD30;
    border-radius: 20px;
}

form.lwa-form{
    border: 1px solid #ddd;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 5px;
    width: 100%;
    padding: 25px;
    margin-top: 20px;
} 


form.lwa-remember {
	width: 100%;
    margin: 0 auto;
    padding: 25px;
    border: 1px solid #ddd;
    max-width: 400px;
    margin-top: 15px;
    border-radius: 5px;
}


form.lwa-remember input.lwa-button-remember{
	background-color: #FFCD30;
    border: 1px solid #FFCD30;
    border-radius: 20px;
    padding: 5px 25px;
}


span.sets-left {
	color: #dca909;
    margin-right: 8px;
    font-size: 12px;
}

.cc-custom-product-column.v-qtty span.sets-left{
	font-size: 13px;
	margin-right: 0px;
}

span.sets-sold-out{
    color: #FF0000;
    font-size: 15px;
    font-weight: 600;
}

p.comment-author img {
    margin-right: 10px;
}

/*If just customer not a member*/

body.notMember.page-template-page-members-area .members-sidebar {
	display: none;
}

body.notMember.page-template-page-members-area .content-sidebar-wrap article {
    width: 100%;
}


/* Industry Membership Form */

.industry-membership-form li.country .ginput_container,
.industry-membership-form li.current-payroll-system .ginput_container,
.industry-membership-form li.time-attendance .ginput_container{
	width: 100%;
}

.industry-membership-form li.apartment label {
	display: none!important;
}

.industry-membership-form li.exclusive-offers label.gfield_label {
	display: none!important;
}

.industry-membership-form li.exclusive-offers input {
	margin-top: 0!important;
}

.industry-membership-form .gform_footer {
	bottom: -70px!important;
}

.event-search-box{
	border: 1px solid #E0E1E4;
	border-radius: 3px;
	background-color: #FFFFFF;
	margin-bottom: 55px;
}

.event-search-box > .inner{
	padding: 25px 30px 40px 30px;
}

.event-search-box .item{
	margin-bottom: 20px;
}

.event-search-box .item .s2-1{
	border: 1px solid #E0E1E4;
	background-color: #F5F6F8;
	padding: 15px 25px 25px 25px;
}

.event-search-box .item label{
	font-size: 14px;
	line-height: 25px;
	color: #262A35;
	font-weight: 400;
	margin-bottom: 0px;
}

.event-search-box .item p{
	line-height: 18px;
}

.event-search-box .item p a{
	font-weight: inherit;
	text-decoration: none;
}

.event-search-box .item .row{
	margin-left: -25px;
	margin-right: -25px;
}

.event-search-box .item .col{
	padding-left: 25px;
	padding-right: 25px;
}

.event-search-box .item .col.col-md-2{
	padding-left: 10px;
	padding-right: 10px;
}

.event-search-box .item i{
	color: #FFCD30;
	font-size: 15px;
	line-height: 27px;
	margin-right: 7px;
}

.event-search-box .item p.sub-text{
	font-size: 12px;
	font-style: italic;
	line-height: 21px;
}

.event-search-box .s1{
	margin-bottom: 20px;
}

.event-search-box .s1 .s1-item{
	display: inline-block
}

.event-search-box .s1 .s1-item.first{
	margin-right: 30px;
}

.event-search-box .s1 label{
	color: #020613;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin-right: 30px;
	margin-bottom: 0px;
}

.event-search-box .s1 select,
.event-search-box .s1 input{
	width: 300px;
	max-width: 100%;
}

.event-search-box .s1 select{
	padding-left: 15px;
	padding-right: 35px;
}

.event-search-box .item .cc-custom-product-item-inner{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.event-search-box .item .s2-1{
	width: 100%;
	max-width: 950px;
}

.event-search-box .item .s2-2 .c-btn .quantity{
	display: none;
}

.event-search-box .item{
	display: none;
}

.event-search-box .item.active{
	display: block;
}

.custom-internal-main-banner .box-con{
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.custom-internal-main-banner .box-con .s1{
	width: 585px;
}

.event-content-sec h4{
	margin-bottom: 85px;
}

.event-content-sec.entry-content ul{
    padding-left: 0px;
    margin-left: 35px;
}

.event-content-sec.entry-content ul li{
	padding-left: 5px;
}

.event-content-sec a{
	font-weight: 400;
}

.event-search-box .s1 .select-date{
	display: none;
}

.event-search-box .s1 .select-date.active{
	display: inline-block;
}

.cc-custom-product-column.v-qtty .inner-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
}

.end-of-year-seminars-page .site-container {
	background: #fff;
}


/*WP JOB BOARD*/

/* Single Job*/

.single-job main.content {
	padding: 40px;
    background: #fff;
    border: 1px solid #E0E1E4;
}

.single-job h2.post-title,
.wpjb-page-preview h2 {
    color: #262A35;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

.wpjb .wpjb-top-header {
    background: #fff;
}

.wpjb-top-header-subtitle .wpjb-job-company-url a {
	text-decoration: none;
}


#wpjb-top-search {
    box-shadow: none;
    background: #fff;
    color: #546e7a;
    font-size: 13px;
    clear: both;
    overflow: hidden;
    margin: 0 0 20px 0;
    border: 1px solid #E0E1E4;
    padding: 25px 30px;
}

.wpjb-page-search {
    background: #fff;
    border: 1px solid #E0E1E4;
    padding: 25px 30px 10px;
    margin-bottom: 20px;
}

.wpjb-page-search .wpjb-job-list {
	display: none;
}

.wpjb-page-search #wpjb-top-search {
    box-shadow: none;
    background: #fff;
    color: #546e7a;
    font-size: 13px;
    clear: both;
    overflow: hidden;
    margin: 0 0 0px 0;
    padding: 0;
    border: none;
}



.wpjb-icon-search:before {
    color: #020613;
    font-size: 24px;
    line-height: 43px;
}

body .wpjb .wpjb-button.wpjb-button-search {
    display: inline-block;
    margin: 0 0 6px 0;
    box-sizing: border-box;
    padding: 8px 13px 9px;
    background-color: #FFCD30;
    border-radius: 100%;
    height: 60px;
    width: 60px;
}



.wpjb .wpjb-job-list {
    margin: 0% 0% 0% 0%;
    border: 1px solid #E0E1E4;
}

.wpjb-job-list .wpjb-grid-row {
    padding: 20px;
    border-bottom: 1px solid #E0E1E4;
	background-color: #fff;
}

.wpjb-job-list .wpjb-featured {
    background-color: rgba(255,205,48,0.6);
}

.wpjb-page-single .wpjb-grid-row {
    padding: 10px 20px;
}

.wpjb-page-single .wpjb-top-header-content,
.wpjb-page-preview .wpjb-top-header-content {
    padding: 0 0 0 30px;
}

.wpjb-page-single .wpjb-top-header-title,
.wpjb-page-preview .wpjb-top-header-content  {
    color: #020613;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
    line-height: 27px;
}

.wpjb-job-list .wpjb-line-major .wpjb-title {
	text-decoration: none;
	font-size: 15px!important;
}

.wpjb-job-list .wpjb-line-major .wpjb-title:hover {
	color: #262A35;
	text-decoration: underline;
}


.wpjb .wpjb-text-box h3 {
	height: 30px;	
    min-width: 104px;
	color: #262A35;	
	font-family: "Open Sans";	
	font-size: 18px;	
	font-weight: bold;	
	line-height: 30px;
    text-transform: inherit;
}

#wpjb-apply-form .wpjb-submit {
    border-radius: 25px;
    background-color: #FFCD30;
    border: none;
    color: #262A35;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    padding: 15px 15px;
}

#wpjb-apply-form a.wpjb-upload-media-file {
	display: none;
}

.no-cell-padding-left .panel-grid-cell{
	padding-left: 0px!important;
}

.no-cell-padding-right .panel-grid-cell{
	padding-right: 0px!important;
}

.wpjb-grid .wpjb-grid-row .wpjb-col-logo {
    padding: 0 10px 15px 0px;
}

body .wpjb .wpjb-line-major .wpjb-sub-opaque, 
body .wpjb .wpjb-line-minor .wpjb-sub.wpjb-sub-opaque {
    opacity: 1;
}

.wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-input-type-half-left {
    width: 45%;
    margin: 15px 1% 12px 0%;
}

.wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-input-type-half-right {
    width: 45%;
    margin: 15px 0% 12px 1%;
}

.wpjb-job-buttons a.wpjb-button {
    margin: 12px 0 0 0;
    border: 1px solid #262A35;
    border-radius: 25px;
    background: #fff;
    padding: 15px 30px;
}

.wpjb-page-single .wpjb-icon-down-open:before {
	content: '\f063';
    margin-left: 5px;
    color: #262A35;
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 15px;
}

.wpjb-page-single a.wpjb-form-job-apply {
    padding: 15px 30px 15px 45px;
    margin-right: 5px;
}

.wpjb .wpjb-form-slider {
    margin: 40px 0 0 0;
}


.page-template-page-job-board .content-sidebar-wrap {
	padding: 0;
}

.wpjb-page-search .wpjb-form-to-refine #wpjb_submit {
    background-color: #FFCD30;
    border: 1px solid #FFCD30;
    color: #262A35;
    border-radius: 25px;
    padding: 5px 50px;    
    margin-top: 30px;
}

.wpjb-page-search .wpjb-form-to-refine #wpjb_submit:hover {
	text-decoration: underline;
}

.wpjb-page-search .wpjb-form > fieldset > div {
    margin: 5px 30px 0px 0;
    padding: 5px 0 5px 0;
    width: 45%;
    float: left;
    clear: none;
}

#wpjb-top-search select,
.wpjb-page-search select,
.wpjb .wpjb-form div select  {
	line-height: 20px;
	-webkit-appearance: menulist;
}

.wpjb-page-add a#wpjb-upload-media-company_logo {
	display: none;
}


.wpjb-page-add ul.wpjb-add-job-steps {
    background-color: #F9FAFC;
	margin: 10px 0 20px 0;

}


.wpjb-page-add ul.wpjb-add-job-steps .wpjb-motif-border-bottom {
    border-bottom-color: #FFCD30;
}

.wpjb-page-add .wpjb-form div label.wpjb-label {
	width: 100%;
}

.wpjb-page-add .wpjb-form div.wpjb-field {
	width: 100%;
}

.wpjb-page-add .wpjb-form .wpjb-element-name-type {
    width: 48%;
    float: left;
    clear: none;
}

.wpjb-page-add .wpjb-form .wpjb-element-name-salary_range {
    width: 48%;
    float: right;
    clear: none;	
}


.wpjb-page-add .wpjb-form .wpjb-element-name-company_name {
    width: 48%;
    float: left;
    clear: none;
}

.wpjb-page-add .wpjb-form .wpjb-element-name-company_email {
    width: 48%;
    float: right;
    clear: none;	
}

.wpjb-page-add .wpjb-form .wpjb-element-name-company_url {
    width: 48%;
    float: left;
    clear: none;
}

.wpjb-page-add .wpjb-form .wpjb-element-name-company_logo {
    width: 48%;
    float: right;
    clear: none;	
}


.wpjb-page-add .wpjb-form .wpjb-element-name-job_country {
    width: 48%;
    float: left;
    clear: none;
}

.wpjb-page-add .wpjb-form .wpjb-element-name-job_state {
    width: 48%;
    float: right;
    clear: none;
    height: 78px;
}

.wpjb-page-add .wpjb-form .wpjb-element-name-job_zip_code {
    width: 48%;
    float: left;
    clear: none;
}

.wpjb-page-add .wpjb-form .wpjb-element-name-job_city {
    width: 48%;
    float: right;
    clear: none;	
}



.wpjb-cute-input.wpjb-cute-radio .wpjb-cute-input-indicator {
    border-radius: 50%;
    border: 1px solid #262A35!important;
}


.wpjb-page-add .wpjb-listing-type-cost {
    padding: 3px 6px;
    float: right;
    color: #020613;
    border-radius: 2px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FFCD30;
    height: 60px;
    line-height: 56px;
    width: 140px;
    text-align: left;
    padding-left: 30px;
}

.wpjb-page-add .wpjb-listing-type-cost:before {
    content: "\f155";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
}

.wpjb-page-add .wpjb-listing-type-features {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    display: none;
}

.wpjb-page-add .wpjb-listing-type-title {
    padding: 0;
    display: inline-block;
    float: left;
    color: #020613;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
    line-height: 42px;
}

.wpjb-page-add .wpjb-form input.wpjb-submit,
.wpjb-page-add .wpjb-form a.reset-btn,
.wpjb-page-save a.wpjb-place-order,
.wpjb-page-resume-login .wpjb-submit,
.wpjb-page-company-login .wpjb-submit,
.wpjb-page-default-form .wpjb-submit,
.wpjb-page-company-new .wpjb-submit,
.wpjr-page-register .wpjb-submit,
.wpjb-company-edit-form .wpjb-submit {
    margin: 5px 0 5px 0;
    border-radius: 25px;
    background-color: #FFCD30;
    border: none;
    color: #262A35;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    padding: 16px 38px;
    text-decoration: none!important;
}

.wpjb-page-add .wpjb-form input.wpjb-submit:hover,
.wpjb-page-add .wpjb-form a.reset-btn:hover,
.wpjb-page-save a.wpjb-place-order:hover,
.wpjb-page-resume-login .wpjb-submit:hover,
.wpjb-page-company-login .wpjb-submit:hover,
.wpjb-page-company-new .wpjb-submit:hover,
.wpjr-page-register .wpjb-submit:hover,
.wpjb-company-edit-form .wpjb-submit:hover {
    text-decoration: underline!important;
    border: none!important;
}

.wpjb-page-add .wpjb-form .wpjb-element-name-listing .wpjb-label {
	display: none;
}

.wpjb-page-add .wpjb-listing-type {
    width: 92%;
    box-sizing: border-box;
    float: right;
    padding: 6px 6px 6px 0px;
    position: relative;
    line-height: 27px;
}


.wpjb-page-add .wpjb-listing-radio {
    width: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    border-right: 1px solid transparent;
    padding-right: 13px;
    float: left;
}

.wpjb-page-add ul.wpjb-add-job-steps li.wpjb-step-current,
.wpjb-page-preview ul.wpjb-add-job-steps li.wpjb-step-current,
.wpjb-page-save ul.wpjb-add-job-steps li.wpjb-step-current {
    font-weight: 700;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.wpjb-page-add ul.wpjb-add-job-steps li,
.wpjb-page-preview ul.wpjb-add-job-steps li,
.wpjb-page-save ul.wpjb-add-job-steps li{
    margin: 0;
    padding: 10px 1em 8px 1em;
    display: block;
    float: left;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
    border-right: 1px solid whitesmoke;
    box-sizing: border-box;
    width: 33.33%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.wpjb-page-add ul.wpjb-add-job-steps > li.wpjb-step-current .wpjb-glyphs,
.wpjb-page-preview ul.wpjb-add-job-steps > li.wpjb-step-current .wpjb-glyphs,
.wpjb-page-save ul.wpjb-add-job-steps > li.wpjb-step-current .wpjb-glyphs {
    display: none;
}

.wpjb-page-add .wpjb-form .wpjb-error {
    background-color: cornsilk;
    padding: 10px 10px 0;
    margin-top: 10px;
}

.wpjb-page-preview a.wpjb-button {
    margin: 5px 0 5px 0;
    border-radius: 25px;
    background-color: #FFCD30;
    border: none;
    color: #262A35;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    padding: 16px 38px;
}

.wpjb-page-preview a.wpjb-button:hover {
	border: none;
	text-decoration: underline;
}

#wpjb-apply-form #wpjb-upload-media-file,
.wpjb-company-edit-form #wpjb-upload-media-company_logo {
	display: none;
}

/* Single Company*/

.single-company main.content {
	padding: 40px;
    background: #fff;
    border: 1px solid #E0E1E4;
}


.wpjb-page-company .wpjb-top-header {
	margin: 0 0 12px 0;
    background: #f9f9f9;
    color: #546e7a;
}

.wpjb-page-company .wpjb-text h3 {
    color: #262A35;
    font-family: "Open Sans";
    font-size: 22px;
    line-height: 38px;
    font-weight: bold!important;
}


/*Post a Job Page  & Resume */
.job-board-content-bg main.content
 {
	padding: 40px;
    background: #fff;
    border: 1px solid #E0E1E4;
}

.eway-button {
    box-shadow: none!important;
    border: none!important;
    background: none!important;
    border-radius: 20px!important;
    overflow: auto!important;
}

.eway-button span {
	display: block!important;
    min-height: 40px!important;
    padding: 5px 20px!important;
    background-color: #FFCD30!important;
    color: #262A35!important;
    text-shadow: none!important;
    border-radius: 30px!important;
    line-height: 30px!important;
}


.wpjb-options-list li {
    list-style: none!important;
}


div.wpjb-flash-info {
    background-color: #FFCD30;
}

.video-wrapper.s1{
	position: relative;
	padding: 10.5px;
    border-radius: 2px;
    box-shadow: none;
}

.video-wrapper.s1:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    border: 1px solid #E0E1E4;
    box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
    opacity: 0.4;
}
.white-layout .panel-grid-cell{
	border: 1px solid #E0E1E4;
	border-radius: 3px;
	background-color: #FFFFFF;
	margin-top: 21px !important;
	padding-top: 46.5px;
	padding-bottom: 100px;
}

.ptb-30 .panel-grid-cell{
	padding-top: 30.5px;
	padding-bottom: 30.5px;
}

.style-1-profile-box .profile-item.style-1{
	min-height: 321px;
	max-height: 321px;
}

.style-1-profile-box > .panel-grid-cell{
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.style-1-profile-box .profile-item.style-1 .position{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 2;
}

.style-1-profile-box .name{
	font-weight: bold;
}

.title-fs-18 h3{
	font-size: 18px;
}

.title-fs-18 .widget-title{
	margin-bottom: 27px;
}

.tab-style-1 .sow-tabs-tab{
	padding: 14px 44px !important;
    margin-left: 0px !important;
    margin-right: -4px !important;
}

.tab-style-1 .sow-tabs-tab{
	position: relative;
}

.tab-style-1 .sow-tabs-tab:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #E0E1E4;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tab-style-1 .sow-tabs-tab.sow-tabs-tab-selected{
	border-bottom: 0px !important;
}

.tab-style-1 .sow-tabs-tab-selected:before{
	background-color: #FFCD30;
}

body .tab-style-1-container .panel-grid-cell{
	padding-bottom: 80px !important;
	border-bottom: 1px solid #E0E1E4;
}

body .remove-padding-cell > .panel-grid-cell{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

body .tab-style-1-container .panel-grid-cell{
	padding-top: 0px !important;
}

body .tab-style-1 .sow-tabs-panel{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

body .tab-style-1 .sow-tabs-panel .sow-tabs-panel-content, .style-1-profile-box.panel-row-style{
	margin-left: 0px;
	margin-right: 0px;
}


.relative{
	position: relative;
}

video#myVideo{
	top: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 0;
	width: 100%;
	transform: translateX(-50%);
}

.overflow-video-box{
	min-height: 475px;
	position: relative;
	overflow: hidden;
}

.center-content{
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%,50%);
	z-index: 99;
}

.overflow-video-box:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}



.news-query .post-item .s1 img {
	width: 100%;
}


.key-speaker .profile-item {
    max-height: 340px!important;
    padding-bottom: 30px;
}


.key-speaker .profile-item .position {
	line-height: 22px!important;
}



.post-password-form {
	width: 700px;
    margin: 100px auto 0;
    padding: 35px;
    border: 1px solid silver;
    border-radius: 20px;
    background: #fff;
}

.post-password-form input[type="submit"]{
    background-color: #FFCD30;
    border: 1px solid #FFCD30;
    padding: 10px 20px;
    font-weight: bold;
}

table.style1 {
	border-collapse: collapse; 
	width: 100%;
	margin-bottom: 20px;
}

table.style1 td {
    font-size: 12px;
    padding: 10px;
}

table.style1 td.hd {
	width: 25%;
    background: silver;
}

table.style2 {
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.style2 td {
	border: 1px solid silver;
    padding: 10px;
}

table.style2 td.hd {
    background: silver;   
    border: 1px solid #fff;
}



.xoo-cp-btns a {
    background: #FFCD30;
    border: 1px solid #FFCD30;
    color: #262A35;
   	text-decoration: none;
}

.xoo-cp-btns a:hover {
   	text-decoration: underline;
    color: #262A35;
}


.xoo-cp-icon-check.xoo-cp-added {
	display: none;
}

.woocommerce a.added_to_cart {
    background: #FFCD30;
    border: 1px solid #FFCD30;
    color: #262A35;
    padding: 10px 20px;
    border-radius: 28px;
    margin-left: 10px;
    text-decoration: none;    
    /*hide*/
    display: none;
}

.woocommerce a.added_to_cart:hover {

    text-decoration: underline;
}

.woocommerce-cart table.cart td.product-remove {
	width: 48px;
}

a.add_to_cart_button.ajax_add_to_cart:hover{
	text-decoration: underline;
}


.home-cta-consulting .panel-grid-cell {
    padding-right: 0!important;
}

.xoo-cp-variations .variation:first-of-type {
    margin-bottom: 3px;
}

.xoo-cp-event-date, .xoo-cp-event-time {
    font-size: 13px;
}

form.add-cart-btn-variable-products .added_to_cart {
	display: none;
}


.iconography {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.iconography .d-icon {
	margin-bottom: 40px;
}

.iconography .d-icon img {
    display: block;
    margin: 0 auto;
}

.iconography .d-icon strong {
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
    display: block;    
    max-width: 175px;
}


.iconography .d1 img{
}


.iconography .d2 img{
}


.iconography .d3 img{
}


.iconography .d4 img{
}


.notice-item-post {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #E0E1E4
}

.notice-item-post:last-child {
	margin-bottom: 0px !important;
}

.home h1{
	font-size:36px;
	text-align:center;
}

.h1-newsletter{
	font-size:29px;
}

.news-h1{
	font-size:32px;
}