/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.2
*/

@import url("../flatsome/css/foundation.css?v=2.2");

/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

/**general **/
#content {
	z-index: 99;
	overflow: hidden;
}

a {
	color: #FEBA19;
}

h1 {
	font-size: 70px;
    	font-weight: lighter;
    	font-style: italic;
    	margin-bottom: 25px;
    	color: #FEBA19;
    	margin-top: 0;
    	line-height: 0.5em;
}

.page-wrapper {
	position: relative;
}

h2 {
	color: black;
	font-size: 50px;
	margin-bottom: 50px;
}

h3 {
	color: #FEBA19;
	font-weight: 400;
	font-size: 35px;
	font-style: italic;
	line-height: 1em;
	margin-bottom:10px;
}

.cta {
	background-color: #FEBA19;
    color: black;
    font-weight: lighter;
    text-transform: lowercase;
    padding-left: 10px;
    padding-right: 50px;
    position: relative;
    font-size: 18px;
    height: 44px;
    max-width: 420px;
    display: inline-block; /* older browsers */
    display: inline-flex;
    line-height: 1em;
    align-items: center;
transition: .5s ease-in-out;
}

p {
	color: black;
	line-height: 1.4em;
}

.cta:hover:after {
	background-image: url('/wp-content/uploads/2016/05/arrow_grey_small.png');
	background-color: #FEBA19;
}

.cta:hover {
	background-color: black;
	color: #FEBA19;
	transition: .5s ease-in-out;
}

.cta:after {
    width: 40px;
    height: 44px;
    content: " ";
    position: absolute;
    background-image: url('/wp-content/uploads/2016/05/arrow_orange_small.png');
    background-color: black;
    right: 0px;
    top: 0px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 55% 50%;
	transition: .5s ease-in-out;

}

.fixed-advice {
	position: fixed;
    	right: -200px;
    	top: 170px;
    	max-width: 200px;
    	z-index: 999999999999999;
    	background-color: white;
    	padding-top: 10px;
    	padding-left: 20px;
    	padding-right: 20px;
   	padding-bottom: 30px;
	border: 1px solid lightgray;
    	border-right: none;
	transition: all 0.4s linear;
	height: 120px;
}

.fixed-advice h3 {
	margin-bottom: 5px;
}

.fixed-advice:before {
	width: 0;
    	height: 0;
    	border-style: solid;
    	border-width: 59.75px 38.5px 59.75px 0;
    	border-color: transparent #ffffff transparent transparent;
    	content: "";
    	position: absolute;
    	left: -38px;
    	top: 0px;
}

.fixed-advice.active {
	right: 0;
}

.fixed-advice:hover {
	right: 0!important;
}

.fixed-advice.partial {
	right: -130px;
}

.fixed-advice .cta {
    font-size: 17px;
}

body #main-content {
	background: 	-webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0) 70%),
			-webkit-linear-gradient(315deg, hsla(0, 0%, 77%, 1) 10%, hsla(0, 0%, 77%, 0) 80%), 
			-webkit-linear-gradient(225deg, hsla(0, 0%, 59%, 1) 10%, hsla(0, 0%, 59%, 0) 80%), 
			-webkit-linear-gradient(135deg, hsla(0, 0%, 100%, 1) 100%, hsla(0, 0%, 100%, 0) 70%); 
	background: 	linear-gradient(45deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0) 70%), 
			linear-gradient(135deg, hsla(0, 0%, 77%, 1) 10%, hsla(0, 0%, 77%, 0) 80%), 
			linear-gradient(225deg, hsla(0, 0%, 59%, 1) 10%, hsla(0, 0%, 59%, 0) 80%), 
			linear-gradient(315deg, hsla(0, 0%, 100%, 1) 100%, hsla(0, 0%, 100%, 0) 70%); 
}

li {
	color: black;
	list-style-position: inside;
}

/**header **/

.mobile-sidebar li a {
	width: 75%;
}

.header-wrapper {
	z-index: 999;
}

.top-divider {
	display: none;
}

#masthead .header-container {
	padding-left: 0;
    	transition: 1s;
    	-webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
}

#masthead .header-container.animating {
	transform: perspective(400px) rotate3d(0, 0, 0, 0deg);
}

#masthead .left-links > ul {
	margin-left: 0;
}

.icons {
	background-image: url('/wp-content/uploads/2016/05/header_icons_orange.png');
	width: 35px;
	height: 35px;
	padding: 9px;
    	padding-right: 25px;
	overflow: visible;
}

.left-text li:hover .icons {
	background-image: url('/wp-content/uploads/2016/05/header_icons_white.png');
}

.icons.email {
	background-position: 29%;
}

.icons.location {
	background-position: 55%;
}

.icons.facebook {
	background-position: 78%;
}

.icons.linkedin {
	background-position: 100%;
}

#wrapper #top-bar { 
	background-color: #1e1e1e;
}

#top-bar li > a {
	display: inherit;
}

#wrapper #top-bar.bottom-bar {
	background-color: #1e1e1e;
}

.left-text ul {
	margin-bottom: 0;
}

.left-text li {
    display: table-cell;
    margin-right: 20px;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 50px;
    font-size: 17px;
    font-weight: lighter;
    cursor: pointer;
}

.left-text li p {
	color: white;
	display: inline;
}

#masthead .row {
	max-width: 100%;
}

#masthead {
	position: absolute;
	top: 3px;
	left: 3px;
	background-color: transparent!important;
	margin-top: 51px;
	margin-left: 3px;
	z-index: 999;
}

#masthead .left-links {
    vertical-align: top;
}

#masthead .left-links > ul {
	padding-top: 00px;
}

#masthead #logo a img {
    	max-height: 999px;
}

.established {
	display: block;
	background-color: rgb(243, 243, 243);
	padding: 20px 10px;
	text-align: center;
	color: #feba19;
	position: relative;
	font-family: 'sansation-light' !important;
	width: 100%;
	font-weight: 900;
}

.established:after {
	content: "Read our story";
	background-color: rgba(0,0,0,0.7);
	padding: 10px;
	color: white;
	position: absolute;
	right: -120px;
	top: 40px;
	text-transform: none;
	opacity: 0;
	transition: all 0.2s ease-in;
}

.established:hover:after {
	opacity: 1;
	top: 20px;
}


#masthead #logo a:last-child {
	max-width: initial!important;
	font-weight: initial;
	font-size: 15px;
	max-width: 200px!important;
	width: 100%;
}

#masthead #logo a:first-child {
	max-width: 195px!important;
	padding: 30px;
    	text-align: center;
	float: none;
}

#masthead #logo {
    width: 195px!important;
    background: white;
    padding: 0!important;
}

ul.header-nav > li {
    	width: auto;
	padding-top: 15px;
    	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
    	text-align: center;
	margin-left: 3px;
}

.header-nav li:last-child {
	padding-right: 30px!important;
}

ul.header-nav > li {
	background-color: white;
}

ul.header-nav > li:hover {
	background-color: black;
	color: white;
}

ul.header-nav a.nav-top-link {
	opacity: 1;
    text-transform: lowercase;
    font-weight: lighter;
    font-size: 20px;
}

ul.header-nav > li:hover > a {
	color: white!important;
}

.left-links .nav-dropdown {
    border: none;
    box-shadow: none;
    padding-left: 5px;
    margin-left: -26px;
    margin-top: 20px;
}

ul.header-nav li .nav-dropdown li {
	text-align: left!important;
	background-color: #FEBA19;
    	margin-bottom: 3px;
	padding-left: 15px!important;
	padding-right: 15px;
	min-width: 110px;
}

ul.header-nav li .nav-dropdown li a {
    	border-bottom: none;
    	color: black;
    	text-transform: lowercase;
	margin-left: 0px;
	margin-right: 0px;
	max-width: 200px;
	font-size: 100%;
}

ul.header-nav li .nav-dropdown li:hover a {
	color: white;
}

.nav-dropdown {
	margin-top: 38px;
	padding-top: 0px;
	background-color: transparent;
}

.nav-dropdown-inner:after {
    display: none;
}

ul.header-nav li ul {
    overflow: hidden;
}

/**Headings**/
/* DUSTIN adjustments for homepage SEO headings *//* Copy style of an <h2> tag*/
.like-heading-2 { 
	color: black; 
	font-size: 50px;	 
	margin-left: 90px; 
	position: relative; 
	z-index: 50; 
	margin-bottom: 0; 
	font-weight: bold; 
	font-style: normal;
	text-rendering: optimizeLegibility; 
	margin-top: 0.2em; 
	font-family: 'montserrat-bold' !important;
}

#smaller-heading-2 { 
	font-weight: bold; 
	font-style: normal;
	margin-left: 90px; 
	color: black;
	font-size: 30px;
	text-align: center;
	line-height: 1.2125em;
	max-width: 790px;
	text-rendering: optimizeLegibility; 
	margin-top: 0.2em; 
	font-family: 'montserrat-bold' !important;
}

/**menu icons **/
#site-navigation .menu-icons:hover:before {
	background-image: url('/wp-content/uploads/2016/09/menu_icons_white1.png');
}
.menu-icons:before {
	background-image: url('/wp-content/uploads/2016/09/menu_icons_grey1.png');
	background-repeat: no-repeat;
	content: " ";
	height: 25px;
    	width: 28px;
    	display: inline-block;
    	vertical-align: middle;
}

#site-navigation li > .nav-dropdown > ul > li > a {
	display: inline-block;
    	vertical-align: middle;
}

.menu-icons.about:before {
	background-position: -320px 0px;
}

.menu-icons.our-team:before {
	background-position: 0px 0px;
}

.menu-icons.benefits:before {
	background-position: -26px 0px;
	width: 30px;
}

.menu-icons.testimonials:before {
    	width: 29px;
    	background-position: -55px 0px;
}

.menu-icons.success:before {
    	width: 29px;
    	background-position: -85px 0px;
}

.menu-icons.planning:before {
	background-position: -115px 0px;
}


.menu-icons.super:before {
	background-position: -265px 0px;	
}


.menu-icons.gesb:before {
	background-position: -235px 0px;
}


.menu-icons.planning:before {
	background-position: -205px 0px;
}


.menu-icons.insurance:before {
	background-position: -295px 0px;
}


.menu-icons.tax:before {
	background-position: -116px 0px;
}


.menu-icons.pension:before {
	background-position: -145px 0px;
}


.menu-icons.estate:before {
	background-position: -175px 0px;
}

/**video button **/
.play-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13.0px;
    border-color: transparent transparent transparent #feb919;
    position: absolute;
    left: 3px;
    right: 0;
    margin: 0 auto;
    display: block;
    top: 35%;
}

.header-nav li.video-button {
	padding: 20px!important;
    	background-color: rgba(255,255,255,0.8)!important;
    	border: 10px solid rgba(255,255,255,0.2)!important;
    	padding-right: 20px!important;
    	border-radius: 50%;
    	height: 50px;
    	width: 50px!important;
    	position: relative;
	cursor: pointer;
}

.video-button a {
	display: block;
    	width: 60px;
    	height: 60px;
    	padding: 0;
    	position: relative;
    	right: 30px;
    	bottom: 30px;
}

.video-button:after {
	content: "Watch our video";
	background-color: rgba(0,0,0,0.7);
	padding: 10px;
	color: white;
	position: absolute;
	right: -160px;
	top: 20px;
	text-transform: none;
	opacity: 0;
	transition: all 0.2s ease-in;
}

.video-button:hover:after {
	opacity: 1;
	top: 0px;
}

/**video panel **/
.video {
	min-height: 1000px;
	background-size: cover;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.75);
	overflow: hidden;
}

.video-content {
    position: absolute;
    bottom: 10vh;
    right: 30px;
    padding: 20px 30px;
    background-color: white;
    max-width: 610px;
    z-index: 999999999999;
}

.video-content {
	transition: 1s;
	-webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
}

.video-content.animating {
	transform: perspective(400px) rotate3d(0, 0, 0, 0deg);
}

video#herovid {
	position: absolute;
    	top: 0;
    	left: 50%;
    	min-width: 100%;
    	min-height: 100%;
    	width: auto;
    	height: auto;
    	z-index: 99999999999;
    	-ms-transform: translateX(-50%);
    	-moz-transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	transform: translateX(-50%);
    	background: url("/wp-content/uploads/2016/08/poster.png") no-repeat;
    	background-size: cover; 
}

.video .feature p {
	margin-bottom: 15px;
	color: black;
	clear: both;
}

.video .feature p:last-child {
	margin-bottom: 0;
}

.video .feature h1 {
	margin-bottom: 20px;
	font-size: 50px;
	float: left;
	margin-top: 6px;
}

.video .feature h2 {
	margin-bottom: 20px;
    	font-size: 50px;
    	float: left;
    	margin-top: 6px;
    	font-family: 'sansation-light-ital' !important;
    	color: #FEBA19;
    	font-weight: lighter;
    	font-style: italic;
    	line-height: 0.5em;
}

.video .feature .cta {
	float: right;
}

.video-container {
	height: 100%;
	position: relative;
	width: 100%;
	min-height: 700px;
}

.canvas {
	height: auto;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	width: auto;
	min-width: 100%;
    	min-height: 100%;
	background: #000;
	z-index: 5;
}

/*advice section **/
.advice {
	position: relative;
	padding-top: 50px;
	padding-bottom: 190px;
	background: 	-webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0) 70%),
			-webkit-linear-gradient(315deg, hsla(0, 0%, 77%, 1) 10%, hsla(0, 0%, 77%, 0) 80%), 
			-webkit-linear-gradient(225deg, hsla(0, 0%, 59%, 1) 10%, hsla(0, 0%, 59%, 0) 80%), 
			-webkit-linear-gradient(135deg, hsla(0, 0%, 100%, 1) 100%, hsla(0, 0%, 100%, 0) 70%); 
	background: 	linear-gradient(45deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0) 70%), 
			linear-gradient(135deg, hsla(0, 0%, 77%, 1) 10%, hsla(0, 0%, 77%, 0) 80%), 
			linear-gradient(225deg, hsla(0, 0%, 59%, 1) 10%, hsla(0, 0%, 59%, 0) 80%), 
			linear-gradient(315deg, hsla(0, 0%, 100%, 1) 100%, hsla(0, 0%, 100%, 0) 70%); 
} 

.service-grid-row {
	position: relative;
	z-index: 999999999;
}

.services-container, .advice-container {
	float: left;
}

/*.services-container, .advice-container p:last-child {
	margin-top: 50px;
}
*/
.services-container {
	width: 55%;
	margin-right: 10%;
}

.advice-container {
	width: 35%;
	z-index: 50;
	position: relative;
}

.advice-container .service-icons {
	display: block;
}

.advice-copy {
	min-height: 530px;
}

.subpage .advice-container h3 {
    	color: #FEBA19;
        font-weight: 400;
    	font-size: 35px;
	margin-top: 0;
	margin-bottom: 10px;
}

.advice .left-content {
	width: 60%;
	float: left;
	max-width: 400px;
}

.advice .left-content .service {
	float: right;
	margin-right: 3px;
}

.advice .right-content .service {
	float: left;
}
.advice .right-content {
	width: 40%;
	float: left;
}

.advice .service {
	margin-bottom: 3px;
	position: relative;
	z-index: 50;
	background-position: 100%;
	cursor: pointer;
	background-size: 100% 100%;
	background-color: #feba19!important;
}

.advice .service .image-bg {
	padding: 10px;
	background-size: 100%;
}

.advice .service:hover .image-bg, .advice .service.active .image-bg {
	background-color: rgba(0,0,0,0.8);
}

.advice .service:after {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/2016/08/pointer.png');
    display: none;
    background-size: 100% 100%;
}

.advice .service.active:after {
	display: block;
}

.advice .service:hover:after {
	display: block;
}

.advice .big, .advice .big .image-bg {
	height: 240px;
	width: 240px;
}

.advice .title-row p {
	margin-left: 90px;
    	margin-bottom: 50px;
	position: relative;
	z-index: 9999;
	font-size: 25px;
	max-width: 790px;
}

.service:hover p {
	color: white;
}

.service.active p {
	color: white;
}

.advice .bigish, .advice .bigish .image-bg {
	height: 210px;
	width: 210px;
}

.advice .medium, .advice .medium .image-bg {
	height: 180px;
	width: 180px;
}

.advice .small, .advice .small .image-bg {
	height: 160px;
	width: 160px;
}

.advice .green1 {
	background-color: #e48922!important;
}

.advice .green2 {
	background-color: #12D006;
}

.advice .darkblue {
	background-color: #00BCDA;
}


.advice .darkgreen {
	background-color: #1BA300;
}

.advice .lightblue {
	background-color: #fd9d29!important;
}

.advice .limegreen {
	background-color: #01DA53;
}

.subpage .advice {
	padding-top: 0;
}

.subpage .advice h2 {
		margin-left: 0px;
    	position: relative;
    	z-index: 50;
    	color: black;
    	font-family: 'montserrat-bold' !important;
    	font-style: normal;
    	font-size: 50px;
    	margin-bottom: 0px;
    	margin-top: 0;
}

.subpage .advice .title-row p {
	margin-left: 0;
	margin-bottom: 50px;
}

#service1.active, #service1:hover {
	background-image: url('/wp-content/uploads/2016/08/efg_case_study1.jpg');
}

#service2.active, #service2:hover {
	background-image: url('/wp-content/uploads/2016/08/efg_service_background_tax.jpg');
}

#service3.active, #service3:hover {
	background-image: url('/wp-content/uploads/2016/08/efg_service_background_financial.jpg');
}

#service4.active, #service4:hover {
	background-image: url('/wp-content/uploads/2016/08/efg_service_background_estate.jpg');
}

#service5.active, #service5:hover {
	background-image: url('/wp-content/uploads/2016/09/efg_service_background_gesb1.jpg');
}

#service6.active, #service6:hover {
	background-image: url('/wp-content/uploads/2016/08/efg_service_background_super.jpg');
}

#service7.active, #service7:hover {
	background-image: url('/wp-content/uploads/2016/08/efg_service_background_gesb.jpg');
}

.advice .service.active, .advice .service:hover {
	background-color: rgba(0,0,0,0.8);
}

.service-icons {
	background-image: url('/wp-content/uploads/2016/08/hero_icons_grey1.png');
	height: 75px;
	width: 71px;
	padding: 29px 30px;
    	padding-right: 41px;
}

.subpage:not(.services) .advice {
	padding-top: 10px;
	background: none;
}

.service-icons.planning {
	padding-right: 50px;
}

.service-icons.gesb {
	background-position: 35% 0%;
}

.service-icons.super {
	background-position: 71% 0%;
}

.service-icons.tax {
	background-position: 0% 100%;
}

.service-icons.pension{
	background-position: 35% 100%;
}

.service-icons.estate{
	background-position: 70% 100%;
}

.service-icons.insurance {
	background-position: 100% 0%;
}

.service:hover .service-icons{
	background-image: url('/wp-content/uploads/2016/08/hero_icons_white1.png');
}

.service.active .service-icons{
	background-image: url('/wp-content/uploads/2016/08/hero_icons_white1.png');
}



.service p {
	color: black;
	font-size: 25px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 45px;
}

.advice-container {
    background-color: white;
    max-width: 350px;
    padding: 20px;
	margin-top: 50px;
}

.advice-container h3 {
	color: #FEBA19;
	line-height: 1em;
	margin-bottom: 10px;
}

.advice h2 {
	margin-left: 90px;
	position: relative;
	z-index: 50;
	margin-bottom: 0;
}

#service6 {
	background-color: #0096DA;
}

.advice .arrows-small.bottom {
	bottom: 50px;
    	z-index: 1;
}

.advice .arrows-small.top {
	display: none;
}

.drop-shadow {
	background-image: url('/wp-content/uploads/2016/07/shadow.png');
    	width: 915px;
    	height: 114px;
    	position: absolute;
    	left: 20%;
    	text-shadow: none;
}

/**position section **/
.position {
	background-image: url('/wp-content/uploads/2016/08/background_persona1-arrows.jpg');
	min-height: 1000px;
	background-size: cover;
	padding-top: 100px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.position h2 {
	color: white;
	margin-bottom: 20px;
	margin-top: 0;
}

.position h3 {
	font-size: 30px;
}

.position p {
	color: white;
	font-size: 25px;
}


.position-container {
	position: relative;
	z-index: 1;
}

.position-container .triangle {
	background-image: url('/wp-content/uploads/2016/05/grey_angle3.png');
    	content: ' ';
    	position: absolute;
    	height: 215px;
    	width: 460px;
    	background-size: 100%;
    	background-repeat: no-repeat;
    	bottom: -200px;
    	z-index: -1;
    	transform: rotate(-3deg);
    	left: -5px;
}

.position:before {
    background-image: url('/wp-content/uploads/2016/05/grey_angle2.png');
    content: ' ';
    position: absolute;
    height: 215px;
    width: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -108px;
    transform: rotate(2.3deg);
    left: -5px;
}

.triangle {
    background-image: url('/wp-content/uploads/2016/05/grey_angle3.png');
    content: ' ';
    position: absolute;
    height: 215px;
    width: 460px;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: -118px;
    z-index: -1;
}

.triangle2 {
	background-image: url('/wp-content/uploads/2016/05/grey_angle1.png');
    content: ' ';
    position: absolute;
    height: 215px;
    width: 610px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -12px;
    right: 0;
    z-index: 7;
}

.background-angle1 {
    position: absolute;
    top: 160px;
    right: -460px;
    background-image: url('/wp-content/uploads/2016/07/back_angle3.png');
    width: 1920px;
    height: 270px;
    transform: rotate(27deg);
}

.position .row:last-child {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.position .position-content {
    background-color: white;
    padding: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    bottom: 70px;
    min-height: 280px;
}

.position-content .cta {
	position: absolute;
	bottom: 20px;
	height: 44px;
}

.position .position-content p {
	color: black;
	font-size: 1em;
}

.position .large-4 {
    padding: 3px;
    position: relative;
    min-height: 620px;
    background-position: center top;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in;
    vertical-align: bottom;
    display: inline-block;
    max-height: 530px;
}

.position .large-4:hover {
	 min-height: 670px;
}

#family1 {
	background-image: url('/wp-content/uploads/2016/08/persona-flat1.png');
}

#family2 {
	background-image: url('/wp-content/uploads/2016/08/persona-flat2.png');
}

#family3 {
	background-image: url('/wp-content/uploads/2016/08/persona-flat3a.png');
}

.gesb-ribbon {
    position: absolute;
    left: 50%;
    width: 100px;
    z-index: 99999;
    margin-left: 160px;

}

.gesb-ribbon img{width:100px;height:auto;}

/**team **/

.home .team {
	background: 	-webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0) 70%),
			-webkit-linear-gradient(315deg, hsla(0, 0%, 77%, 1) 10%, hsla(0, 0%, 77%, 0) 80%), 
			-webkit-linear-gradient(225deg, hsla(0, 0%, 59%, 1) 10%, hsla(0, 0%, 59%, 0) 80%), 
			-webkit-linear-gradient(135deg, hsla(0, 0%, 100%, 1) 100%, hsla(0, 0%, 100%, 0) 70%); 
	background: 	linear-gradient(45deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0) 70%), 
			linear-gradient(135deg, hsla(0, 0%, 77%, 1) 10%, hsla(0, 0%, 77%, 0) 80%), 
			linear-gradient(225deg, hsla(0, 0%, 59%, 1) 10%, hsla(0, 0%, 59%, 0) 80%), 
			linear-gradient(315deg, hsla(0, 0%, 100%, 1) 100%, hsla(0, 0%, 100%, 0) 70%); 
}

.team {
	position: relative;
	padding-top: 90px;
}

.team h2 {
	display: inline-block;
    	vertical-align: top;
}

.team .video-button {
	padding: 20px!important;
    	background-color: rgba(255,255,255,0.8)!important;
    	border: 10px solid rgba(255,255,255,0.2)!important;
    	padding-right: 20px!important;
        border-radius: 50%;
    	height: 50px;
        width: 50px!important;
   	position: relative;
    	cursor: pointer;
    	display: inline-block;
    	margin-left: 50px;
    	margin-top: 15px;
}

.team > .container {
	position: relative;
	z-index: 6;
}

.team .subpage-content {
	padding: 30px;
}

.team .testimonial p {
    font-size: 25px;
    font-weight: lighter;
    padding-left: 10px;
    line-height: 1.1em;
    font-style: italic;
    margin-bottom: 0;
}

.team .case-studies-container:hover p {
	display: block;
}

.team .case-studies-container {
    	float: left;
    	margin-right: 10px;
    	width: 290px;
    	position: relative;
}

.team .case-studies-container p {
	position: absolute;
    	top: 0;
    	font-family: 'montserrat-regular' !important;
    	font-style: normal;
    	width: 100%;
    	text-align: center;
    	top: 40px;
	display: none;
	color: white;
	font-size: 21px;
}

.team .testimonial-container {
	float: right;
	margin-left: 30px;
	position: relative;
	width: 320px;
}

.team .testimonial-container p {
	position: absolute;
    	top: 0;
    	font-family: 'montserrat-regular' !important;
    	font-style: normal;
    	width: 100%;
    	text-align: center;
    	top: 40px;
	display: none;
	color: white;
	font-size: 21px;
	padding-left: 0;
}

.team-member {
	margin-bottom: 50px;
	z-index: 999;
	position: relative;
}

.team .testimonial-container:hover p {
	display: block;
}


.team-member .icon-linkedin {
 	color: #feba19;
    	font-size: 50px;
}

.team-member .social-container {
	position: absolute;
    	top: 20px;
    	right: 20px;
}

.team-member .person-meta.company-position {
	font-weight: bold;
}

.team .testimonial {
	display: flex;
    	align-items: center;
    	justify-content: center;
	margin-bottom: 3px;
}

.subpage.team h3 {
	color: #FEBA19;
	font-weight: 400;
	font-size: 35px;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'sansation-light-ital' !important;
	display: inline;
}

.staff-block {
	background-color: white;
    	padding: 30px;
    	padding-top: 10px;
}

.team .statistic {
	display: flex;
    	align-items: center;
    	justify-content: center;
	margin-top: 3px;
	margin-bottom:20px;
}

.statistic p {
	font-size: 25px;
    	font-weight: lighter;
    	padding-left: 10px;
    	line-height: 1.1em;
	text-align: right;
	padding-left: 50px;
	font-style: italic;
	margin-bottom: 0;
}

.image-container {
	min-height: 770px;
	position: relative;
}

.image-container img {
	position: absolute;
    	bottom: 0;
}

.team .arrows-large.right {
	right: 0px;
	left: initial;
	top: 10px;
}

/**stages of life page **/
.subpage.stages {
	padding-top: 0;
	padding-bottom: 0;
}

.subpage.stages .container {
	position: static;
}

.subpage.stages .position {
	padding-top: 260px;
	min-height: 1100px;
}

.subpage.stages .position .row:first-child {
	padding-left: 15px;
}

.subpage.stages .position .row:last-child {
    position: absolute;
    bottom: 00px;
}

.subpage.stages h2 {
    color: white;
    font-size: 40px;
    font-style: normal;
    font-family: 'montserrat-bold' !important;
    margin-bottom: 0;
    margin-top: 40px;
}

/**team new **/
.subpage.team .large-5:first-child .member-info {
	margin-left: 0;
	margin-right: 3px;
}

.subpage.team .large-5:last-child .member-info {
	margin-left: 3px;
	margin-right: 0px;
}

.subpage.team .member-info {
	background-color: white;
	min-height: 530px;
    	margin-bottom: 30px;
	position: relative;
	z-index: 9999;
	max-width: 440px;
    	padding-bottom: 15px;
	min-height: 540px;
}

.subpage.team h2 {
	font-size: 30px;
}

.subpage.team .person-meta {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}

.subpage .person-meta.qualification {
	background-image: url('/wp-content/uploads/2016/08/cert.png');
    	padding-left: 20px;
    	background-repeat: no-repeat;
	margin-bottom: 45px;
}

.subpage .person-meta.company-position {
	background-image: url('/wp-content/uploads/2016/08/person.png');
	background-position: 0px;
    	padding-left: 20px;
    	background-repeat: no-repeat;
}

.subpage.team .subpage-content {
	padding-top: 20px;
	position: static;
}

.subpage.team .member-image {
	background-color: #1e1e1e;
	position: relative;
}
.subpage.team .member-image a{display: block;position: relative;padding-top: 100%;}
.subpage.team .member-image a img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}

.specialist-text {
	color: white;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 45px;
    position: absolute;
    top: 0px;
    font-family: 'montserrat-regular' !important;
    font-style: normal;
    text-align: left;
    width: 100%;
    display: none;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 0;
}

.subpage.team .member-image:hover .specialist-text {
	display: block;
}

.subpage.team .member-image:hover img {
	opacity: 0.3;
}

.admin-staff .columns:last-child {
	float: left;
}

.subpage .admin-staff .large-12 h2 {
	color: black;
    	font-style: normal;
    	margin-bottom: 50px;
    	font-size: 40px;
    	position: relative;
   	z-index: 50;
    	line-height: 1em;
    	font-family: 'montserrat-bold' !important;
}

/**team single**/
.single-member .team-single .member-info {
	padding-right: 3px;
}

.team-single .member-image img {
	width: 100%;
	height: auto;
}

.team-single .specialist-areas .row {
	width: 100%;
    	margin: 0;
}

.team-single .specialist-areas .large-12 img {
	margin: 0 auto;
    	display: block;
    	margin-top: 3px;
}

.team-single .specialist-areas .columns {
	padding: 0;
}

.team-single .specialist-areas {
	max-width: 425px;
    	margin: 0 auto;
    	margin-top: 0px;
}

.team-single .specialist-areas h3 {
	margin-bottom: 30px;
}

.service.estate {
	width: 180px;
	height: 180px;
	background-image: url('/wp-content/uploads/2016/09/service_hero_estate1-o.jpg');
}

.service.estate:hover {
	background-image: url('/wp-content/uploads/2016/09/service_hero_background_estate2.jpg');
}

.service.planning {
	height: 240px;
	width: 240px;
	background-image: url('/wp-content/uploads/2016/09/service_hero_finance-o.jpg');
}

.service.planning:hover {
	background-image: url('/wp-content/uploads/2016/08/service_hero_background_finance.jpg');
}

.service.gesb {
	width: 160px;
	height: 160px;
	background-image: url('/wp-content/uploads/2016/09/service_hero_gesb1-o.jpg');
}

.service.gesb:hover {
	background-image: url('/wp-content/uploads/2016/09/service_hero_background_gesb2.jpg');
}

.service.insurance {
	width: 160px;
	height: 160px;
	background-image: url('/wp-content/uploads/2016/09/service_hero_insurance-o.jpg');
}

.service.insurance:hover {
	background-image: url('/wp-content/uploads/2016/08/service_hero_background_insurance.jpg');
}

.service.super {
	height: 240px;
	width: 240px;
	background-image: url('/wp-content/uploads/2016/09/service_hero_super-o1-1.jpg');
}

.service.super:hover {
	background-image: url('/wp-content/uploads/2016/09/service_hero_background_super1.jpg');
}

.service.tax {
	width: 180px;
	height: 180px;
	background-image: url('/wp-content/uploads/2016/09/service_hero_tax-o.jpg');
}

.service.tax:hover {
	background-image: url('/wp-content/uploads/2016/08/service_hero_background_tax.jpg');
}

.service.pension {
	width: 180px;
	height: 180px;
	background-image: url('/wp-content/uploads/2016/09/service_hero_uk-o.jpg');
}

.service.pension:hover {
	background-image: url('/wp-content/uploads/2016/08/service_hero_background_uk.jpg');
}

.team-single .specialist-areas .service {
	display: inline-block;
	margin-bottom: 3px;
}

.team-single .specialist-areas .icon-row:first-child .service {
	vertical-align: bottom;
}

.team-single .specialist-areas .icon-row:last-child .service {
	vertical-align: top;
}

.subpage.team-single .subpage-title {
	margin-top: 0;
}

.team-single .member-info .subpage-content {
	padding-top: 10px;
}

.team-single .team-member .person-meta {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}

/**map **/
.home-map {
	height: 400px;
	position: relative;
	z-index: 6;
}

.home-map .columns {
	padding-left: 0;
	padding-right: 0;
}

.home-map #wpgmza_map {
	-webkit-box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.75);
}

.team .arrows-large {
	top: 480px;
}

/**insight **/
.insight {
	background-image: url('/wp-content/uploads/2016/05/background_blur-1300.jpg');
	background-size: cover;
	padding-top: 50px;
    	padding-bottom: 150px;
}

.insight h2 {
	float: left;
}

.insight p {
    font-size: 30px;
    font-style: italic;
    font-weight: lighter;
    line-height: 1.2em;
    margin-bottom: 80px;
    padding-top: 20px;
	padding-right: 30px;
}

.facebook-media {
	float: right;
    	background-color: black;
    	padding-top: 15px;
    	padding-bottom: 15px;
    	padding-left: 10px;
    	padding-right: 10px;
    	margin-top: 1.4em;
}

.facebook-media:hover .icons {
	background-image: url('/wp-content/uploads/2016/06/header_icons_white.png');
}

.linkedin-media {
	float: right;
    	background-color: black;
    	padding-top: 15px;
    	padding-bottom: 15px;
    	padding-left: 10px;
    	padding-right: 10px;
    	margin-top: 1em;
	position: relative;
	z-index: 9999;
}

.linkedin-media:hover .icons {
	background-image: url('/wp-content/uploads/2016/06/header_icons_white.png');
}

.insight .media-container .media-item {
	max-height: 420px;
    	overflow: hidden;
    	float: right;
	cursor: pointer;
	background-color: #1e1e1e;
}

.insight .media-container .media-item:hover img {
	opacity: 0.3;
}

.insight .media-container a:first-child .media-item {
	width: 100%;
	max-height: 380px;
	margin-bottom: 3px;
}

.insight .media-container a:nth-child(2) .media-item {
	width: 50%;
	float: left;
}

.insight .media-container a:last-child .media-item {
	width: 49%;
	float: right;
}

/**newsletter signup **/
#newsletter-signup-link {
	position: relative;
	overflow: hidden;
}
#newsletter-signup-link:before {
	background-image: url('/wp-content/uploads/2016/05/grey_angle2.png');
    content: ' ';
    position: absolute;
    height: 215px;
    width: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: -108px;
    left: -5px;
    transform: rotate(2deg);
}

#newsletter-signup-link #mc_embed_signup input[type=text], #newsletter-signup-link #mc_embed_signup input[type=email] {
	border: 1px solid #feba19;
}

#newsletter-signup-link #mc_embed_signup input[type=submit] {
		background-color: #FEBA19;
		color: black;
		font-weight: lighter;
		text-transform: lowercase;
		padding-top: 8px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 70px;
		position: relative;
		font-size: 20px;
		height: 44px;
    	border-radius: 0;
    	margin: 0;
}

#newsletter-signup-link #mc_embed_signup .mailchimp-submit {
	position: relative;
	max-width: 170px;
}

#newsletter-signup-link #mc_embed_signup .mailchimp-submit:after {
    width: 40px;
    height: 44px;
    content: " ";
    position: absolute;
    background-image: url('/wp-content/uploads/2016/05/arrow_orange_small.png');
    background-color: black;
    right: 0px;
    top: 0px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 55% 50%;
}

#newsletter-signup-link #mc_embed_signup br {
	display: none;
}

#newsletter-signup-link #mc_embed_signup .mailchimp-submit:hover:after {
	background-image: url('/wp-content/uploads/2016/05/arrow_grey_small.png');
	background-color: #FEBA19;
}

#newsletter-signup-link #mc_embed_signup input[type=submit]:hover {
	background-color: black;
	color: #FEBA19;
}

/**footer **/
.footer-1 .widget img {
	margin: 0 auto;
	display: block;
}

.footer-1 .widget {
	    display: flex;
    	align-items: center;
    	justify-content: center;
    	min-height: 160px;
}

.footer-1 {
	border-top: none!important;
}

.footer-wrapper {
	position: relative;
	z-index: 999;
}

.footer-wrapper:before {
	width: 200px;
	height: 63px;
	background-image: url('/wp-content/uploads/2016/06/crown2.png');
	position: absolute;
	content: " ";
	left: 0;
	right:0;
	margin: 0 auto;
	top: -62px;
}

footer h3 {
	text-align: center;
	font-weight: lighter;
}

.absolute-footer {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: black!important;
}


.absolute-footer .right img {
	width: 180px;
}

.absolute-footer .left a, .absolute-footer .left p {
	display: inline;
	margin-right: 5px;
	color: white;
}

.copyright-footer {
	opacity: 1;
}

.dark .widget_nav_menu ul li a {
	border-bottom: none;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 18px;
	color: white;
}

.dark .widget_nav_menu ul li.parent a {
	color: #FEBA19;
}

.dark .widget_nav_menu ul li:not(.parent) a {
	padding-bottom: 0;
}

.widget-title {
	text-align: left;
    	font-style: normal;
    	color: #FEBA19!important;
	text-transform: capitalize;
	font-size: 18px;
}

.widget .tx-div {
	display: none;
}

.newsletter-signup a {
	color: white;
	font-size: 30px;
}

footer .contact-icons li {
	margin-bottom: 0;
}

footer .contact-icons a {
	color: white;
}

footer .contact-icons p {
	color: white;
	display: inline;
	margin-bottom: 0;
}

footer .contact-icons i {
	display: inline-block;
}

.footer .contact-icons li:hover i {
	background-image: url('/wp-content/uploads/2016/05/header_icons_white.png');
}

.footer .contact-icons i.icons.location {
	float: left;
}

.footer .contact-icons div {
	padding-top: 10px;
}

footer .contact-icons br {
	display: none;
}

#text-5 .widget-title {
	padding-top: 7px;
}

#text-5 br {
	display: none;
}

#text-5 .widget-title a {
	color: #FEBA19;
}

/* #securitor {
	display: none;
} */

.flatsome_recent_posts .post_comments {
    visibility: hidden;
}

/**subpage **/
.subpage {
	padding-bottom: 200px;
	position: relative;
	padding-top: 280px;
 	background-image: url('/wp-content/uploads/2016/07/back_angle_full1.png');
}

.subpage .row .row {
	margin-left: 0;
	margin-right: 0;
}

.subpage.services-parent {
	background-image: none;
}

.subpage .container {
	position: relative;
}

.subpage h1 {
	color: black;
	font-style: normal;
	margin-bottom: 50px;
	font-size: 40px;
	position: relative;
	z-index: 50;
	line-height: 1em;
}

.subpage.service-single .subpage-title {
	display: inline-block;
    	vertical-align: top;
    	margin-top: 0;
}

.subpage.service-single .subpage-image {
	display: inline-block;
    	margin-right: 10px;
}

.subpage.service-single h1 {
	margin-bottom: 0;
}

.subpage.service-single .breadcrumbs {
	margin-bottom: 10px;
}

.subpage.service-single #title-row {
	margin-bottom: 10px;
}


/* SUBPAGE SMSF PROPERTY*/
.subpage.service-smsf {
	position: relative;
    background-image: url(/wp-content/uploads/2017/08/back_angle_full-house.png);
    background-repeat: repeat-y;
    background-size: initial;
    background-position: 20% 0%;
}


.subpage.service-smsf .subpage-title {
	display: inline-block;
    	vertical-align: top;
    	margin-top: 0;
}

.subpage.service-smsf .subpage-image {
	display: inline-block;
    	margin-right: 10px;
}

.subpage.service-smsf h1 {
	margin-bottom: 0;
}

.subpage.service-smsf .breadcrumbs {
	margin-bottom: 10px;
}

.subpage.service-smsf #title-row {
	margin-bottom: 10px;
}

.smsf-black {
	color: black !important;
    font-size: 1.5em !important;
    font-family: 'sansation-light' !important;
}

.service-smsf .row.container > div {
	padding-left: 0 !important;
	padding-right: 10px !important;
}

/* FORM */
.pdf-form input, .pdf-form textarea {		
	width:	100% !important;			
	border: 1px solid #feba19 !important;
}

.pdf-form label {		
	width:	auto !important;		
	cursor: initial;		
	font-weight: bolder !important;	
	background-color: inherit;
}

#field_6_1 > p {
	position: absolute;
    width: 190px;
    margin-top: 35px;
    word-wrap: break-word;
}

#field_6_1 .gfield_label {
	align-self: flex-start;
}

#field_6_1 .ginput_container {
	margin-top: 0px !important;
}

@media screen and (max-width: 585px){
	#field_6_1 > p, #field_7_1 > p {
		display: none;
	}

	#field_6_1 .gfield_label {
	align-self: center;
}
}
/* Adjusted the formating here, so that a section (heading, rating button, comment box) looks better */
/* Basically adjusted the margin to the bottom element */
.pdf-form textarea {		
	height: 90px !important;
}
/* Adjustment for submit button --> gform_footer is kind of wrapper for button + ::after */
.pdf-form .gform_footer {				
	padding: 0 !important;
	width: 305px !important;		
}

.pdf-form .gform_button {		
	color: black;		
	position: relative;		
	max-width: 300px;	
	min-height: 41px !important;		
	max-height: 41px !important;		
	margin: 0 !important;	
	padding: 0 !important;
	width: 300px;
	text-align: left;
    padding-left: 25px !important;
}

.pdf-form .gform_footer:hover .gform_button {		
	background-color: black;		
	border: 1px solid black !important;		
	color: #FEBA19 !important;		
	box-shadow: none; 
	transition: .5s ease-in-out;
}

.pdf-form .gform_footer:hover:after {		
	background-image: url('/wp-content/uploads/2016/05/arrow_grey_small.png');		
	background-color: #FEBA19; 
	transition: .5s ease-in-out;
}

.pdf-form .gform_footer::after {		
	width: 40px;		
	height: 41px;    	
	content: " ";    	
	position: absolute;    	
	background-image: url('/wp-content/uploads/2016/05/arrow_orange_small.png');    	
	background-color: black;    	
	background-size: 80%;    	
	background-repeat: no-repeat;    	
	background-position: 55% 50%;	
	margin: 0;	
	pointer-events: none;
	margin-left: -40px;
}

.pdf-form .gform_footer.left_label {
	width: initial !important;
	margin-left: 0 !important;
	max-width: initial !important;
}
.pdf-form .gform_footer.left_label input[type="submit"] {
	max-width: 242px;
}

.pdf-form .gform_wrapper .top_label .gfield_label {
	margin-right: 10px;
}


/* Disable Title of comment fields. We just want to have the placeholder, but we need the title to be set to set up email notification */
/* All comment fields have the css class "no-comment" */
.pdf-form .no-comment label {	
	display: none !important;
}

/* Enable that Success Message has enough margin to the footer*/
.pdf-form .gform_confirmation_wrapper {	
	margin-bottom: 80px;
}

#input_6_2_3_container {
	padding: 0 !important;
}

#input_6_2_3_container label {
	display: none;
}

.pdf-form li {
    display: flex;
}

.pdf-form li > label {
    flex: 0 0 35%;
    align-self: center;
}

.pdf-form li > div {
    flex: 1 0 25%;
}

body .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}

/* Adjustments for lower screen resolution, that the EFG footer logo is not in the submit button, plus disabled auto styles from gravity form*/
@media(max-width: 641px) {	
	.pdf-form .gform_footer {			
		margin-bottom: 80px !important;	
	}		

	.pdf-form .gform_button {			
		-webkit-border-radius: 0px;
		border-radius: 0px !important;			
		line-height: 1 !important;	
	}
}
/* /FORM */

.pdf-image .column-inner {
	margin-top: 105px
}

.pdf-image .column-inner img {
	width: 100%;
	margin-left: 35px;
}


.smsf-testi {
	background-image: url('/wp-content/uploads/2016/08/quote2.png');
}

#lightbox-smsf-left, #lightbox-smsf-right {
	padding: 0 !important;
}


.smsf-thumb-left img {
	width: 230px !important;
	float: right;

} 

.smsf-thumb-right img {
	width: 230px !important;
}

.smsf-thumb-left .link-wrap {
	display: inline-block;
    float: right;
    margin-right: 12px;
    transition: all .5s ease;
}

.smsf-thumb-right .link-wrap {
	display: inline-block;
	transition: all .5s ease;
}


.smsf-thumb-right .link-wrap::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    background: rgba(0,0,0,0.8);
    display: none;
}

.smsf-thumb-left .link-wrap::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    background: rgba(0,0,0,0.8);
    display: none;
}

.smsf-thumb-left .link-wrap:hover, .smsf-thumb-right .link-wrap:hover {
	-webkit-transform: scale(1.15);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: scale(1.15);  /* IE 9 */
          transform: scale(1.15);  /* Firefox 16+, IE 10+, Opera */
}

.smsf-thumb-right .link-wrap:hover:before, .smsf-thumb-left .link-wrap:hover:before {
	display: initial;
}

.smsf-thumb-left .link-wrap a:first-child {
	font-size: 25px;
    font-weight: bold;
    line-height: 1.2em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: initial;
    right: 0;
    width: 240px !important;
    color: white;
    padding: 20px;
    display: none;
    transition: display 1s ease;
}

 .smsf-thumb-right .link-wrap a:first-child {
 	font-size: 25px;
    font-weight: bold;
    line-height: 1.2em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: white;
    padding: 20px;
    display: none;
    transition: display 1s ease;
 }

.smsf-thumb-left .link-wrap:hover a:first-child {
	display: block;
	width: 290px;
}

.smsf-thumb-right .link-wrap:hover a:first-child {
	display: block;
	width: 250px;
}

.pdf-form .gform_body::after {
	content: "We value your privacy. Personal detail you provide will remain confidential. You can unsubscribe from any communication we send you at any time.";
    font-size: 9px;
    font-style: italic;
    line-height: 0px;
}

.service-smsf .subpage-content::before {
    content: "";
    background-image: url(/wp-content/uploads/2016/08/persona-flat2.png);
    position: absolute;
    top: -250px;
    right: 140px;
    z-index: 100;
    background-repeat: no-repeat;
    height: 10%;
    width: 30%;
}


@media screen and (max-width: 767px) {	
	.pdf-image {
		display: none;
	}

	.smsf-thumb-left .column-inner, .smsf-thumb-right .column-inner {
		text-align: left;
	}

	.smsf-thumb-left .link-wrap {
		float: none;
	}

	.link-wrap:before{
		left: 0;
	}

	.smsf-thumb-right .link-wrap a:first-child, .smsf-thumb-left .link-wrap a:first-child {
		left: 0;
	}

}

@media screen and (max-width: 933px) {	
	.service-smsf .subpage-content::before, .postid-2098 .subpage-content::before {
		display: none;
	}


}
/* END - SUBPAGE SMSF PROPERTY*/

.subpage h3 {
	color: black;
    	font-style: normal;
    	margin-bottom: 10px;
	margin-top: 15px;
    	font-size: 20px;
    	position: relative;
    	z-index: 50;
    	font-family: 'montserrat-bold' !important;
}

.subpage li {
	color: black;
    list-style-position: outside;
    margin-left: 20px;
}

.subpage-content {
	background-color: white;
    	padding: 30px;
	position: relative;
	z-index: 50;
	overflow: visible;
}

.subpage-content:after {
    visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.subpage .subpage-content h2 {
	margin-top: 0;
	margin-bottom: 10px;
    	line-height: 1em;
}

.subpage .subpage-content .row {
	margin-bottom: 50px;
}

.subpage .subpage-title {
	margin-top: 10px;
}

.subpage span a, .subpage span span {
	color: black;
}

.subpage .service-image {
	display: inline-block;
    	vertical-align: top;
}

.breadcrumbs {
    z-index: 6;
    position: relative;
}

.triangle3 {
    background-image: url('/wp-content/uploads/2016/05/grey_angle2.png');
    position: absolute;
    height: 215px;
    width: 480px;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: -87px;
    left: -5px!important;
    z-index: 6;
    transform: rotate(2.1deg);
	left: 0;
}

.subpage h2 {
	color: #FEBA19;
	font-weight: 400;
	font-size: 35px;
	font-style: italic;
	font-family: 'sansation-light-ital' !important;
	margin-bottom: 0;
   	margin-top: 40px;
}

.subpage .subpage-content h1 {
	color: #FEBA19;
	font-weight: 400;
	font-size: 35px;
	font-style: italic;
	font-family: 'sansation-light-ital' !important;
	margin-bottom: 0;
   	margin-top: 40px;
	line-height: 1.4em;
}

.subpage .subpage-content img {
	margin-bottom: 20px;
}

.subpage .subpage-content h1:first-child {
	margin-top: 0;
}

.subpage.team .cta {
	padding-top: 13px;
	padding-bottom: 13px;
	position: absolute;
	bottom: 30px;
}

.subpage.testimonials .cta {
	padding-top: 13px;
	padding-bottom: 13px;
}

.subpage.services .cta {
	padding-bottom: 11px;
	padding-top: 10px;
}

.subpage.team .awards img {
	width: 95px;
}

.subpage.team .awards {
	margin-bottom: 50px;
}

/**services subpage **/

.subpage.services {
	background: none;
}

.subpage.services .advice {
	background: none;
}

/* Julz funky imac CSS - now rejected
.pca-hold {
    	width: 320px;
    	position: absolute;
    	left: 70%;
    	top: -225px;
    	margin-left: -100px;
}
.pca-hold .pca-main {
  	display: block;
  	position: relative;
  	background-color: #c8c8c8;
  	height: 190px;
  	border: 10.8px solid #2d2d2d;
  	border-top-left-radius: 7.2px;
  	border-top-right-radius: 7.2px;
}
.pca-hold .pca-main:after {
  	content: '';
  	position: absolute;
  	top: -8.9px;
  	left: 50%;
  	-webkit-transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
  	transform: translate(-50%,0);
  	width: 5.7px;
  	height: 5.7px;
  	background-color: #959595;
  	border-radius: 100%;
}
.pca-hold .pca-main:before {
  	content: '';
  	opacity: 0;
}
.pca-hold .pca-inner {
  	display: block;
}
.pca-hold .pca-sub {
  	display: block;
  	text-align: center;
}
.pca-hold .pca-sub .pca-top {
  	position: relative;
  	display: block;
  	width: 320px;
  	height: 24px;
  	background-color: #e8e8e8;
  	border-bottom-left-radius: 7.2px;
  	border-bottom-right-radius: 7.2px;
  	opacity: 1;
  	z-index: 2;
}

.pca-hold p {    
	height: 0px;
    	margin: 0px!important;}
.pca-hold .pca-sub .pca-top:after {
  	content: '';
  	position: absolute;
  	width: 12px;
  	height: 12px;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%,-50%);
  	-ms-transform: translate(-50%,-50%);
  	-o-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
    	background-image: url("/wp-content/uploads/2016/05/efg_logo.jpg");
    	background-size: contain;
    	background-repeat: no-repeat;
    	background-position: center center;
    	background-color: white;
    	border-radius: 100%;
    	padding: 10px;
    	background-size: 80%;
}
.pca-hold .pca-sub .pca-mid {
  	display: block;
  	text-align: center;
  	height: 24px;
  	width: 100%;
  	position: relative;
  	z-index: 1;
}
.pca-hold .pca-sub .pca-mid .pca-part {
  	display: block;
  	margin: 0 auto;
  	border-bottom: 30px solid #cdcdcd;
  	border-left: 15px solid transparent;
  	border-right: 15px solid transparent;
  	height: 0;
  	width: 90px;
}
.pca-hold .pca-sub .pca-bot {
  	position: relative;
  	display: block;
  	width: 120px;
  	height: 9px;
  	margin: 0 auto;
  	background-color: #e8e8e8;
  	border-radius: 6px 6px 0 0;
  	opacity: 1;
  	z-index: 2;
}
 */

div#secondary {
    	background: #f3f3f3;
    	padding: 20px;
}

.blog div#secondary {
	margin-top: 110px;
}

.search div#secondary {
	margin-top: 90px;
	margin-bottom: 50px;
}

.page-right-sidebar .page-inner {
    	border-right: none;
}

.gesb-ribbon:hover {    
	-webkit-filter: invert(100%);
    	filter: invert(100%);
}

/* Julz Edits 22 Oct 2016 */

.subpage-content { /* trying to get block non P tag content to show properly */
    	font-weight: normal;
    	font-size: 1em;
    	text-rendering: optimizeLegibility;
    	font-family: 'sansation-light' !important;
    	line-height: 1.4em;
    	color: black;
}

div#fancybox-content { /* stop caption covering up image */
    	padding-bottom: 40px;
}

.process-diagram {
	margin-top:20px; /* compensating for P tag not being entered in blocks */ 
}

.column-inner ul, .column-inner ol, .entry-content > ul, .short-description > ul, .tabs-inner ul, .tabs-inner ol, .accordion-inner ul, .accordion-inner ol, .woocommerce > ul, .woocommerce > ol {
	margin-left:0px;
} /* keep formatting of bullets in line */

.wpautopfix {
	margin-bottom:1.25em;
}

.social-icons.share-row:before {
    	content: 'Share this on..';
    	display: block;
    	margin-bottom: 10px;
}

.social-icons.share-row {    
	margin-bottom: 20px;
}

.disclaimer-text {    
	font-size: 14px;
    	line-height: 16px;
}

.disclaimer-text h2 {
	font-size: 23px;
}

/**blog **/
article h3 a {
	color: inherit;
	font-size: inherit;
}

.blog-excerpt {
	margin-bottom: 20px;
	margin-top: 10px;
}

.blog .arrows-large {
	top: 350px;
}

.blog-list-style .entry-content{
    margin-top: 0;
    background-color: white;
    padding: 30px;
    padding-bottom: 40px;
}

.blog-list-style .columns {
	padding: 0;
}

.single-post .entry-image {
	margin-top: 0;
}

.single-post .entry-content {
    background-color: white;
    padding: 40px;
    margin-top: 0;
}

.blog .subpage h2 {
	color: #FEBA19;
	font-weight: 400;
	font-size: 35px;
	font-style: italic;
	line-height: 1em;
    	margin-bottom: 10px;
	margin-top: 0;
}

.blog .entry-image {
	margin-right: 3px;
}

body.archive .page-wrapper {
	padding-top: 280px;
}

body.archive h1.page-title {
	color: black;
    	font-style: normal;
    	margin-bottom: 50px;
    	font-size: 40px;
    	position: relative;
    	z-index: 50;
    	line-height: 1em;
    	font-family: 'montserrat-bold' !important;
    	text-align: left;
	text-transform: capitalize;
}

body.archive h2 {
	margin-top: 0;
}

body .navigation-paging a {
	background-color: #feba19;
    	color: black;
}

#secondary a {
	color: black;
}

#secondary a:hover {
	color: #feba19;
}

#annual_archive_widget-2 a {
	display: inline;
}

.subpage.blog-pinterest .page-inner {
	margin-top: 105px;
}

.subpage.blog-pinterest .subpage-title {
	position: absolute;
    	top: -88px;
}

.blog-pinterest-style .entry-content {
	background-color: white;
}

.blog-pinterest-style .cat-links {
	display: none;
}

.subpage.blog-pinterest .breadcrumbs {
	position: absolute;
	top: -100px;
}

/**testimonials**/
.testimonial-content {
	line-height: 1.1em;
    	font-style: italic;
    	margin-bottom: 20px;
    	background-color: white;
    	padding: 20px;
    	display: inline-block;
    	background-image: url('/wp-content/uploads/2016/08/quote2.png');
    	background-size: 10%;
    	background-repeat: no-repeat;
	background-position: 20px 2px;
    	padding-top: 60px;
}

.testimonials .testimonial-content.survey {
	background-color: #f3f3f3;
	padding-top: 50px;
	background-image: none;
	position: relative;
}

.testimonial-content.survey:after {
    content: "";
    background-image: url('/wp-content/uploads/2016/09/survey.png');
    height: 80px;
    width: 80px;
    position: absolute;
    right: -4px;
    top: -4px;
}

.testimonials .testimonial-content.survey strong {
	color: #FEBA19;
	font-size: 20px;
    	margin-bottom: 10px;
    	display: block;
    	line-height: 1em;
	font-weight: lighter;
}

.testimonials .testimonial-content {
	background-position: 20px 20px;
    	padding-top: 80px;
	top: 3px;
	position: relative;
}

.testimonial-content p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.1em;
}

.testimonial-content strong {
    font-size: 16px;
    color: black;
    font-style: normal;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
}

.testimonials .testimonial-content p:before {
	content: '"';
}

.testimonials .testimonial-content p:after {
	content: '"';
}


.testimonials .testimonial {
	position: relative;
	z-index: 50;
}

.testimonials .row {
	margin-bottom: 20px;
}

.testimonial.row {
	-webkit-column-count: 3;
    	-webkit-column-gap: 10px;
    	-webkit-column-fill: auto;
    	-moz-column-count: 3;
    	-moz-column-gap: 10px;
    	column-count: 3;
    	column-gap: 15px;
    	column-fill: auto;
    	padding-left: 15px;
    	padding-right: 15px;
}

/**case studies **/
.case-studies .cta {
	display: block;
    	max-width: 180px;
    	margin-top: 20px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.case-studies .case-study img {
	padding-right: 3px;
	float: right;
}

.case-studies .subpage-content {
	padding-top: 20px;
	padding-bottom: 6px;
	min-height: 237px;
}

.case-studies .subpage-content h2 {
	margin-top: 0;
}

/**blog **/

.single footer.entry-meta {
    background-color: white;
    margin-top: 0;
    padding-left: 20px;
    display: none;
}

.single .navigation-post {
	background-color: white;
}

.single .subpage {
	background: none;
}

.single .page-wrapper {
	background-image: url('/wp-content/uploads/2016/07/back_angle_full1.png');
}

.single .entry-content {
	margin-top: 0;
	padding: 20px;
	background-color: white;
}

.single .entry-image {
	margin-bottom: 0;
	padding: 20px;
	background-color: white;
}

.single .navigation-post a {
	color: black;
}

.single .entry-image img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.blog h2 a {
	color: #FEBA19;
}

.single .arrows-large {
	top: 550px;
}

/**media page **/
#cboxOverlay, #colorbox {
	display: none!important;
}

.subpage.media .subpage-content img {
	margin: 0;
}

/**arrows animation **/

.arrows-small {
	width: 550px;
	height: 311px;
	background-image: url('/wp-content/uploads/2016/06/arrow_group_small.png');
	position: absolute;
	top: 0;
	right: 0;
	background-position: 0px 0px;
	z-index: 5;
	animation: arrows-animation-small 10s linear infinite;
}

.arrows-small.bottom {
	bottom: 0;
	left: 0;
	top: initial;
	right: initial;
}

.arrows-large {
	width: 190px;
	height: 333px;
	background-image: url('/wp-content/uploads/2016/06/arrow_group_large.png');
	position: absolute;
	top: 150px;
	left: 0;
	background-position: 0px 0px;
	z-index: 5;
	animation: arrows-animation-large 10s linear infinite;
}

/* Chrome, Safari, Opera */ 
@-webkit-keyframes arrows-animation-small {
    from {background-position-y: 0px;}
    to {background-position-y: -311px;}
} 

/* Standard syntax */ 
@keyframes arrows-animation-small {
    from {background-position-y: 0px;}
    to {background-position-y: -311px;}
}

/* Chrome, Safari, Opera */ 
@-webkit-keyframes arrows-animation-large {
    from {background-position-x: 0px;}
    to {background-position-x: 300px;}
} 

/* Standard syntax */ 
@keyframes arrows-animation-large {
    from {background-position-x: 0px;}
    to {background-position-x: 300px;}
}

/**contact page**/
input[type="submit"].wpcf7-submit {
    color: black;
    text-transform: lowercase;
    font-family: 'sansation-light' !important;
    font-size: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-right: 70px;
    padding-left: 15px;
    margin-bottom: 0;
}

.wpcf7-submit-container {
	position: relative;
    	max-width: 132px;
}

.wpcf7-submit-container:hover:after {
	background-image: url('/wp-content/uploads/2016/05/arrow_grey_small.png');
	background-color: #FEBA19;
}

.wpcf7-submit-container:hover input {
	background-color: black;
	color: #FEBA19;
	box-shadow: none;
}

.wpcf7-submit-container:after {
	width: 40px;
    	height: 44px;
    	content: " ";
    	position: absolute;
    	background-image: url('/wp-content/uploads/2016/05/arrow_orange_small.png');
    	background-color: black;
    	right: -12px;
    	top: 0px;
    	background-size: 80%;
    	background-repeat: no-repeat;
    	background-position: 55% 50%;
	pointer-events: none;
}

.map-content h4 {
    	font-family: 'sansation-light' !important;
    	color: black;
    	font-size: 20px;
    	margin-top: 10px;
    	margin-bottom: 20px;
}

.map-content {
    max-width: 300px;
    overflow: hidden;
    padding-bottom: 20px;
    position: absolute;
    top: 30px;
    background-color: white;
    left: 10px;
    padding: 15px;
    padding-bottom: 28px;
}

.map-content .cta {
	padding-top: 13px;
    	padding-bottom: 12px;
}

#map {
	width: 100%;
	height: 100%;
	min-height: 400px;
}

.contact-icons p {
	display: inline;
}

.contact-icons li {
	list-style-type: none;
	margin-bottom: 30px;
}

.contact-icons a {
	color: black;
}

.contact-icons i {
	display: inline-block;
	position: relative;
	top: 10px;
}

.contact-icons li:hover i {
	background-image: url('/wp-content/uploads/2016/05/header_icons_grey.png');
}

body.page-template-subpage-contact .subpage {
    padding-bottom: 0px;
}

.wpcf7 input[type=text], .wpcf7 textarea, .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=date] {
	border: 1px solid #feba19;
}

.wpcf7 textarea {
	height: 200px;
	transition: all 1s linear;
}

.wpcf7 span.wpcf7-list-item {
	display: block;
}

input[type="submit"].wpcf7-submit {
	position: relative;
}

input[type="submit"].wpcf7-submit:after {
	width: 40px;
    	height: 44px;
    	content: " ";
    	position: absolute;
    	background-image: url('/wp-content/uploads/2016/05/arrow_orange_small.png');
    	background-color: black;
    	right: -12px;
    	top: 0px;
    	background-size: 80%;
    	background-repeat: no-repeat;
    	background-position: 55% 50%;
    	pointer-events: none;
}

.subpage .contact-icons {
	margin-bottom: 0;
}

.contact-page-icons {
	margin-bottom: 50px;
	overflow: auto;
}

.subpage .popup-form {
	margin-top: 0;
}

.wpcf7 .row {
	margin-left: 0;
	margin-right: 0;
}

.contact-page-icons li {
	list-style-type: none;
    	margin-bottom: 30px;
    	width: 24.4%;
    	text-align: center;
    	vertical-align: middle;
    	background-color: #f3f3f3;
    	height: 150px;
    	margin: 0 0.3%;
    	display: flex;
    	align-items: flex-start;
    	justify-content: center;
    	float: left;
	padding-top: 40px;
}

.contact-page-icons i {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
}

/**popup form**/
body .mfp-wrap {
	z-index: 99999999999999;
}
.popup-form .contact-icons p {
    font-size: 30px;
}

.popup-form .contact-icons br {
	display: none;
}

.popup-form {
	margin-top: 20px;
}
.popup-form label {
	display: inline;
    	float: left;
    	height: 100%;
    	background-color: #f3f3f3;
    	padding-top: 15px;
    	padding-bottom: 15px;
    	padding-left: 10px;
    	padding-right: 10px;
	width: 120px;
}

.popup-form .row {
	margin-bottom: 20px!important;
}

.popup-form input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 0;
    height: 52px;
    max-width: 500px;
    width: calc(100% - 120px);
}

.wpcf7 .popup-form textarea {
    max-width: 620px;
}

/**satisfaction survey **/
.satisfaction-survey .wpcf7 span.wpcf7-list-item {
    max-width: 15px;
    display: inline-block;
    margin-right: 30px;	
}

.satisfaction-survey input[type="radio"] {
	display: none;
}

.satisfaction-survey span.wpcf7-list-item-label {
    width: 35px;
    border-radius: 50%;
    border: 1px solid #feba19;
    height: 35px;
    display: block;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
}

.satisfaction-survey span.wpcf7-list-item label {
	line-height: 0;
}

.satisfaction-survey input[type="radio"]:checked + span {
    background-color: #feba19;
    color: #fff;
}

.satisfaction-survey .wpcf7 textarea {
	height: 70px;
}

.satisfaction-survey p{
	margin-bottom: 0.25em;
}

.survey-question {
	margin-bottom: 40px;
}

/**media page **/
.media .media-container {
	-webkit-column-count: 3;
    	-webkit-column-gap: 10px;
    	-webkit-column-fill: auto;
    	-moz-column-count: 3;
    	-moz-column-gap: 10px;
    	column-count: 3;
    	column-gap: 15px;
    	column-fill: auto;
}

.media-container .media-item {
	display: inline-block;
    	background: #1e1e1e;
    	margin: 0 0px 15px;
    	-webkit-column-break-inside: avoid;
    	-moz-column-break-inside: avoid;
    	column-break-inside: avoid;
	position: relative;
}

.media-container .media-item:hover img {
	opacity: 0.3;
}

.media-container .media-item:hover .media-title {
	display: block;
}

.media-container .media-title {
    color: white;
    font-size: 21px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 45px;
    position: absolute;
    top: 0px;
    font-family: 'montserrat-regular' !important;
    font-style: normal;
    text-align: left;
    width: 100%;
    display: none;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 0;
}

/**no search results **/
.search-no-results .page-wrapper {
	padding-top: 310px;
}

.search-no-results h1 {
	color: black;
    	font-style: normal;
    	margin-bottom: 50px;
    	font-size: 40px;
    	position: relative;
    	z-index: 50;
    	line-height: 1em;
    	font-family: 'montserrat-bold' !important;
}

/**search with results**/
.search-results .page-wrapper {
	padding-top: 310px;
}

body.search-results h1.page-title {
	color: black;
    	font-style: normal;
    	margin-bottom: 40px;
    	font-size: 40px;
    	position: relative;
    	z-index: 50;
    	line-height: 1em;
    	font-family: 'montserrat-bold' !important;
    	text-transform: capitalize;
    	text-align: left;
}

.search-results .service-icons {
	display: none;
}

.search-results h3 {
	font-size: 20px;
	font-style: normal;
}

.search-results .comments-link {
	display: none;
}

.search-results .large-4 {
	width: 100%;
	padding: 0;
	-webkit-column-break-inside: avoid;
    	page-break-inside: avoid;
    	break-inside: avoid;
	float: none!important;
}

.search-results .posts-container {
    column-count: 3;
    column-gap: 15px;
    column-fill: auto;
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
}

.search-results .blog-pinterest-style .post-date {
    top: 15px;
    left: 15px;
}

/**404 page **/
.error404 h1 {
	color: black;
    	font-style: normal;
    	margin-bottom: 50px;
    	font-size: 40px;
    	position: relative;
    	z-index: 50;
    	line-height: 1em;
    	font-family: 'montserrat-bold' !important;
}

.error404 .page-wrapper {
	padding-top: 310px;
	padding-bottom: 150px;
}

/**new related services **/
.related-services .related-service img {
    width: auto;
    height: auto;
}

.related-services .rp4wp_component_title {
    background: black;
    width: 120px;
    padding: 10px;
    line-height: 1.2em;
    font-size: 14px;
}

.related-service:hover .rp4wp_component_title a {
    color: white!important;
}

.related-service {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    margin-top: 20px;
}

/**process diagram**/
.process-box {
	background-color: #04c39f;
	padding: 10px;
	max-width: 150px;
	position: relative;
}

.process-diagram.estate .process-box {
	background-color: #00bcda;
}

.process-box:after {
    background-image: url(/wp-content/uploads/2016/11/arrow_orange_large.png);
    width: 82px;
    height: 95px;
    background-size: 100%;
    content: " ";
    position: absolute;
    right: -88px;
    top: 30px;
    background-repeat: no-repeat;
}


.process-diagram div:nth-child(2) .process-box {
	margin-top: 30px;
}

.process-diagram div:nth-child(3) .process-box {
	margin-top: 40px;
}

.process-diagram div:last-child .process-box {
	margin-top: 10px;
}

.process-diagram div:last-child .process-box:after {
	display: none;
}

.process-box strong {
	font-family: 'montserrat-bold' !important;
	color: black;
	display: block;
	margin-bottom: 10px;
}

.process-box p {
	line-height: 1.1em;
	font-size: 15px;
}
/* DUSTIN Custom Style for new Forms - Gravity Forms*//* Class copyformstyle is the main class to identify for which forms the following styles are enabled *//* Set width to 100% of all items, and additionally for input and textarea fields -> set border */.copyformstyle input, .copyformstyle textarea {		width:	100% !important;			border: 1px solid #feba19 !important;}.copyformstyle label {		width:	auto !important;		cursor: initial;		font-weight: bolder !important;	background-color: inherit;}/* Do not display the normal radio button style for rating radiobutton*/.copyformstyle .styled-radio input[type="radio"] {		display: none !important;	}/* Make rating buttons look good */.copyformstyle .styled-radio .gfield_radio li {		display: inline-block;		margin-right: 30px !important;		width: 50px;		text-align: center;}.copyformstyle .styled-radio .gfield_radio label {		width:	100% !important;		cursor: pointer;		border: 1px solid #feba19;		border-radius: 50%;		height: 40px;		padding-top: 10px !important;		text-align: center;}/* When clicked in rating field, change background and font color*/.copyformstyle .styled-radio .gfield_radio input[type="radio"]:checked + label {		background-color: #feba19;		color: #fff;}/* Adjusted the formating here, so that a section (heading, rating button, comment box) looks better *//* Basically adjusted the margin to the bottom element */.copyformstyle textarea {		margin-bottom: 40px;}/* Adjustment for submit button --> gform_footer is kind of wrapper for button + ::after */.copyformstyle .gform_footer {		max-width: 136px;		padding: 0 !important;		margin-bottom: 50px !important;}.copyformstyle .gform_button {		color: black;		position: relative;		max-width: 132px;	min-height: 41px !important;		max-height: 41px !important;		margin: 0 !important;	padding: 0 !important;}.copyformstyle .gform_footer:hover .gform_button {		background-color: black;		border: 1px solid black !important;		color: #FEBA19 !important;		box-shadow: none; transition: .5s ease-in-out;}.copyformstyle .gform_footer:hover:after {		background-image: url('/wp-content/uploads/2016/05/arrow_grey_small.png');		background-color: #FEBA19; transition: .5s ease-in-out;}.copyformstyle .gform_footer::after {		width: 40px;		height: 41px;    	content: " ";    	position: absolute;    	background-image: url('/wp-content/uploads/2016/05/arrow_orange_small.png');    	background-color: black;    	background-size: 80%;    	background-repeat: no-repeat;    	background-position: 55% 50%;	margin: 0;	pointer-events: none;}/* Disable Title of comment fields. We just want to have the placeholder, but we need the title to be set to set up email notification *//* All comment fields have the css class "no-comment" */.copyformstyle .no-comment label {	display: none !important;}/* Enable that Success Message has enough margin to the footer*/.copyformstyle .gform_confirmation_wrapper {	margin-bottom: 80px;}/* ONLY for Contact (popup) form! Make single line fields, lable + field = inline*/.copyformstyle .inline-fields {	display: flex;	}.copyformstyle .inline-fields .gfield_label  {	color: black;	padding-left: 0 !important;	line-height: 1.4em !important;	font-weight: normal !important;	font-size: 1em !important;	font-family: 'sansation-light' !important;	flex: 1 0 8%;	}.copyformstyle .inline-fields .ginput_container  {	flex: 1 0 50%;	}.copyformstyle .like-label p, .copyformstyle .like-label label {	line-height: 1.3em;	font-weight: bolder !important;	padding-left: 0px !important;}/* Style date select box*/.copyformstyle .ginput_container_date .clear-multi div {	min-width: 15% !important;	}.copyformstyle .ginput_container_date .clear-multi select {	border: 1px solid #feba19 !important;	}/* on pre appointment questionnarie, and pre review questionnaire -> label is not shown, disable "*" as well and move checkbox field closer to label text*/#field_4_10 span, #field_5_8 span {	display: none !important;}.copyformstyle .ginput_container_checkbox {	margin-top: -15px !important;}#input_2_4 li label:hover {cursor: pointer;	}/* Adjustments for lower screen resolution, that the EFG footer logo is not in the submit button, plus disabled auto styles from gravity form*/@media(max-width: 641px) {	.copyformstyle .gform_footer {			margin-bottom: 80px !important;	}		.copyformstyle .gform_button {			-webkit-border-radius: 0px;			border-radius: 0px !important;			line-height: 1 !important;	}}/* Adjusted radio button for lower screen resolution, so that they are looking good also at responsive devices*/@media (max-width: 460px) {	.copyformstyle .styled-radio .gfield_radio li {		margin-right: 10px !important;	}	}@media (max-width: 359px) {	.copyformstyle .styled-radio .gfield_radio li {		width: 38px;	}			.copyformstyle .styled-radio .gfield_radio label {		height: 35px;		padding-top: 8px !important;	}}/* END custom Style Gravity Forms*/
/**media queries **/
@media(max-width: 1200px) {
	.services-container {
		margin-right: 5%;
	}

	#video-popup {
    		max-width: 1320px;
    		padding: 20px;
    		overflow: visible;
    		position: relative;
    		padding-bottom: 56.25%!important;
    		padding-top: 25px!important;
    		height: 0;
    		margin: 0 auto;
		max-width: 98%!important;
		
	}

	#video-popup iframe {
		position: absolute;
    		top: 0;
    		left: 0;
    		width: 100%;
    		height: 100%;
	}

	#video-popup .mfp-close-btn-in .mfp-close {
    		background-color: white;
    		box-shadow: none;
		-webkit-box-shadow: none;
	}
}

@media(max-width: 1050px) {

	.process-box:after {
		display: none;
	}

	.gesb-ribbon{
		position: absolute;
    		left: 50%;
   		width: 100px;
   		z-index: 99999;
   		margin-left: calc(90px + 5vw);
	}

	.video-content {
    		-ms-transform: scale(0.8, 0.8)!important;
    		-webkit-transform: scale(0.8, 0.8)!important;
    		transform: scale(0.8, 0.8)!important;
    		transform-origin: bottom right;
	}


	.left-text li {
		padding-right: 20px;
	}

	.team .video-button {
		margin-left: 0;
    		display: block;
    		margin-top: -43px;
    		margin-bottom: 40px;
	}
}

@media(max-width: 992px) {


	ul.header-nav > li {
		padding-left: 15px;
		padding-right: 15px;
	}
	#masthead #logo {
    		width: 155px!important;
	}
	#masthead #logo a:first-child {
    		max-width: 155px!important;
    		padding-left: 10px;
    		padding-right: 10px;
	}
	.contact-page-icons li {
		width: 48.8%;
		margin-bottom: 3px;
	}
	.position h3 {
		font-size: 23px;
	}
	.subpage.team .member-info {
		min-height: 470px;
	}
	.subpage.team .cta {
		font-size: 15px;
		height: 44px;
	}
	.team .subpage-content {
    		padding: 10px;
	}
	.drop-shadow {
		display: none;
	}
	.left-text li {
		font-size: 12px;
	}
	.advice .arrows-small.top {
		display: none;
	}

	.advice-container {
		margin-left: 5%;
		width: 90%;
		max-width: initial;
	}

	.services-container {
		width: 100%;
	}
	.staff-block .cta {
    		float: left!important;
    		margin-bottom: 20px;
    		margin-right:20px;
	}
}

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

	.newsletter-signup .icons {
		display: inline-block;
    		vertical-align: middle;
	}

	.newsletter-signup span {
		display: inline-block;
    		max-width: 200px;
    		line-height: 1em;
    		vertical-align: middle;
	}
}

@media(max-width: 900px) {

	.gesb-ribbon{
		margin-top:-50px;
		margin-left: calc(79px + 4vw);
       		-ms-transform: scale(0.8, 0.8)!important;
    		-webkit-transform: scale(0.8, 0.8)!important;
    		transform: scale(0.8, 0.8)!important;

	}

	ul.header-nav > li {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media(max-width: 850px) {
	.position .position-content {
    		bottom: 40px;
    		min-height: 320px;
	}

	#family2 {
		background-size: 100%;
	}
}

@media(max-width: 768px) {
	#content {
		margin-top: 64px;
	}
	#masthead {
		position: static;
		height: 200px!important;
    		width: 100%;
    		margin-left: 0;
    		margin-top: 0px;
	}
	.established {
		display: none;
	}
	#masthead #logo {
		margin: 0 auto;
		width: 100%!important;
	}
	#masthead .header-container {
		display: block;
		padding: 0;
	}
	.right-links {
		display: none;
	}
	.subpage.stages .position {
		padding-top: 0;
	}
	.mobile-menu {
		position: absolute;
   		bottom: -63px;
    		width: 100%;
    		background-color: #f3f3f3;
		text-align: center;
	}

	#masthead .mobile-menu a {
    		padding: 5px 5px 17px 0;
	}

	#masthead .header-container {
    		transform: perspective(400px) rotate3d(0, 0, 0, 0deg)!important;
	}

	span.icon-menu:after {
    		content: "MENU";
    		font-family: 'sansation-light' !important;
    		font-weight: 600;
    		margin-left: 10px;
    		position: relative;
    		bottom: 2px;
	}

	.subpage {
		padding-top: 120px;
	}
	.subpage .arrows-small {
		display: none;
	}


	.specialist-text {
    		font-size: 15px;
    		line-height: 1em;
	}

	.search-no-results .page-wrapper {
    		padding-top: 150px;
	}
}

@media(min-width: 767px) {

.gesb-ribbon.showforsmall{display:none;}

	.team-member > div:first-child {
		padding-right: 0;
	}

	.team-member > div:last-child {
		padding-left: 0;
	}
}

@media(max-width: 767px) {

        .like-heading-2, #smaller-heading-2 {
                margin-left: 0; 
        }

        .process-box {
	        margin-top: 0!important;
	        margin-bottom: 20px;
        }

        .error404 .page-wrapper {
                padding-top: 145px;
        }

        .gesb-ribbon.showforsmall{
        	display: block;
                -webkit-filter: invert(100%);
                filter: invert(100%);
                left: auto;
                right: 10px;
                -webkit-transform: scale(0.5, 0.5)!important;
                transform: scale(0.5, 0.5)!important;
                transform-origin: center right;
   	        bottom: -15px;
        }

        .video-content{
                -ms-transform: scale(0.8, 0.8)!important;
                -webkit-transform: scale(0.8, 0.8)!important;
                transform: scale(0.8, 0.8)!important;
                transform-origin: bottom right;
                right: 50%;
                width: 520px;
                margin-right: -220px;
                bottom: 50px;
        }	

	section.video{min-height: 578px!important;}

	body .pca-hold {
		position: relative;
		left: 0;
		top: 0;
		margin-left: 0;
	}

	.gesb-ribbon {
		display: none;
	}
	.subpage .cta {
		float: none!important;
	}
	.contact-page-icons li {
		width: 99%;
	}

        /* add this one - mobile edit */
	.staff-block img {
                z-index: 2;
                width: 162px !important;
                transform: scale(0.9);
                margin-bottom: 40px;
		margin-left: 0!important;
	}
	.position-content .cta {
		position: relative;
	    	margin-top: 10px;
	}
	.position .position-content {
		min-height: 150px;
	}
	.statistic p {
		padding-left: 0;
	}
	.advice h2 {
		margin-left: 0;
	}
	.advice .title-row p {
		margin-left: 0;
	}
	.team {
		padding-bottom: 50px;
	}
	.map-content {
		display: none;
	}
	.position .large-4 {
		min-height: initial!important;
	}
	.position .row:last-child {
		display: block;
		position: static!important;
	}
	.subpage.stages .position {
		padding-bottom: 80px;
	}
	.team .arrows-large {
		display: none;
	}
	.position .large-4 {
		background-image: none!important;
	}

	.position .position-content {
		position: static;
	}
	
	.position .large-4 {
		min-height: initial;
	}

	.left-text li p {
		display: none;
	}

	.team-member img {
		max-width: 260px;
	}

	.triangle3 {
		display: none;
	}

	.image-container {
		display: none;
	}

	.media .media-container {
		-webkit-column-count: 2;
    		-moz-column-count: 2;
    		column-count: 2;
	}

	.search-results .posts-container {
		-webkit-column-count: 2;
    		-moz-column-count: 2;
    		column-count: 2;
	}

	.search-results .page-wrapper {
    		padding-top: 140px;
	}

	.testimonial.row {
		-webkit-column-count: 2;
    		-moz-column-count: 2;
    		column-count: 2;
	}

	.footer-1 #text-2 {
		display: none;
	}

	#securitor {
		display: block;
	}

	.subpage .person-meta.qualification {
    		margin-bottom: 65px;
	}
}

/* add this one - mobile edit */
@media(min-width: 601px) {

        .position-content img {
                display: none; 
        }
}


@media(max-width: 600px) {

	.like-heading-2, #smaller-heading-2 { 
		margin-left: 0 !important; 
		margin-bottom: 20px; 
		margin-top: 0px; 
		font-size: 30px !important; 
		line-height: 1.1em; 
	}

	.advice .title-row p {
		margin-bottom: 26px; 
	}

	#smaller-heading-2 {
		text-align: left;
		margin-bottom:40px;
		font-size: 18px !important; 
	}	

	/* add this one - mobile edit */
	#service1.active, #service1:hover {
		background-image: none; 
	}

	#service2.active, #service2:hover {
		background-image: none; 
	}

	#service3.active, #service3:hover {
		background-image: none; 
	}
	
	#service4.active, #service4:hover {
		background-image: none; 
	}

	#service5.active, #service5:hover {
		background-image: none; 
	}

	#service6.active, #service6:hover {
		background-image: none; 
	}

	#service7.active, #service7:hover {
		background-image: none; 
	}

	.advice .service:hover .image-bg, .advice .service.active .image-bg {
		background-color: rgba(0,0,0,0); 
	}

	.advice .service.active:after {
		display: none; 
	}

	.advice .green1 {
		background-color: #e48922 !important; 
	}

	.service.active p {
		color: black; 
	}

	.service.active .service-icons {
		background-image: url(/wp-content/uploads/2016/08/hero_icons_grey1.png); 
	}

	.position-content {
		margin-top: 32px; 
	}

	.persona-flat1 img {
        	position: absolute;
        	transform: scale(0.54);
        	right: 40px;
        	top: -71px; 
	}

	.persona-flat2 img {
    		position: absolute;
    		transform: scale(0.54);
    		right: -7px;
    		top: -75px; 
	}

	.persona-flat3 img {
   		position: absolute;
   		transform: scale(0.54);
   		right: 36px;
        	top: -72px; 
	}

	.position-content p {
		display: none; 
	}

	.team .video-button {
		background-color: #FEBA19 !important;
		border-radius: 0;
		width: auto !important;
		margin-top: -2px;
		margin-bottom: 15px; 
	}

	.team .testimonial-container {
		width: 278px; 
	}

	.play-icon {
		border-color: transparent transparent transparent black; 
	}

	.team .play-icon:before {
        	content: "Click Me To Play Our Video";
    		position: absolute;
    		bottom: -9px;
    		left: 14px;
    		width: 228px !important;
    		font-weight: bold; 
	}

	.video-button a {
    		color: black !important; 
	}

	.staff-block {
    		padding-bottom: 0;
    		margin-bottom: 6px;
	}

	.staff-block .cta {
		z-index: 3; 
	}

	.footer-1 .widget {
		margin-bottom: -57px;
		margin-top: 87px; 
	}

	#text-3 .textwidget img {
		margin-top: -20px; 
	}

	.subpage.service-single .subpage-image {
		margin-bottom: 24px; 
	}

	.subpage.service-single h1 {
	        margin-bottom: 24px; 
	}

	.subpage.team .cta {
		bottom: 10px;
	}
	#top-bar li {
		line-height: 2.5em;
	}
	#top-bar .icons {
		padding: 11px;
		padding-right: 25px;
	}
	.footer .contact-icons i.icons.location {
    		float: none;
	}
	.footer .contact-icons div {
    		padding-top: 10px;
    		display: inline-block;
	}
	.advice-copy {
		display: none;
	}

	h2 {
		font-size: 30px;
		line-height: 1.1em;
	}

	.position p {
		font-size: 20px;
	}
        
        /* add this one - mobile edit */
	.position {
                min-height: 886px !important;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.team {
		padding-top: 60px;
	}

	.team h2 {
		margin-top: 0;
	}

        /* add this one - mobile edit */
	.team .testimonial p {
		font-size: 15px;
	}

	.statistic p {
		font-size: 15px;
	}

	.team {
		padding-top: 60px;
	}

	.insight {
		padding-top: 60px;
	}

	.insight {
		margin-top: 0;
	}

	p, li {
		font-size: 0.9em;
		line-height: 1.4em;
	}

	.advice .title-row p {
		font-size: 20px;
	}

	.advice {
		padding-top: 60px;
	}

	.advice h2 {
		margin-bottom: 20px;
		margin-top: 0px;
	}

        /* add this one - mobile edit */
	.insight p {
                display: none; 
    		font-size: 15px;
		margin-bottom: 30px;
	}

	.subpage h1 {
    		font-size: 30px;
	}

	.service p {
		font-size: 20px;
	}

	h3 {
		font-size: 25px;
                font-weight: bold; 
	}

	.staff-block p {
    		font-size: 15px;
    		line-height: 1.1em;
	}

	.subpage-content {
    		padding: 30px 15px;
	}

	.subpage .cta {
		margin-bottom: 20px;
	}

	.testimonial-content p {
    		font-size: 1em;
	}

	.subpage h2 {
		font-size: 25px;
	}
}

/* add this one - mobile edit */
@media (max-width: 541px) {
	.gesb-ribbon.showforsmall {
		top: 179px; 
	}

	.persona-flat1 img {
		right: 13px;
		transform: scale(0.48);
	}

	.persona-flat2 img {
		right: -17px;
		transform: scale(0.48); 
	}

	.persona-flat3 img {
		right: 8px;
		transform: scale(0.48); 
	}

	.position-content h3 {
		width: 197px; 
	}
}

@media(max-width: 500px) {

        /* add this one - mobile edit */
	.facebook-media {
		float: none;
		max-width: 54px;
		margin-bottom: 3px;
	}

	.insight h2 {
    		float: none;
		margin-bottom: 20px;
	}

        /* add this one - mobile edit */
        .insight .media-container a:first-child .media-item {
                margin-top: 59px; 
	}

	section.video, .video-container, video#herovid, .canvas {
    		min-height: 53vw!important;
		height: auto!important;
	}

	video#herovid {
		position: relative;
    		top: 0;
    		left: 0;
    		min-width: 100%;
   	 	min-height: 100%;
    		width: 100%;
    		height: auto;
    		-ms-transform: translateX(0);
    		-moz-transform: translateX(0);
    		-webkit-transform: translateX(0);
    		transform: translateX(0);
	}

	.canvas {
		height: auto!important;
		left: 0;
		transform: translateX(0);
		width: 100%;
		min-width: auto!important;
    		min-height: auto!important;
	}

	.media .media-container {
		-webkit-column-count: 1;
    		-moz-column-count: 1;
    		column-count: 1;
	}

	.testimonial.row {
		-webkit-column-count: 1;
    		-moz-column-count: 1;
    		column-count: 1;
	}

	.insight .media-container .media-item .media-title {
		display: none;
	}

	.video-content {
		display: none;
	}

	.advice-container {
		margin-top: -250px;
	}

	.advice .services-container {
		width: 100%
	}

	.advice .left-content {
		width: 50%;
	}

	.advice .right-content {
		width: 50%;
	}

	.advice .service {
    		width: 100%!important;
	}

	.advice .service {
    		width: 100%!important;
		background-size: cover;
	}

	.advice .image-bg {
    		width: 100%!important;
	}

	.triangle2 {
    		height: 85px;
    		width: 260px;
    		background-size: 100%;
    		top: -9px;
    		right: 0px;
	}

	.position-container .triangle {
    		height: 95px;
    		width: 230px;
    		bottom: -87px;
    		left: -5px;
	}

        /* add this one - mobile edit */
	.team .video-button {
    		width: 100%!important;
    		border-radius: 0;
		margin-top: 0;
	     /* max-width: 108px; */
	}

	.subpage .admin-staff .large-12 h2 {
		font-size: 30px;
	}

	.subpage .subpage-content h1 {
		font-size: 25px;
		line-height: 1.1em;
	}

	.case-studies .case-study img {
		float: none;
	}

	.subpage .advice h2 {
    		font-size: 25px;
    		margin-bottom: 30px;
	}

	.subpage.services-parent {
		padding-bottom: 0;
	}
}

/* add this one - mobile edit */
@media (max-width: 453px) {
	.persona-flat1 img {
		right: -32px;
		transform: scale(0.45);
		top: -75px;
	}

	.persona-flat2 img {
		top: -81px;
		right: -76px;
		transform: scale(0.41); 
	}

	.persona-flat3 img {
		transform: scale(0.43);
		top: -77px;
		right: -37px; 
	}
}

/* add this one - mobile edit */
@media (min-width: 415px) {
	.small-person {
		display: none; 
	}
}

/* add this one - mobile edit */
@media (max-width: 414px) {
	.gesb-ribbon.showforsmall {
		right: 15px;
		top: 173px; 
	}

	.small-person {
		position: absolute;
		bottom: -70px;
		right: -10px;
		z-index: 0; 
	}

	.insight .media-container a:first-child .media-item {
		padding-right: 41px;
		transform: scale(1.5);
		max-height: 161px;
		overflow: hidden !important;
		margin-bottom: 45px;
		margin-top: 43px; 
	}

	.staff-block img {
		transform: scale(0.8);
	}

	.staff-block {
		position: relative;
	}

	.statistic .testimonial-container img {
		margin-left: auto;
    		display: block;
	}

	.team .testimonial-container {
    		width: 88px;
	}

	.statistic p {
		padding-right: 10px;
		width: 257px; 
	}

	.team {
		padding-bottom: 50px; 
	}
}

@media (max-width: 384px) {
	.position-content h3 {
		max-width: 193px; 
	}

	.gesb-ribbon.showforsmall {
		right: 22px;
		top: 172px; 
	}

	.small-person {
		transform: scale(0.84); 
	}

	.team .testimonial-container {
		margin-left: -1px; 
	}

	.statistic p {
		width: 228px; 
	}
}

/* add this one - mobile edit */
@media (max-width: 375px) {
	.staff-block .small-person {
    		right: -20px;
    		bottom: -70px;
    		width: 150px!important;
	}

	.statistic p {
		width: 219px; 
	}

	.insight .media-container a:first-child .media-item {
    		transform: scale(1);
    		max-height: 185px;
    		margin-bottom: 4px;
    		margin-top: 2px;
    		padding-right: 0;
	}

	.media-container .media-item {
		margin: 0 -2px 15px; 
	}
}

/* add this one - mobile edit */
@media (max-width: 360px) {
	.position h3 {
		font-size: 19px;
		width: 154px; 
	}

	.persona-flat3 img {
		top: -80px; 
	}

	.statistic p {
		width: 204px; 
	}

	.team .play-icon:before {
		font-size: 15px; 
	}

	.team .testimonial-container {
		margin-left: 15px;
	}
}

/* add this one - mobile edit */
@media (max-width: 320px) {
	.gesb-ribbon.showforsmall {
		right: 4px;
		top: 179px; 
	}

	.team .testimonial-container {
		margin-left: -15px; 
	}

	.statistic .testimonial-container img {
		margin-top: -15px;
		transform: scale(0.6); 
	}

	.statistic p {
		margin-top: 10px;
		width: 193px; 
	}
}

@media (max-width: 319px) {
	.small-person {
		display: none; 
	}
}

@media only screen and (min-width: 48em) {
	.like-heading-2, #smaller-heading-2 {
		line-height: 1.4;
	}	
}
/* END custom style*/

/* Add Styling for phone number changes through artemis script */

.header-wrapper .artemis-7137 a {
	color: #ffffff;
}

.header-wrapper .artemis-7137 a:hover {
	color: #ffffff;
}
.contact-icons .artemis-7137 {
	display: inherit;
	margin-top: 5px;
}

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

.phone-footer .icon-phone-link {
	display: inline-block;
}
@media(max-width: 767px) {
	.phone-nav .artemis-7137 {
		display: none !important;
	}
}

.service-smsf .gform_footer.top_label {

}

.service-smsf .gform_footer.top_label + input {

}

.service-smsf .gform_footer.top_label + input {

}

span#input_7_2_3_container label {
	display: none;
}


#field_7_1 > p {
	position: absolute;
    width: 190px;
    margin-top: 35px;
    word-wrap: break-word;
}

#field_7_1 .gfield_label{
	align-self: flex-start;
}

#field_7_1 .ginput_container {
	margin-top: 0;
}

#input_7_2_3_container {
	padding-right: 0 !important;
}

.smsf-black1 {
	font-size: 1.4em;
}

.postid-2098 #content {
	    position: relative;
    background-image: url(/wp-content/uploads/2017/08/back_angle_full-uk.png);
    background-repeat: repeat-y;
    background-size: initial;
    background-position: 10% -60%;
}

.postid-2098 .subpage-content::before {
    content: "";
    background-image: url(/wp-content/uploads/2016/08/persona-flat2.png);
    position: absolute;
    top: -280px;
    right: 140px;
    z-index: 100;
    background-repeat: no-repeat;
    height: 20%;
    width: 30%;
}

@media screen and (max-width: 820px){
	.postid-2098 #main-content::before {
		display: none;
	}
}

.postid-2098 #main-content::before {
	    content: "";
    background-image: url(/wp-content/uploads/2017/08/back_angle_full-uk1.png);
    position: absolute;
    top: 50px;
    right: 0px;
    width: 365px;
    height: 200px;
    background-repeat: no-repeat;
    z-index: 100;x
}

@media screen and (max-width: 768px) {
	.postid-2098 .testimonial-content {
	    padding-right: 0px !important;
	    padding-left: 0px !important;
	    background-position: 20px 10px !important;
	}
}

/* Careers Page */
.careers-images {
	position: relative;
  /*  min-width: 415px;
    max-width: 415px;
    min-height: 390px;
    max-height: 390px; */
    min-width: 479px;
    max-width: 479px;
    min-height: 487px;
    max-height: 487px;
}

.careers-images img {
    position: relative;
}

.careers-images img:hover, .careers-raymond img:hover {
    box-shadow: 0px 0px 10px black;
}


.efg-rating img {
	width: 50%;
	margin-left: 25%;
}

.careers-images-reputation {

}

.wp-image-2121 {
	width: 235px;
}

.wp-image-2127 {
	width: 210px;
    left: 239px;
    top: -210px;
}

.wp-image-2122 {
	width: 244px;
    left: 205px;
    top: -418px;
}

.wp-image-2124 {
	width: 210px;
    left: -9px;
    top: -208px;
}


.careers-images-community {
	
}

.wp-image-2131 {
    width: 223px;
}

.wp-image-2132 {
	width: 222px;
    top: -170px;
    left: 227px;
}

.wp-image-2135 {
	width: 223px;
    top: -218px;
    left: 0px;
}

.careers-images-team {
	
}

.wp-image-2139 {
    width: 270px;
    top: 30px;
}

.wp-image-1640 {
    top: -290px;
    left: 273px;
}

.wp-image-1206 {
    top: -288px;
    left: 273px;
}



.careers-images-location {
	
}

.wp-image-916 {
    width: 280px;
    top: -120px;
    left: 96px;
}

.page-id-2117 #map {
    width: 120px;
    height: 120px;
    min-height: 120px;
    left: -30px;
    top: 120px;
}

.careers-images-benefits {
	
}

.wp-image-2140 {
    width: 221px;
    top: 0px;
}

.wp-image-2145 {
    width: 224px;
    top: -192px;
    left: 225px;
}

.wp-image-2148 {
    width: 221px;
    top: -220px;
    left: 0px;
}

.wp-image-2143 {
    width: 224px;
    top: -410px;
    left: 225px;
}

.careers-testimonial, .careers-team {
	margin-top: 100px !important;
}

.wp-image-2149 {
    right: 26%;
    bottom: 3px;
    position: absolute;
    transform: rotate(-6deg);
}

/* Application form */
.careers-form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	display: none;
}

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

#gform_fields_8 {
	display: flex;
	flex-flow: row wrap;
}

#gform_fields_8 li {
	    flex: 1 0 450px;
}

.careers-form .pdf-form li > label {
    flex: 0 0 120px;
    align-self: center;
}

.careers-form #gform_preview_8_6 {
	padding: 10px;
}

.careers-form .gform_button {
	    max-width: 155px;
	    padding-left: 35px !important;
}


@media screen and (max-width: 500px){
	.careers-images {
		transform: scale(0.6);
		margin-top: -90px;
		margin-bottom: -100px !important;
	}



	#gform_fields_8 li {
    	flex: 1 0 250px;
    	display: flex;
    	flex-flow: column;
	}

	.careers-form .pdf-form li > label {
    	flex: 0 0 0;
    	align-self: auto;
	}

	.page-id-2117 .testimonial-content {
		background-size: 15%;
	}

	.careers-benefits {
		margin-bottom: 100px !important;
	}
}

@media (min-width: 501px) and (max-width: 767px){
	.careers-testimonial .careers-raymond {
		width: 25%;
	}

	.careers-testimonial > div:last-child {
		width: 75%;
	}
}

@media screen and (max-width: 767px) {
	.efg-rating img {
		width: 100%;
		margin-left: 0;
	}

	.row.container {
    	margin-bottom: 0 !important;
	}


}

@media screen and (max-width: 970px){
/*	.page-id-2117 .large-6 {
		width: 100% !important;
	} */

/*	.careers-images {
	    margin-left: calc(50% - 13.5em);
	} */

	.careers-images-location, .careers-images-team, .careers-images-community {
		margin-bottom: -60px !important;
	}

/*	.careers-reputation, .careers-team, .careers-benefits {
    	display: flex;
    	flex-flow: column-reverse;
	} */

/*	.careers-images-community, .careers-images-location {
		float: left !important;
	} */

	.wp-image-2149 {
	    right: 9%;
	    bottom: -22px;
	    position: absolute;
	    transform: rotate(-6deg);
	}
	
	.careers-testimonial, .careers-team {
    	margin-top: 0px !important;
	}

	.careers-images-reputation {
		display: none;
	}



}


@media screen and (max-width: 470px){
	.careers-images {
    	margin-left: calc(50% - 12.5em);
	}

	.careers-testimonial {
		padding-top: 60px !important;
    	padding-bottom: 60px !important;
	}
}

.popup-form input[type="submit"] {
	padding-left: 25px !important;
    width: 130px !important;
    text-align: left;
    max-width: 130px;
}

.popup-form .copyformstyle .gform_footer::after {
	margin-left: -40px;
}

ul.contact-icons a {
    padding-bottom: 10px;
}

ul.contact-icons {}

ul.contact-icons li a {
    display: flex;
    align-items: center;
}

ul.contact-icons li {
    margin-bottom: 10px;
}

ul.contact-icons li div, ul.contact-icons li img {
    margin-right: 5px;
}
.single-post #post-2534 .entry-image {
	display: none;
}