/*************************************************************************** OVERALL START ************************************/

html{ font-family: 'Barlow', sans-serif; color:#393939; font-size:18px; font-weight: 500;}

/*************************************************************************** OVERALL END ************************************/


/*************************************************************************** SITE COLOURS START ************************************/

.font-orange-standard{color:#FF921E!important;}
.desktop-device .font-orange-standard-hover:hover{color:#FF921E;}
.bg-orange-standard{background-color:#FF921E;}
.desktop-device .bg-orange-standard-hover:hover{background-color:#FF921E;}

.font-purple-standard{color:#8a288f!important;}
.desktop-device .font-purple-standard-hover:hover{color:#8a288f;}
.bg-purple-standard{background-color:#8a288f!important;}
.desktop-device .bg-purple-standard-hover:hover{background-color:#8a288f;}

.font-dark-grey{color:#393939!important;}
.desktop-device .font-dark-grey-hover:hover{color:#393939;}
.bg-dark-grey{background-color:#393939;}
.desktop-device .bg-dark-grey:hover{background-color:#393939;}

.font-light-grey{color:#eaeaea!important;}
.desktop-device .font-light-grey-hover:hover{color:#eaeaea;}
.bg-light-grey{background-color:#eaeaea;}
.desktop-device .bg-light-grey-hover:hover{background-color:#eaeaea;}

.font-white{color:#ffffff!important;}
.desktop-device .font-white-hover:hover{color:#ffffff;}
.bg-white{background-color:#ffffff;}
.desktop-device .bg-white-hover:hover{background-color:#ffffff;}

/*************************************************************************** SITE COLOURS END ************************************/


/*************************************************************************** GENERAL STYLES FOR THIS WEBSITE START ***********************/
/***** FONTS *****/
p{ font-size:1rem; font-weight:500; }
a{ color:#FF921E; }
.page-template-template-financial-services a{ color:#8a288f; }

/***** FORMS
.form-field{ padding-right:20px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="date"], input[type="password"], input[type="search"], textarea, select{
	border:1px solid #67A8C5;
	font-size:0.9rem;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="date"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	border-color:#0FB3F0;
}
form .required-field, form .sensitive-data{ font-size:0.85rem; }
 *****/

/*************************************************************************** GENERAL STYLES FOR THIS WEBSITE END ***********************/


/*************************************************************************** FORMATTING STYLES FOR THIS WEBSITE START ***********************/

.hero-heading, .section-heading, .sub-heading{float:left; width:100%;}
.hero-heading{margin-bottom:30px; font-size:4rem; color:#fff; line-height:110%;}

.section-heading{margin-bottom:40px; font-size:3rem; line-height:110%; font-weight:800; text-transform: uppercase; }
.sub-heading{ margin-bottom:20px; font-size:1.3rem; font-weight:800; line-height:120%; color: #FF921E; }
.highlighted-text-large{ background-color:#FF921E; color: #393939; }
.highlighted-text-small{ background-color:#FF921E; color: #393939; }
.body-text-large{  }
.body-text-small{ font-size:0.8rem; }
.button-standard{ float:left; padding:8px 50px; font-size: 0.9rem; background-color:#393939; border:none; color:#fff; -webkit-transition:background-color 0.5s; -moz-transition:background-color 0.5s; -o-transition:background-color 0.5s; transition:background-color 0.5s; }
.desktop-device .button-standard:hover { background-color:#FF921E; }

.content-max-width-1220{ max-width:1220px; }
.content-max-width-1250{ max-width:1250px; }
.max-width-400{max-width: 400px;}
.max-width-500{max-width: 500px;}
.max-width-600{max-width: 600px;}
.top-50{top: 50px;}
.grid-column-1-3 { width: 33%; }
.grid-column-2-3 { width: 66%; }

/*

.diagonal-bg-white { position: relative; border: none; overflow: hidden; padding: 0px; z-index:1; }
.diagonal-bg-white:hover { color: #393939!important; }
.diagonal-bg-white:after { content: ""; position: absolute; top: 0; left: 0; width: 300%; height: 500%; background: #ffffff; z-index: -1; transform-origin: 0% 0%; transform: translateX(calc(-66% - 25px)) translateY(-36%) rotate(-25deg); transition: transform .5s; }
.diagonal-bg-white:hover::after { transform: translateY(10%) translateX(-150px) rotate(-25deg); }

.diagonal-bg-light-grey { position: relative; border: none; overflow: hidden; padding: 0px; z-index:1; }
.diagonal-bg-light-grey:hover { color: #393939!important; }
.diagonal-bg-light-grey:after { content: ""; position: absolute; top: 0; left: 0; width: 300%; height: 550%; background: #C6C6C6; z-index: -1; transform-origin: 0% 0%; transform: translateX(calc(-66% - 25px)) translateY(-36%) rotate(-30deg); transition: transform .5s; }
.diagonal-bg-light-grey:hover::after { transform: translateY(10%) translateX(-75px) rotate(-30deg); }

.diagonal-bg-dark-grey { position: relative; border: none; overflow: hidden; padding: 0px; z-index:1; }
.diagonal-bg-dark-grey:hover { color: #ffffff!important; }
.diagonal-bg-dark-grey:after { content: ""; position: absolute; top: 0; left: 0; width: 300%; height: 500%; background: #393939; z-index: -1; transform-origin: 0% 0%; transform: translateX(calc(-77% - 25px)) translateY(-36%) rotate(-30deg); transition: transform .5s; }
.diagonal-bg-dark-grey:hover::after { transform: translateY(10%) translateX(-150px) rotate(-30deg); }

.diagonal-bg-orange { position: relative;  border: none; overflow: hidden; padding: 0px; z-index:1; }
.diagonal-bg-orange:hover { color: #ffffff!important; }
.diagonal-bg-orange:after { content: ""; position: absolute; top: 0; left: 0; width: 300%; height: 500%; background: #FF921E; z-index: -1; transform-origin: 0% 0%; transform: translateX(calc(-66% - 25px)) translateY(-36%) rotate(-30deg); transition: transform .5s; }
.diagonal-bg-orange:hover::after { transform: translateY(10%) translateX(-150px) rotate(-30deg); }

.diagonal-bg-purple { position: relative;  border: none; overflow: hidden; padding: 0px; z-index:1; }
.diagonal-bg-purple:hover { color: #ffffff!important; }
.diagonal-bg-purple:after { content: ""; position: absolute; top: 0; left: 0; width: 300%; height: 500%; background: #8a288f; z-index: -1; transform-origin: 0% 0%; transform: translateX(calc(-66% - 25px)) translateY(-36%) rotate(-30deg); transition: transform .5s; }
.diagonal-bg-purple:hover::after { transform: translateY(10%) translateX(-150px) rotate(-30deg); }

*/
/***** NORMAL FADING - TO BE USED FOR ie *******/

.diagonal-bg-white a { position: relative;  border: none; overflow: hidden; padding: 0px; z-index:1; }
.diagonal-bg-white a:hover { color: #393939!important; transition: all 0.3s; background: #ffffff; }

.diagonal-bg-light-grey a { position: relative;  border: none; overflow: hidden; padding: 0px; z-index:1; }
.diagonal-bg-light-grey a:hover { color: #393939!important; transition: all 0.3s; background: #C6C6C6; }

.diagonal-bg-dark-grey a { position: relative;  border: none; overflow: hidden; padding: 0px; z-index:1; }
.diagonal-bg-dark-grey a:hover { color: #ffffff!important; transition: all 0.3s; background: #393939; }

.diagonal-bg-orange a { position: relative;  border: none; overflow: hidden; padding: 0px; z-index:1; }
.diagonal-bg-orange a:hover { color: #ffffff!important; transition: all 0.3s; background: #FF921E; }

.diagonal-bg-purple a { position: relative;  border: none; overflow: hidden; padding: 0px; z-index:1; }
.diagonal-bg-purple a:hover { color: #ffffff!important; transition: all 0.3s; background: #8a288f; }


@media screen and (max-height:767px){
	.hero-heading{ font-size:2.5rem; }
	.section-heading{ font-size:2.5rem; }
	.sub-heading{ font-size:1.2rem; }
	.highlighted-text-large{  }
	.highlighted-text-small{  }
	.body-text-large{  }
	.body-text-small{  }
}
@media screen and (max-width:1023px){
	.hero-heading{ font-size:2.5rem; }
	.section-heading{ font-size:2.5rem; }
	.sub-heading{  }
	.highlighted-text-large{  }
	.highlighted-text-small{  }
	.body-text-large{  }
	.body-text-small{  }
}
@media screen and (max-width:767px){
	.hero-heading{ margin-bottom: 20px; font-size:2rem; }
	.section-heading{ font-size:2rem; }
	.sub-heading{font-size:1.1rem;  }
	.highlighted-text-large{  }
	.highlighted-text-small{  }
	.body-text-large{  }
	.body-text-small{  }
}
@media screen and (max-width:479px){
	.hero-heading{ margin-bottom: 0; font-size:1.5rem; }
	.section-heading{ font-size:1.4rem; }
	.sub-heading{ font-size:1rem; }
	.highlighted-text-large{  }
	.highlighted-text-small{  }
	.body-text-large{  }
	.body-text-small{  }
}

/*************************************************************************** FORMATTING STYLES FOR THIS WEBSITE END ***********************/


/*************************************************************************** LOGO START ************************/

#logo-wrapper{ padding-left: 25px; }
@media screen and (max-width:1200px){
	#logo-wrapper{ padding-left: 5px; }
}

#siteLogo { height: 100px; width: auto; margin-top: -30px; }
#siteLogo p{ margin:0; }
#site-logo{ height: 50px; width: auto; margin: 25px 0px; }

/*************************************************************************** LOGO END ************************/


/*************************************************************************** HEADER SECTION START ****************************/

/***** STRUCTURE FOR RESIZING HEADER ON SCROLL DOWN FROM TOP *****/
/* Top - large screen */
#site-header{ height:100px; }
#sticky-header{ position: fixed; width: 1200px;left: calc(50% - 600px); top: 50px; }
#sticky-header-2{ top: 0; width: 100%; left: 0; }
#site-logo{ height:50px; /* width: 170px; */ transition: height .5s; }

/* Scrolled down - large screen */
.scrolled-down #site-header{ height:80px; }
.scrolled-down #sticky-header{ top: 0px; }
.scrolled-down #site-logo{ height:30px; }
.scrolled-down #nav-contact-wrapper{ padding-top: 30px; }

@media screen and (max-width:1200px){
	#sticky-header{ width: 100%; left: 0; top: 0; }
}

@media screen and (max-width:1140px){
	/* Top - small screen */
	#site-header{ height:100px; }
	#sticky-header{ }
	#site-logo { height:50px; }
	.main-navigation{ height:40px; }
	
	/* Scrolled down - small screen */
	.scrolled-down #site-header{ height:80px; }	
	.scrolled-down #sticky-header{  }
	.scrolled-down #site-logo { height:30px; }
	.scrolled-down .main-navigation{ height:30px; }
}

@media screen and (max-width: 350px){
	#site-logo{ height: 30px; }
}

#menu-container{ overflow: hidden;}
#header-wrapper{ z-index: 1000; position: fixed; }

/*************************************************************************** HEADER SECTION END ****************************/


/*************************************************************************** MAIN NAV START ************************/

.main-navigation { width:calc( 100% ); display: inline; }
#main-menu{  }
#main-menu > li > a { padding:0 14px; color:#393939; transition: background .3s linear; -moz-transition: background .3s linear; -webkit-transition: background .3s linear; }
#main-menu > li.current_page_item > a { color:#FF921E; }
#main-menu > li > a:hover{ color:#FF921E; }


.diagonal-text-orange-grey a { color:#FF921E; text-decoration: none; }
.diagonal-text-orange-grey a:hover { color:#393939; transition: all 0.3s; text-decoration: none; }

.diagonal-text-grey-orange a { color:#393939; text-decoration: none; }
.diagonal-text-grey-orange a i { color:#393939; text-decoration: none; }
.diagonal-text-grey-orange a:hover { color:#FF921E; transition: all 0.3s; text-decoration: none; }

.diagonal-text-purple-grey a { color:#8a288f; text-decoration: none; }
.diagonal-text-purple-grey a:hover { color:#393939; transition: all 0.3s; text-decoration: none; }

.diagonal-text-grey-purple a { color:#393939; text-decoration: none; }
.diagonal-text-grey-purple a:hover { color:#8a288f; transition: all 0.3s; text-decoration: none; }

.diagonal-text-white-grey a { color:#ffffff; text-decoration: none; }
.diagonal-text-white-grey a:hover { color:#393939; transition: all 0.3s; text-decoration: none; }

.diagonal-text-grey-white a { color:#393939; text-decoration: none; }
.diagonal-text-grey-white a:hover { color:#ffffff; transition: all 0.3s; text-decoration: none; }


#nav-contact-wrapper{ padding-top: 40px; font-size: 0.9rem; font-weight: 500; display: inline-block; }
@media screen and (max-width: 1140px){
	#nav-contact-wrapper{ padding-top: 35px; }
}
@media screen and (max-width: 350px){
	#nav-contact-wrapper{ padding-top: 30px; }
}

/*************************************************************************** MAIN NAV END ************************/


/*************************************************************************** NAV BUTTON START ************************/

#contact-nav-button{ padding: 10px 30px; display: inline-block; text-transform: uppercase; letter-spacing: .1rem; font-family: 'Barlow Condensed'; vertical-align: middle; margin: -1rem 0 0 1rem; font-weight: 500; background-color:#FF921E; -moz-transition: all .1s ease-in; -o-transition: all .1s ease-in; -webkit-transition: all .1s ease-in; transition: all .1s ease-in; }
/* #contact-nav-button:hover{ background-color:#393939; } */
#contact-nav-button i{ padding-right: 20px; }

.menu-main-nav-container{ display: inline-block; position: relative; vertical-align: middle; }
.contact-nav-button-title{ display: inline-block; }
@media screen and (max-width:1140px){
	#main-menu{display: none;}
}
@media screen and (max-width:550px){
	#contact-nav-button{ padding: 10px 20px; }
	.contact-nav-button-title{ display: none; }
	#contact-nav-button i{ padding-right: 0px; }
}

/*************************************************************************** NAV BUTTON END ************************/


/*************************************************************************** MEGA MENU TOGGLE START ***********************/

.menu-toggle{  }
#mega-menu-toggle{ padding: 10px 30px; display: inline-block; text-transform: uppercase; letter-spacing: .1rem; font-family: 'Barlow Condensed'; vertical-align: middle; margin: -1rem 0 0 0; font-weight: 500; text-indent: 0; width: auto; height: auto; background: transparent; position: relative; top: 0; right: 0; cursor: pointer; color: #393939; }

.menu-toggle-title{ display: table-cell; padding-right: 10px; vertical-align: middle; }
.burger{ position: relative; display: table-cell; width: 20px; height: 20px; }

.menu-toggle-line{background-color:#555;}
#menu-toggle-line-1{ width: 80%; left: 10%; top: 30%; }
#menu-toggle-line-2{ width: 80%; left: 10%; top: 47%; }
#menu-toggle-line-3{ width: 80%; left: 10%; top: 65%; }
.menu-toggle:hover #menu-toggle-line-1{ top: 15%; }
.menu-toggle:hover #menu-toggle-line-2{ top: 45%; }
.menu-toggle:hover #menu-toggle-line-3{ top: 70%; }

.menu-toggle.active{  }
.menu-toggle.active, .menu-toggle.inactive{  }
.menu-toggle.active #menu-toggle-line-1{  }
.menu-toggle.active #menu-toggle-line-2{  }
.menu-toggle.active #menu-toggle-line-3{  }

.scrolled-down .menu-toggle{  }
.mobile-menu-active .menu-toggle{  }

@media screen and (max-width:550px){
	#mega-menu-toggle{ padding: 10px 20px; }
	.menu-toggle-title{ display: none; }
}

/*************************************************************************** MEGA MENU TOGGLE END ***********************/


/*************************************************************************** SOCIAL START *****************************************/

.header-social-icon{ color:#000; }

[class^="i"]::before, [class*=" i"]::before, .header-social-link .fa{ font-size:1.4rem; }

@media screen and (max-width:1139px){ .header-social{ margin-left:20px; } [class^="i"]::before, [class*=" i"]::before, .header-social-link .fa{ font-size:1.2rem; } }
@media screen and (max-width:1023px){ [class^="i"]::before, [class*=" i"]::before, .header-social-link .fa{ font-size:1rem; } }
@media screen and (max-width:939px){ .header-social{ margin:0 100px 0 0; } }

.social-wrapper{ list-style: none; }
.social-wrapper li{ float: left; width: auto; }
.social-link i{ padding: 8px; background-color: #FF921E; margin: 0px 3px; border-radius: 50px; color: #ffffff; font-size: 0.8rem; }
.page-template-template-financial-services .social-link i{ background-color: #8a288f; }
.social-link:hover i, .social-link-other:hover i{ background-color: #393939; }
.social-link-Facebook:hover i{ background-color: #3b5a9a; }
.social-link-Twitter:hover i{ background-color: #28a9e2; }
.social-link-LinkedIn:hover i{ background-color: #117bb7; }
.social-link-GooglePlus:hover i{ background-color: #e04a39; }
.social-link-YouTube:hover i{ background-color: #cb2f30; }
.social-link-Pinterest:hover i{ background-color: #cc2129; }
.social-link-Instagram:hover i{ background-color: #bc2a8d; }
.social-link-Tumblr:hover i{ background-color: #31506d; }
.social-link-Flickr:hover i{ background-color: #f01385; }
.social-link-Reddit:hover i{ background-color: #ff4500; }
.social-link-Snapchat:hover i{ background-color: #fffb00; }
.social-link-Whatsapp:hover i{ background-color: #12af0a; }
.social-link-Vimeo:hover i{ background-color: #1db8f0; }
.social-link-Quora:hover i{ background-color: #c72028; }
.social-link-Vine:hover i{ background-color: #09b47f; }
.social-link-Periscope:hover i{ background-color: #42adcd; }
.social-link-StumbleUpon:hover i{ background-color: #ea4b24; }
.social-link-Delicious:hover i{ background-color: #285ba6; }
.social-link-Digg:hover i{ background-color: #2a2a2a; }
.social-link-Viber:hover i{ background-color: #7c529e; }

.social-link-manual{ 
	padding: 8px;
    background-color: #FF921E;
    margin: 0px 3px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 0.8rem; 
}
.social-link-manual img{ max-width: 15px; }
.social-link-What3Words{  }
.social-link-What3Words img{  }
.social-link-What3Words:hover{ background-color: #e11f26; }
.social-link-What3Words:hover img{  }




/*************************************************************************** SOCIAL END *****************************************/


/*************************************************************************** MEGA MENU START *****************************************/

#mega-menu-container{ position: fixed; width: 100%; background: #ffffff; height: 100%; z-index: 10000; display: none; transform: scale(0.9); transition: transform 0.1s; overflow-y: auto; }
.mega-menu-content-container{ position: absolute; left: calc(50% - 488px); /* top: calc(50% - 193px); */ width: 976px; height: 426px; }

.mega-menu-column-1{ position: relative; width: 33%; float: left; padding: 20px 0px; }
.mega-menu-column-2{ position: relative; width: 33%; float: left; padding: 20px 0px; }
.mega-menu-column-3{ position: relative; width: 34%; float: left; background-color: #FF921E; /* height: 100%; */ padding: 20px; }

#mm-column-1-menu { font-size: 1.5rem; margin-left: -35px; font-family: 'Barlow Condensed'; font-weight: 700; text-transform: uppercase; }
.mega-menu-column-1 ul{ list-style: none; }
/** .mega-menu-column-1 li a:hover{ color: #FF921E; text-decoration: underline; } **/

.mega-menu-column .diagonal-text-grey-orange .financial-services a{ color:#393939; transition: all 0.3s; text-decoration: none; }
.mega-menu-column .diagonal-text-grey-orange .financial-services a:hover { color:#8a288f;  }

#mm-column-2-products { font-size: 0.8rem; margin-left: -0.8rem; line-height: 1.4rem; font-weight: 700; }
.mega-menu-column-2 li a:hover{ color: #FF921E; }
.mega-menu-column-2 ul{ list-style: none; padding-top: 10px; }
.mm-column-1-title-1{ font-family: 'Kristi', cursive; margin-top: 0.9rem; margin-bottom: -0.2rem; line-height: 1rem; font-size: 2rem; }
.mm-column-1-title-2{ font-family: 'Barlow Condensed', sans-serif; font-size: 2rem; font-weight: 700; text-transform: uppercase; line-height: 2.2rem; }
.mm-column-2-title-1{ font-family: 'Kristi', cursive; margin-top: 0.9rem; margin-bottom: -0.2rem; line-height: 1rem; font-size: 2rem; }
.mm-column-2-title-2{ font-family: 'Barlow Condensed', sans-serif; font-size: 2rem; font-weight: 700; text-transform: uppercase; line-height: 2.2rem; }

.mm-column-3-title-1{ font-family: 'Kristi', cursive; margin-top: 0.9rem; margin-bottom: -0.2rem; line-height: 1rem; font-size: 2rem; color: #ffffff; }
.mm-column-3-title-2{ font-family: 'Barlow Condensed', sans-serif; font-size: 2rem; font-weight: 700; text-transform: uppercase; line-height: 2.2rem; color: #ffffff; }
.mm-form { padding-top: 20px; }
.mm-form input[type="text"], .mm-form input[type="email"], .mm-form input[type="tel"], .mm-form textarea{ background-color: #ffffff; margin-right: 0; width: 100%!important; }
.mm-form input[type="submit"]{ width: 100%; float: left; font-size: 0.8rem; padding: 10px 200px 10px 20px;}
.mm-form .submit-arrow { bottom: 17px; right: 22px; transition: all 0.1s; }
.mm-form .submit-button { margin: 0 auto; display: inline-block; background: #393939;}
.mega-form-input { padding-right: 0px; }
.mm-form .expand-box{ z-index: 10056; right: 6px; top: 12px; bottom: 0 }
.mm-form .submit-button:hover { background-color: #1E1E1E; }
.mm-form .submit-button:hover .submit-arrow { bottom: 17px; right: 17px; }
.mm-form .expand-box:hover { padding-top: 9px; }
.mega-menu-input-bg{ position: absolute; background-color: #ffffff; width: 100%; height: calc(100% - 20px); z-index: 10055; }

/**
.mm-form .submit-button { position: relative; background: #393939; border: none; overflow: hidden; z-index:1; }
.mm-form .submit-button:hover input[type="submit"]{ color: #393939!important; }
.mm-form .submit-button:after { content: ""; position: absolute; top: 0; left: 0; width: 300%; height: 550%; background: #C6C6C6; z-index: -1; transform-origin: 0% 0%; transform: translateX(calc(-66% - 25px)) translateY(-36%) rotate(-30deg); transition: transform .5s; }
.mm-form .submit-button:hover::after{ transform: translateY(10%) translateX(-75px) rotate(-30deg); }
**/

div.wpcf7 .mm-form .ajax-loader{ position: absolute; left: 50%; bottom: -30px }
.mm-form .callback-time, .mm-form .callback-date{ z-index: 10057; margin-bottom: -20px; }
.mm-form .callback-time input[type="text"], .mm-form .callback-date input[type="text"]{ background: transparent; }
.callback-icon{ position: absolute; right: 30px; top: 30px; }

.close-mm{position: absolute; right: 20px; top: 20px; z-index: 10020; width: 50px; height: 50px; background: #ffffff; cursor: pointer; }
#mm-close-line-1{ transform:rotate(-45deg); top: 24px; left: 5px; }
#mm-close-line-2{ transform:rotate(45deg); top: 24px; left: 5px; }
.close-mm:hover #mm-close-line-1{transform:rotate(-60deg)}
.close-mm:hover #mm-close-line-2{transform:rotate(60deg)}

@media screen and (max-width:1150px){
	.mega-menu-content-container { left: 20px; width: calc(100% - 100px); height: 406px; }
	.mm-form input[type="submit"] { padding: 10px 20px; }
}
@media screen and (max-width:775px){
	.callback-icon{ display: none; }
}
@media screen and (max-width:675px){
	.mega-menu-column-1, .mega-menu-column-2{ width: 50%; }
	.mega-menu-column-3{ display: none; }
}
@media screen and (max-height:406px){
	.mega-menu-content-container { height: 100%; top:0!important; }
	.mega-menu-column-1, .mega-menu-column-2{ width: 50%; }
	.mega-menu-column-3{ display: none; }
}
@media screen and (max-width:410px){
	.mega-menu-content-container { width: calc(100% - 40px); top: 0!important; }
	.mega-menu-column-1, .mega-menu-column-2{ width: 100%; }
	.mega-menu-column-3{ width: 100%; display: block; }
	.callback-icon{ display: block; }
}

/*************************************************************************** MEGA MENU END *****************************************/

	
/*************************************************************************** MOBILE MENU START **************************************/

#mobile-menu-social{ width:150px; margin:0 auto; }

/*************************************************************************** MOBILE MENU END **************************************/


/*************************************************************************** HERO START **********************************/

#hero-wrapper{ position:relative; background-position: 50%; background-size: cover; background-repeat: no-repeat; z-index: 90; }
#product-hero-wrapper{ position: relative; background-position: center center; background-size: cover; background-repeat: no-repeat; z-index: 90; }

#hero-wrapper.screen-height{  }
#product-hero-wrapper.screen-height{  }
.hero-content{  }
.hero-content *{ color:#393939; }
.hero-content .hero-heading{ max-width: 700px; }
.hero-content .hero-body-text{ max-width: 500px; margin-bottom: 30px; letter-spacing: 1px; }
.hero-content .action-button{ float: left; clear: both; border-color:#fff; color:#fff; font-size: 0.9rem; cursor:pointer; }
.hero-content .link-circled-inner-line{ background-color:#fff; }

@media screen and (max-width:1630px){ #product-hero-wrapper{ min-width: 1630px; left: calc(50% - 815px); } }
@media screen and (max-width:1023px){ .hero-content{  } }
@media screen and (max-height:599px){ .hero-content{ margin-top: 50px; } .hero-body-text{ font-size:0.9rem; } }
@media screen and (max-width:767px){ .hero-content{  } }
@media screen and (max-width:479px){ .hero-content{  } }

#crazy-triangles-container {width: 100%; height: calc(100% + 500px); display: block; z-index: 91;}
#crazy-triangles{position: relative; height: 100%;}

#top-rectangle{ background-color: #eaeaea; width: 100%; height: 100px; }
#bottom-rectangle{ background-color: #eaeaea; width: 100%; height: 100px; z-index:94; position: relative; }

#product-clipped-triangle-1{ width: 100%; height: 100%; z-index: 95; margin: 0; overflow: hidden; position: absolute; background-repeat: no-repeat; background-position: top center; background-size: cover; }
#product-bg-triangle-1{ width: 100%; height: 100%; z-index: 91; margin: 0; overflow: hidden; position: absolute; background-repeat: no-repeat; background-position: top center; background-size: contain; }
#product-triangle-1{ width: 100%; height: 100%; z-index: 91; margin: 0; overflow: hidden; position: absolute; background-repeat: no-repeat; background-position: top center; background-size: contain; }
#product-triangle-image-1 { width: 100%; }
#product-triangle-2{ width: 100%; height: 100%; z-index: 94; margin: 0; overflow: hidden; position: absolute; background-repeat: no-repeat; background-position: 3px 100%; background-size: contain; }
#triangle-1{ width: 100%; height: 100%; z-index: 95; margin: 0; overflow: hidden; position: absolute; background-repeat: no-repeat; background-position: top center; background-size: contain; }
#triangle-2{ width: 100%; height: 100%; z-index: 94; margin: 0; overflow: hidden; position: absolute; background-repeat: no-repeat; background-position: 3px 1px; background-size: contain; }
.triangle-2{ background-position: right; opacity: .6; background-repeat: no-repeat; /* background-image: url("http://ccsinsure.co.uk.networkportfolio.co.uk/wp-content/themes/bn/img/hero/Default-Hero-Picture.jpg"); */ -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); float: right;}
#triangle-pattern-position-1{ width: 100%; height: 100%; z-index: 96; position: absolute; background-repeat: no-repeat; background-position: top center; background-size: contain; }
#triangle-3{ width: 50%; height: 100%; z-index: 92; margin: 0; overflow: hidden; position: absolute;right: 0; }
#triangle-image-3 {width: 100%;}

.hero-image-overlay{ opacity: 0.2; width: 100%; position: absolute; z-index: 93; background: #000000; }
#product-hero-color-overlay{ background: #ffffff; opacity: 0.5; width: 100%; height: 100%; position: absolute; z-index: 95; top: 0; }
.product-hero-color-overlay-landing{ opacity: 0.25 !important; }

.product-hero-image-overlay{ opacity: 0.2; width: 100%; position: absolute; z-index: 93; background: #000000; -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%); clip-path: polygon(100% 0, 0% 100%, 100% 100%);}

#hero-content-container{ position: absolute; top: 0; z-index: 97; width: 100%; /*max-width:1200px; position: absolute; top: 150px; z-index: 98; left: calc(50% - 600px); text-align: center;*/}
#hero-text-container{ max-width: 500px; height: 300px; position: absolute; top: 0; z-index: 98; margin-top: 260px; }
#product-hero-text-container{ max-width: 650px; width: 650px; height: 300px; position: absolute; top: 0; z-index: 98; margin-top: 210px; left: calc(50% - 325px); text-align: center; /*margin: auto; width: 100%; max-width: 650px;*/}


#product-hero-text-container .cta-button{ margin-top: 30px; }

.hero-title-1{ font-family: 'Kristi', cursive; font-size: 6rem; line-height: 5rem; }
.hero-title-2{ font-family: 'Barlow Condensed', sans-serif; font-size: 6rem; line-height: 5rem; font-weight: 700; text-transform: uppercase; }
.hero-title-3{ font-family: 'Barlow Condensed', sans-serif; font-size: 6rem; color: #FF921E; font-weight: 700; text-transform: uppercase; line-height: 5rem; margin-bottom: 1rem; }
.product-hero-title-1{margin-bottom: -1.2rem; font-size: 7rem; line-height: 5.5rem; padding-bottom: 2.5rem; }
.product-hero-title-2{margin-bottom: 3rem; font-size: 7rem; line-height: 3rem;}
.product-hero-text-content{ max-width: 500px; margin: 0 auto; }
.product-hero-text-content p{font-size: 0.8rem; margin-bottom: 0.8rem;}

#hero-text-content{ font-size: 0.9rem; margin-bottom: 0.8rem; }

.scroll-container, .home-scroll-container{ position: absolute; bottom: 25px; z-index: 96; width: 100%; font-size: 0.8rem; text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff; }

.scroll-line-container { position: relative; overflow: hidden; width: 2px; height: 50px; left: 50%; }
#scroll-line{ background-color: #FF921E; width: 100%; height: 100%; margin-top: 30px; }
.scroll-line-container .scroll-arrow-line-move{ animation: scroll-arrow 2s infinite; position: absolute; transition: height .5s; -webkit-transition: height .5s; -moz-transition: height .5s; -o-transition: height .5s; }
@keyframes scroll-arrow{
	0%		{top: auto; bottom: 0; height: 100%; }
	80% 	{top: auto; bottom: 0; height: 0px; }
	100%	{top: auto; bottom: 0; height: 100%; }
}

@media screen and (min-width: 1200px){ /************* SHOW HOW HERO WILL RESPOND WHEN HEADER IS LOW ****************/
	@media screen and (max-height: 720px){
		#hero-text-container{ max-width: 400px; height: 300px; margin-top: 230px; }
		#product-hero-text-container{ margin-top: 230px; }
		.hero-title-1{ font-size: 4rem; line-height: 3rem; }
		.hero-title-2{ font-size: 4rem; line-height: 3rem; }
		.hero-title-3{ font-size: 4rem; line-height: 3rem; }
	}
	@media screen and (max-height: 640px){
		#product-hero-text-container{ margin-top: 160px; }
	}
	@media screen and (max-height: 550px){
		#hero-text-container{ margin-top: 160px; width: 300px; }
	}
	@media screen and (max-height: 570px){
		.product-scroll-container{ width: auto; right: 25px; }
	}
	@media screen and (max-height: 500px), screen and (max-width: 650px){
		.scroll-container{ width: auto; right: 25px; }
	}
	@media screen and (max-height: 260px){
		.product-scroll-container{ display: none;}
	}
}

@media screen and (max-width: 1240px){ #hero-text-container{ padding-left: 20px; } }

@media screen and (max-width: 1199px){ /************* SHOW HOW HERO WILL RESPOND WHEN HEADER IS AT THE TOP ****************/
	#product-hero-wrapper{ min-width: 1230px; left: calc(50% - 615px); }
	#hero-text-container{ padding-left: 20px; }
	#product-hero-text-container{ margin-top: 180px; }
	@media screen and (max-height: 650px), screen and (max-width: 640px){
		#hero-text-container{ max-width: 400px; height: 300px; margin-top: 180px; }
		#product-hero-text-container{ margin-top: 110px; }
		.hero-title-1{ font-size: 4rem; line-height: 3rem; }
		.hero-title-2{ font-size: 4rem; line-height: 3rem; }
		.hero-title-3{ font-size: 4rem; line-height: 3rem; }
	}
	@media screen and (max-height: 550px){
		#hero-text-container{ margin-top: 110px; width: 300px; }
		#product-hero-text-container{ margin-top: 110px; }
	}
	@media screen and (max-height: 500px){
		.product-scroll-container{ width: auto; right: 25px; }
		@media screen and (max-width: 650px){
			.scroll-container{ width: auto; right: 25px; }
			.product-scroll-container{ display: none; }
		}
		@media screen and (max-width: 450px){
			.scroll-container{ display: none; }
		}
	}
	@media screen and (max-height: 200px){
		.product-scroll-container{ display: none;}
	}
}

@media screen and (max-width: 790px), screen and (max-height: 720px){
	#product-hero-text-container{ max-width: 400px; left: calc(50% - 200px); }
	#product-triangle-2{ background-position: 1px 100%; }
	.product-hero-title-1{ font-size: 4rem; margin-bottom: -2.3rem; line-height: 3.5rem; }
	.product-hero-title-2{ margin-bottom: 1.5rem; font-size: 4rem; line-height: 3.2rem;}
}
@media screen and (max-width: 400px){
	#product-hero-text-container{ max-width: 320px; left: calc(50% - 160px); }
	.product-hero-title-1{ font-size: 3.2rem; margin-bottom: -2.5rem; line-height: 2.8rem; }
	.product-hero-title-2{ margin-bottom: 1.5rem; font-size: 3.2rem; line-height: 2.8rem;}
	
}

/*************************************************************************** HERO END **********************************/


/*************************************************************************** LINKS (LYNX) START *******************************************/ 

.orange-link { font-size: 1rem; color: #FF921E; }
.orange-link:hover { text-decoration: underline; }
.purple-link { font-size: 1rem; color: #8a288f; }
.purple-link:hover { text-decoration: underline; }
.white-link { font-size: 1rem; color: #ffffff; }
.white-link:hover { text-decoration: underline; }

/*************************************************************************** LINKS (LYNX) END *******************************************/ 


/*************************************************************************** BUTTONS START *********************************************/ 

.orange-button { font-size: 1rem; color: #ffffff; text-transform: uppercase; background-color:#FF921E; -moz-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; transition: all .1s ease-in; }
.orange-button:hover{ background-color:#393939; }
.orange-link:hover { text-decoration: underline; }

.purple-button { font-size: 1rem; color: #ffffff; text-transform: uppercase; background-color:#8a288f; -moz-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; transition: all .1s ease-in; }
.purple-button:hover{ background-color:#393939; }
.purple-link:hover { text-decoration: underline; }

.cta-button{ -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }

.orange-cta-button{ bottom: 0; font-size: 0.8rem; color: #ffffff; background-color: #FF921E; text-transform: uppercase; padding: 10px 20px; display: inline-block; }
.purple-cta-button{ bottom: 0; font-size: 0.8rem; color: #ffffff; background-color: #8a288f; text-transform: uppercase; padding: 10px 20px; display: inline-block; }
.white-cta-button{ bottom: 0; font-size: 0.8rem; color: #393939; background-color: #ffffff; text-transform: uppercase; padding: 10px 20px; display: inline-block; }
.light-grey-cta-button{ bottom: 0; font-size: 0.8rem; color: #393939; background-color: #C6C6C6; text-transform: uppercase; padding: 10px 20px; display: inline-block; }
.dark-grey-cta-button{ bottom: 0; font-size: 0.8rem; color: #ffffff; background-color: #393939; text-transform: uppercase; padding: 10px 20px; display: inline-block; }

/*************************************************************************** BUTTONS END *********************************************/ 


/*************************************************************************** HOME PAGE START *******************************************/

#main-text-home{ margin-top: 70px; }
#main-text-404, #main-text-page{ margin-top: 150px; }

#content-section-1-container{ position: relative; text-align: center; max-width: 1220px; padding-bottom: 70px; top: -15px; z-index: 110; }
#content-section-2-container{ position: relative; padding-bottom: 30px; }
#content-section-3-container{ position: relative; padding-bottom: 30px; display: table; }
#content-section-4-container{ position: relative; text-align: center; max-width: 1220px; padding-bottom: 30px; }
#content-section-5-container{ position: relative; padding-bottom: 30px; }

.section-title-1{ font-family: 'Kristi', cursive; font-size: 4rem; margin-bottom: -1.8rem; }
.section-title-2{ font-family: 'Barlow Condensed', sans-serif; font-size: 4rem; color: #FF921E; font-weight: 700; text-transform: uppercase; line-height: 3.6rem; }
.section-title-3{ font-family: 'Barlow Condensed', sans-serif; font-size: 4rem; color: #FF921E; font-weight: 700; text-transform: uppercase; line-height: 3.6rem; }
.section-title-4{ font-family: 'Kristi', cursive; font-size: 4rem; line-height: 3rem; padding-bottom: 20px; }
.section-content{ font-size: 0.8rem;  padding-top: 20px; }
.section-content p{ font-size: 0.8rem; padding-top: 20px; }
@media screen and (max-width: 400px){
	.section-title-1{ font-size: 3rem; margin-bottom: -1.2rem; }
	.section-title-2{ font-size: 3rem; line-height: 2.7rem; }
	.section-title-3{ font-size: 3rem; line-height: 2.7rem; }
	.section-title-4{ font-size: 3rem; }
}

#content-section-2-title{ padding-top: 30px; }
#content-section-3-title{ display: table-cell; width: 50%; padding-right: 5px; vertical-align: middle; }
#content-section-3-content{ display: table-cell; width: 50%; vertical-align: middle; }

/*************************************************************************** HOME PAGE END **************************************************/


/*************************************************************************** ABOUT PAGE START **************************************************/

#about-section-heading{ position: relative; }
.about-section-content{	margin: 0 auto; max-width: 400px; padding-bottom: 50px; }
#about-section-title{ max-width: 400px; margin: 0 auto; }

#about-section-1-container{	position: relative; text-align: center; max-width: 1220px; top: 65px; z-index: 110; margin-bottom: 100px; }

#about-textbox-container{ display: inline-block; width: 100%; position: relative; z-index: 110; }
.textbox-bg{ position: absolute; height: 100%; width: 100%; z-index: 113; }
.textbox-wrapper{ text-align: left; padding: 60px 80px; z-index: 114; position: relative; }
.text-section-container{ position: relative; float: right; margin-top: -300px; }
.textbox-bg-image-1{ max-width: 900px; position: relative; z-index: 111; }
.textbox-bg-image-2{ width: 300px; position: absolute; top: 400px; left: 200px; z-index: 112; }
.textbox-content{ max-width: 450px; padding: 50px 0px; font-weight: 700; line-height: 1.3rem; }
@media screen and (max-width: 1150px){
	.textbox-bg-image-2{ left: 50px; }
}
@media screen and (max-width: 1000px){
	.textbox-bg-image-2{ left: 0px; }
}
@media screen and (max-width: 950px){
	.textbox-bg-image-2{ position: relative; float: left; margin-top: -600px; }
	.text-section-container{ margin-top: -200px; }
	.textbox-content { max-width: 350px; }
}
@media screen and (max-width: 800px){
	.textbox-bg-image-2{ float: right; margin-top: -620px; z-index: 118; max-width: 50%; }
	.text-section-container{ margin-top: 0px; width: 100%; }
	.textbox-content { max-width: 100%; }
}
@media screen and (max-width: 540px){
	.textbox-wrapper { padding: 60px 20px; }
}
#about-section-2-container{ position: relative; padding-bottom: 30px; margin-top: 150px; }
#about-testimonials-container{ font-weight: 500; font-family: 'Barlow Condensed'; position: relative; overflow: visible; z-index: 12; }
#about-testimonials-container .testimonials-author{ font-size: 0.8rem; padding-top: 20px; font-family: 'Barlow'; }
#about-testimonials-container .testimonials-company{ font-size: 0.8rem; font-family: 'Barlow'; }
#about-testimonials-container .slick-dots li button{ background-color: #ffffff; }
#about-testimonials-container .slick-dots li.slick-active button{ background-color: #FF921E; }
#about-testimonials-carousel{ z-index: 134; padding: 40px 0px; max-width: 1200px; margin: 0 auto; }

#about-quote-container{ position: relative; padding-top: 70px; display: table; }

#about-section-4-container{ position: relative; padding-top: 100px; }
#about-values-container{ display: inline-block; width: 100%; position: relative; z-index: 140; }
.values-bg{ position: absolute; height: 100%; width: 100%; z-index: 143; }
.values-wrapper{ text-align: left; padding: 60px 80px; z-index: 144; position: relative; max-width: 1000px; }
.values-subtitle{ color: #ffffff; font-weight: 500; font-size: 1.2rem; }
.values-text-section-container{ position: relative; float: right; }
.values-bg-image{ width: 75%; position: relative; z-index: 141; margin-bottom: -300px; }
.values-content{ padding: 30px 0px; font-weight: 500; line-height: 1.7rem; }
.single-value-wrapper{ display: table; padding-top: 20px; }
.values-number-wrapper{ display: table-cell; width: 20%; }
#values-number{ font-family: 'Kristi', cursive; font-size: 3rem; text-align: center; }
.values-number-underline{ width: 30px; height: 3px; background-color: #393939; z-index: 148; margin-top: -12px; margin-left: calc(50% - 15px); }
.values-text{ display: table-cell; width: 80%; vertical-align: middle; font-size: 0.8rem; color: #ffffff; line-height: 1.7rem; }
@media screen and (max-width:1440px){
	.values-bg-image { margin-bottom: -150px; }
}
@media screen and (max-width:1040px){
	.values-bg-image { width: 100%; margin-bottom: 0px; }
}

#about-team-container{ position: relative; text-align: center; max-width: 1220px; padding-bottom: 30px; }

#contact-form-section-container{ position: relative; padding-bottom: 30px; overflow: hidden; }


/*************************************************************************** ABOUT PAGE END **************************************************/


/*************************************************************************** CONTACT PAGE START **************************************************/

#contact-details-container{ position: relative; padding-top: 170px; display: table; }
#contact-map{ display: table-cell; width: 50%; vertical-align: middle; }
#contact-details-section{ display: table-cell; padding-left: 100px; width: 50%; vertical-align: middle;}
.contact-details-section-title-2{ margin-top: -15px; margin-bottom: 20px; }

.contact-details-info{ color: #FF921E; font-size: 1.2rem; font-weight: 700; margin-bottom: 30px; line-height: 1.5rem; }
.contact-details-info a{ color: #FF921E; font-size: 1.2rem; font-weight: 700; margin-bottom: 30px; line-height: 1.5rem; }
.contact-details-address{ margin-bottom: 30px; }
.contact-page-contact-forms{ padding-top: 70px; }
@media screen and (max-width: 750px){
	#contact-map{display: table-row; width: 100%;}
	#contact-details-section{display: table-row;}
	.section-3-content {padding-top: 20px;}
}

#contact-legal-section-container p{font-size: 0.8rem;}


/*************************************************************************** CONTACT PAGE END ********************************************/


/*************************************************************************** BLOG STORY - SINGLE POST START ********************************************/

#single-post-container{ position: relative; padding-top: 170px; float: left; }

.entry-title{ text-transform: uppercase; font-family: 'Barlow Condensed'; letter-spacing: 0.15rem; line-height: 2.5rem; padding: 20px 0px; }

#blog-sidebar{ width: 300px; padding: 30px; background-color:#EAEAEA; }
.widget-sidebar{ position: relative; overflow: hidden; }

input[type="search"]{ padding: 10px 10px 10px 50px; background: none; border: none; margin: 0; }
.search-form-submit-wrapper{ background-color: #ffffff; width: 100%; }
.search-icon{ position: absolute; color: #393939; top: 14px; left: 20px; font-size: 0.9rem; }
.search-field{ font-size: 0.8rem; }
.search-submit{ display: none!important; }

.widget-title{ font-size: 1.1rem; text-transform: uppercase; font-family: 'Barlow Condensed'; font-weight: 700; letter-spacing: 0.1rem; padding: 20px 0px; }
#blog-sidebar ul{ margin: 0; list-style: none; padding-bottom: 20px; }
#blog-sidebar li{ font-size: 0.8rem; line-height: 1.5rem; }
#blog-sidebar li a{ color: #393939; }
#blog-sidebar li a:hover{ color: #FF921E; text-decoration: underline; }

.most-recent-posts-container{ position:relative; overflow: hidden; }
.recent-posts-post-heading{ font-weight: 700; font-size: 0.8rem; padding-top: 10px; }
.recent-posts-post-content{ font-size: 0.8rem; font-weight: 500; color: #2a2a2a; }
.recent-posts-read-more{ font-size: 0.8rem; font-weight: 500; color: #FF921E; }
/** .recent-posts-read-more:hover{ text-decoration: underline; } **/
.recent-posts-image-container{ position: relative; float: left; overflow: hidden; max-height: 120px; width: 100%; }
.recent-posts-image{ z-index: 111; }
.recent-posts-image-overlay{ opacity: 0; width: 100%; position: absolute; z-index: 143; bottom: -20px; -webkit-transition: bottom 0.3s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition:  bottom 0.3s, opacity 0.3s; }
.recent-posts-image-container:hover .recent-posts-image-overlay{ opacity: 0.65; bottom: -1px; overflow: hidden; }

#blog-index-single{ width: calc(100% - 300px); padding-right: 50px; }
#blog-index-single p{ font-size: 0.8rem; }
#blog-index-single img{ width: 100%; padding: 20px 0px; }
.blog-post-entry{ position: relative; }

.share-post-container{ position: relative; width: 100%; border-top: solid 2px #FF921E; border-bottom: solid 2px #FF921E; float: left; margin: 30px 0px; padding: 5px 0px; color: #FF921E; font-weight: 700; }
.share-post-text{ display: inline-block; }
.share-post-social{ display: inline-block; font-size: 0.8rem; padding: 8px 30px; }
.share-post-social:hover{ color: #393939; }
.share-to-facebook{ border-right: 1px solid #393939; }
.share-to-twitter{ border-right: 1px solid #C6C6C6; }

.contact-banner{ background-color: #FF921E; padding: 20px; position: relative; margin: 50px 0px; display: table; color: #ffffff; float: left; width: 100%; }
.contact-banner-text-container{ display: table-cell; width: 76%; }
.contact-banner-text{ font-weight: 700; padding-left:20px; font-size: 1.2rem; }
.contact-us-button-container{ display: table-cell; }
.contact-us-button-container:hover { text-decoration: none; }
.contact-us-button{ background-color: #393939; padding: 10px 20px; max-width: 200px; font-size: 0.8rem; font-family: 'Barlow Condensed'; text-transform: uppercase; letter-spacing: 0.1rem; }
/** .contact-us-button:hover{ background-color: #b3b3b3; cursor: pointer; }**/ 
.contact-us-button { position: relative; border: none; overflow: hidden; z-index:1; }
.contact-us-button:hover { color: #ffffff!important; cursor: pointer; }
.contact-us-button:after { content: ""; position: absolute; top: 0; left: 0; width: 300%; height: 500%; background: #b3b3b3; z-index: -1; transform-origin: 0% 0%; transform: translateX(calc(-66% - 25px)) translateY(-36%) rotate(-30deg); transition: transform .5s; }
.contact-us-button:hover::after { transform: translateY(10%) translateX(-150px) rotate(-30deg); }
.contact-us-arrow{ display: inline; float: right; padding-top: 6px; }

#related-posts-heading{ position: relative; text-align: center; }
#related-posts-title{ max-width: 400px; margin: 0 auto; }
.related-posts-content{ margin: 0 auto; max-width: 500px; }
.related-posts-post-heading{ font-size: 1rem; text-transform: none; font-weight: 700; }
.related-posts-post-content{ font-size: 0.8rem; text-transform: none; padding: 10px 0px 50px; }
.related-posts-read-more{ color: #FF921E; font-weight: 700; }
/** .related-posts-read-more:hover{ text-decoration: underline; } **/
.related-posts-image-container{ position: relative; float: left; overflow: hidden; margin: 50px 0px 20px; max-height: 220px; width: 100%; }
.related-posts-image{ z-index: 111; }
.related-posts-image-overlay{ opacity: 0; width: 100%; position: absolute; z-index: 143; bottom: -20px; -webkit-transition: bottom 0.3s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition:  bottom 0.3s, opacity 0.3s; }
.related-posts-image-container:hover .related-posts-image-overlay{ opacity: 0.65; bottom: -1px; overflow: hidden; }
.teaser-standard{ padding: 0px 25px; }
#related-posts{ position: relative; overflow: hidden; }
.blog-view-all-button{ clear: left; text-align: center; margin: 20px 0px 20px; }
@media screen and (max-width: 1250px){
	.teaser-standard{ padding: 0px 10px; }
}
@media screen and (max-width: 1200px){
	#blog-index-single{ padding-right: 20px; }
}
@media screen and (max-width: 840px){
	#single-post-container { padding-top: 120px; }
	#blog-sidebar{ float: left; width: 100%; padding-top: 50px; height: auto!important; }
	#blog-index-single{ width: 100%; padding-right: 0px; }
	.contact-banner-text-container{ display: table-row; width: 100%; position: relative; text-align: center; overflow: hidden; }
	.contact-us-button-container{ display: table-row; position: relative; overflow: hidden; }
	.contact-us-button{ margin: 20px auto 0px; }
}


/*************************************************************************** BLOG STORY - SINGLE POST END ********************************************/


/*************************************************************************** BLOG INDEX START ********************************************/

#blog-index-heading{position: relative; text-align: center; margin-top: 170px;}
#blog-index-title{max-width: 400px; margin: 0 auto;}
.blog-index-title-1{font-size: 7rem;}
.blog-index-title-2{font-size: 7rem; line-height: 7rem;}
.blog-index-content{max-width: 600px; line-height: 1rem; margin: -20px auto 70px;}

#featured-posts-section-container{ position: relative; padding-bottom: 30px; }
#featured-posts-container{ font-weight: 500; font-family: 'Barlow Condensed'; }
.featured-posts-heading{ position: absolute; top: 0; left:0; z-index: 129; text-shadow: -3px -3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff, 3px 3px 0 #ffffff;
}
#featured-posts-title{margin-top:-10px;}
#featured-posts-carousel{max-width: 1200px;margin: 0 auto;}
#featured-posts-carousel .slick-dots{ position: absolute; margin: -20px 0px 0px -10px; padding: 0; left: 0; }
.featured-post-wrapper{ position:relative; overflow: hidden; }
.featured-post-text-wrapper{ position: relative; float: left; width: 33%; padding-right: 25px }
.featured-post-title{ font-size: 1.1rem; font-family: 'Barlow'; font-weight: 700; padding-top: 150px; }
.featured-post-content{ font-family: 'Barlow'; font-weight: 700; padding: 10px 50px 80px 0px; font-size: 0.8rem; z-index: 121; }
.featured-post-image-container{ position: relative; float: right; width: calc(66% - 25px); }
.featured-post-image-overlay{ opacity: 0; width: 100%; position: absolute; z-index: 143; bottom: -20px; -webkit-transition: bottom 0.3s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition:  bottom 0.3s, opacity 0.3s; }
.featured-post-image-container:hover .featured-post-image-overlay{ opacity: 0.65; bottom: -1px; overflow: hidden; }
.video-icon{ position: absolute; top: calc(50% - 36px); left: calc(50% - 36px); }
.featured-post-image img{ max-width: none; max-height: none; }

.blog-index-seperator { width: 100%; height: 2px; background-color: #eaeaea; margin: 20px 0 40px; }

.blog-posts-grid-wrapper{ position: relative; overflow: hidden; }
.blog-filters-container{ position: relative; overflow: hidden; list-style: none; margin: 0; width: auto; }
.blog-filters-container li { float: left; width: auto; margin-right: 2px; text-align: center; }
.blog-filters-container li a { font-size: 0.8rem; color: #393939; background-color: #eaeaea; padding: 10px; display: inline-block; width: 150px; }
/** .blog-filters-container li a:hover{ background-color: #393939; color: #FFFFFF; } **/
.blog-filters-container a.selected { background-color: #FF921E; color: #FFFFFF; }
.blog-index-search { float: right; position: relative; display: inline-block; overflow: hidden; }
.blog-index-search .search-form-submit-wrapper{ background-color: #eaeaea; }

.blog-posts-grid .isotope-grid-column{ width: 33.3%; margin-bottom: 2rem;  }
.blog-posts-grid{ position: relative; overflow: hidden; float: left; width: 100%;}
.blog-post-wrapper{ position: relative; overflow: hidden; width: 100%; padding: 25px; }
.blog-post-image-container{ position: relative; float: right; width: 100%; overflow: hidden; }
.blog-post-image-overlay{ opacity: 0; width: 100%; position: absolute; z-index: 143; bottom: -20px; -webkit-transition: bottom 0.3s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition:  bottom 0.3s, opacity 0.3s; }
.blog-post-image-container:hover .blog-post-image-overlay{ opacity: 0.65; bottom: -1px; overflow: hidden; }
.blog-post-image img{ width: 100%; max-width: none; max-height: none; }
.blog-post-teaser-heading { font-size: 1rem; font-weight: 700; margin-top: 20px; }
.blog-post-teaser-content { font-size: 0.8rem; font-weight: 500; color: #2a2a2a; margin-top: 10px; position: relative; overflow: hidden; float: left; }
.blog-post-teaser-read-more{ font-size: 0.8rem; font-weight: 500; color: #FF921E; }
.blog-post-teaser-read-more:hover { text-decoration: underline; font-size: 0.8rem; }

.blog-contact-banner{ background-color: #FF921E; padding: 20px; position: relative; margin: 450px 0px 50px; color: #ffffff; float: left; width: 100%; display: table; }
.blog-add-banner .blog-contact-banner{ display: table; }
.blog-remove-banner .blog-contact-banner{ display: none; }

.index-contact-form-section-container{ position: relative; overflow: hidden; }
.index-contact-form-section-container{ position: relative; overflow: hidden; }

@media screen and (max-width: 640px){
	.blog-posts-grid .isotope-grid-column{ width: 50%; }
}
@media screen and (max-width: 500px){
	.blog-posts-grid .isotope-grid-column{ width: 100%; }
}


/*************************************************************************** BLOG INDEX END ********************************************/


/*************************************************************************** PRODUCT TEASER CAROUSELS START *********************************************/

.slick_carousel_three{  }
.carousel-teaser-wrapper{ margin: 0px 10px; position: relative; background-color: #ffffff; border: 1px; border-color: #c6c6c6; border-style: solid; margin-top: 20px; }
.carousel-teaser-image{ position: relative; }
.carousel-image-overlay{ opacity: 0; width: 100%; position: absolute; z-index: 143; bottom: -20px; -webkit-transition: bottom 0.3s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition:  bottom 0.3s, opacity 0.3s; }
.carousel-teaser-image:hover .carousel-image-overlay{ opacity: 0.65; bottom: -1px; overflow: hidden; z-index: 112; }
.carousel-image-products{ -webkit-filter: grayscale(100%); filter: grayscale(100%); z-index: 111; }
.carousel-text-wrapper{ padding: 20px; text-align: left; z-index: 144; overflow: hidden; background-color: #ffffff; position: relative; }

.teaser-title{ font-size: 1rem; text-transform: uppercase; }
#product-teaser-line{ background-color: #FF921E; height: 2px; width: 50px; margin: 20px 0px; }
.page-template-template-financial-services #product-teaser-line{ background-color: #8a288f; height: 2px; width: 50px; margin: 20px 0px; }
.teaser-content, .teaser-content p{ font-size: 0.8rem; margin-bottom: 45px; height: 6rem; }

.teaser-content-fixed-height-60-char{ height: 2rem; }
.teaser-content-fixed-height-120-char{ height: 6rem; }

@media screen and (max-width: 1000px){
	.teaser-content-fixed-height-60-char { height: 3.5rem; }
	.teaser-content-fixed-height-120-char{ height: 8rem; }
}

@media screen and (max-width: 800px){
	.teaser-content-fixed-height-60-char { height: 2rem; }
	.teaser-content-fixed-height-120-char{ height: 8rem; }
}

@media screen and (max-width: 700px){
	.teaser-content-fixed-height-60-char { height: 2rem; }
	.teaser-content-fixed-height-120-char{ height: 7rem; }
}

@media screen and (max-width: 600px){
	.teaser-content-fixed-height-60-char { height: auto; }
	.teaser-content-fixed-height-120-char{ height: auto; }
}

#product-read-more-button .product-read-more-arrow{ padding-left: 20px; display: inline; }
#product-read-more-button{ position: absolute; bottom: 0; right: 0; font-size: 0.8rem; color: #ffffff; text-transform: uppercase; padding: 10px 20px ; background-color:#FF921E; -moz-transition: all .1s ease-in; -o-transition: all .1s ease-in; -webkit-transition: all .1s ease-in; transition: all .1s ease-in; }
.page-template-template-financial-services #product-read-more-button{ position: absolute; bottom: 0; right: 0; font-size: 0.8rem; color: #ffffff; text-transform: uppercase; padding: 10px 20px ; background-color:#8a288f; -moz-transition: all .1s ease-in; -o-transition: all .1s ease-in; -webkit-transition: all .1s ease-in; transition: all .1s ease-in; }
/* #product-read-more-button:hover{ background-color:#393939; } */
.read-more-arrow{ padding-left: 20px; }

.slick-dots{ list-style: none; width: auto; margin: auto; display: table !important; float: none; padding-top: 20px; }
.slick-dots li button{ width: 10px; height: 10px; border: none; background-color: #d2d2d2; float: left; text-indent: -50000px; border-radius: 16px; }
#featured-posts-carousel .slick-dots li button{ width: 16px; height: 16px; border: 3px solid #ffffff; }
.slick-dots li { float: left; width: auto; padding: 10px; }
.slick-dots li.slick-active button{ background-color: #FF921E; }
.page-template-template-financial-services .slick-dots li.slick-active button{ background-color: #8a288f!important; }


/*************************************************************************** PRODUCT TEASER CAROUSELS END *********************************************/


/*************************************************************************** TESTIMONIALS CAROUSEL START ********************************/

.bw-filter{ -webkit-filter: grayscale(100%); filter: grayscale(100%);}
.landing-page-filter{ -webkit-filter: none; filter: none;}

.carousel-testimonials-wrapper{ padding: 0px 50px; }
.speech-marks{ font-family: 'Kristi', cursive; font-size: 20rem; position: absolute; z-index: 123; color: #ffffff; margin-top: -160px; left: 5%; }
.carousel-colour-overlay{ opacity: 0.58; width: 100%; position: absolute; z-index: 122; background: #000000; height: 100%; top: 0; left: 0; }

.testimonials-image-background{ z-index: 121; text-align: center; height:100%; width: 100%; position: absolute; top: 0; left: 0 }
.testimonials-image-background-container{ position: relative; padding: 100px 150px 50px 150px; text-align: center; }
.testimonials-image-overlay{ opacity: 0.2; width: 100%; position: absolute; z-index: 122; background: #000000; height: 100%; top: 0; left: 0; }

#content-section-2-carousel{ z-index: 124; padding: 40px 0px; max-width: 1200px; margin: 0 auto; }

.testimonials-text{ text-transform: uppercase; color: #ffffff; font-size: 1.5rem; padding-bottom: 20px; line-height: 1.6rem; }
.testimonials-author,.testimonials-company{ font-size: 1rem; font-weight: 500; color: #ffffff; }
#testimonials-container {  }
#testimonials-content{ display: inline-block; width: 100%; position: relative; }
.testimonials-content{ margin-top: 5px; padding-bottom: 20px; max-width: 400px; overflow: hidden; }
.testimonials-bg{ position: absolute; width: 80%; height: 100%; z-index: 125; }
.testimonials-wrapper{ text-align: left; padding-top: 30px; padding-bottom: 70px; z-index: 126; position: relative; }
.testimonials-image{ width: 600px; position: absolute; top: -60px; right: 0; z-index: 127; }
@media screen and (max-width: 1200px){  }
@media screen and (max-width: 1000px){
	.testimonials-image-background-container {padding: 50px 80px;}
	.speech-marks{left: 2%}
	#content-section-2-carousel{padding: 0px 0px 50px 0px;}
	#about-testimonials-carousel{padding: 0px;}
}
@media screen and (max-width: 640px){
	#testimonials-content{position: relative;}
	.testimonials-image {position: relative; top: 0;}
	.testimonials-bg{width: 100%;}
	.testimonials-text{font-size: 1rem; line-height: 1.3rem;}
	#content-section-2-carousel{padding: 0px;}
	.speech-marks{ left: 1%; font-size: 11rem; margin-top: -80px; }
	.testimonials-image-background-container {padding: 50px 15px;}
}

/*************************************************************************** TESTIMONIALS CAROUSEL END ********************************/


/*************************************************************************** GET A QUOTE SECTION START ********************************/

@media screen and (max-width: 750px){
	#content-section-3-title{display: table-row;}
	#content-section-3-content{display: table-row;}
	.section-3-content {padding-top: 20px;}
}

/*************************************************************************** GET A QUOTE SECTION END ********************************/


/*************************************************************************** TEAM CAROUSEL START ********************************/

#team-read-more-button{ position: absolute; letter-spacing: 0.1rem; bottom: 0; right: 0; font-size: 0.8rem; color: #ffffff; text-transform: uppercase; padding: 10px 20px ; background-color:#393939; -moz-transition: all .1s ease-in; -o-transition: all .1s ease-in; -webkit-transition: all .1s ease-in; transition: all .1s ease-in; font-family: 'Barlow Condensed';}
#team-read-more-button:hover{ background-color:#FF921E; }
.team-read-more-arrow{ padding-left: 20px; display: inline;}

.carousel-team-wrapper{ margin: 0px 10px; position: relative; background-color: #ffffff; border: 1px; border-color: #c6c6c6; border-style: solid; margin-top: 20px; }
.carousel-team-image{ position: relative; }
.carousel-image-overlay-2{ opacity: 1;/* opacity: 0; */ width: 100%; position: absolute; z-index: 142; top: -10px; /* -webkit-transition: top 0.8s, opacity 0.8s; /* For Safari 3.1 to 6.0 */ /* transition:  top 0.8s, opacity 0.8s; */ }
/*.carousel-team-image:hover .carousel-image-overlay-2{ opacity: 0.65; top: 0; } */
.carousel-team-image:hover .carousel-image-overlay{ opacity: 0.65; bottom: 0; }
.carousel-image-team{ -webkit-filter: grayscale(100%); filter: grayscale(100%); z-index: 111; }

.team-title{ font-size: 1rem; text-transform: uppercase; }

#team-line{ background-color: #FF921E; height: 2px; width: 50px; margin: 20px 0px; }
.page-template-template-financial-services #team-line{ background-color: #8a288f; }

#view-all-button{ bottom: 0; font-size: 0.8rem; color: #ffffff; background-color: #FF921E; text-transform: uppercase; padding: 10px 20px; display: inline-block; }
.page-template-template-financial-services #view-all-button{ bottom: 0; font-size: 0.8rem; color: #ffffff; background-color: #8a288f; text-transform: uppercase; padding: 10px 20px; display: inline-block; }
/** #view-all-button:hover{ background-color:#393939; } **/
.view-all-button{ margin-top: 50px; }
.view-all-arrow{ display: inline; padding-left: 20px; }

.team-sub-title{ height: 2.8rem; }
.related-products-title{ height: 2.8rem; }

@media screen and (min-width: 1001px){ .teaser-title-fixed-height { height: 2.8rem; } }
@media screen and (max-width: 1000px){ .teaser-title-fixed-height { height: 4.2rem; } }
@media screen and (max-width: 900px){ .teaser-title-fixed-height { height: 2.8rem; } }
@media screen and (max-width: 700px){ .teaser-title-fixed-height { height: 4.2rem; } }
@media screen and (max-width: 600px){ .teaser-title-fixed-height { height: auto; } }

/*************************************************************************** TEAM CAROUSEL END ********************************/


/*************************************************************************** MEET THE TEAM PAGE START ********************************/

#team-members-section-container{ position: relative; overflow: hidden; max-width: 1240px; margin: 0 auto; width: 100%; }
#team-members-carousel{ z-index: 111; padding: 0 50px; }
#team-members-carousel .slick-prev{ font-size: 0; background: transparent url(../img/assets/Prev.png) no-repeat 0 0; height: 40px; top: calc(50% - 50px - 41px); left: -5px; position: absolute; padding: 40px; border: 1px solid transparent; background-position: calc(50% - 2px) 11px; /* border-radius: 100px; */ }
#team-members-carousel .slick-prev:hover{ /* border: 1px solid #202020; */ background-position: calc(50% - 2px) -61px;  cursor: pointer; }
#team-members-carousel .slick-next{ font-size: 0; background: transparent url(../img/assets/Next.png) no-repeat 0 0; height: 40px; top: calc(50% - 50px - 41px); right: -5px; position: absolute; padding: 40px; border: 1px solid transparent; background-position: calc(50% + 2px) 11px; /* border-radius: 100px; */ }
#team-members-carousel .slick-next:hover{ /* border: 1px solid #202020; */ background-position: calc(50% + 2px) -61px; cursor: pointer; }


.team-section-1{ z-index: 121; position: relative; }
.team-section-2{ z-index: 122; position: relative; }
#team-section-1-container{ position: relative; text-align: center; max-width: 1220px; padding-bottom: 30px; z-index: 120; }
#team-section-2-container{ position: relative; text-align: center; max-width: 1220px; padding-bottom: 30px; z-index: 120; }

.team-member-container .team-member-team-wrapper{ margin: 0px 1.5% 50px; position: relative; background-color: #ffffff; border: 1px; border-color: #c6c6c6; border-style: solid; margin-top: 20px; float: left;  width: 30.3% ; }
.team-member-count-1 .team-member-container:last-of-type .team-member-team-wrapper{ margin: 0px 34.75% 50px; }
.team-member-count-2 .team-member-container:nth-last-child(2) .team-member-team-wrapper{ margin: 0px 1.5% 50px 18.2%; }
.team-member-count-2 .team-member-container:nth-last-child(1) .team-member-team-wrapper{ margin: 0px 18.2% 50px 1.5%; }

.carousel-team-member-container .team-member-team-wrapper{ margin: 0px 20px 50px; position: relative; background-color: #ffffff; border: 1px; border-color: #c6c6c6; border-style: solid;  }

.team-member-read-more-button .team-member-read-more-arrow{ padding-left: 20px; display: inline; }
.team-member-read-more-button{ position: absolute; bottom: 0; right: 0; font-size: 0.8rem; color: #ffffff; text-transform: uppercase; padding: 10px 20px ; background-color:#FF921E; -moz-transition: all .1s ease-in; -o-transition: all .1s ease-in; -webkit-transition: all .1s ease-in; transition: all .1s ease-in; }
/* #product-read-more-button:hover{ background-color:#393939; } */

.team-modal-container{ display: none; opacity: 0; transform: scale(0.9); transition: opacity 0.1s, transform 0.3s; }
.team-modal-container.modal-selected{ display: block; opacity: 1; transform: scale(1);  }

.team-modal-container{ position: fixed; max-width: 1240px;  background-color: #FFFFFF; width: 100%; z-index: 1000; top: calc(50% - 250px);left: calc(50% - 620px); border: 20px solid #eaeaea; }
.team-modal-inner-container{ position: relative; overflow-y: scroll; }
.team-modal-background { width: 100%; height: 500px; padding: 70px; display: table; }
.team-modal-team-details{ float: left; width: 50%; display: table-cell; text-align: left; }
.team-modal-title{ margin-top:-20px; }
.team-modal-quote{ color: #FF921E; font-size: 0.8rem; padding-top: 20px; }
.team-modal-content{ font-size: 0.8rem; padding-top: 20px; }
.team-modal-content p{ font-size: 0.8rem; }
.team-modal-contact{ color: #FF921E; padding-top: 20px; }
.team-modal-phone{ display: inline;  }
.team-modal-email{ display: inline; }
.team-modal-team-image-container { float: right; width: 40%;  }
.team-modal-team-image{ position: relative ; width: 100%; }
.team-modal-image-overlay{ width: 100%; position: absolute; z-index: 142; }
.close-modal{position: absolute; right: 20px; top: 20px; z-index: 10020; width: 50px; height: 50px; background: #ffffff; cursor: pointer; }
#modal-close-line-1{ transform:rotate(-60deg); top: 24px; left: 5px; transition: transform 0.3s; }
#modal-close-line-2{ transform:rotate(60deg); top: 24px; left: 5px; transition: transform 0.3s; }
.close-modal:hover #modal-close-line-1{ transform:rotate(-45deg); }
.close-modal:hover #modal-close-line-2{ transform:rotate(45deg); }

.team-testimonials-image-background-container { margin-bottom: 50px; }
.team-testimonials-image-background{ z-index: 12; }

#team-contact-form-section-container{ position: relative; padding: 30px 0; overflow: hidden; }

@media screen and (max-width: 1240px){.team-modal-container { margin: 0 5px 5px; width: calc(100% - 10px); left: 0; max-height: calc(100vh - 80px); overflow-y:scroll; } }
@media screen and (max-width: 800px){
	.team-modal-container{ top: 85px; max-height: calc(100vh - 85px); }
	.team-modal-background{ overflow-y: scroll; }
	.team-modal-team-details{ width: 100%; }
	.team-modal-team-image-container{ width: 100%; padding-top: 30px; }
}

/*************************************************************************** MEET THE TEAM PAGE END *********************************/


/*************************************************************************** TESTIMONIALS PAGE START *********************************/

#testimonials-section-2-container{ position: relative; overflow: hidden; width: 100%; }
#featured-testimonials-container{ background-color: #ffffff; }
#featured-testimonials-carousel{ z-index: 134; padding: 40px 0px; max-width: 1000px; margin: 0 auto; text-align: center; }
#featured-testimonials-carousel .testimonials-text{font-family: 'Barlow Condensed'; letter-spacing: 0.1rem; font-weight: 700; }
#featured-testimonials-carousel .testimonials-author, #featured-testimonials-carousel .testimonials-company { font-size: 0.9rem; }
#featured-testimonials-carousel .slick-dots li { padding: 30px; }

.testimonials-seperator{ width: 100%; height: 2px; background-color: #eaeaea; }

#testimonials-section-3-container{ position: relative; overflow: hidden; }
.testimonials-grid-wrapper{ margin-top: 50px; }
.testimonials-grid .isotope-grid-column{ width: 33.3%; padding: 50px; }
.testimonials-grid-text { font-style: italic; }
.testimonials-grid-author { font-size: 0.9rem; margin-top: 20px;; }
.testimonials-grid-company{ font-size: 0.9rem; }

#testimonials-contact-form-section-container{ position: relative; padding: 30px 0; overflow: hidden; }

@media screen and (max-width: 1200px){
	#featured-testimonials-carousel{ max-width: 800px; }
	#featured-testimonials-carousel .speech-marks { left: 2%; }
	.testimonials-grid .isotope-grid-column{ padding: 30px; }
}
@media screen and (max-width: 900px){
	#featured-testimonials-carousel{ max-width: 600px; }
	.testimonials-grid .isotope-grid-column{ padding: 20px; }
}
@media screen and (max-width: 640px){
	#featured-testimonials-carousel .slick-dots li { padding: 15px; }
	.testimonials-grid .isotope-grid-column{ width: 50%; padding: 20px; }
}
@media screen and (max-width: 500px){
	.testimonials-grid .isotope-grid-column{ width: 100%; }
}


/*************************************************************************** TESTIMONIALS PAGE END *********************************/



/*************************************************************************** CONTACT FORMS START *********************************/

#content-section-5-title{ text-align: center; }

#contact-container{ background-image: url("../img/assets/contact-bg.png"); width: 100%; background-position: bottom; z-index: 151; background-repeat: no-repeat; margin-top: 50px; background-size: cover; }
#index-contact-form-section-container #contact-container{ margin-top: 2rem;}
#fs-contact-form-section-container #contact-container{ background-image: url("../img/assets/fs-contact-bg.png"); width: 100%; background-position: bottom; z-index: 151; background-repeat: no-repeat; margin-top: 50px; background-size: cover; }
#contact-wrapper{ background-color: #ffffff; z-index: 152; display: table; margin-bottom: 120px; }
.contact-form{ padding: 20px 0px; }

#form-options{ width: 100%; display: table; table-layout: fixed; letter-spacing: 0.1rem; font-family: 'Barlow Condensed'; }
.tab-not-selected{ background-color: #eaeaea; text-align: center; color: #393939; display: table-cell; padding: 20px 0px; text-transform: uppercase; }
.tab-not-selected:hover{ background-color:#b3b3b3; cursor: pointer; } 
@media screen and (max-width: 480px){.tab-not-selected{display: block;}}

.tab-not-selected.tab-selected{ background-color: #393939; color: #ffffff; z-index: 153; }
.dark-grey-square{ width: 20px; height: 20px; background: #393939; position: absolute; transform: rotate(45deg); bottom: -10px; left: calc(50% - 10px); text-transform: uppercase; opacity: 0; z-index: 154; }
.tab-selected > .dark-grey-square{ opacity: 1; }
.tab-selected.diagonal-bg-light-grey .diagonal-bg-light-grey{ display: none; }
.form-not-selected{ position: absolute; opacity: 0; z-index: 152; display: none; }
.form-not-selected.form-selected{ position: relative; opacity: 1; z-index: 153; display: block; }

.form-display{ padding: 20px 0px; max-width: 800px; }
#form-input{ padding-top: 20px; width: calc(100% + 20px); }
.required-field{ position: relative; display: table; margin: auto; text-align: center; float: initial!important; }
.required-field p{ font-size: 0.8rem; color: #393939; display: table; margin: auto; }

.expand-box{ position: absolute; border-left: 2px solid #393939; height: 20px; width: auto; padding-left: 8px; right: 24px; bottom: 31px; font-size: 0.8rem; padding-top: 5px; z-index: 156;    background: #ffffff; padding-right: 10px; cursor: pointer; }

input[type="text"], input[type="email"], input[type="tel"], select, textarea{ font-size: 0.8rem; color: #393939; width: calc(100% - 20px); text-align: left; z-index: 157; background: none; border: solid 1px #c6c6c6; -webkit-appearance: none; }
span.wpcf7-form-control-wrap { z-index: 157; }
.wpcf7-form option[value=""]{ color: #eaeaea; }
.wpcf7-form option:checked{ background-color: #FF921E; }
.purple-form .wpcf7-form option:checked{ background-color: #8a288f; }
.renewal-month, .renewal-year, .callback-date, .callback-time{ z-index: 157; }

.contact-message{ min-width: calc(100% - 20px); max-width: calc(100% - 20px); }

.submit-button{ position: relative; display: table; margin: 40px auto 50px; background-color: #393939; }
.submit-arrow{ position: absolute; bottom: 15px; right: 15px; cursor: pointer; z-index: 150; }
input[type="submit"]{ font-family: 'Barlow Condensed'; font-size: 0.8rem; color: #ffffff; padding: 10px 70px 10px 20px; letter-spacing: 0.1rem; text-transform: uppercase; text-align: left; margin: 0; z-index: 151; background: none; }
.submit-button:hover{ background-color: #FF921E; }
.purple-form .submit-button:hover{ background-color: #8a288f; }

div.wpcf7 .ajax-loader{ position: absolute; left: 150px; top: 15px; }

::-webkit-input-placeholder { /* WebKit browsers */ color: #868585 !important; opacity: 1; }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #868585 !important; opacity: 1; }
::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #868585 !important; opacity: 1; }
:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #868585 !important; opacity: 1;}

.text-align-center{ text-align: center; }
.contact-tab{ position: relative; }
.ui-datepicker .ui-corner-all{ border-radius: 0px; }
.ui-datepicker.ui-widget-content{ border: 1px solid #c6c6c6; color: #393939; }
.ui-datepicker.ui-widget{ font-family: 'Barlow'; font-size: 1rem; }
.ui-datepicker .ui-widget-header{ font-weight: 700; text-transform: uppercase; background: #ffffff; border: 1px solid #c6c6c6; }
.ui-datepicker .ui-state-default{ border: 1px solid #c6c6c6; background: #ffffff; font-weight: normal; color: #393939; text-align: center; }
.ui-datepicker .ui-state-highlight{ border: 1px solid #FF921E; background: #fbf9ee; color: #363636; font-weight: 700; }
.page-template-template-financial-services .ui-datepicker .ui-state-highlight{ border: 1px solid #8a288f; }

div.wpcf7-response-output{ float: none; border: 2px solid #FF921E; text-transform: uppercase; font-size: 1rem; margin: 0px 0px 20px 0px; text-align: center; }
.page-template-template-financial-services div.wpcf7-response-output{ float: none; border: 2px solid #8a288f; text-transform: uppercase; font-size: 1rem; margin: 0px 0px 20px 0px; text-align: center; }

.form-row-3-cells .content-width-1-3:nth-of-type(3n+1){ clear: left; }
@media screen and (max-width: 699px){
	.form-row-3-cells .content-width-1-3:nth-of-type(3n+1){ clear: none; }
	.form-row-3-cells .content-width-1-2-699:nth-of-type(2n+1){ clear: left;}
}

/*************************************************************************** CONTACT FORMS END *********************************/


/*************************************************************************** FOOTER START **************************************/
#site-footer{ z-index:190 }
@media screen and (max-width: 799px){
	#footer-column-3{ margin-top: 20px; }
	#footer-column-4{ margin-top: 20px; }
}
@media screen and (max-width: 475px){
	#footer-company-column{ padding-right: 5px; }
	#partner-logos{ padding-right: 5px; }
	#copyright{ padding-right: 5px; }
}

#footer-logo{ height: 40px; position: relative; }
.footer-logo-container{ display: table; margin-bottom: 20px; }

.footer-menu-column ul{ margin-left:0; padding-right:20px; }
.footer-menu-column a{ margin-bottom:5px; font-size:0.9rem; }
#fs-footer-menu{ margin: 0 0 1rem 0; }
#fs-footer-menu{ font-size: 0.8rem; }

.grecaptcha-badge{ display: none; }

.footer-address{ font-size: 0.8rem; padding-bottom: 10px; font-weight: 700; }
.fa-phone{ transform: scaleX(-1) rotate(-10deg); }
.footer-contact-details { position: relative; overflow: hidden; padding-bottom: 10px; }
.footer-contact-details .footer-contact-item-container{ font-size: 0.8rem; font-weight: 700; }
.footer-contact-details .footer-contact-item{ float: left; }
.footer-contact-details i{ margin: 5px 5px 0 0; display: inline-block; float: left; }

.biba-logo{ height: 50px; padding-left: 20px; bottom: 20px; position: relative; }
/* @media screen and (max-width: 550px){
	.biba-logo{ padding-left: 1px; }
}
@media screen and (max-width: 489px){
	.biba-logo{ padding-left: 0px; margin-top: 30px; }
}*/
.broker-network-logo{ height: 30px; position: relative; }

.footer-link{ display: table; font-size: 0.8rem; }
/** .footer-link:hover a{ color: #FF921E; text-decoration: underline; } **/

#company-details,
#company-details p{ font-size: 0.8rem; }
#footer-legal{ border-top: solid 1px #868585; font-size: 0.8rem;}
#fs-footer-content-wrapper #copyright{ text-align: center; }
#fs-footer-column-1{ font-size: 0.8rem; padding-right: 50px; }
#regulated,
#regulated p { display: inline; font-size: 0.8rem; }
#regulated a { float: none; }
#regulated p span{ float: left; padding-bottom: 1.5rem; }
@media screen and (max-width: 799px){
	#fs-footer-column-1{ padding-right: 20px; }
}
@media screen and (max-width: 599px){
	#footer-logo{ width: 90%; height: auto; position: relative; }
	.broker-network-logo { height: 50px; margin-top: -22px; }
	#copyright{ padding-bottom: 20px; }
	#fs-footer-column-1, #fs-footer-column-2 { padding: 20px 0 0 0; }
	
}


/*************************************************************************** FOOTER END **************************************/


/*************************************************************************** TEASERS START ***************************/

.teaser-wrapper:nth-of-time(3n + 1){ clear:left; }
.teaser-wrapper > .left-content{ max-width:350px; }
.teaser-wrapper > .left-content .sub-heading{ margin-bottom:0; }
.desktop-device .teaser-wrapper > .left-content:hover .background-blue-light-hover{background-color:#C8EBF2;}
@media screen and (max-width:767px){
	.teaser-wrapper > .left-content{ float:none; display:block; margin:0 auto; }
}

/*************************************************************************** TEASERS END ***************************/


/*************************************************************************** PRODUCT PAGE START ******************************/

/* NAV MENU */
#product-menu{ padding-right:20px; }

@media screen and (max-width: 1199px){ #product-hero-wrapper{ padding-top: 100px; } }

#main-text-product{ margin-top: 50px; z-index: 100; }
#main-text-fs{ margin-top: 50px; z-index: 100; }
#main-text-fs a{ color: #8a288f; }

/* RIGHT SIDEBAR */
#product-sidebar-right{  }
#product-sidebar-right li{  }
#product-sidebar-right li img{ width:50px; margin-right:20px; }
#product-sidebar-right li p{ width:calc(100% - 70px); margin:10px 0 0; }

#product-intro-section-container{ position: relative; text-align: center; max-width: 1220px; top: -15px; z-index: 110; width: 100%; overflow: hidden; float: left; }
#product-features-section-container{ position: relative; text-align: center; max-width: 1220px; width: 100%; top: -15px; z-index: 110; overflow: hidden; float: left; }

#product-section-heading{position: relative; margin-top: 50px;}
#product-section-title{margin: 0 auto;}
.product-section-content{margin: 0 auto; max-width: 500px; font-weight: 700; padding-bottom: 50px;}
.product-section-content p{font-weight: 700;}

#product-features-container{position: relative;	margin: 70px 0; overflow: hidden;}
.key-feature{ float: left; padding: 0 30px;}
#key-features-desktop{ display: block; }
#key-features-mobile{ display: none; }
.key-features-purple{  }
.features-expanding-boxes { background-color: #ffffff; color: #393939; padding-left: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; display: table; position: relative; }
.features-expanding-boxes .box-active { background-color: #555; }
.features-expanding-boxes:hover { cursor: pointer;}
.features-expanding-boxes-content { display: none; }
.box-active .features-expanding-boxes-content { padding: 0 18px; display: block; overflow: hidden; background-color: #ffffff; border: 1px solid #FF921E; margin-bottom: 30px;}
.key-features-purple.box-active .features-expanding-boxes-content { border: 1px solid #8a288f; }
@media screen and (max-width: 799px){
	#key-features-desktop{ display: none; }
	#key-features-mobile{ display: block; }
	.key-feature{ padding: 0 10px; }
}
.feature-number-container{ display: table-cell; padding-right: 25px; vertical-align: middle; }
.feature-number{font-family: 'Kristi', cursive; font-size: 3rem;}
.feature-number-underline{width: 30px; height: 3px; background-color: #393939; z-index: 129; margin: -12px auto 25px;}
.feature-number-underline-mobile{margin: -12px 0 25px;}
.feature-title {color: #FF921E; font-weight: 700;}
.feature-title-mobile{font-size: 1rem; clear: left; display: table-cell; vertical-align: middle; padding-right: 85px; }
.feature-content { position: relative; overflow: hidden; }
.feature-content p{ font-size: 0.8rem; padding: 30px;}

.key-feature-plus-container{ position: absolute; border: 1px solid #FF921E; border-radius: 100px; background-color: #ffffff; z-index: 120; right: 0; top: 0; margin: 20px; }
.key-features-purple .key-feature-plus-container{ border: 1px solid #8a288f; }
.key-feature-plus{ position: relative; padding: 15px 15px 28px 28px; }
.key-feature-plus .plus-line { background-color: #FF921E; z-index: 129; position: relative; }
.key-features-purple .key-feature-plus .plus-line { background-color: #8a288f; }
.key-feature-plus .plus-line.plus-line-1 { height: 30px; width: 2px; margin-bottom: -16px; }
.key-feature-plus .plus-line.plus-line-2 { width: 30px; height: 2px; margin-left: -14px; }
.box-active .key-feature-plus-container { border: 1px solid #FF921E; background-color: #FF921E; }
.box-active.key-features-purple .key-feature-plus-container { border: 1px solid #8a288f; background-color: #8a288f; }
.box-active .plus-line-2{ background-color: #ffffff; }
.key-features-purple.box-active .plus-line-2{ background-color: #ffffff; }
.box-active .plus-line-1 { background-color: #FF921E; }
.key-features-purple.box-active .plus-line-1 { background-color: #8a288f; }

#product-section-3-container{position: relative; padding-top: 50px;}
#product-section-3-content{	display: inline-block; width: 100%; position: relative;}
.product-section-3-bg{position: absolute; width: 80%; height: 100%; z-index: 135;}
.product-section-3-wrapper{	text-align: left; padding-top: 30px; padding-bottom: 70px; z-index: 136; position: relative;}
#product-section-3-title{ padding-top: 30px; max-width: 800px; }
.product-section-3-content{ margin-top: 5px; padding-bottom: 20px; max-width: 400px; overflow: hidden; }
.product-section-3-link{ clear: left; }
.product-section-3-overlay{opacity: 0.2; width: 100%; position: absolute; z-index: 132; background: #000000; height: 100%; top: 0; left: 0;}
.product-section-3-image{width: 600px; position: absolute; top: -60px; right: 0; z-index: 137;}
#main-text-product .product-section-3-content a{ color: #ffffff; text-decoration: underline; }
#main-text-fs .product-section-3-content a{ color: #ffffff; text-decoration: underline; }

#product-quote-container{ position: relative; padding: 70px 0; display: table;}
#product-quote-title{ display: table-cell; width: 50%; padding-right: 5px; vertical-align: middle;}
#product-quote-content{	display: table-cell; width: 50%; vertical-align: middle;}

@media screen and (max-width: 1600px){ #product-section-3-title{ max-width: 600px; } }
@media screen and (max-width: 1250px){ #product-section-3-title{ max-width: 500px; } }
@media screen and (max-width: 1200px){ .product-section-3-wrapper{ max-width: 80%; float: left; } }
@media screen and (max-width: 1150px){ #product-section-3-title{ max-width: 400px; } }
@media screen and (max-width: 1040px){ #product-section-3-title{ max-width: 100%; } }
@media screen and (max-width: 750px){
	#product-quote-title{display: table-row;}
	#product-quote-content{display: table-row;}
	.product-quote-content {padding-top: 20px;}
}

#fs-contact-form-section-container{ position: relative; padding-bottom: 30px; overflow: hidden; }

.related-products-template-part{padding-bottom: 20px;}
#product-related-products-container{ position: relative; text-align: center; max-width: 1220px; padding-bottom: 70px; top: -15px; z-index: 160; }
#product-related-products-title{ margin: 0 auto; padding-top: 70px; }
.product-related-products-content{ padding: 0;}
#product-related-products-wrapper{width: 100%; position: relative; overflow: hidden;}
.related-product{float: left;}
.related-product-content { font-size: 0.8rem; padding-bottom: 50px;}

@media screen and (max-width: 800px) and (min-width: 600px) {
	.related-product:last-of-type{ width: 100%; }
	.related-product:last-of-type .teaser-content-fixed-height-120-char{ height: 4rem; }
}

@media screen and (max-width: 600px){
	.product-section-3-wrapper{ max-width: 100%; }
	#product-section-3-content{position: relative;}
	.product-section-3-image {position: relative; top: 0;}
	.product-section-3-bg{width: 100%;}
}

#product-testimonials-section{ position: relative; overflow: hidden; text-align: center; }
#fs-section-9-container { position: relative; padding-bottom: 30px; margin-top: 50px; }

#product-team-section{ position: relative; overflow: hidden; text-align: center; }
#product-team-container { position: relative; text-align: center; width: 100%; max-width: 1220px; padding-bottom:30px; overflow: hidden; float: left; }
#product-team-section-heading { position: relative; overflow: hidden; }
#product-team-section-title { max-width: 600px; margin: 0 auto; position: relative; overflow: hidden; }
.product-team-section-content { margin: 0 auto; max-width: 400px; padding-bottom: 50px; overflow: hidden; }



/*************************************************************************** PRODUCT PAGE END ******************************/


/*************************************************************************** CONTACT PAGE START ******************************/

/* GOOGLE MAP */
#hero-wrapper iframe{ height:400px; width:100%; }
@media screen and (max-height:767px){ #hero-wrapper iframe{ height:300px; } }
@media screen and (max-width:767px){ #hero-wrapper iframe{ height:300px; } }
@media screen and (max-width:479px){ #hero-wrapper iframe{ height:200px; } }

/* FONT AWESOME ICONS VIA VISUAL COMPOSER */
.icon-library-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner{ width:16px; height:16px; margin-right:15px; }
.icon-library-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon{ top:0; left:0; transform:translate(0, 0); }

/*************************************************************************** CONTACT PAGE END ******************************/


/*************************************************************************** BLOG PAGES START ******************************/
.archives{ margin:0; padding-right:20px; list-style:none; }
.archives li{  }
.archives li a{ float:left; margin-bottom:5px; }

.page-numbers, .nav-links a{ background-color:#e2f4f8; color:#00abc5; }
.page-numbers.current{ background-color:#00abc5; color:#e2f4f8; }
.pagination a:hover{ background-color:#c8ebf2; }

/*************************************************************************** BLOG PAGES END ******************************/


/*************************************************************************** LANDING PAGES START ******************************/

.before-from .mm-column-3-title-1 {
	margin-top: 0rem; 
}

.landing-call-back-short .mega-form-input {
	padding-top: 10px;
	width: 30%;
}

.before-from {
	float: left;
	width: auto;
	padding-left: 61px;
	margin: 8px 0px 0px 20px;
	background: url("../img/icons/callback.png") no-repeat 0 0;
	left: 50px;
}

.landing-call-back{
	position: relative;
	background-color: rgba(255, 255, 255, 0.25);
	float: left;
	width: 100%;
	margin: auto;
}

.landing-call-back-short {
	float: right;
	width: calc(100% - 250px);
}

.landing-call-back input[type="text"], .landing-call-back input[type="email"], .landing-call-back input[type="tel"], .landing-call-back select, textarea {
	background-color: white;
	color: #393939;
	margin: 0 0 10px;
}

.landing-call-back input[type="submit"] {
	text-indent: -100px;
}

.left-content.mega-form-input.submit-button-landing:hover {
	background-color: #FF921E;
	height: 100%;
}

.left-content.mega-form-input.submit-button-landing {
	position: absolute;
    top: 0;
    right: 0;
	width: 60px;
    height: 100%;
    background: url("../img/assets/Arrow.png") no-repeat 50% #393939;
	background-size: 60%;
	overflow: hidden;
	padding-top: 0px;
}

.landing-page-buttons {
	margin-top: 0px !important;
	margin-left: 15px;
    margin-right: 15px;
	margin-bottom: 15px;
	padding: 9px 40px;
}

.expand-box-landing{ 
	position: absolute; 
	border-left: 2px solid #393939; 
	height: 20px; 
	width: auto; 
	padding-left: 8px; 
	right: 12px; 
	bottom: 20px; 
	font-size: 0.8rem; 
	padding-top: 5px; 
	z-index: 161;    
	background: #ffffff;
	padding-right: 10px; 
	cursor: pointer; 
}

#hero-content-container-landing{ 
	position: absolute; 
	top: 150px; 
	z-index: 98; 
	text-align: center;
    width: 90vw;
    left: calc(50% - 50vw + 5vw);
}


#product-hero-text-container-landing{ margin: auto; width: 100%; max-width: 650px; }

@media screen and (max-width: 899px){
	
	.landing-call-back-short .mega-form-input {
		width: 29%;
	}
}

@media screen and (max-width: 750px){
	
	.landing-call-back-short .mega-form-input {
		width: 28%;
	}
}

@media screen and (max-width: 649px){
	
	.landing-call-back-short .mega-form-input {
		width: 80%;
	}
	
	.scroll-container, .home-scroll-container {
		display: none;
	}
}

@media screen and (max-width: 589px){
	
	.landing-call-back-short .mega-form-input {
		width: 75%;
	}
	
	.scroll-container, .home-scroll-container {
		display: none;
	}
}

@media screen and (max-width: 500px){
	
	.landing-call-back.content-width {
		display: none;
	}
	
	.scroll-container, .home-scroll-container {
		display: block;
	}
}

.page-template-template-landing-page div.wpcf7-response-output {
	float: left;
	text-transform: none;
	border: 2px solid #393939;
	
}

.page-template-template-landing-page span.wpcf7-not-valid-tip {
	color: #393939;
	
}


/*************************************************************************** LANDING PAGES END ******************************/