/*

COLORS

Turquoise #078194
Blue #003767
Pale Blue #fafbfc


h1 45 / 40 / 34 / line-height: 1.2em;
h2 Large 41 / 40 / 30 / line-height: 1.3em;

h3 24 / 22 / 20 / line-height: 1.4em;
h4 28 / 24 / 22 / line-height: 1.4em;
h5 26 / 23 / 20
h6 22 / 21 / 19





*/
/**********************************************************************************************************/
/* VARIABLES
/**********************************************************************************************************/

html {
	--turq: #078194;
	--blue: #003767;
	--pale_blue: #fafbfc;
	--white: #fff;
	--regular:400;
	--five_hundred:600;
	--semi_bold:600;
	--bold:700;
	--font_small: 14px;
}

/* Usage color: var(--primary_color); */

body {
	font-weight: var(--regular);
	/* line-height:1.7em; */
}

.weight_500 {
	font-weight: var(--five_hundred);
}


*/
/**********************************************************************************************************/
/* INITIAL
/**********************************************************************************************************/

sup {
	bottom: 0.5em;
	font-size: 70%;
}

#page-container p:last-of-type,
#page-container  p:not(.has-background):last-of-type {
    padding-bottom: 1em !important;
}

.lowercase {
	text-transform: lowercase;
}

.hidden {
	display: none;
}

.block_link,
.close_icon {
	cursor: pointer;
}

.et_pb_widget ul li {
    margin-bottom: 1em;
}    

#page-container {
    overflow-x: hidden;
}

/* USED FOR SCREEN READERS */
.hidden_text,
.screen_reader_text {
	position:absolute !important;
	top:-1000px !important;
	width:1px !important;
	height:1px !important;
	overflow:hidden !important;
}



/**********************************************************************************************************/
/* CONTENT POSITIONING
/**********************************************************************************************************/



.flex {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-wrap: wrap !important; /* Safari 6.1+ */
	flex-wrap: wrap !important;
}

.et_section_specialty .et_pb_row_inner.flex {
	align-content: center;
}	

.flex .et_pb_column {
	/* height:100%; */
}

.container-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.vertical_center_content,
.vc,
.vc_left,
.vc_right,
.vc_left_desktop,
.vc_right_desktop {
	/* align-self: center;	*/
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-self: center;
	-moz-box-align-self: center; 
	-ms-flex-align-self: center; 
	align-self: center; 
	flex-direction: column;
}

.vertical_center_content-old {
	/* align-self: center;	*/
	display: flex;
	align-items: center;
	align-self: center;
	flex-wrap: wrap;
}

.vertical_bottom_content {
	align-self: flex-end;
}

.align_left,
.vc_left {
	/* justify-content: space-between !important; */
	align-items: flex-start;
}

.vc_right {
	/* justify-content: space-between !important; */
	align-items: flex-end;
}

.vertical_center_text .et_pb_text_inner-OLD {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.vertical_center_text {
	display: flex;
}	

.vertical_center_text .et_pb_text_inner {
	align-self:center;
	justify-content:center;
}

.bottom_align_col {
	display: flex;
	flex-flow: column;
}

.bottom_align_block,
.row_books_col_3 .et_pb_column .et_pb_module,
.row_books_col_6 .et_pb_column .et_pb_module {
	display: block;
	margin-top:auto !important;
}

/**********************************************************************************************************/
/* STACKING ORDER SWITCH
/**********************************************************************************************************/

.order_1 {
	-webkit-order: 1;
	order: 1;
}
 
.order_2 {
	-webkit-order: 2;
	order: 2;
}
 
.order_3 {
	-webkit-order: 3;
	order: 3;
}
 
.order_4 {
	-webkit-order: 4;
	order: 4;
}


/**********************************************************************************************************/
/* TEXT LINK COLOURS
/**********************************************************************************************************/

.et_pb_text a,
.et_pb_blurb a,
a.more-link,
.single .et_pb_post_content a,
.entry-title a,
.et_pb_widget a,
.et_pb_newsletter_description a,
.post-meta a,
.et_pb_title_meta_container a,
.tg-grid-wrapper .tg-item .tg-cats-holder a {
	color:var(--turq);
	padding-bottom:1px;
	border-bottom:1px solid rgba(0,0,0,0);
	transition: all .2s;
}

.et_pb_text a:hover,
.et_pb_blurb a:hover,
a.more-link:hover,
.single .et_pb_post_content a:hover,
.entry-title a:hover,
.et_pb_widget a:hover,
.et_pb_widget li a:hover,
.et_pb_newsletter_description a:hover,
.post-meta a:hover,
.et_pb_title_meta_container a:hover,
.tg-grid-wrapper .tg-item .tg-cats-holder a:hover,
.tg-grid-wrapper .tg-item h2 a:hover {
	color:var(--turq);
	border-bottom:1px solid var(--turq);
	border-bottom-color: var(--turq);
}

/**********************************************************************************************************/
/* FOOTER
/**********************************************************************************************************/

.section_footer ul,
.section_footer ul li {
	list-style-type: none;
	padding:0;
	margin:0;
}

.row_footer_top {

}

.row_footer_bot a:hover {
	border-color: inherit;
}

.row_footer_bot ul li {
	/* display: block; */
	display: inline-block;
}

.row_footer_bot ul li:before {
	content:'\00B7';
	position: relative;
	top:4px;
	font-size: 24px;
	margin: 5px 8px 0 6px;
}

.row_footer_bot ul li:first-child:before {
	display: none;
}




/**********************************************************************************************************/
/* MENU
/**********************************************************************************************************/


.et_header_style_left #et-top-navigation {
	padding-left: 0 !important;
}

.et_pb_menu_inner_container>.et_pb_menu__logo-wrap {
	margin-right: 40px;
	margin-bottom: 5px;
}

#logo {
	height:40px;
	max-height: 40px;
}

.et_pb_menu .et-menu > li {
	padding-Left:20px;
	padding-right:20px;
}

.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
	padding:0px 0;
}

.nav li ul,
.nav li li,
.et_pb_menu .et-menu-nav > ul ul {
	padding:0;
}

.et_pb_menu .et-menu-nav > ul ul {
	padding:2px 0 6px 0;
}

.et-menu li li a {
	width:100%;
	padding: 4px 20px;
	white-space: nowrap;
}

.et_pb_menu--style-left_aligned .et_pb_menu__logo {
    position: relative;
    top: -4px;
}   

.et-menu a {
	transition: none !important;
	opacity: 1 !important;
}

.et_pb_menu .menu-item-has-children > a:first-child {
	padding-right:0 !important;
}

.et_pb_menu .menu-item-has-children > a:first-child:after {
	content:'';
	position: relative;
	top:auto;
	right:0;
}

.nav li ul {
	width:auto;
	min-width: auto;
	left:0 !important;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


.et_pb_menu .et-menu-nav > ul ul:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: var(--green);
    border-width: 12px;
    margin-left: -12px;
}

.et_pb_menu .et_mobile_menu li ul,
.et_mobile_menu li li {
    padding-left: 0;
} 

.et_mobile_menu li li a {
	padding: 10px 35px;
}

#top-menu > li > a,
.et-fixed-header #top-menu > li > a {
	color:var(--blue) !important;
	opacity:1 !important;
}

#top-menu > li > a:hover,
#top-menu > li.current-menu-item > a {
	color:var(--blue) !important;
}

#top-menu > li a {
	font-weight: 600;	
}

#top-menu .menu-item-has-children > a:first-child {
	padding-right:0 !important;
}

#top-menu .menu-item-has-children>a:first-child:after {
	content:'';
	position: relative;
	top:auto;
	right:0;
}

#top-menu .menu-item-has-children > a:first-child,
nav #top-menu-nav li a {
    padding-right: 10px !important;
	padding-left: 10px;
}

.et_pb_menu__menu > nav > ul > li > a:after,
#top-menu > li > a:after,
.blog_projects .more-link:after,
.tabs_menu ul li a:after {
	content: '';
	display: block;
	margin: auto;
	margin-top: 10px;
	height: 3px;
	width: 0;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

.et_pb_menu__menu > nav > ul > li > a:hover:after,
#top-menu > li > a:hover:after,
#top-menu > li.current-menu-item > a:after,
#top-menu > li.current-menu-ancestor > a:after,
.blog_projects .more-link:hover:after {
	width:36px;
	background: var(--blue);
}

.tabs_menu ul li a:after,
.tabs_menu ul li a:hover:after,
.tabs_menu ul li a.active:after {
	margin-top: 0px;
	height: 0;
}		


.blog_projects .more-link:hover:after {
	background: var(--turq);
}

#top-menu li a {
	opacity:1 !important;
}

#top-menu .menu-item-has-children > a:first-child {
	padding-right: 0;
}

#top-menu .sub-menu {
	/* min-width:300px; */
	margin-left:-10px;
	padding:0;
	border:0;
}

#top-menu .sub-menu li {
	display: block;
	width:auto;
	padding:0;
	line-height: 1.6em !important;
}

#top-menu .sub-menu li a {
	padding:10px 20px;
	display: block;
	width:auto;
	white-space: nowrap;
	font-size:16px;
}

#top-menu .sub-menu li a {
	background:var(--white) !important;
	color:var(--blue) !important;
}


#top-menu .sub-menu li a:hover,
#top-menu .sub-menu li.current-menu-item a {
	background:var(--turq) !important;
	color:var(--white) !important;
}

#et_top_search {
	display: block;
	top: -16px;
	background: var(--blue);
	width:40px;
	height:40px;
	border-radius: 20px;
}

#et_search_icon {
	position: relative;
	top:16px;
	left:13px;
	position: absolute;
    top: 10px;
    left: 14px;
    transform: rotate(270deg) !important;
	
}

.et-fixed-header #et_search_icon:before,
#et_search_icon:before {
	color: var(--white) !important;
	font-weight: 600;
	position: relative;
	left: 1px;
	top: -1px;
}

.et-fixed-header .et_close_search_field:after,
span.et_close_search_field:after {
	color: var(--white) !important;
	font-weight: 500;
	font-size: 33px;
	position: relative;
    top: -7px;
    left: -6px;
}

.et-fixed-header form.et-search-form,
form.et-search-form {
	max-width:70% !important
}

.et-fixed-header .et_search_form_container input,
.et-search-form input {
	right:auto;
	left:0px;
	top: -10px;
	height:50px !important;
	padding:15px;
	color:var(--white) !important;
	background:var(--turq);
}

.et-search-form input::-webkit-input-placeholder {
	color:var(--white) !important;
}

.et-fixed-header .et_search_form_container input::-webkit-input-placeholder {
	color:var(--white) !important;
}

.et-search-form input:-moz-placeholder {
	color:var(--white) !important;
}

.et-fixed-header .et_search_form_container input:-moz-placeholder {
	color:var(--white) !important;
}

.et-search-form input::-moz-placeholder {
	color:var(--white) !important;
}

.et-fixed-header .et_search_form_container input::-moz-placeholder {
	color:var(--white) !important;
}

.et-search-form input:-ms-input-placeholder {
	color:var(--white) !important;
}

.et-fixed-header .et_search_form_container input:-ms-input-placeholder {
	color:var(--white) !important;
}

.et-search-form input::-ms-input-placeholder {
	color:var(--white) !important;
}

.et-fixed-header .et_search_form_container input::-ms-input-placeholder {
	color:var(--white) !important;
}


.container.et_search_form_container.et_pb_search_visible {
    z-index: 999;
    -webkit-animation: none !important;
    animation: none !important;
}


/**********************************************************************************************************/
/* RESPONSIVE MENU PRO
/**********************************************************************************************************/

.rmp-container  {
	margin-top:60px !important;
}

.rmp-header-bar-container .rmp-header-bar-logo {
	margin-top:7px;
}

.rmp-container .rmp-submenu .rmp-menu-item-link {
	height:auto !important;
	padding-top:8px !important;
	padding-bottom:8px !important;
}

/**********************************************************************************************************/
/* GDPR COOKIE NOTICE
/**********************************************************************************************************/

.gdpr_lightbox {
	z-index: 9999999;
	background: rgba(46,62,70,.4);
}

body.gdpr-infobar-visible {
	width:100%;
}

#moove_gdpr_cookie_modal {
	min-height: auto;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
	display: none !important;
}

#moove_gdpr_cookie_info_bar,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme { 
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: rgba(46,62,70,.4);
	z-index: 999999;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 80%;
    max-width:800px;
    padding: 50px 20px;
    transform: translate(-50%, -50%); 
}

button.mgbutton {
	border:0 !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	font-weight: var(--semi_bold) !important;
}

button.mgbutton:hover {
	color:var(--white) !important;
	background:var(--blue) !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
	padding-bottom:1em;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p:last-child {
	padding-bottom:0;
}

.moove-gdpr-cookie-notice .change-settings-button,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
	text-decoration: none !important;
	border-bottom:1px solid rgba(0,0,0,0) !important;
	padding-bottom:1px !important;
	color:var(--blue) !important;
}

.moove-gdpr-cookie-notice .change-settings-button:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:hover {
	color:var(--blue) !important;
	border-bottom:1px solid var(--blue) !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
	color:var(--green) !important;
	font-weight: var(--semi_bold) !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
	color:var(--body_text) !important;
	line-height:1.7em;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
	line-height:1.7em;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button {
	color:var(--turq);
}

.lity {
	z-index: 999999 !important;
	background-color: rgba(46,62,70,0);
}

/**********************************************************************************************************/
/* MISC
/**********************************************************************************************************/

.tabs_menu ul,
.tabs_menu ul li {
	list-style-type: none;
	margin:0;
	padding:0;
}

.tabs_menu ul li a:hover,
.tabs_menu ul li a.active {
	
}


.bg_dark_blue h3 {
	display: inline-block;
	background: var(--dark_blue);
	padding:5px 8px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.sidebar_posts .et_pb_post {
	padding-bottom: 0;
	margin-bottom: 1em;
}

.sidebar_posts .et_pb_post h4.entry-title {
	padding-bottom: 0;
}

.page .et_pb_post {
	margin-bottom:1em;
}

/**********************************************************************************************************/
/* TOGGLE
/**********************************************************************************************************/

.toggle {
	padding:0;
}

.toggle .et_pb_toggle_title {
	padding:15px 50px 15px 20px !important;
}

.toggle.turq .et_pb_toggle_title {
	background: var(--turq);
}

.toggle.white .et_pb_toggle_title {
	background: var(--white);
}

.toggle .et_pb_toggle_content {
	padding:20px;
}

#page-container .toggle .et_pb_toggle_title:before {
	content:'' !important;
	display: inline-block;
	width:31px !important;
	height:31px !important;
	right:10px !important;
	top:8px !important;
	margin:0 !important;
	background-size: cover !important;
}

#page-container .toggle.et_pb_toggle_close .et_pb_toggle_title:before {
	background:url('images/X-icon.svg') no-repeat !important;
}	


#page-container .toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	background:url('images/X-icon-active.svg') no-repeat !important;
}

.toggle table,
table.application {
	border: 1px solid rgba(0,0,0,0.1) !important;
}	

.toggle table td,
table.application td,
table.application th {
	font-size: 14px;
	vertical-align: top;
	padding:8px 12px;
	border-top: 1px solid rgba(0,0,0,0.1) !important;
	width: auto !important;
	
}

.toggle table td:first-child,
table.application td:first-child,
table.application th:first-child {
	border-right: 0 !important;
	font-weight:600;
}

.toggle table tr:nth-child(even),
table.application tr:nth-child(even) {
	background-color: rgba(0,0,0,0.05);
}

table.application th {
	background: var(--blue);
	color:var(--white);
	font-weight:600;
}

/**********************************************************************************************************/
/* RESPONSIVE TABLES
/**********************************************************************************************************/

.table_wrapper {
	width: 100%;
	margin: 0 0 1em;
	overflow-y: auto;
}	

.table_wrapper::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}	

.table_wrapper::-webkit-scrollbar-thumb {
	-webkit-border-radius: 8px;
	-mox-border-radius: 8px;
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(222,229,230,0.75);
}	

table.responsive,
table.application {
	width:100%;
	height:auto !important;
	border:0 !important;
	margin: 0 0 1em;
}



/**********************************************************************************************************/
/* BLOG PROJECTS
/**********************************************************************************************************/

.blog_projects .et_pb_post {
	display: flex;
	flex-flow: column;
}

.blog_projects .entry-title {
	order:2;
	padding-bottom: 0.75em;
}

.blog_projects .entry-title a {
	border:0 !important;
}

#page-container .blog_projects .entry-title a:hover {
	color:var(--turq) !important;
}

.blog_projects .post-meta {
	order:1;
    margin-bottom: 0px;
}

.blog_projects .post-content {
	order:3;
	margin-bottom:1.5em;
}

.blog_projects a.more-link {
	order:4;
	display: inline-block;
	margin:auto 0 1.5em;
	line-height: 1em;
	border: 0 !important;
	font-weight: 600;
	color:var(--blue);
}

.blog_projects .more-link:hover {
	color:var(--turq);
}

.blog_projects .et_pb_post .entry-featured-image-url {
	margin-bottom: 0px;
}

.blog_projects .post-meta:after {

}

/**********************************************************************************************************/
/* NEWS
/**********************************************************************************************************/

.blog_news a.more-link {
	display: inline !important;
	border:0 !important;
}

#page-container .blog_news .post-meta a {
	color:var(--turq) !important;
}

.blog_news .entry-title a {
	border:0 !important;
}

#page-container .blog_news .entry-title a:hover {
	color:var(--turq) !important;
}

.blog_news .et_pb_post .column_content {
	margin-right: 0;
	display: flex;
	flex-direction: column;
	align-self: center;
	text-align: left;
}

.blog_news .post-meta {
	font-size: 14px;
	line-height: 1em;
	display: flex;
}

.blog_news .post-content {
	margin-top: 1em;
}

.et_pb_title_meta_container {
	display: flex;
	justify-content: center;
	margin-bottom:1.5em;
}

.blog_news .post-meta span:before,
.et_pb_title_meta_container span:before {
	content:'|';
	margin:0 5px;
}

.search-results .blog_news .post-meta span:before,
.search-results .et_pb_title_meta_container span:before {
	content:'';
	margin:0
}

.blog_news a.more-link {
	margin-top: 1.7em;
}

.blog_news .et_pb_post .post-meta {
	order:1;
}
	
.blog_news .et_pb_post .entry-title {
	order:2;
}
	
.blog_news .et_pb_post .post-content {
	order:3;
}

/********************************************************************************************
SEARCH RESULTS + POSTS PAGE NAVI
********************************************************************************************/
.wp-pagenavi {
	margin:40px 0 20px 0;
	padding-top:40px;
	border-top: 1px solid rgba(0, 0, 0, 0);
	text-align: center !important;
}

.search .wp-pagenavi {
	margin:20px 0;
	text-align: centre;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 16px !important;
	font-weight: 700;
}

.wp-pagenavi a.last {
	font-size: 36px !important;
	color:var(--turq);
}	

.wp-pagenavi a.page,
.wp-pagenavi span.current {
	color:var(--white) !important;
	background: var(--turq);
	padding:7px 13px;
	margin:0 3px;
	border-radius: 3px;
}

.wp-pagenavi a.page:hover,
.wp-pagenavi span.current {
	background: var(--blue);
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: inline-block;
	font-size: 24px !important;
	color:var(--turq) !important;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	color:var(--blue) !important;
}

.wp-pagenavi .previouspostslink {
	margin-right:5px;
}

.wp-pagenavi .nextpostslink {
	margin-left:5px;
}

/**********************************************************************************************************/
/* SLIDER
/**********************************************************************************************************/

.ratio.square.et_pb_slider {
	display: block !important;
   	margin-top: 0 !important;
   	margin-bottom: 0 !important;
  	position: relative;
  	width: 100% !important;
	height: 100% !important;
}

.ratio.square .et_pb_slide {
	position: absolute;
	inset: 0;
	padding-bottom: 50% !important;
	width: 100% !important;
	height: 100% !important;
}

.ratio.square .et_pb_slider {
	overflow:visible !important;
}

.et-pb-controllers {
 	bottom:20px;
}

.et-pb-controllers a {
	background-color: var(--turq) !important;
	border:4px solid #fff;
    width: 14px;
    height: 14px;
    opacity:1 !important
}

.et-pb-controllers .et-pb-active-control {
	background-color: #fff !important;
	border:4px solid var(--turq);
}

/**********************************************************************************************************/
/* SUPPORT + SERVICES
/**********************************************************************************************************/

.tabs_menu {
	overflow: visible;
	text-align:left;
}

.tabs_menu ul {
	display: inline-block;
    width:100%;
}

.tabs_menu ul li {
	position: relative;
	display: block;
	padding:3px 0 !important;
	text-align: left;
}

.tabs_menu ul li a {
	border:0 !important;
	padding:6px 0;
	padding:0;
	color:#fff;
}

.tabs_menu ul li a:hover,
.tabs_menu ul li a.active {
	color:#ff0;
}

/**********************************************************************************************************/
/* BUTTONS
/**********************************************************************************************************/

.et_pb_button_module_wrapper > a {
	display: inline;
}

.et_pb_text .btn,
.blog_news a.btn,
body #page-container .et_pb_button.standard {
	font-weight: var(--five_hundred);
	padding: 0.8em 0.7em 0.8em 1.25em !important;
	padding: 0.8em 0.4em 0.8em 0.9em !important;
	position: relative;
	border:2px solid var(--turq) !important;
	border-radius: 3px;
	cursor:pointer;
	transition: all 300ms ease 0ms;
}


.et_pb_text a.btn.turq {
	background: var(--turq);
	color:var(--white);
	
}

.et_pb_text a.btn:after,
.blog_news a.btn:after,
body #page-container .et_pb_button.standard:after {
	content: '\35';
	color: inherit;
    line-height: inherit;
    font-size: 22px !important;
    opacity: 1;
    margin-left: -0.1em !important;
    position: relative;
    top:4px;
    left: auto;
    display: inline-block;
    font-family: ETmodules!important;
    font-weight: 600!important;
}    

.et_pb_text a.btn.turq:hover {
	background: var(--blue);
	border:2px solid var(--blue) !important;
}

.et_pb_text a.btn.blue:hover {
	background: var(--white);
	color:var(--blue) !important;
	border:2px solid var(--white) !important;
}

.et_pb_text a.btn.transparent,
.blog_news .btn.transparent {
	color:var(--turq);
}

.et_pb_text a.btn.transparent:hover,
#page-container .blog_news a.btn.transparent:hover {
	background: var(--turq);
	color:var(--white) !important;
	border:2px solid var(--turq) !important;
}

.dual_btn .btn.first {
	margin-right:20px;
}

/**********************************************************************************************************/
/* BULLET LISTS
/**********************************************************************************************************/

.line_list ul,
ul.line_list,
.line_list li {
	list-style-type: none;
	padding:0;
	margin:0;
}

.line_list li {
	position: relative;
}

.line_list li a {
	margin-left:35px;
	border:0 !important;
}

.line_list li a:hover {
	color:var(--blue);
}

.line_list li:before {
	content:'';
	display: inline-block;
	width:15px;
	height:2px;
	position: relative;
	position: absolute;
    /* line-height: inherit; */
    top: -5px;
    top: 14px;
    margin-right: 10px;
	background:var(--blue);
	transition: all .2s;
}

.line_list li:hover:before {
	width:25px;
}

/********************************************************************************************
SOCIAL SHARE
********************************************************************************************/

.single-post #main-content,
.single-post .et_builder_inner_content .et_pb_section,
.single-project #main-content,
.single-project .et_builder_inner_content .et_pb_section {
	background: transparent;
}

.heateor_sss_sharing_container {
	margin-bottom:50px;
}	

.heateor_sss_sharing_title {
	color:var(--blue);
	font-weight: 400 !important;
	margin-bottom:10px;
}

ul.heateor_sss_sharing_ul,
.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul {
	display: inline-block;
	width: auto;
	padding:0 !important;

}

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
	margin:0;
}

ul.heateor_sss_sharing_ul li.heateorSssSharingRound,
.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul .heateor_sss_svg {
	width: 80px !important;
	background:#fff !important;
	border-top:1px solid #dbdcdc !important;
	border-left:1px solid #dbdcdc !important;
	border-bottom:1px solid #dbdcdc !important;
	text-align: center !important;
	float:none !important;
	font-size: 28px !important;
}

.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:last-child .heateor_sss_svg {
	border-right:1px solid #dbdcdc !important;
}

ul.heateor_sss_sharing_ul li.heateorSssSharingRound,
.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul .heateor_sss_svg { 
	padding: 18px 9px !important;
}


ul.heateor_sss_sharing_ul li.heateorSssSharingRound:hover,
ul.heateor_sss_sharing_ul li.heateorSssSharingRound:hover ss,
div.heateor_sss_sharing_ul a:hover,
div.heateor_sss_sharing_ul .heateor_sss_svg,
.heateor_sss_horizontal_sharing span.heateor_sss_svg:hover {
	background:#fafbfc !important;
	cursor: pointer;
}

/**********************************************************************************************************/
/* FLUENT FORMS
/**********************************************************************************************************/

.fluentform input,
.fluentform select,
.fluentform textarea,
.fluentform button,
.web2lead input,
.web2lead select,
.web2lead textarea,
.web2lead submit {
	outline:0;
	outline:none;
}


.fluentform label,
.web2lead label {
	display: block;
	display: flex;
	font-weight: var(--regular) !important;
}

.web2lead h3 {
	margin-top:30px;
}

.web2lead div,
.web2lead label,
.web2lead input,
.web2lead input[type="url"] {
	display: block;
	width:100%;
}

.fluentform input[type="text"].ff-el-form-control,
.fluentform input[type="email"].ff-el-form-control,
.fluentform input[type="phone"].ff-el-form-control,
.fluentform input[type="tel"].ff-el-form-control,
.fluentform textarea.ff-el-form-control,
.fluentform select.ff-el-form-control,
.web2lead input,
.web2lead textarea,
.web2lead select {
	padding:4px 0;
	margin-bottom:20px;
	background: transparent !important;
	color: var(--blue);
	width:100%;
	height:40px;
	font-size: 16px;
	border: 0;
	border-bottom:1px solid var(--turq);
	border-radius: 0 !important;
	line-height: 32px;
}

.web2lead select.multiple {
	height:auto;
}

.ff-default .ff-el-form-check label.ff-el-form-check-label {
	margin-bottom: 12px;
}

.fluentform .ff-el-form-check-label .ff-el-form-check-input[type="radio"] {
	top:3px;
	width: 24px;
	height: 24px;
    margin-right: 12px;
    appearance: none;
  -webkit-appearance: none;

  /* For a circular appearance we need a border-radius. */
  border-radius: 12px;
  /* The background will be the radio dot's color. */
  background: var(--white);
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px var(--blue);
}

.fluentform .ff-el-form-check-label .ff-el-form-check-input[type="radio"]:checked {
	background: var(--blue);
}

.fluentform textarea.ff-el-form-control,
.web2lead textarea {
	width:100%;
	height:100px;
	border: 0 !important;
	font-size: 16px;
	border-bottom:1px solid var(--turq) !important;
	resize:vertical;
	line-height: 1.5;
}

.web2lead input,
.web2lead textarea,
.web2lead select {
	padding:4px 10px;
	border:1px solid var(--turq) !important;
	border-radius: 3px !important;
}

.fluentform button,
.fluentform button.ff-btn-submit,
.fluentform input[type="button"].ff-btn-submit,
.fluentform input[type="submit"].ff-btn-submit,
.web2lead button[type="submit"] {
	position: relative;
	width:auto !important;
	font-size: 14px;
	font-weight: var(--semi_bold) !important;
	letter-spacing: 1px;
	background: transparent;
	margin-bottom:0;
	background:var(--turq) !important;
	border:0 !important;
	border-radius:3px;
	color:#fff;
	padding:0.8em 0.4em !important;
	line-height: inherit;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}

.web2lead button[type="submit"] {
	font-size: 18px;
	padding:0.8em 1.2em !important;
}

.fluentform input[type="text"].ff-el-form-control:focus,
.fluentform input[type="email"].ff-el-form-control:focus,
.fluentform textarea.ff-el-form-control:focus,
.web2lead input:focus,
.web2lead textarea:focus {
	border-bottom:2px solid var(--blue) !important;
	background: transparent !important;
	cursor:pointer;
}

.web2lead input:focus,
.web2lead textarea:focus,
.web2lead select:focus {
	border:1px solid var(--blue) !important;
}

.fluentform button:hover,
.fluentform button.ff-btn-submit:hover,
.fluentform input[type="button"].ff-btn-submit:hover,
.fluentform input[type="submit"].ff-btn-submit:hover,
.web2lead button[type="submit"]:hover {
	background: var(--blue) !important;
	opacity:1;
	cursor:pointer !important;
}

.fluentform .ff-el-progress-bar {
    background-color: var(--blue);
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after,
.fluentform .ff-el-is-error label,
.web2lead .is_required label:after {
	color: var(--blue) !important;
}

.web2lead .is_required label:after {
	content: " *";
}    

.fluentform .error.text-danger,
.fluentform .hidden {
	display: none !important;
}

/* Change Autocomplete styles in Chrome*/
.fluentform input:-webkit-autofill,
.fluentform input:-webkit-autofill:hover, 
.fluentform input:-webkit-autofill:focus,
.fluentform input:-webkit-autofill, 
.fluentform textarea:-webkit-autofill,
.fluentform textarea:-webkit-autofill:hover,
.fluentform textarea:-webkit-autofill:focus,
.fluentform select:-webkit-autofill,
.fluentform select:-webkit-autofill:hover,
.fluentform select:-webkit-autofill:focus,
.web2lead input:-webkit-autofill,
.web2lead input:-webkit-autofill:hover, 
.web2lead input:-webkit-autofill:focus,
.web2lead input:-webkit-autofill, 
.web2lead textarea:-webkit-autofill,
.web2lead textarea:-webkit-autofill:hover,
.web2lead textarea:-webkit-autofill:focus,
.web2lead select:-webkit-autofill,
.web2lead select:-webkit-autofill:hover,
.web2lead select:-webkit-autofill:focus{
	border-bottom:1px solid var(--turq) !important;
	-webkit-text-fill-color: var(--blue);
 	-webkit-box-shadow: 0 0 0 1000px var(--white) inset;
	transition: background-color 5000s ease-in-out 0s;
}

.ff-message-success {
	background: var(--turq);
	color:var(--white);
	padding: 8px 16px;
	margin-top:50px;
	text-align: center;
	border:0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

/********************************************************************************************
RWD BREAKPOINTS
********************************************************************************************/

/**********************************************************************************************************/
/* FLEXBOX COLUMN STACKING ORDER SWITCH
/**********************************************************************************************************/

@media all and (min-width: 981px) and (max-width: 1250px) {


} /* END MAX WIDTH 1250px AND MIN WIDTH 981px */


@media all and (max-width: 1250px) {
    
    #page-container {
    	padding-top: 0px !important;
	}
    
} /* END MAX WIDTH 1250px */ 

@media all and (max-width: 980px) {

	.et_pb_column-OLD {
    	margin-bottom: 0;
    }
    
    #page-container {
    	padding-top: 0px !important;
	}
    
    .flex_row {
		display: flex !important;
		flex-wrap: wrap !important;
	}
    
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.tablet_1 {
		-webkit-order: 1;
		order: 1;
	}
 
	.tablet_2 {
		-webkit-order: 2;
		order: 2;
	}
 
	.tablet_3 {
		-webkit-order: 3;
		order: 3;
	}
 
	.tablet_4 {
		-webkit-order: 4;
		order: 4;
	}
	
	.hide_tablet {
		display: none !important;
	}
	
	
	.show_image_tablet {
		display: block !important;
	    padding-bottom: 75% !important;
   		margin-top: 0 !important;
   		margin-bottom: 0 !important;
	}
	
	.show_image {
		display: block !important;
	    padding-bottom: 75% !important;
   		margin-top: 0 !important;
   		margin-bottom: 0 !important;
	}	

	.show_image .et_pb_image,
	.show_image.et_pb_image {
		/* position: absolute;
    	width: 100%;
   		height: 100%; */
   		display: none;
	}
	
	.row_footer_top .et_pb_column {
		width: 47.25%;
    	margin-right: 5.5%;
    }
    
	.row_footer_top .et_pb_column:first-child,
	.row_footer_top .et_pb_column:last-child {
		display: block;
		width: 100%;
		margin-right:0;
	}
	
 
} /* END MAX WIDTH 980px */

@media all and (max-width: 767px) {

	.blog_news .et_pb_post {
		margin-bottom:4em;
	}

} /* END MAX WIDTH 767px */


@media all and (max-width: 640px) {


} /* END MAX WIDTH 640px */


@media all and (min-width: 480px) {
	
	
} /* END MIN WIDTH 480px */


@media all and (min-width: 640px) {
	

} /* END MIN WIDTH 640px */


@media all and (min-width: 768px) {
	
	.et_pb_text .btn,
	.blog_news a.btn,
	body #page-container .et_pb_button.standard {
		font-size: 15px;
		padding:1em 1.25em 1em 1.75em !important;
	}
	
	.fluentform button,
	.fluentform button.ff-btn-submit,
	.fluentform input[type="button"].ff-btn-submit,
	.fluentform input[type="submit"].ff-btn-submit {
		padding:1em 1.25em !important;
	}
	
	body #page-container .et_pb_button.standard {
		padding: 0.5em 0.5em 1em 1.25em !important;
		padding:1em 1.25em 1em 1.75em !important;
	}

	.dual_btn .btn.first {
		margin-right:30px;
	}
	
	.blog_news .et_pb_post {
		display: flex;
		display: block;
		margin-bottom: 30px;
	}

	.blog_news .et_pb_post {
		display: flex;
	}	

	.blog_news .et_pb_post .column_image,
	.blog_news .et_pb_post .column_content {
		display: inline-block;
		display: flex;
		width: 48.5%;
		margin-right: 4%;
		margin-bottom: 1.7em;
	}
	
	.blog_news .et_pb_post .column_image {
		width: 38.5%; 
	}
	
	.blog_news .et_pb_post .column_content {
		width: 58.5%;
	}
	
	.search-results .blog_news .et_pb_post.et_pb_no_thumb .column_content {
		/* width:100%;
		margin-left: 2%;
		padding-left:38.5%; */
		margin-left: 40.5%;
		
	}
	
	.left_right_posts .et_pb_post:nth-child(even) .column_image {
		order:2;
		margin-right: 0;
	}
	
	.left_right_posts .et_pb_post:nth-child(even) .column_content {
		order:1;
		padding-left:5%;
	}
	
	.left_right_posts .et_pb_post:nth-child(odd) .column_content {
		padding-right:5%;
		margin-right: 0;
	}
	
	.left_right_posts .et_pb_post .column_content {
		/* padding-left: 3%; */
	}
	
	.left_right_posts .entry-featured-image-url {
		margin-bottom: 0;
	}
	
	.equal_height_posts .pa-auto-height {
    	height: auto !important;
	}

	.equal_height_posts .pa-auto-margin {
    	margin-top: 20px !important;
	}
	
	.toggle table td,
	table.application td,
	table.application th {
		font-size: 15px;
	}
	


} /* END MIN WIDTH 768px */



@media all and (min-width: 981px) {
	
	.vc_left_desktop {
		/* justify-content: space-between !important; */
		align-items: flex-start;
	}

	.vc_right_desktop {
		/* justify-content: space-between !important; */
		align-items: flex-end;
	}
	
	
	#main-header,
	#main-header.et-fixed-header {
		box-shadow: 0 3px 14px rgba(0,0,0,.1)!important;
	}

	
	#logo {
		height:57px;
		max-height: 57px;
	}
	
	.et-pb-controllers {
 		bottom:5px;
	}
	
	.show_image .et_pb_image,
	.show_image.et_pb_image {
		display: block;
		height:100%;
	}
	
	.et_pb_column.show_image .et_pb_image_wrap img,
	.et_pb_image.show_image .et_pb_image_wrap img {
		/* display: none;
		opacity:0; */
		display: none;
	}
	
	/* #services-nav.fixed */
	#services-nav {
		width:100%;
		box-shadow: rgba(0, 0, 0, .15) 0 .3125rem .3125rem 0;
		opacity:1;
		padding:0;
		margin-top:0 !important;
	}

	#services-nav.fixed .et_pb_row {
		padding:0;
	}

	.tabs_menu {
		overflow: visible;
		text-align:left;
	}

	.tabs_menu ul {
		display: flex;
		margin-top:7px;
	}

	.tabs_menu ul li {
		position: relative;
		flex: 1 1 auto;
		padding:15px 0 !important;
		padding: 0 !important;
		text-align: center;
	}
	
	.tabs_menu ul li a {
		padding:6px 12px;
		padding:0;
	}
	
	.tabs_menu ul li a:after {
		margin-top: 2px;
		height: 3px !important;
	}
	
	.tabs_menu ul li a:hover:after,
	.tabs_menu ul li a.active:after {
		width:36px;
		background: var(--white) !important;
	}	

	.fluentform button,
	.fluentform button.ff-btn-submit,
	.fluentform input[type="button"].ff-btn-submit,
	.fluentform input[type="submit"].ff-btn-submit {
		font-size: 16px;
		padding:1em 1.25em !important;
	}
	
	.toggle table td,
	table.application td,
	table.application th {
		font-size: 16px;
	}


} /* END MIN WIDTH 981px */

