/***
 * Theme Name: FC WordPress
 * Author: Forge Creative Limited
 * Author URI: http://www.forge.co.nz/
 * Description: Forge Creative Child Theme
 * Version: 5.4.2
 * Template: dt-the7
 */

@import "css/main.css";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");

/*Global Content */
.page.home #main {
	padding: 0;
}
.page .content h4 {
	color: #00377b;
}
.page .content .wpb_text_column:not(.fc-content-nav) a:not(.dt-btn) {
	text-decoration: none;
	font-weight: 700;
	color: #00377b;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
}
.page .content .wpb_text_column:not(.fc-content-nav) a:not(.dt-btn):hover {
	color: #000;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
}
.scroll-top.on {
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	background-image: url("/wp-content/uploads/scroll-top_03.png");
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 9;
	box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3);
}
.scroll-top.on:hover {
	background-color: rgba(255, 255, 255, 1);
}
.scroll-top.on:before {
	display: none;
}
#footer {
	background: #fff;
}
/* #bottom-bar { z-index: 1; min-height: 100px !important; max-height: 100px; margin-right: 65px;} */
#bottom-bar {
	z-index: 1;
	min-height: 100px !important;
	max-height: 100px;
}
#bottom-bar .wf-container-bottom {
	flex-direction: column;
}
#bottom-bar:after {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	right: -64px;
	bottom: 0;
	border-left: 65px solid #000;
	border-bottom: 100px solid transparent;
	border-right: 0;
	border-top: 0;
}
#bottom-bar .wf-table {
	min-height: 100px !important;
}
#page a.dt-btn,
#page a.dt-btn:hover {
	border: 1px solid #00377b;
}
a.fc-bottombar-links {
	font-weight: 900;
	color: #808285;
	text-decoration: none !important;
}
a.fc-bottombar-links:hover {
	color: #fff !important;
}
body a.dt-btn {
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
}
body .wpb_text_column a:hover {
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
}
body .mobile-header-space {
	height: 0 !important;
}

body #footer #text-4 h4,
body #footer #text-3 h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
body #footer #text-4 p,
body #footer #text-3 p {
	font-size: 15px;
	line-height: 19px;
}
body #footer #text-4 a,
body #footer #text-3 a {
	font-weight: 700;
}
body #footer #text-4 a:hover,
body #footer #text-3 a:hover {
	color: #808285;
}
body #footer #text-3 {
	padding: 0 40px;
	margin-bottom: 0;
}
body #footer #text-4 {
	padding: 0 0 0 50px;
	margin-bottom: 0;
}

@media screen and (max-width: 1050px) {
	body #footer #text-2 {
		width: 20%;
	}
	body #footer #text-3 {
		width: 30%;
	}
}

@media screen and (min-width: 767px) and (max-width: 769px) {
	body #footer #text-2 {
		width: 15%;
	}
	body #footer #text-3 {
		width: 35%;
	}
	body #footer #text-4 {
		width: 40%;
	}
}

@media screen and (max-width: 767px) {
	body #footer #text-2 {
		display: none;
	}
	body #footer #text-3 {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	body #footer #text-4 {
		width: 100%;
		padding: 0 40px;
	}
}

/*Header*/
body .masthead #primary-menu,
body #phantom .main-nav {
	flex-grow: 0;
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	-ms-flex-positive: 0;
	-ms-flex-grow: 0;
	margin-right: auto;
	margin-left: 2px;
	background-color: rgba(230, 231, 232, 0.95);
	position: relative;
}
body .masthead .main-nav.after-scroll {
	background-color: rgba(230, 231, 232, 0.95);
}
body .masthead .branding {
	background-color: rgba(230, 231, 232, 0.95);
	padding: 25px 15px 20px 25px;
	position: relative;
	margin-right: 55px;
}
body .masthead .branding:after {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	right: -55px;
	top: 0;
	border-left: 55px solid rgba(230, 231, 232, 0.95);
	border-bottom: 100px solid transparent;
	border-right: 0;
	border-top: 0;
}
body .masthead .main-nav:after {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	right: -55px;
	top: 0;
	border-left: 55px solid rgba(230, 231, 232, 0.95);
	border-bottom: 100px solid transparent;
	border-right: 0;
	border-top: 0;
}
body .masthead .main-nav:before {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: -55px;
	top: 0;
	border-right: 55px solid rgba(230, 231, 232, 0.95);
	border-top: 100px solid transparent;
	border-left: 0;
	border-bottom: 0;
}
body .masthead:not(#phantom) .main-nav > li:not(.fc-phone-list) {
	margin-top: 39px;
}
body .masthead .main-nav > .fc-phone-list {
	position: absolute;
	right: -32px;
	top: 0;
	z-index: 1;
}
body .masthead .main-nav > .fc-phone-list a {
	margin: 0;
	background-color: #00377b;
	padding: 8px 20px 12px 20px;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
}
body .masthead .main-nav > .fc-phone-list a:hover {
	background-color: #000;
}
body .masthead .main-nav > .fc-phone-list a:after {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	right: -23px;
	top: 0;
	border-left: 23px solid #00377b;
	border-bottom: 42px solid transparent;
	border-right: 0;
	border-top: 0;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
	-ms-transition: border 0.5s;
}
body .masthead .main-nav > .fc-phone-list a:hover:after {
	border-left: 23px solid #000;
	border-bottom: 42px solid transparent;
}
body .masthead .main-nav > .fc-phone-list a:before {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: -23px;
	top: 0;
	border-right: 23px solid #00377b;
	border-top: 42px solid transparent;
	border-left: 0;
	border-bottom: 0;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
	-ms-transition: border 0.5s;
}
body .masthead .main-nav > .fc-phone-list a:hover:before {
	border-right: 23px solid #000;
	border-top: 42px solid transparent;
}
body .masthead .main-nav > .fc-phone-list a .menu-text {
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	color: #fff !important;
}
body .masthead .main-nav > .fc-phone-list a .fa {
	font-size: 20px;
}
body .masthead .main-nav > .fc-phone-list a:hover,
body .masthead .main-nav > .fc-phone-list a:visited {
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
}
body .masthead .main-nav > .fc-phone-list a:hover:before,
body .masthead .main-nav > .fc-phone-list a:hover:after {
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
	-ms-transition: border 0.5s;
}
body .main-nav li:not(.dt-mega-menu) .sub-nav {
	margin-left: 1px;
	padding-top: 1px;
}
body .main-nav.l-to-r-line > li:not(.dt-mega-menu) > a i.underline {
	bottom: -20px !important;
	transition: width 0.5s !important;
	-webkit-transition: width 0.5s !important;
	-moz-transition: width 0.5s !important;
	-o-transition: width 0.5s !important;
	-ms-transition: width 0.5s !important;
}
body
	.main-nav.l-to-r-line
	> li.act:not(.dt-mega-menu):not(.dt-hovered)
	> a:not(:hover)
	i.underline {
	width: 0;
}
body .masthead .sub-nav > li.act {
	background-color: transparent;
}
body
	.masthead
	.sub-nav
	> li.act:not(.dt-mega-parent):not(.wpml-ls-item):not(.wpml-ls-item)
	> a
	span.menu-text {
	color: #000;
}
body
	.masthead
	.sub-nav
	> li.act:not(.dt-mega-parent):not(.wpml-ls-item):not(.wpml-ls-item)
	> a:hover
	span.menu-text,
body
	.masthead
	.sub-nav
	> li.dt-hovered:not(.dt-mega-parent):not(.wpml-ls-item):not(.wpml-ls-item)
	> a
	span.menu-text {
	color: #fff;
}
body .masthead.masthead-mobile-header:not(#phantom) {
	box-shadow: none !important;
}
body
	.sub-nav.level-arrows-on
	li.has-children:not(.dt-mega-parent):not(.dt-hovered)
	> a:after {
	background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='8px' height='8px' fill='%23000000' viewBox='0 0 8 8' enable-background='new 0 0 8 8' xml:space='preserve'><path d='M3.021,8c0.181,0,0.335-0.063,0.462-0.19l3.343-3.343C6.956,4.337,7.021,4.182,7.021,4c0-0.186-0.065-0.339-0.195-0.462L3.483,0.195C3.36,0.064,3.206,0,3.021,0C2.84,0,2.684,0.064,2.554,0.195l-0.385,0.38c-0.127,0.133-0.19,0.289-0.19,0.467c0,0.182,0.063,0.336,0.19,0.462L4.664,4L2.169,6.495c-0.127,0.127-0.19,0.281-0.19,0.463c0,0.178,0.063,0.333,0.19,0.467L2.554,7.81C2.688,7.937,2.843,8,3.021,8z'/></svg>");
}
body
	.sub-nav.level-arrows-on
	li.has-children.dt-hovered:not(.dt-mega-parent)
	> a:after {
	background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='8px' height='8px' fill='%23ffffff' viewBox='0 0 8 8' enable-background='new 0 0 8 8' xml:space='preserve'><path d='M3.021,8c0.181,0,0.335-0.063,0.462-0.19l3.343-3.343C6.956,4.337,7.021,4.182,7.021,4c0-0.186-0.065-0.339-0.195-0.462L3.483,0.195C3.36,0.064,3.206,0,3.021,0C2.84,0,2.684,0.064,2.554,0.195l-0.385,0.38c-0.127,0.133-0.19,0.289-0.19,0.467c0,0.182,0.063,0.336,0.19,0.462L4.664,4L2.169,6.495c-0.127,0.127-0.19,0.281-0.19,0.463c0,0.178,0.063,0.333,0.19,0.467L2.554,7.81C2.688,7.937,2.843,8,3.021,8z'/></svg>");
}
body .mobile-navigation.fc-custom-burger-menu.fc-close-icon button span.lines {
	background-color: transparent;
}
body
	.mobile-navigation.fc-custom-burger-menu.fc-close-icon
	button
	span.lines:before {
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: -7px;
	transition: transform 0.5s;
}
body
	.mobile-navigation.fc-custom-burger-menu.fc-close-icon
	button
	span.lines:after {
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: 7px;
	transition: transform 0.5s;
}
body .masthead.full-width {
	padding: 0 !important;
}

/* Header - Phone Element*/
body .masthead .main-nav li:not(.dt-mega-menu) .sub-nav li {
	padding: 0;
}
body
	.masthead
	.main-nav
	li:not(.dt-mega-menu)
	.sub-nav.hover-style-bg
	li:not(.dt-mega-parent):hover
	> a {
	background-color: #00377b;
}
BODY .dt-mobile-menu-icon.fc-close:focus {
	outline: none !important;
}

/*Linkedin*/
body .masthead .main-nav > .fc-linkedin-list {
	position: absolute;
	right: 174px;
	top: 0;
	z-index: 1;
	margin-top: 0 !important;
}
body .masthead .main-nav > .fc-linkedin-list a {
	margin: 0;
	background-color: #000;
	padding: 11px;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
}
body .masthead .main-nav > .fc-linkedin-list a:hover {
	background-color: #00377b;
}
body .masthead .main-nav > .fc-linkedin-list a:after {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	right: -23px;
	top: 0;
	border-left: 23px solid #000;
	border-bottom: 42px solid transparent;
	border-right: 0;
	border-top: 0;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
	-ms-transition: border 0.5s;
}
body .masthead .main-nav > .fc-linkedin-list a:hover:after {
	border-left: 23px solid #00377b;
	border-bottom: 42px solid transparent;
}
body .masthead .main-nav > .fc-linkedin-list a:before {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: -23px;
	top: 0;
	border-right: 23px solid #000;
	border-top: 42px solid transparent;
	border-left: 0;
	border-bottom: 0;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
	-ms-transition: border 0.5s;
}
body .masthead .main-nav > .fc-linkedin-list a:hover:before {
	border-right: 23px solid #00377b;
	border-top: 42px solid transparent;
}
body .masthead .main-nav > .fc-linkedin-list a i {
	color: #fff;
	font-size: 20px !important;
}
body .fa-linkedin:before {
	content: "\f08c" !important;
	font-size: 20px !important;
}
body .fa-linkedin {
	font-size: 20px !important;
}

/* Header Sticky On */
body.sticky-on .masthead .branding,
body .mobile-branding {
	margin-right: 0;
	width: auto;
	height: 60px;
	padding: 0 !important;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	background-color: rgba(0, 0, 0, 1);
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
}
@media screen and (min-width: 501px) {
	body .mobile-branding:hover {
		background-color: rgba(0, 0, 0, 0.7);
		transition: background-color 0.5s;
		-webkit-transition: background-color 0.5s;
		-moz-transition: background-color 0.5s;
		-o-transition: background-color 0.5s;
		-ms-transition: background-color 0.5s;
	}
	body .masthead .mobile-branding:hover:after {
		border-left: 35px solid rgba(0, 0, 0, 0.7);
		transition: border-left 0.5s;
		-webkit-transition: border-left 0.5s;
		-moz-transition: border-left 0.5s;
		-o-transition: border-left 0.5s;
		-ms-transition: border-left 0.5s;
	}
	body .masthead .mobile-branding:hover:before {
		border-left: 60px solid rgba(0, 0, 0, 0.7);
		transition: border-left 0.5s;
		-webkit-transition: border-left 0.5s;
		-moz-transition: border-left 0.5s;
		-o-transition: border-left 0.5s;
		-ms-transition: border-left 0.5s;
	}
}
body.sticky-on .masthead .branding a,
body .mobile-branding a {
	padding: 10px 5px 20px 10px !important;
}
body.sticky-on .masthead .branding:after {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	right: -35px;
	top: 0;
	border-left: 35px solid rgba(0, 0, 0, 0.7);
	border-bottom: 60px solid transparent;
	border-right: 0;
	border-top: 0;
}
body.sticky-on .masthead .branding:before {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 60px;
	border-left: 55px solid rgba(0, 0, 0, 0.7);
	border-bottom: 90px solid transparent;
	border-right: 0;
	border-top: 0;
}

/* Header - Phantom*/
body #phantom {
	opacity: 0;
	transform: translateX(-999px);
	transition: transform 0.65s;
	-webkit-transition: transform 0.65s;
	-moz-transition: transform 0.65s;
	-o-transition: transform 0.65s;
	-ms-transition: transform 0.65s;
}
body #phantom .logo-box {
	z-index: 1;
}
body #phantom .logo-box a {
	width: 45px;
	min-height: 50px;
	background-color: rgba(0, 0, 0, 1);
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	padding-top: 10px;
	padding-left: 10px;
}
body #phantom .logo-box a:hover {
	background-color: rgba(0, 0, 0, 0.7);
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
}
body #phantom .logo-box a:hover:before {
	border-left: 55px solid rgba(0, 0, 0, 0.7);
	transition: border-left 0.5s;
	-webkit-transition: border-left 0.5s;
	-moz-transition: border-left 0.5s;
	-o-transition: border-left 0.5s;
	-ms-transition: border-left 0.5s;
}
body #phantom .logo-box a:hover:after {
	border-left: 35px solid rgba(0, 0, 0, 0.7);
	transition: border-left 0.5s;
	-webkit-transition: border-left 0.5s;
	-moz-transition: border-left 0.5s;
	-o-transition: border-left 0.5s;
	-ms-transition: border-left 0.5s;
}
body #phantom .logo-box a:before {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 60px;
	border-left: 55px solid rgba(0, 0, 0, 1);
	border-bottom: 95px solid transparent;
	border-right: 0;
	border-top: 0;
	transition: border-left 0.5s;
	-webkit-transition: border-left 0.5s;
	-moz-transition: border-left 0.5s;
	-o-transition: border-left 0.5s;
	-ms-transition: border-left 0.5s;
}
body #phantom .logo-box a:after {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 55px;
	top: 0;
	border-left: 35px solid rgba(0, 0, 0, 1);
	border-bottom: 60px solid transparent;
	border-right: 0;
	border-top: 0;
	transition: border-left 0.5s;
	-webkit-transition: border-left 0.5s;
	-moz-transition: border-left 0.5s;
	-o-transition: border-left 0.5s;
	-ms-transition: border-left 0.5s;
}
body .mobile-navigation.fc-custom-burger-menu {
	display: block;
	background-color: #00377b;
	height: 60px;
	max-height: 60px;
	margin-left: 37px;
	transition: background-color 0.5s;
	z-index: 1;
}
body .mobile-navigation.fc-custom-burger-menu:hover,
body .mobile-navigation.fc-custom-burger-menu.fc-close-icon {
	background-color: #000;
	transition: background-color 0.5s;
}
body .mobile-navigation.fc-custom-burger-menu:hover button:before,
body .mobile-navigation.fc-custom-burger-menu.fc-close-icon button:before {
	border-right: 35px solid #000;
	transition: border-right 0.5s;
	-webkit-transition: border-right 0.5s;
	-moz-transition: border-right 0.5s;
	-o-transition: border-right 0.5s;
	-ms-transition: border-right 0.5s;
}
body .mobile-navigation.fc-custom-burger-menu:hover button:after,
body .mobile-navigation.fc-custom-burger-menu.fc-close-icon button:after {
	border-left: 35px solid #000;
	transition: border-left 0.5s;
	-webkit-transition: border-left 0.5s;
	-moz-transition: border-left 0.5s;
	-o-transition: border-left 0.5s;
	-ms-transition: border-left 0.5s;
}
body .mobile-navigation.fc-custom-burger-menu button {
	display: block;
	margin-top: 15px;
	border: none !important;
}
body .mobile-navigation.fc-custom-burger-menu button:before {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 57px;
	top: 0;
	border-right: 35px solid #00377b;
	border-top: 60px solid transparent;
	border-top: 60px solid transparent;
	transition: border-right 0.5s;
	-webkit-transition: border-right 0.5s;
	-moz-transition: border-right 0.5s;
	-o-transition: border-right 0.5s;
	-ms-transition: border-right 0.5s;
}
body .mobile-navigation.fc-custom-burger-menu button:after {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 116px;
	top: 0;
	border-left: 35px solid #00377b;
	border-bottom: 60px solid transparent;
	border-right: 0;
	border-top: 0;
	transition: border-left 0.5s;
	-webkit-transition: border-left 0.5s;
	-moz-transition: border-left 0.5s;
	-o-transition: border-left 0.5s;
	-ms-transition: border-left 0.5s;
}
body
	.mobile-navigation.fc-custom-burger-menu:not(.fc-close-icon)
	.dt-mobile-menu-icon
	.lines,
body
	.mobile-navigation.fc-custom-burger-menu
	.dt-mobile-menu-icon
	.lines:before,
body
	.mobile-navigation.fc-custom-burger-menu
	.dt-mobile-menu-icon
	.lines:after {
	background-color: #fff !important;
}
body #phantom .menu-box {
	max-height: 60px;
	height: 60px;
	margin-left: 35px;
}
body #phantom .menu-box .main-nav:before {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: -35px;
	top: 0;
	border-right: 35px solid rgba(230, 231, 232, 0.95);
	border-top: 60px solid transparent;
	border-left: 0;
	border-bottom: 0;
}
body #phantom .menu-box .main-nav:after {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	right: -35px;
	top: 0;
	border-left: 35px solid rgba(230, 231, 232, 0.95);
	border-bottom: 60px solid transparent;
	border-right: 0;
	border-top: 0;
}
body #phantom.show-phantom .main-nav {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
body #phantom.hide-phantom {
	transform: translateX(-999px);
}

/*Header - Mobile*/
body .mobile-branding {
	width: 60px;
	max-width: 60px;
}
body .mobile-branding:before {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 60px;
	border-left: 60px solid rgba(0, 0, 0, 1);
	border-bottom: 100px solid transparent;
	border-right: 0;
	border-top: 0;
	transition: border-left 0.5s;
	-webkit-transition: border-left 0.5s;
	-moz-transition: border-left 0.5s;
	-o-transition: border-left 0.5s;
	-ms-transition: border-left 0.5s;
}
body .mobile-branding:after {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 60px;
	top: 0;
	border-left: 35px solid rgba(0, 0, 0, 1);
	border-bottom: 60px solid transparent;
	border-right: 0;
	border-top: 0;
	transition: border-left 0.5s;
	-webkit-transition: border-left 0.5s;
	-moz-transition: border-left 0.5s;
	-o-transition: border-left 0.5s;
	-ms-transition: border-left 0.5s;
}

@media screen and (max-width: 1150px) {
	body .masthead.full-width {
		padding: 0 !important;
	}
}
.mobile-header-bar .mobile-navigation a {
	display: block;
	background: #00377b !important;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	border-radius: 0;
	margin-top: -10px;
	padding-top: 15px;
	height: 45px !important;
	margin-left: 37px !important;
}
.mobile-header-bar .mobile-navigation a:hover {
	background-color: #000 !important;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	box-shadow: none;
}
.mobile-header-bar .mobile-navigation a:before {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 62px;
	top: 0;
	border-right: 35px solid #00377b;
	border-top: 60px solid transparent;
	transition: border-right 0.5s;
	-webkit-transition: border-right 0.5s;
	-moz-transition: border-right 0.5s;
	-o-transition: border-right 0.5s;
	-ms-transition: border-right 0.5s;
}
.mobile-header-bar .mobile-navigation a:hover:before {
	border-right: 35px solid #000;
	transition: border-right 0.5s;
	-webkit-transition: border-right 0.5s;
	-moz-transition: border-right 0.5s;
	-o-transition: border-right 0.5s;
	-ms-transition: border-right 0.5s;
}
.mobile-header-bar .mobile-navigation a:after {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 121px;
	top: 0;
	border-left: 35px solid #00377b;
	border-bottom: 60px solid transparent;
	border-right: 0;
	border-top: 0;
	transition: border-left 0.5s;
	-webkit-transition: border-left 0.5s;
	-moz-transition: border-left 0.5s;
	-o-transition: border-left 0.5s;
	-ms-transition: border-left 0.5s;
}
.mobile-header-bar .mobile-navigation a:hover:after {
	border-left: 35px solid #000;
	transition: border-left 0.5s;
	-webkit-transition: border-left 0.5s;
	-moz-transition: border-left 0.5s;
	-o-transition: border-left 0.5s;
	-ms-transition: border-left 0.5s;
}
.dt-mobile-menu-icon .lines,
.dt-mobile-menu-icon .lines:before,
.dt-mobile-menu-icon .lines:after {
	background-color: #fff;
}

/*When Phantom On*/
.page.sticky-on .masthead .main-nav {
	margin-left: 37px !important;
}
.page.sticky-on .masthead .main-nav.after-scroll:before {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: -35px;
	top: 0;
	border-right: 35px solid rgba(220, 221, 222, 0.9);
	border-top: 60px solid transparent;
	border-top: 60px solid transparent;
}
.page.sticky-on .masthead .main-nav.after-scroll:after {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	right: -35px;
	top: 0;
	border-left: 35px solid rgba(220, 221, 222, 0.9);
	border-bottom: 60px solid transparent;
	border-right: 0;
	border-top: 0;
}
.page.sticky-on .main-nav {
	-webkit-transition: visibility 0s, opacity 0.5s linear;
	-moz-transition: display 0.5s ease-in;
	-o-transition: display 0.5s ease-in;
	-ms-transition: display 0.5s ease-in;
	transition: visibility 0s, opacity 0.5s linear;
}

/*Home Hero Title*/
body.page.home #fc-hero-slider {
	background-position: center top !important;
}
body.home .fc-hero-title * {
	color: #fff;
}
body.home .fc-hero-title h2,
body.home .fc-hero-title h3,
body.home .fc-hero-title h4 {
	font-size: 42px;
	line-height: 52px;
	font-weight: 300;
}
body.home .fc-hero-title strong {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
}
body.home .fc-hero-title h1 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
}
@media screen and (min-width: 1150px) {
	/* #fc-hero-slider { padding-top: 200px; } */
}
@media screen and (max-width: 1149px) {
	/* 	#fc-hero-slider { padding-top: 150px; } */
}
@media screen and (max-width: 767px) {
	#fc-hero-slider {
		padding-top: 100px;
		padding-left: 25px !important;
	}
	#fc-hero-slider .wpb_text_column {
		width: 65% !important;
	}
	body.home .fc-hero-title h1,
	body.home .fc-hero-title h2,
	body.home .fc-hero-title h3,
	body.home .fc-hero-title h4 {
		font-size: 30px;
		line-height: 34px;
		font-weight: 300;
	}
	body.home .fc-hero-title strong {
		font-size: 50px;
		line-height: 54px;
		font-weight: 700;
	}
}

/* Contact Form */
#fc-contact-icon {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 11;
	width: 39px;
	height: 40px;
	background-color: #00377b;
	cursor: pointer;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
}
#fc-contact-icon:hover,
#fc-contact-icon.fc-active-form {
	background-color: #000;
}
#fc-contact-icon:hover {
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
}
#fc-contact-icon:hover:before,
#fc-contact-icon:hover:after {
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
	-ms-transition: border 0.5s;
}
#fc-contact-icon:before {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: -26px;
	top: 0;
	border-right: 26px solid #00377b;
	border-top: 40px solid transparent;
	border-left: 0;
	border-bottom: 0;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
	-ms-transition: border 0.5s;
}
#fc-contact-icon:hover:before,
#fc-contact-icon.fc-active-form:before {
	border-right: 26px solid #000;
	border-top: 40px solid transparent;
}
#fc-contact-icon:after {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	bottom: 40px;
	border-right: 54px solid #00377b;
	border-top: 82px solid transparent;
	border-left: 0;
	border-bottom: 0;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
	-ms-transition: border 0.5s;
}
#fc-contact-icon:hover:after,
#fc-contact-icon.fc-active-form:after {
	border-right: 54px solid #000;
	border-top: 82px solid transparent;
}
#fc-contact-icon .fa {
	margin: 5px;
	display: block;
	font-size: 25px;
	color: #fff;
	width: 25px;
	height: 25px;
}
#fc-contact-form {
	display: none;
	padding: 25px 40px;
	width: 400px;
	text-align: center;
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	border: 1px solid #00377b;
}
#fc-contact-form .frm_html_container h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
	color: #00377b;
}
#fc-contact-form .frm_html_container p {
	font-size: 17px;
	line-height: 20px;
	width: 90%;
}
#fc-contact-form .frm_submit button {
	text-transform: uppercase;
}
#fc-contact-close-icon {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -42px;
	background-image: url("/wp-content/uploads/form-close.png");
}
#fc-contact-close-icon:hover {
	background-image: url("/wp-content/uploads/form-close-hover.png");
	cursor: pointer;
}
@media screen and (min-width: 501px) {
	#fc-contact-close-icon {
		left: -1px;
	}
}
@media screen and (max-width: 500px) {
	#fc-contact-form {
		width: 100%;
		height: 100%;
		padding: 0;
		z-index: 999;
		overflow-x: scroll;
	}
	#fc-contact-icon {
		z-index: 99;
	}
	#fc-contact-form form {
		max-width: 300px;
		margin: 0 auto;
	}
	#fc-contact-form .frm_forms {
		margin-top: 100px;
	}
	#fc-contact-close-icon {
		right: 0;
		top: 0;
	}
}

/* CTA Rows Home page*/
#fc-cta-row {
	margin-top: -145px !important;
	overflow: visible;
	height: 150px;
}
#fc-cta-row .slide_wrap {
	height: 150px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}
#fc-cta-row .slide_hover_wrap {
	min-height: 150px;
	height: 150px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	transform: translateY(0px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
#fc-cta-row .slide_hover_wrap .slide_wrap_icon img {
	filter: grayscale(1);
	max-height: 45px;
	margin-top: 25px;
}
#fc-cta-row .slide_hover_wrap .slide_wrap_title h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
	padding: 10px 20px 0 20px;
}
#fc-cta-row .slide_wrap_link .slide_hover_wrap a {
	font-size: 17px;
	font-weight: 21px;
	font-weight: 700;
}
#fc-cta-row .slide_wrap_link .slide_hover_wrap a:hover {
	color: #000;
}
#fc-cta-row .slide_hover_wrap .slide_desc,
#fc-cta-row .slide_hover_wrap .slide_read_more {
	visibility: hidden;
	opacity: 0;
}
#fc-cta-row .slide_wrap_link:hover {
	cursor: pointer;
}
#fc-cta-row .slide_wrap_link {
	height: 150px;
}
#fc-cta-below {
	z-index: 10;
}
#fc-cta-row {
	z-index: 1;
}

@media screen and (max-width: 1020px) {
	#fc-cta-row {
		margin-top: 0 !important;
		height: auto;
	}
	#fc-cta-row .vc_col-sm-3 {
		width: 50%;
	}
	#fc-cta-row .vc_col-sm-3:nth-child(1),
	#fc-cta-row .vc_col-sm-3:nth-child(3) {
		border-right: 1px solid rgba(128, 130, 133, 0.5);
		border-bottom: 1px solid rgba(128, 130, 133, 0.5);
		margin-bottom: 1px;
	}
	#fc-cta-row .vc_col-sm-3:nth-child(2),
	#fc-cta-row .vc_col-sm-3:nth-child(4) {
		border-bottom: 1px solid rgba(128, 130, 133, 0.5);
		margin-bottom: 1px;
	}
	#fc-cta-row .wpb_column,
	#fc-cta-row .wpb_column .vc_column-inner {
		min-height: 300px;
		height: auto;
		-webkit-box-pack: flex-start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
	}
	#fc-cta-row .wpb_column .vc_column-inner .wpb_wrapper,
	#fc-cta-row .wpb_column:hover .vc_column-inner .wpb_wrapper {
		background-color: #fff;
	}
	/*#fc-cta-row .slide_wrap_link .slide_hover_wrap { display: block; height: auto; }*/
	#fc-cta-row .slide_hover_wrap .slide_wrap_icon img {
		filter: grayscale(1);
	}
	#fc-cta-row .slide_hover_wrap .slide_wrap_title h3,
	#fc-cta-row .slide_hover_wrap .slide_desc {
		color: #000;
	}
	#fc-cta-row .slide_hover_wrap .slide_desc {
		opacity: 1;
		padding: 10px 25px 20px 25px;
		text-align: left;
		font-weight: 300;
		visibility: visible;
	}
	#fc-cta-row .slide_wrap_link:hover .slide_hover_wrap {
		transform: none;
	}
	#fc-cta-row .slide_wrap_link:hover .slide_hover_wrap .slide_wrap_icon img {
		filter: grayscale(0);
	}
	#fc-cta-row .slide_wrap_link:hover .slide_hover_wrap .slide_wrap_title h3,
	#fc-cta-row .slide_wrap_link:hover .slide_hover_wrap .slide_desc p {
		color: #00377b;
	}
}

@media screen and (min-width: 1020px) {
	#fc-cta-row > .wpb_column.vc_col-sm-3.vc_column_container {
		width: 25% !important;
	}
	#fc-cta-row .slide_wrap_link:hover .slide_wrap_icon img {
		filter: none;
	}
	#fc-cta-row .slide_wrap_link:hover .slide_hover_wrap .slide_wrap_title h3 {
		color: #00377b;
	}
	#fc-cta-row .slide_wrap_link:hover .slide_hover_wrap .slide_desc {
		padding: 10px 25px 0px 25px;
		text-align: left;
		font-weight: 300;
	}
	#fc-cta-row .slide_wrap_link:hover .slide_hover_wrap .slide_read_more,
	#fc-cta-row .slide_wrap_link:hover .slide_hover_wrap .slide_desc {
		visibility: visible;
		opacity: 1;
		transition: visibility 0s, opacity 0.5s linear;
		-webkit-transition: visibility 0s, opacity 0.5s linear;
		-moz-transition: visibility 0s, opacity 0.5s linear;
		-o-transition: visibility 0s, opacity 0.5s linear;
		-ms-transition: visibility 0s, opacity 0.5s linear;
	}
}

@media screen and (min-width: 1020px) and (max-width: 1180px) {
	#fc-cta-row .slide_hover_wrap .slide_desc {
		font-size: 16px;
		line-height: 20px;
	}
	#fc-cta-row .slide_wrap_link:hover .slide_hover_wrap {
		max-height: 380px;
		height: 380px;
		text-align: center;
		background-color: rgba(255, 255, 255, 1);
		transform: translateY(-200px);
		transition: background-color 0.7s, transform 0.5s ease-out;
		-webkit-transition: background-color 0.7s, transform 0.5s ease-out;
		-moz-transition: background-color 0.7s, transform 0.5s ease-out;
		-o-transition: background-color 0.7s, transform 0.5s ease-out;
		-ms-transition: background-color 0.7s, transform 0.5s ease-out;
		overflow: visible;
		background-color: rgba(255, 255, 255, 1);
	}
}

@media screen and (min-width: 1020px) and (max-width: 1390px) {
	#fc-cta-row .slide_hover_wrap .slide_wrap_title h3 {
		width: 135px;
		text-align: center;
		margin: 0 auto;
		padding: 0px 20px 0 20px;
	}
}

@media screen and (min-width: 1180px) {
	#fc-cta-row .slide_hover_wrap .slide_desc {
		font-size: 16px;
		line-height: 20px;
	}
	#fc-cta-row .slide_wrap_link:hover .slide_hover_wrap {
		height: 380px;
		text-align: center;
		background-color: rgba(255, 255, 255, 1);
		transform: translateY(-160px);
		transition: all 0.6s;
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		-ms-transition: all 0.6s;
		overflow: visible;
		background-color: rgba(255, 255, 255, 1);
	}
}

@media screen and (min-width: 1200px) {
	#fc-cta-row .slide_wrap_link:hover .slide_hover_wrap {
		height: 340px;
	}
}

@media screen and (min-width: 1500px) {
	#fc-cta-row .slide_hover_wrap .slide_desc {
		font-size: 16px;
		line-height: 20px;
	}
	#fc-cta-row .slide_wrap_link:hover .slide_hover_wrap {
		height: 300px;
		transform: translateY(-125px);
		transition: all 0.6s;
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		-ms-transition: all 0.6s;
		overflow: visible;
		background-color: rgba(255, 255, 255, 1);
	}
}
@media screen and (max-width: 700px) {
	#fc-cta-row .vc_col-sm-3 {
		width: 100%;
		border-bottom: 1px solid rgba(128, 130, 133, 0.5);
	}
	#fc-cta-row .vc_col-sm-3:nth-child(1),
	#fc-cta-row .vc_col-sm-3:nth-child(3) {
		border-right: none;
	}
}

/*FC Images Bottom Home Page*/
body.home .fc-cta-image img {
	filter: grayscale(1);
	transition: filter 0.5s;
	-webkit-transition: filter 0.5s;
	-moz-transition: filter 0.5s;
	-o-transition: filter 0.5s;
	-ms-transition: filter 0.5s;
}
body.home .fc-cta-image a.vc_single_image-wrapper:hover img {
	filter: grayscale(0);
	transition: filter 0.5s;
	-webkit-transition: filter 0.5s;
	-moz-transition: filter 0.5s;
	-o-transition: filter 0.5s;
	-ms-transition: filter 0.5s;
}

/*FC Content Pages*/
body.page:not(.home) #main {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
body .fc-content-header .dt-breadcrumbs-shortcode .breadcrumbs {
	padding-left: 0;
}
body
	.fc-content-header
	.dt-breadcrumbs-shortcode
	.breadcrumbs
	li:not(.current)
	a {
	color: #a2a2a2;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}
body .fc-content-header .dt-breadcrumbs-shortcode .breadcrumbs li.current span {
	color: #00377b;
	font-size: 14px;
	line-height: 20px;
}
body .fc-content-header h1 {
	font-weight: 700;
}
body .fc-white-h1 h1 {
	font-weight: 700;
	color: #fff;
}
body .fc-content-header .fc-content-nav ul {
	list-style: none;
	margin-left: 0;
}
body .fc-content-header .fc-content-nav ul li {
	display: inline;
	margin-bottom: 10px;
}
body .fc-content-header .fc-content-nav ul li:not(:last-child):after {
	content: "";
	display: inline;
	padding-left: 10px;
	border-right: 1px solid #00377b;
	margin-right: 10px;
}
body .fc-content-header .fc-content-nav ul li a {
	font-weight: 400;
	color: #000;
	line-height: 26px;
	text-decoration: none;
}
body .fc-content-header .fc-content-nav ul li a:hover {
	color: #00377b;
}
body .fc-content-row .wpb_text_column h2 {
	font-size: 40px;
	line-height: 44px;
	font-weight: 300;
	overflow-wrap: break-word;
}
body .fc-content-row .wpb_text_column h3 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	color: #000;
}
body .fc-content-row .wpb_text_column h6 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #000;
}
body .fc-content-row .wpb_text_column strong {
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
}
body .fc-content-row .wpb_text_column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
body .fc-content-row .wpb_text_column ul li,
body .fc-content-row .wpb_text_column ul {
	margin-bottom: 15px;
	margin-left: 15px;
}
body .fc-content-row .wpb_text_column ul li:before {
	position: absolute;
	left: 25px;
	content: "•";
	color: #00377b;
	font-size: 15px;
}
body .fc-content-row .wpb_text_column ol {
	list-style-type: none;
	counter-reset: list;
	position: relative;
	margin-left: 30px;
}
body .fc-content-row .wpb_text_column ol li,
body .fc-content-row .wpb_text_column ol {
	margin-bottom: 15px;
}
body .fc-content-row .wpb_text_column ol li:before {
	counter-increment: list;
	content: counter(list) ".";
	position: absolute;
	left: -30px;
	width: 40px;
	text-align: left;
	color: #00377b;
}
body .fc-content-row.fc-top-overlay-image .fc-overlay-description {
	position: relative;
	margin-top: -150px;
	padding: 100px;
}
body .fc-content-highlight .vc_column-inner {
	padding: 0 !important;
}
body .fc-content-highlight ul.smile_icon_list {
	counter-reset: list;
	position: relative;
}
body .fc-content-highlight ul.smile_icon_list li div.icon_list_icon {
	width: 50px;
	height: 50px;
}
body .fc-content-highlight ul.smile_icon_list li .icon_list_connector {
	top: 0.4em;
	border-top-style: solid !important;
	border-color: #00377b !important;
}
body .fc-content-highlight ul.smile_icon_list li div.icon_list_icon:before {
	counter-increment: list;
	content: counter(list);
	position: absolute;
	top: -5px;
	left: 20px;
	font-weight: 700;
	text-align: left;
	font-size: 20px;
	color: #00377b;
}
body .fc-content-highlight ul.smile_icon_list li .icon_description {
	margin: 7px !important;
}
body .fc-content-highlight ul.smile_icon_list li .icon_description h3 {
	font-size: 20px !important;
	line-height: 24px !important;
	padding-bottom: 15px !important;
	text-transform: none !important;
	font-weight: 400 !important;
}
body .fc-content-highlight ul.smile_icon_list li .icon_description p {
	font-size: 17px !important;
	line-height: 20px !important;
	text-align: left !important;
}

@media screen and (max-width: 1150px) {
	body #main .fc-content-header:not(.fc-content-imagetype) {
		padding-top: 140px !important;
	}
}
@media screen and (min-width: 1150px) {
	body .fc-content-row.fc-top-overlay-image .fc-overlay-description {
		margin-left: 100px;
		margin-right: 100px;
		margin-top: -200px;
		padding: 100px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 501px) and (max-width: 1149px) {
	body .fc-content-row.fc-top-overlay-image .fc-overlay-description {
		margin-left: 100px;
		margin-right: 100px;
		margin-top: -150px;
		padding: 50px;
		margin-bottom: 0;
	}
	body .fc-hero-header {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}
}
@media screen and (max-width: 500px) {
	.mobile-header-bar .mobile-navigation a {
		padding-top: 25px;
	}
	body .fc-content-row.fc-top-overlay-image .fc-overlay-description {
		margin-top: 0;
		padding: 30px;
	}
	body .fc-hero-header {
		padding-top: 150px !important;
		padding-bottom: 30px !important;
		background-position: 80% 0 !important;
		min-height: 430px !important;
	}
	body
		.fc-hero-header.vc_row.vc_row-o-content-middle
		> .vc_column_container
		> .vc_column-inner {
		-webkit-box-pack: flex-end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: flex-end;
		justify-content: flex-end;
	}
	body .fc-hero-header.vc_row.vc_row-o-content-middle > .vc_column_container {
		-webkit-box-align: flex-end;
		-webkit-align-items: flex-end;
		-ms-flex-align: flex-end;
		align-items: flex-end;
	}
	body .fc-hero-header .fc-white-h1.wpb_content_element {
		margin-top: 50px !important;
		margin-bottom: 0 !important;
	}
}

body.first-switch-logo-left.first-switch-menu-right
	.mobile-header-bar
	.mobile-navigation,
body.second-switch-logo-left.second-switch-menu-right
	.mobile-header-bar
	.mobile-navigation {
	-webkit-order: 1 !important;
	-moz-order: 1 !important;
	-ms-flex-order: 1 !important;
	order: 1 !important;
}

body .mobile-navigation.fc-custom-burger-menu.fc-close-icon button,
body .mobile-navigation.fc-custom-burger-menu:hover button {
	background: transparent !important;
}

/*Contact Page Menu*/
body .fc-contact-inpage.fc-content-row {
	padding: 30px 40px;
	border: 1px solid #00377b;
}
body .fc-contact-inpage.fc-content-row h3 {
	font-size: 20px;
	line-height: 26px;
	color: #00377b;
	margin-bottom: 20px;
}
body
	.fc-contact-inpage.fc-content-row
	.frm_style_formidable-style.with_frm_style
	input[type="text"],
body
	.fc-contact-inpage.fc-content-row
	.frm_style_formidable-style.with_frm_style
	input[type="email"] {
	height: 45px;
	padding: 0 10px 15px 10px !important;
}
body
	.fc-contact-inpage.fc-content-row
	.frm_style_formidable-style.with_frm_style
	textarea {
	height: 200px;
}
body .fc-contact-inpage.fc-content-row .frm_submit {
	text-align: right;
}
body .fc-contact-inpage.fc-content-row .frm_submit button {
	text-transform: uppercase;
	transition: all 0.35s;
}
body .content a {
	text-decoration: none;
}

/*Icons*/
body .fc-content-row .fa.fa-map-marker {
	font-size: 13px;
	margin-right: 5px;
}

/*Version-2 Changes 26-4-2018*/
@media screen and (min-width: 1021px) {
	body.home #fc-hero-slider a.fc-mobile-link {
		display: none;
	}
}
@media screen and (max-width: 1020px) {
	body.home #fc-hero-slider a.fc-desktop-link {
		display: none;
	}
	body.home #fc-cta-below .vc_align_right {
		text-align: left !important;
	}
}
@media screen and (min-width: 1024px) {
	body #page #content .vc_row .vc_col-sm-4 {
		width: 39%;
	}
	body #page #content .vc_row .vc_col-sm-8 {
		width: 59%;
	}
}
@media screen and (min-width: 500px) {
	body .fc-content-row .wpb_text_column h2 {
		font-size: 35px;
		line-height: 40px;
		font-weight: 300;
	}
	body .fc-content-row .wpb_text_column h3 {
		font-size: 25px;
		line-height: 29px;
		font-weight: 700;
	}
	body.home #fc-cta-scroller {
		margin: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	body.page.home #fc-hero-slider {
		/* background-image: url("../../../wp-content/uploads/Adam-Bartlett-hero-shot-mobile.jpg") !important; */
		background-image: url("/wp-content/uploads/Adam-Bartlett-HOME-hero-shot-MOBILE-2b.jpg") !important;
		background-position: 100% top !important;
	}
	body.page.home .fc-hero-title {
		width: 70%;
	}
}

@media screen and (max-width: 500px) {
	/*Icon Pixel Issue*/
	#fc-contact-icon.fc-active-form:before,
	#fc-contact-icon.fc-active-form:after,
	#fc-contact-icon:hover:before,
	#fc-contact-icon:hover:after {
		box-shadow: 2px 2px 0px 1px #000;
		-webkit-box-shadow: 2px 2px 0px 1px #000;
		-moz-box-shadow: 2px 2px 0px 1px #000;
		-o-box-shadow: 2px 2px 0px 1px #000;
	}
	#fc-contact-icon:before,
	#fc-contact-icon:after {
		box-shadow: 2px 2px 0px 1px #00377b;
		-webkit-box-shadow: 2px 2px 0px 1px #00377b;
		-moz-box-shadow: 2px 2px 0px 1px #00377b;
		-o-box-shadow: 2px 2px 0px 1px #00377b;
	}
	.mobile-header-bar .mobile-navigation a {
		box-shadow: 0px -2px 0px 1px #00377b;
		-webkit-box-shadow: 0px -2px 0px 1px #00377b;
		-moz-box-shadow: 0px -2px 0px 1px #00377b;
		-o-box-shadow: 0px -2px 0px 1px #00377b;
	}
	.mobile-branding {
		box-shadow: 0px -3px 0px 1px #000;
		-webkit-box-shadow: 0px -3px 0px 1px #000;
		-moz-box-shadow: 0px -3px 0px 1px #000;
		-o-box-shadow: 0px -3px 0px 1px #000;
	}
	.mobile-branding:before {
		box-shadow: -2px -4px 0px 1px #000;
		-webkit-box-shadow: -2px -4px 0px 1px #000;
		-moz-box-shadow: -2px -4px 0px 1px #000;
		-o-box-shadow: -2px -4px 0px 1px #000;
	}

	/*Hero Title and Image*/
	body.home .fc-hero-title h1,
	body.home .fc-hero-title h1 strong {
		font-size: 25px;
		line-height: 30px;
	}

	body.page.home #fc-hero-slider .wpb_text_column {
		width: 100% !important;
	}
	body.page.home #fc-hero-slider .vc_column-inner {
		padding-left: 0;
	}
	body.page.home #fc-hero-slider.vc_row.vc_row-o-columns-middle {
		webkit-align-content: flex-end;
		-ms-flex-line-pack: flex-end;
		align-content: flex-end;
	}

	/*CTA Images*/
	body.home .fc-cta-image {
		margin: 0 !important;
	}
	body.home #fc-cta-scroller img {
		filter: grayscale(1);
		transition: filter 0.5s;
		-webkit-transition: filter 0.5s;
		-moz-transition: filter 0.5s;
		-o-transition: filter 0.5s;
		-ms-transition: filter 0.5s;
	}
	body.home #fc-cta-scroller a.vc_single_image-wrapper:hover img {
		filter: grayscale(0);
		transition: filter 0.5s;
		-webkit-transition: filter 0.5s;
		-moz-transition: filter 0.5s;
		-o-transition: filter 0.5s;
		-ms-transition: filter 0.5s;
	}

	/*Titles*/
	body #page .wpb_text_column:not(.fc-white-h1) h1 {
		font-size: 30px;
		line-height: 34px;
	}
	body #page .wpb_text_column.fc-white-h1 h1 {
		font-size: 34px;
		line-height: 38px;
	}
	body #page .vc_row:not(.fc-content-highlight) h2 {
		font-size: 25px;
		line-height: 30px;
	}
	body #page h3 {
		font-size: 20px;
		line-height: 24px;
	}
	body #page h4,
	body #page h6 {
		font-size: 19px;
		line-height: 23px;
	}
	body #page p,
	body .fc-content-header .fc-content-nav ul li a {
		font-size: 16px;
		line-height: 21px;
	}

	/*Global CTA*/
	body #page .vc_row.fc-content-highlight h2 {
		font-size: 32px;
		line-height: 36px;
		padding: 0 15px;
	}
	body
		#page
		.vc_row.fc-content-highlight
		ul.smile_icon_list
		li
		div.icon_list_icon {
		width: 30px;
		height: 30px;
	}
	body
		#page
		.vc_row.fc-content-highlight
		ul.smile_icon_list
		li
		div.icon_list_icon:before {
		top: -15px;
		left: 11px;
		font-size: 13px;
		color: #00377b;
	}
	body
		#page
		.vc_row.fc-content-highlight
		.smile_icon_list
		li
		.icon_description
		div.icon_description_text {
		padding: 0 15px;
	}

	/*Global Button*/
	body #page a.default-btn-shortcode.dt-btn {
		font-size: 17px;
		line-height: 21px;
	}

	/*Contact Page Form*/
	body .fc-contact-inpage.fc-content-row {
		padding: 20px 15px;
	}

	/*Global Padding*/
	body #page .fc-content-row {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	body #page .fc-content-row .wpb_text_column {
		margin-bottom: 20px !important;
	}
	body.page #main .fc-content-header:not(.fc-content-imagetype) {
		padding-top: 100px !important;
	}

	/*BG images for mobile*/
	body.page .fc-hero-header.fc-appointments {
		background-image: url("../../../wp-content/uploads/Adam-Bartlett-appointment-mobile.jpg") !important;
		background-position: 100% top !important;
	}
	body.page .fc-hero-header.fc-contact {
		/* background-image: url("../../../wp-content/uploads/Adam-Bartlett-contact-hpbsurgery.jpg") !important; */
		background-image: url("/wp-content/uploads/Adam-Bartlett-CONTACT-MOBILE-02.jpg") !important;
		background-position: 100% top !important;
	}
	body.page .fc-hero-header.fc-faq {
		background-image: url("../../../wp-content/uploads/Adam-Bartlett-FAQ-mobile.jpg") !important;
		background-position: 100% top !important;
	}
	body.page .fc-hero-header.fc-profile {
		/* background-image: url("../../../wp-content/uploads/Adam-Bartlett-profile-mobile.jpg") !important; */
		background-image: url("/wp-content/uploads/Adam-Bartlett-ABOUT-Associate-Professor-Doctor-Adam-Bartlett-MOBILE.jpg") !important;
		background-position: 100% top !important;
	}
	body.page .fc-hero-header.fc-team {
		background-image: url("/wp-content/uploads/Adam-Bartlett-OUR-TEAM-MOBILE-02.jpg") !important;
		background-position: 100% top !important;
	}
	body.page .fc-hero-header.fc-article {
		background-image: url("/wp-content/uploads/Adam-Bartlett-ARTICLES-MOBILE-02.jpg") !important;
		background-position: 100% top !important;
	}
}

body #page .font-30 * {
	font-size: 30px;
	line-height: 34px;
}
body #page .breadcrumbs {
	background: none;
}
body .mobile-header-bar {
	top: -4px;
	left: -10px;
}
body .mobile-header-bar img.mobile-logo,
body .mobile-header-bar a.sticky-mobile-logo-first-switch img,
body .mobile-header-bar a.sticky-mobile-logo-second-switch img {
	margin-left: 10px;
}
body .mobile-mini-widgets-in-menu .mini-contacts.phone.show-on-second-switch {
	display: block !important;
	background-image: none;
	padding: 0;
	width: 100% !important;
}
body .mobile-mini-widgets-in-menu .mini-contacts.phone.show-on-second-switch a {
	text-decoration: none;
}
body
	.mobile-mini-widgets-in-menu
	.mini-contacts.phone.show-on-second-switch
	a
	.menu-text {
	font-weight: bold;
}
body
	.mobile-mini-widgets-in-menu
	.mini-contacts.phone.show-on-second-switch
	a
	.menu-text
	.fa {
	font-size: 16px;
	padding-right: 5px;
}
body .fc-logo-in-menu {
	margin-top: 40px;
	margin-bottom: 15px;
	width: 260px;
	height: auto;
}
body.right-mobile-menu .show-mobile-header .dt-mobile-header {
	z-index: 9996;
}
body .dt-close-mobile-menu-icon,
body .dt-close-mobile-menu-icon span {
	width: 40px;
	height: 40px;
}
body #fc-cta-below h2 {
	font-size: 35px;
	line-height: 39px;
}

body .fc-icon-title-gallbladder h1,
body .fc-icon-title-hernia h1,
body .fc-icon-title-laparoscopy h1,
body .fc-icon-title-liver h1,
body .fc-icon-title-pancreas h1 {
	padding-left: 70px;
	margin-top: 20px;
}

body .fc-icon-title-gallbladder h1:before {
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	left: 25px;
	background-image: url("../../../wp-content/uploads/Gallbladder.png");
	background-size: contain;
	background-repeat: no-repeat;
}
body .fc-icon-title-hernia h1:before {
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	left: 25px;
	background-image: url("../../../wp-content/uploads/Hernia.png");
	background-size: contain;
	background-repeat: no-repeat;
}
body .fc-icon-title-laparoscopy h1:before {
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	left: 25px;
	background-image: url("../../../wp-content/uploads/Laparoscopy.png");
	background-size: contain;
	background-repeat: no-repeat;
}
body .fc-icon-title-liver h1:before {
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	left: 25px;
	background-image: url("../../../wp-content/uploads/Liver.png");
	background-size: contain;
	background-repeat: no-repeat;
}
body .fc-icon-title-pancreas h1:before {
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	left: 25px;
	background-image: url("../../../wp-content/uploads/Pancreatic.png");
	background-size: contain;
	background-repeat: no-repeat;
}

/** covid popup **/
body #fc-covid-wrap {
	position: fixed;
	bottom: 0;
	z-index: 999;
	left: 0;
	background: #00377b;
	width: 100%;
}
body #fc-covid-wrap .fc-covid-block {
	max-width: 1040px;
	margin: 40px auto;
}
body #fc-covid-wrap .fc-covid-title {
	display: inline-block;
}
body #fc-covid-wrap .fc-covid-title h2 {
	color: #ffca00;
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	margin-bottom: 20px;
}
body #fc-covid-wrap .fc-covid-content {
	color: #fff;
	font-size: 17px;
	line-height: 21px;
	font-weight: 300;
}
body #fc-covid-wrap .fc-covid-content a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
body #fc-covid-wrap .fc-covid-content a:hover {
	text-decoration: underline;
}
body #fc-covid-wrap .fc-covid-title #fc-covid-close-icon {
	cursor: pointer;
	display: block;
	width: 47px;
	height: 47px;
	background-image: url("/wp-content/themes/forge/images/covid-close.png");
	position: absolute;
	top: 40px;
	right: 80px;
}
@media screen and (max-width: 1200px) {
	body #fc-covid-wrap .fc-covid-block {
		max-width: 100%;
		margin: 40px;
	}
	body #fc-covid-wrap .fc-covid-title #fc-covid-close-icon {
		right: 40px;
	}
	body #fc-covid-wrap .fc-covid-title h2 {
		font-size: 28px;
		line-height: 32px;
	}
	body #fc-covid-wrap .fc-covid-content {
		font-size: 17px;
		line-height: 21px;
	}
}
@media screen and (max-width: 768px) {
	body #fc-covid-wrap .fc-covid-block {
		max-width: 100%;
		margin: 40px 20px;
	}
	body #fc-covid-wrap .fc-covid-title #fc-covid-close-icon {
		right: 20px;
	}
	body #fc-covid-wrap .fc-covid-title h2 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 25px;
	}
	body #fc-covid-wrap .fc-covid-title #fc-covid-close-icon {
		width: 25px;
		height: 25px;
		background-position: center;
	}
}
@media screen and (max-width: 640px) {
	body #fc-covid-wrap {
		top: 0;
		bottom: unset;
		height: 100vh;
		overflow-y: scroll;
	}
	body #fc-covid-wrap .fc-covid-block {
		margin: 20px 15px;
	}
	body #fc-covid-wrap .fc-covid-title #fc-covid-close-icon {
		top: 20px;
		right: 15px;
	}
	body #fc-covid-wrap .fc-covid-content {
		font-size: 14px;
		line-height: 16px;
	}
	body #fc-covid-wrap .fc-covid-title h2 {
		margin-bottom: 15px;
	}
}

/* after upgrade 20/08/2020 */
body .mobile-navigation.fc-custom-burger-menu button,
body .mobile-header-bar .mobile-navigation .dt-mobile-menu-icon {
	position: unset;
	background: transparent;
}
body .mobile-navigation.fc-custom-burger-menu button:not(.floating-btn):before,
body .mobile-navigation.fc-custom-burger-menu button:not(.floating-btn):after,
body
	.mobile-header-bar
	.mobile-navigation
	.dt-mobile-menu-icon:not(.floating-btn):before,
body
	.mobile-header-bar
	.mobile-navigation
	.dt-mobile-menu-icon:not(.floating-btn):after {
	background: transparent !important;
}
body .mobile-navigation.fc-custom-burger-menu button:hover:before,
body .mobile-navigation.fc-custom-burger-menu button:after,
body .mobile-header-bar .mobile-navigation .dt-mobile-menu-icon:hover:before,
body .mobile-header-bar .mobile-navigation .dt-mobile-menu-icon:after {
	opacity: 1;
}
body .masthead:not(.side-header) .mobile-header-bar {
	padding: 0;
}
body .masthead:not(.side-header) .mobile-header-bar .mobile-navigation {
	margin-left: 0 !important;
}
@media screen and (max-width: 1180px) {
	.mobile-header-bar .mobile-navigation a {
		height: 39px !important;
		padding-top: 20px;
	}
	.right-mobile-menu-close-icon .dt-close-mobile-menu-icon {
		right: -13px;
	}
}
@media screen and (max-width: 502px) {
	.mobile-header-bar .mobile-navigation a {
		margin-top: 0;
	}
}
