/*
Theme Name: Kerry London Insurance Theme
Theme URI: http://www.bluefusesystems.co.uk
Description: Main Kerry London Theme - child of Bluefuse systems theme
Author: Hugo Burguete for Blue Fuse Systems
Author URI: http://www.bluefusesystems.co.uk
Version: 0.0.1
Template: bluefuse
*/
/* Load parent theme CSS */
@import url("../bluefuse/style.css");


/***************************
* 			Fonts 			*
****************************/

@font-face {
    font-family: 'montserratblack';
    src: url('assets/fonts/montserrat-black-webfont.eot');
    src: url('assets/fonts/montserrat-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/montserrat-black-webfont.woff2') format('woff2'),
         url('assets/fonts/montserrat-black-webfont.woff') format('woff'),
         url('assets/fonts/montserrat-black-webfont.ttf') format('truetype'),
         url('assets/fonts/montserrat-black-webfont.svg#montserratblack') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserratbold';
    src: url('assets/fonts/montserrat-bold-webfont.eot');
    src: url('assets/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('assets/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('assets/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserratextra_bold';
    src: url('assets/fonts/montserrat-extrabold-webfont.eot');
    src: url('assets/fonts/montserrat-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('assets/fonts/montserrat-extrabold-webfont.woff') format('woff'),
         url('assets/fonts/montserrat-extrabold-webfont.ttf') format('truetype'),
         url('assets/fonts/montserrat-extrabold-webfont.svg#montserratextra_bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserratregular';
    src: url('assets/fonts/montserrat-regular-webfont.eot');
    src: url('assets/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('assets/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('assets/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserratlight';
    src: url('assets/fonts/montserrat-light-webfont.eot');
    src: url('assets/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('assets/fonts/montserrat-light-webfont.woff') format('woff'),
         url('assets/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('assets/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url('assets/fonts/montserrat-semibold-webfont.eot');
    src: url('assets/fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('assets/fonts/montserrat-semibold-webfont.woff') format('woff'),
         url('assets/fonts/montserrat-semibold-webfont.ttf') format('truetype'),
         url('assets/fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/****************************
* 		Colour Helpers		*
****************************/
.black-text 			{ color: #000; }
.white-text 			{ color: #FFF; }
.green-text				{ color: #96c21f; }
.red-text				{ color: #ce000c; }

.white-bg				{ background-color: #FFF; }
.light-grey-bg			{ background-color: #EBEBEB; }
.grey-bg				{ background-color: #475b6d; }
.green-bg 				{ background-color: #96c21f; }
.light-blue-bg 			{ background-color: #1394CA; }
.blue-bg 				{ background-color: #006c99; }
.dark-blue-bg 			{ background-color: #1b273d; }
.beige-bg				{ background-color: #fafcf7; }
	.red-bg				{ background-color: #cb0935; }
/*.beige-bg				{ background-color: #CCC; }*/


/****************************
* 		General Styles		*
****************************/

/* Resetting some styles */
html { min-height: 100%; }
html * { box-sizing: border-box; }
body {
	background: #FFF;
	font-family: 'montserratlight', Arial, serif;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	font-family: "montserratregular";
	font-weight: normal;
	color: rgb(60, 60, 60);
}
h1 { font-size: 27px; }
h2 { font-size: 27px; }
/*h3 { font-size: 23px; }*/
/*h4 { font-size: 23px; }*/
h3 { font-size: 27px; }
h4 { font-size: 27px; }
h6 { font-size: 16px }
.single h3,
.single h4, 
.single h5, 
.single h6 {
	font-family: "Calibri", Arial, serif;
	font-size: 27px;
}
.home h2 { 
	font-family: 'montserratsemi_bold';
	font-size: 27px;
	letter-spacing: -0.2px;
}
.home h4 { 
	font-size: 27px; 
}

.custom-content {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 23.4px;
	}

	h3 {
		font-size: 18.72px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 14.94px;
	}

	h6 {
		font-size: 12.06px;
	}
}

p,
ul li,
ol li,
table td,
table th { 
	font-family: "Calibri", Arial, serif;
	font-size: 16px;
	line-height: 1.2; 
	/*color: #9C9C9C;*/
	color: #505050;

}
ol {
	list-style-type: decimal;
}
small {
	font-size: 14px;
	line-height: 1.3;
	font-family: 'Calibri' ,Arial, serif;
	float: left;
	padding-left: 10px;
}
input[type="submit"]:hover, button:hover { cursor: pointer; }

table td {
	padding: 10px;
}
table th {
    background-color: #94c11f;
    color: #FFF;
    padding: 10px;
}

#content {
	margin-top: 116px;
	margin-bottom: 20px;
}
.home #content,
.single #content,
.archive #content,
.page-template-default #content,
.page-template-template-news-item #content,
.page-template-template-product-item #content,
.page-template-template-about-us #content,
.page-template-template-private-client #content,
.page-template-template-sitemap #content,
.page-template-template-online-page #content,
.blog #content {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: none;
	max-width: none;
	width: 100%;
	overflow: visible;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 980px;
	padding: 50px 10px;
	overflow: hidden;
}

.wrapper .content{
	padding: 10px;
}
.center { text-align: center; }
.posrel { position: relative; }
.home .vertical-centering-container {
	height: auto;
}
.vertical-centering-container {
	display: table;
	overflow: hidden;
	height: 100%;
}
.vertical-centering-content {
	display: table-cell;
	vertical-align: middle;
	min-width: 330px;
}

.underlined-title {
	background: transparent url("assets/img/underline.png") no-repeat scroll 50% 100%;
	padding-bottom: 20px;
	font-family: 'montserratsemi_bold';
	margin-bottom: 30px;
}
.underlined-left-title {
	background: transparent url("assets/img/underline-left.png") no-repeat scroll 50% 100%;
	padding-bottom: 20px;
	font-family: 'montserratsemi_bold';
	margin-bottom: 30px;
	text-align: center;
}

.row { overflow: hidden }
.row .col { float: left }
.row .col.col25 { width: 25% }
.row .col.col33 { width: 33.33333% }
.row .col.col50 { width: 50% }
.padded-col { padding-right: 30px; }

.responsive-img {
	width: 100%;
	height: auto;
}
.bordered-img {
	border: 1px solid #000;
}

.back-btn,
.btn {
	display: block;
	padding: 20px 20px 20px 50px;
	margin-top: 20px;
}
.btn .arrow {
	background-image: url("assets/img/white-arrow.png");
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

@media (min-width: 1024px) {
	.row.team {
	display: flex;
	align-items: center;
	justify-content: center;
	}
}

/***************************
* 		Header Styles 		*
****************************/

#header { 
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	background: #FFF; 
}

.header {
	position: relative;
	display: none;
}

.header.mobile {
	display: block;
}

.header .header-ribbon {
	background: url(assets/img/ribbon-header-left-new.png);
    position: absolute;
    bottom: 0;
    top: -10px;
    left: 0;
    width: 22%;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    display: none;
}

.header .header-small-ribbon {
	background: url(assets/img/KLU_Ribbons140x125.png);
	position: absolute;
    bottom: 0;
    top: -10px;
    left: 0;
    width: 22%;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    display: none;
}

.header.mobile .header-ribbon {
	background: url(assets/img/KLU-mobile-ribbons.png);
    position: absolute;
    bottom: 0;
    top: -12px;
    left: unset;
    right: 0;
    width: calc(70%);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    height: calc(50%);
    display: block;
}

.header-content {
	position: unset;
}

#header h1, .logo { 
	background: transparent url("assets/img/klu-main-logo-small.png") no-repeat scroll 0% 0%;
	margin: 0;
	float: left;
	position: absolute;
	left: 10px;
	bottom: 25px;
	width: 140px;
	height: 50px;
	z-index: 10;
	background-size: 100%;
}
#header .header.mobile h1, .header.mobile .logo { 
	bottom: unset;
	top: 15px;
}

#header #header-more-details { display: none; }
#header .contact-strip { padding: 5px; }
#header .contact-strip p.email,
#header .contact-strip p.telephone,
#header .contact-strip #searchform {
	display: inline-block;
}

#header .contact-strip p.email,
#header .contact-strip p.telephone {
	display: inline-block;
	margin-bottom: 0px;
	font-weight: bold;
	font-family: 'Calibri', Arial, serif;
	font-size: 16px;
}

#header .contact-strip p.telephone {
	float: left;
	padding: 4px 0 0 10px; 
}

#header .contact-strip p.email a { background-image: url('assets/img/icon-email-grey.png'); }
#header .contact-strip p.telephone a { font-size: 15px; }

#header .contact-strip img.lloyds { 
	float: right; 
}
#header .mobile .contact-strip img.lloyds { 
	float: left; 
	padding-left: 10px;
}

#header .search-form-container {
	display: inline-block;
}
#header #searchform {
    position: relative;
    top: auto;
    right: auto;
	margin-left: 10px;
}
#header #searchform label {
	display: none;
}
#header #searchform input[type="text"] {
	width: 200px;
	padding: 5px 10px;
	border: 1px solid #96c21f;
	background: rgb(220, 220, 220) none repeat scroll 0% 0%;
}
#header #searchform input[type="submit"] {
	position: absolute;
	top: 5px;
	right: 10px;
	background: transparent url("assets/img/icon-search.png") repeat scroll 0% 0%;
	border: medium none;
	width: 20px;
	color: transparent;
}
#header .mobile-search-toggle{
	display: none;
}

#header .mobile .search-form-container {
	padding: 15px 0 0 15px;
}
#header .mobile-menu-toggle {
	display: block;
	font-family: "montserratsemi_bold";
	float: right;
	position: relative;
	width: 100px;
	padding-left: 60px;
	margin-top: 21px;
	z-index: 100;
}

#header .header-content {
	border-bottom: 1px solid #EEE;
	margin: 0px;
	max-width: none;
	width: 100%;
	min-height: 86px;
}
#header .mobile .header-content {
	min-height: 70px;
}
#header .mobile .header-content {
	border-bottom: none; 
}
#header .header-content .wrapper {
	padding: 0;
	overflow: unset;
}
#header .header-content .social-buttons {
	display: none;
}
#header .mobile-social-buttons {
	position: relative;
	width: 25%;	
	float: right;
	min-height: 30px;
}
#header .mobile-social-buttons .twitter-icon {
	background-image: url(assets/img/icon-twitter-grey.png);
	position: absolute;
	bottom: 0;
	top: 0;
	right: 40%;
	width: 50%;
	background-repeat: no-repeat;
	background-position: 0% 10%;
}
#header .header-content .social-buttons .twitter-icon {
	background-image: url(assets/img/icon-twitter-grey.png);
	position: absolute;
	bottom: 0;
	top: 0;
	right: 15%;
	width: 10%;
	background-repeat: no-repeat;
	background-position: 100% 10%;
	z-index: 100;
}
#header .mobile-social-buttons .linkedin-icon {
	background-image: url(assets/img/linkedin-download-small.png);
	width: 100px;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-position: 100% 10%;
}
#header .header-content .social-buttons .linkedin-icon {
	background-image: url(assets/img/linkedin-download-small.png);
	width: 100px;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 4%;
	width: 9%;
	background-repeat: no-repeat;
	background-position: 100% 10%;
}

@media(min-width: 375px) {
	#header #searchform input[type="text"] {
		width: 250px;
	}
	#header .contact-strip p.telephone a { 
		background-image: url('assets/img/icon-phone-grey.png'); 
	}
	#header .contact-strip p.email a,
	#header .contact-strip p.telephone a {
		padding-left: 35px;
		background-repeat: no-repeat;
		background-position: 4px 1px;
	}
	#header .mobile-social-buttons .linkedin-icon { 
		right: 4%;
	}
}

/* Main Nav */

#header .header-content #main-nav {
	background: #475b6d;
	float: right;
	overflow: unset;
}
#header .header-content #main-nav ul li:last-child {
	border: none;
}
#header .header-content #main-nav ul li {
	border-right: 1px solid #94c11f;
	margin: 15px 0 0;
}
#header .header-content #main-nav ul li.current_page_item a {
	color: #96c11f;
}
#header .header-content #main-nav ul li a {
	color: #000;
	font-size: 17px;
	font-family: 'Calibri', Arial, serif;
	padding: 10px 10px 25px;
	display: block;
}
#header .header-content #main-nav ul li.nav-broker:hover a,
#header .header-content #main-nav ul li.nav-broker.current_page_item a {
	/*color: #96C11F;*/
}
#header .header-content #main-nav ul li.nav-broker a {
	background: transparent;
	color: #cb0935;
}

@media (min-width: 768px) {
	#header .mobile-social-buttons .twitter-icon {
		right: 6%;
	}
	.header.mobile .header-ribbon {
		width: calc(53%);
	}
}

@media (min-width: 1024px) {
	.header {
		display: block;
	}
	#header h1, .logo { 
		width: 250px;
		height: 82px;
	}
	.header.mobile {
		display: none;
	}
	.header.mobile .header-ribbon {
		display: none;
	}
	#header .mobile-social-buttons,
	#header .header-content .social-buttons {
		display: none;
	}
	#header .header-content .social-buttons .twitter-icon {
		right: 15%;
		width: 2%;
		background-position: 100% 50%;
	}
	#header .header-content .social-buttons .linkedin-icon {
		background-image: url(assets/img/icon-linkedin-grey.png);
		right: 9%;
		width: 6%;
		background-position: 100% 50%;
	}
	#header .contact-strip p.telephone {
		margin-left: 125px;
	}
}

@media (min-width: 1300px) {
	.header .header-small-ribbon {
		display: block;
	}
}
@media (min-width: 1101px) {
	#header .mobile-menu-toggle{
		display: none;
	}
}

/* Sub Nav */

#menu-main-nav {
	position: relative;
}
#menu-main-nav li ul {
	display: none;
}
#menu-main-nav li:hover > {
	border: 1px solid #94c11f; 
}

#menu-main-nav li:hover > ul {
	width: 100%;
}
#menu-main-nav li:hover > ul li {
	width: 50%;
	border: none;
}
#header .header-content #main-nav ul li > ul.open {
	display: block;
}

#header .header-content #main-nav ul li > ul li.bold a {
	font-weight: bold;
}
#header .header-content #main-nav ul li > ul li.bold > ul li a {
	font-weight: unset;
}

#header .header-content #main-nav #menu-main-nav li > .sub-menu li a {
	padding: 0;
	color: #000;
}

/* Breadcrumb */
.breadcrumbs {
	border-bottom: 1px solid #EEE;
	padding: 2px 0;
}
.breadcrumbs .wrapper {
	padding: 0;
}
.breadcrumb-item {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    font-size: 15px;
	font-family: 'Calibri', Arial, serif;
	color: #474c56;
}
.breadcrumb-item a {
	color: #474c56;
}
.breadcrumb-item span {
	position: absolute;
	font-size: 11px;
	top: 4px;
	padding-right: 20px;
	left: -10px;
}
.breadcrumb-selected-item {
	font-weight: bold;
}
@media (max-width: 1100px) {
	#menu-main-nav {
		display: flex;
	    flex-direction: column;
	    max-width: 75rem;
	    margin: 0 auto;
	    list-style: none;
	    position: unset;
	}
	#menu-main-nav li {
		position: relative;
		flex-grow: 1;
		white-space: nowrap;
	}
	#main-nav.open li,
	#menu-main-nav.open li .sub-menu {
		display: block;
	}

	#menu-main-nav li a {
		position: relative;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-perspective: 1000;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateZ(0);
		-webkit-transform: scale(1);
	}

}
@media (max-width: 980px) {

}
@media (min-width: 1100px) {
	#menu-main-nav li ul {
	    background: #475b6d;
	    visibility: hidden;
		opacity: 0;
	  	min-width: 5rem;
	    position: absolute;
	  	transition: all 0.5s ease;
	    left: 0;
	}

	#menu-main-nav li ul > li {
		position: relative;
	}
	#menu-main-nav li ul > li > ul li {
		width: 100%;
		display: block;
		clear: both;
	}

	#menu-main-nav li:hover > ul,
	#menu-main-nav li:focus-within > ul,
	#menu-main-nav li:hover > ul li ul,
	#menu-main-nav li:focus-within > ul li ul {
	  visibility: visible;
	  opacity: 1;
	  display: block
	}
	#header .header-content #main-nav #menu-main-nav li > .sub-menu li a {
		padding: 0;
		color: #fff;
	}
	#header .header-content #main-nav ul li > ul {
		display: block;
		width: 101%;
		border: 1px solid #94c11f;

		overflow: hidden;
	}
	#header .header-content #main-nav ul li > ul li {
		width: 50%;
		margin-top: 20px;
		padding: 0 20px;
	}
	#header .header-content #main-nav ul li > ul li:first-child {
		border-right: none;
	}
	#header .header-content #main-nav ul li > ul li a { 
		padding: 5px;
		font-size: 15px;	
	}
	#header .header-content #main-nav ul li > ul li > ul {
		border: none;
	}
	#header .header-content #main-nav ul li > ul li > ul li {
		width: 100%;
		margin: 0;
		padding: 0 20px;
		border: none;
	}
	#header h1, .logo {
	    top: 30%;
	    left: 0;
	}

}

@media (min-width: 1101px) {
	#header .header-content #main-nav ul li.nav-broker a {
		background: #cb0935;
	    padding: 8px;
	    margin: 3px 0 0 10px;
	    color: #fff;
	}
	#header .header-content #main-nav ul li a {
		color: #fff;
	}
}

@media (min-width: 1200px) {
	#header h1, .logo {
	    left: 5%;
	}
}

@media (min-width: 1300px) {
	#header h1, .logo {
	    left: 9%;
	}
}

@media (min-width: 1400px) {
	#header .header-content .social-buttons {
		display: block;
	}
	#header .header-content .social-buttons .twitter-icon{
		right: 10%;
		width: 4%;
	}
	#header .header-content .social-buttons .linkedin-icon {
		right: 2%;
		width: 8%;
	}
}

@media (min-width: 1600px) {
	#header .header-content .social-buttons .twitter-icon{
		right: 9%;
	}
	#header h1, .logo {
	    left: 17%;
	}
}

@media (min-width: 1700px) {
	#header h1, .logo {
	    top: 25%;
	    left: 22%;
	}
	.header .header-small-ribbon {
		display: none;
	}
	.header .header-ribbon {
		display: block;
	}
}

@media (min-width: 1800px) {
	#header .header-content .social-buttons .linkedin-icon{
		right: 9%;
		width: 6%;
	}
	#header .header-content .social-buttons .twitter-icon {
		right: 15%;
		width: 2%;	
	}
}

/* Sticky nav */
/*.fixed-nav #header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
}*/
/*.fixed-nav #content {
	margin-top: 116px;
}*/


/***************************
* 		Front-Page 			*
****************************/
/**
 * Banner
 */

.banner {
	width: 100%;
	max-width: 1100px;
	margin: 215px auto 0;
	position: relative;
}

.banner .container {
	position: relative;
	display: block
}

.banner .container img {
	width: 100%;
	height: auto;
}

.banner .green-chevron {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	width: 57%;
	background-image: url('assets/img/carousel-strip-solid.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	z-index: 10;
}
.banner .image-caption {
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	z-index: 20;
	width: 40%;
}
.banner .image-caption h1 a,
.banner .image-caption h1 {
	color: #006c99;
}
.banner .image-caption h1 {
	font-family: 'montserratbold', serif;
	font-size: 40px;
	line-height: 1.1;
}
.banner .image-caption p {
	font-family: 'montserratregular', serif;
	color: #FFF;
	font-size: 20px;
}

.banner .container .vertical-centering-content h1 {
	font-size: 18px;
	width: 50%;
}
.banner .container .vertical-centering-content p {
	display: none;
}

@media(min-width: 1024px) {
	.banner {
		margin: 140px auto 0;
	}
}

.home .products .wrapper {
	padding-top: 50px;
}

 /**
 * CTA Boxes
 */

.banner-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	padding: 10px 20px;
	overflow: hidden;
}

.banner-wrapper .content-box {
	padding: 1% 0;
}

.banner-wrapper .content-box .static-description {
	font-size: 12px;
	line-height: 1.3;
}

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

.static-banner.content-box {
	position: relative;
	display: flex;
	flex-direction: column;
}

.static-banner.content-box.horizontal {
	display: none;
}

.static-banner.content-box.vertical {
	padding: 0 15px;
}

.static-banner.content-box.vertical .vertical-cell {
	width: 100%;
}

.static-banner.content-box .overlay {
	z-index: 100;
	display: none;
}

.static-banner.content-box.vertical .overlay {
	display: inline-block;
	width: 13%;
}

.static-banner.content-box .product-content{
	flex: 1;
	padding: 20px 20px 20px 30px;
	position: relative;
}

.static-banner.content-box.horizontal .arrow,
.static-banner.content-box.horizontal .arrow.blue {
	margin-left: -1px;
	margin-right: -92px
}

.static-banner.contenet-box .product-content {
	min-height: 185px;
}

.static-banner.content-box.vertical .product-content {
	margin-bottom: 10px;
	width: 87%;
	float: left;
}

.static-banner .button {
	position: absolute;
	bottom: 20px;
	width: 35%;
	padding: 10px;
	background: #cb0935; 
	display: none;
}
.static-banner .static-description {
	display: none;
}

.static-banner .product-content:first-of-type .button {
	width: 55%;
}
.static-banner .button .more_info {
	font-family: montserratregular;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding-right: 0;
	padding-top: 3px;
}

@media (min-width: 768px) {
	.banner .container img {
		width: 100%;
		height: auto;
		max-height: 400px;
	}
	.banner .container .vertical-centering-content h1 {
		font-size: 40px;
		width: 100%;
	}
	.banner .container .vertical-centering-content p {
		display: block;
	}
	.banner .image-caption {
		left: 50px;
	}
	.banner-wrapper {
		padding: 0;
	}
	.static-banner.content-box .overlay {
		display: block;
	}
	.static-banner .button {
		width: 46%;
	}
	.static-banner.content-box.vertical {
		padding: 30px 50px;
	}
	.static-banner.content-box.vertical .product-content {
		width: 90%;
	}
	.static-banner.content-box.vertical .overlay {
		width: 10%;
	}

}

@media (min-width: 768px) and (max-width: 1024px) {
	.static-banner .button {
		bottom: 15px;
		padding: 8px;
	}
	.static-banner .product-content:first-of-type .button {
		width: 56%;
	}
	.static-banner .button {
		width: 47%;
	}

}

@media (min-width: 1024px) {
	.static-banner .button,
	.static-banner .static-description {
		display: block;
	}

	.static-banner.content-box.horizontal {
		display: flex;
		flex-direction: row;
	}

	.static-banner.content-box.vertical {
		display: none;
	}

	.static-banner.content-box .product-content {
		min-height: 185px;
	}
}

/**
 * Carousel
 */
.carousel {
	width: 1100px;
	height: 550px;
	margin: 0 auto;
	position: relative;
}
.carousel .slick-prev,
.carousel .slick-next {
	display: none !important;
}
.carousel .slick-slide {
	position: relative;
}
.carousel .green-chevron {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	width: 57%;
	background-image: url('assets/img/carousel-strip.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	z-index: 10;
}
.carousel .image-caption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	z-index: 20;
}
.carousel .image-caption h2 a,
.carousel .image-caption h2 {
	color: #006c99;
}
.carousel .image-caption h2 {
	font-family: 'montserratbold', serif;
	font-size: 50px;
	line-height: 1.1;
}
.carousel .image-caption p {
	font-family: 'montserratregular', serif;
	color: #FFF;
}
.carousel .image-caption .carousel_cta {
	display: block;
	overflow: hidden;
	color: rgb(255, 255, 255);
	padding: 8px;
	padding-left: 15px;
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
	/*font-family: Arial;*/
	border-radius: 3px;
	background: #cb0935;
	background: -moz-linear-gradient(top,  #cb0935 0%, #6d0003 100%);
	background: -webkit-linear-gradient(top,  #cb0935 0%,#6d0003 100%);
	background: linear-gradient(to bottom,  #cb0935 0%,#6d0003 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0935', endColorstr='#6d0003',GradientType=0 );
}
.carousel .image-caption .carousel_cta span {
	float: left;
}
.carousel .image-caption .carousel_cta .arrow {
	background: url('assets/img/carousel_cta_arrow.png');
	width: 30px;
	height: 30px;
	display: block;
	margin-left: 30px;
}

.carousel ul.slick-dots {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}
.carousel ul.slick-dots li {
	color: transparent;
	margin: 0px 3px;
	padding: 0px;
	float: left;
}
.carousel ul.slick-dots li button {
	display: block;
	color: transparent;
	background: none;
	background-color: #FFF;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	padding: 0px;
	border: 1px solid #FFF;
	font-size: 0px;
}
.carousel ul.slick-dots li.slick-active button {
	background-color: #96c11f;
}
.carousel ul.slick-dots li button:hover { cursor: pointer; }


/**
 * " Call Me maybe "
 */

.home .call-me-back{
	margin-top: 0;
	margin-bottom: 0;
}
.call-me-back {
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.call-me-back .wrapper {
	padding: 0;
}

.call-me-back h2 {
	font-size: 38px;
	margin: 0px;
	background: transparent url("assets/img/phone-icon.png") no-repeat scroll 0% 50%;
	padding: 25px 0px 25px 90px;
	background-size: 80px; 
}

.call-me-back .cmb-ribbon {
	background: url(assets/img/ribbon-callmeback2.png) no-repeat scroll;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: 70% 50%;
    display: none;
}

.modal,
.call-me-back-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1002;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.call-me-back-modal .vertical-centering-container {
	margin: 0 auto;
	width: 40%;
}

.ginput_container textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.contact-container {
	padding: 50px;
	width: 100%;
	display: table;
	position: relative;
}
.contact-container form p {
	font-size: 18px;
	margin-bottom: 0;
	position: relative;
}
.contact-container form label {
	color: #96c21f;
	display: block;
	margin-left: 20px;
	margin-bottom: 10px;
}
.contact-container form .company-turnover-details {
	margin-bottom: 15px;
}
.contact-container form input,
.contact-container form textarea,
.contact-container form select {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ECECEC;
	width: 100%;
	font-family: "Calibri", Arial, serif;
	font-size: 16px;
}
.contact-container form input.highlightbox_red,
.contact-container form textarea.highlightbox_red,
.contact-container form select.highlightbox_red {
	border: 1px solid #F00;
}
.contact-container form .warning {
	position: absolute;
	top: 40px;
	right: 10px;
	color: rgba(251, 14, 14, 0.59);
}

.contact-container form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("assets/img/green-arrow-down.png") no-repeat;
	background-position: 98% 50%;
}

.contact-container form input[type="submit"] {
	background-color: #96c21f;
	color: #FFF;
	padding-right: 50px;
	text-align: right;
	background-image: url("assets/img/white-arrow.png");
	background-position: 95% 52%;
	background-repeat: no-repeat;
	font-size: 20px;
	float: right;
	max-width: 345px;
	margin-top: 6px;
}
.contact-container .input_p input[type="submit"] {
	background-color: #cb0935;
	width: 20%;
}

.staff-contact img {
	float: left;
	padding-right: 20px;
	margin-bottom: -100px;
}
.staff-contact-info {
	padding-top: 70px;
}
.staff-name {
	font-weight: bold;
}
.g-recaptcha {
    float: left;
}
.fixfixed .header, 
.fixfixed .footer { 
    position: absolute; 
} 

.btn-close {
	background: transparent url("assets/img/btn-close.png") repeat scroll 0% 0%;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}
.btn-close:hover {
	cursor: pointer;
}

/**
 * Extra content
 */
.extra-content iframe,
.extra-content img {
	float: right;
	margin-top: 60px;
}
.extra-content img {
	width: 100%;
	height: auto;
}
.extra-content .text p {
	color: #959595;
	font-size: 16px;
}

/**
 * Media feed
 */
.media-feed {
	position: relative;
}
.media-feed h2 {
	background: transparent url("assets/img/underline-left.png") no-repeat scroll 0% 100%;
	padding-bottom: 20px;
	padding-top: 30px;
	margin-bottom: 30px;
}
.media-feed .twitter-icon {
	position: absolute;
	top: 40px;
	width: 41px;
	height: 33px;
	background: transparent url("assets/img/icon-twitter-blue.png") no-repeat scroll 0% 0%;
}
.media-feed .feed-content { min-height: 120px; }
.media-feed .twitter-feed .feed-content { margin: 20px 80px 20px 0px; }
.media-feed .feed-content h6 { margin-bottom: 5px; }
.media-feed .feed-content h6 a { color: #000; }
.media-feed .feed-content .date { margin-bottom: 0; }
.media-feed .feed-content .wp-post-image { float: left; }
.media-feed .feed-content .text {margin-left: 140px; }

@media (max-width: 768px) {
	.staff-contact-info {
		display: block;
		clear: both;
		padding: 20px 0;
	}	
}

@media (max-width: 414px) {
	.input_p input[type="submit"] {
		width: 40%;
	}
}

@media	(min-width: 1024px) {
	.call-me-back .cmb-ribbon {
		background-position: 100% 50%;
	}
}

@media	(min-width: 1200px) {
	.call-me-back .cmb-ribbon {
		display: block;
	}
}

/***************************
* 			Contact 		*
****************************/
.page-template-template-contact .row {
	text-align: center;
}
.page-template-template-contact .row .col {
	float: none;
	display: inline-block;
}

.branch-container.content-box.vertical .arrow {
	background-image: url(assets/img/branch-box-vertical-arrow-blue.png);
}
.branch-container.content-box.vertical:hover .arrow,
.branch-container.content-box.vertical:hover .contact-arrow {
	background-image: url(assets/img/branch-box-vertical-arrow.png);
}
.branch-container.content-box.vertical .contact-arrow {
	background-image: url(assets/img/branch-box-vertical-arrow-blue.png);
	width: 100%;
    height: 23px;
    z-index: 20;
    margin-top: -6px;
    position: relative;
    background-position: 50% 0;
}

.branch-container.content-box.vertical .product-content.blue-bg:hover {
	background-color: #96c21f;
}

.map-canvas {
	height: 300px;
	min-width: 100%;
}
.map-canvas:hover {
	cursor: pointer;
}
.branch-container iframe {
	height: 245px;
	width: 100%;
	margin-top: -15px;
	z-index: 10;
}
.map-canvas-arrow {
	background: transparent url("assets/img/contact-arrow.png") repeat scroll 0% 50%;
	height: 100%;
	position: absolute;
	width: 20px;
	left: 5px;
	top: 0;
	z-index: 20;
}



/***************************
* 			About Us 		*
****************************/

.page-template-template-about-us .btn {
	width: 80%;
	margin: 0 auto;
}
.page-template-template-about-us .btn.dark-blue-bg {
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}
.page-template-template-about-us .btn.dark-blue-bg .arrow {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 20px;
}

/***************************
* 		Online Page 		*
****************************/
.online  {
	margin: 0 auto;
	position: relative;
	display: block;
	box-sizing: border-box;
	display: none;
}

.online .image {
	height: 560px;
	background-color: #94c11f;
}

.online .green-chevron {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	width: 57%;
	background-image: url('assets/img/carousel-strip.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	z-index: 10;
	height: 100%;
}

.online .grey-chevron, 
.online-mobile .grey-chevron {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	background-image: url('assets/img/carousel-strip-grey.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	z-index: 10;
	height: 100%;
}

.online .grey-chevron {
	width: 57%;
}
.online-mobile .grey-chevron {
	width: 60%;
}

.online .blue-chevron {
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	width: 57%;
	background-image: url('assets/img/carousel-strip-blue.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	z-index: 5;
	height: 100%;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.online h2 {
	font-family: 'montserratbold', serif;
	font-size: 40px;
	line-height: 1.1;
}	

.online .image-caption p,
.online .image-caption-right p
{
	color: #fff;
	font-family: 'montserratregular', serif;
}

.online .image-caption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	z-index: 20;
}

.online .right {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
	z-index: 20;
	left: auto;
}

.online .right h2
{
	color: #fff;
	text-align: right;
}
.online .right p
{
	text-align: right;
}

.online .header,
.online-mobile .header {
	color: #fff;
}
.online-mobile .header {
	font-size: 20px;
}

.online .quote-dropdown,
.online .mtas-dropdown {
	background-color: #fff;
	border: 2px #cb0935 solid;
	padding-left: 20px;
	position: absolute;
	width: 100%;
	display: none;
}
 
.online-mobile .quote-dropdown,
.online-mobile .mtas-dropdown {
	background-color: #fff;
	border: 2px #cb0935 solid;
	padding-left: 10px;
	position: relative;
	width: 87%;
	display: none;
}

.online .quote-dropdown h5,
.online .mtas-dropdown h5{
	padding: 10px 0;
}

.online .quote-dropdown ul,
.online .mtas-dropdown ul {
	list-style: none; 
}

.online .image-caption .online-cta, 
.mobile-quote-button .online-cta,
.mobile-search-button .online-cta
{
	display: block;
	overflow: hidden;
	color: #fff;
	padding: 8px;
	padding-left: 15px;
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
	/*border-radius: 3px;*/
	background: #cb0935;
	/*background: -moz-linear-gradient(top,  #c80003 0%, #6d0003 100%);
	background: -webkit-linear-gradient(top,  #c80003 0%,#6d0003 100%);
	background: linear-gradient(to bottom,  #c80003 0%,#6d0003 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c80003', endColorstr='#6d0003',GradientType=0 );*/
}

.online .image-caption .online-cta span {
	float: left;
}

.online .image-caption .online-cta .arrow {
	background: url('assets/img/red_cta_arrow.png');
	width: 30px;
	height: 30px;
	display: block;
	margin-left: 30px;
	float: right;
}

.online .image-caption .bullets {
	position: absolute;
	margin: 20px 0;
}

#online-cmb {
	margin: 50px 0;
}

.mobile-quote-button .online-cta,
.mobile-search-button .online-cta {
	width: 40%;
	text-align: center;
	margin: 20px auto;
	/*display: none;*/
}

.online-mobile .image {
	background-color: #94c11f;
	position: relative;
	display: flex;
	min-height: 250px;
}

.online-mobile .quote-button,
.online-mobile .mtas-button {
	min-height: 85px;
}

.online-mobile .quote-button p,
.online-mobile .mtas-button p {
	font-size: 20px;
	margin-bottom: 0;
}

.online-mobile .static-banner.content-box.vertical {
	padding: 20px 20px 0; 
}

.online-mobile .static-banner.content-box .product-content {
	padding-top: 30px;
}

.online-mobile .image-caption {
	z-index: 100;
	width: 50%;
}

.online-mobile .image-caption.right {
	text-align: right;
}

.online-mobile .vertical-centering-content {
	min-width: 175px;
	padding-left: 15px;
}

.online-mobile .vertical-cell {
	padding-bottom: 15px;
}
.online-mobile .vertical-cell:last-child {
	padding-bottom: 0;
}
.quote-dropdown h5,
.mtas-dropdown h5 {
	padding-bottom: 10px;
}

.quote-dropdown ul,
.mtas-dropdown ul {
	list-style: none;
}

@media (max-width: 1000px) {
	.online h2,
	.online .right h2 {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.online h2,
	.online .right h2 {
		font-size: 25px;
	}

	.online .image-caption {
		left: 40px;
	}

	.online .right {
		right: 40px;
		left: auto;
	}

	.online .image-caption .online-cta,
	.online .image-caption p {
		font-size: 14px;
	}

	.online .image-caption .bullets,
	.online .image-caption .online-cta .arrow {
		display: none;
	}

}

@media (max-width: 600px) {
	.online h2,
	.online .right h2 {
		font-size: 20px;
	}

	.online .image-caption {
		left: 30px;
	}

	.online .right {
		right: 30px;
		left: auto;
	}
}

@media (max-width: 480px) {
	.online h2,
	.online .right h2 {
		font-size: 15px;
	}

	.online .image-caption {
		left: 20px;
	}

	.online .right {
		right: 20px;
		left: auto;
	}
}

@media (max-width: 400px) {
	
	.online .right h2 {
		word-wrap: normal;
		width: 95%;
	}
}


@media (min-width: 414px) {
	.online-mobile .vertical-centering-content {
		min-width: 190px;
	}
	.online-mobile .quote-dropdown,
	.online-mobile .mtas-dropdown {
		padding-left: 20px;
	}
}

@media (min-width: 768px) {
	.online-mobile .vertical-centering-content {
		min-width: 330px;
		padding-left: 30px;
	}
	.online-mobile .header {
		font-size: 27px;
	}
	.online-mobile .quote-button p, .online-mobile .mtas-button p {
		font-size: 27px;
	}
}

@media (min-width: 1024px) {
	.online {
		display: block;
	}

	.online-mobile {
		display: none;
	}
	#online-cmb {
		margin: 60px 0;
	}
}

@media (min-width: 1200px) {
	.online {
		width: 1100px;
	}
} 

/***************************
* 		MTA Search		*
****************************/
/*.search-button{
	padding-top: 32px;
}*/

.search-box {
	padding-top: 30px;
}

.search-form {
	position: relative;
	margin-top: 30px;
}

.search-form input[type="text"] {
	height: 50px;
	width: 100%;
	background: #F0F6E1 url("assets/img/blue-arrow.png") no-repeat scroll 20px 50%;
	border: 1px solid #E5E5E5;
	padding: 0px 50px 2px;
	font-size: 11px;
}

.search-form input[placeholder] {
	text-overflow: ellipsis;
}

.search-form button {
	height: 45px;
	width: 45px;
	position: absolute;
	right: 3%;
	top: 2px;
	background: rgb(240, 246, 225) url("assets/img/icon-search3.png") no-repeat scroll 50% 50%;
	border: medium none;
	color: transparent;
}

.search-container .search-results {
	display: block;
	margin: 0 auto;
}

.search-container .search-results .search-result-item {
    display: block;
    border: 1px solid #E5E5E5;
    border-top: none;
    text-align: left;
    padding: 15px 20px;
    background: #F0F6E1;
    color: rgb(107, 107, 107);
    position: absolute;
    width: 100%;
}

.search-container .search-results .search-result-item .highlight {
    color: red;
    text-decoration: underline;
}

.hide, 
a.hide {
	display: none;
}

@media (max-width: 768px) {
	.search-button {
		display: none;
	}
}

/***************************
*    MTA Mobile Search     *
****************************/

.mobile-search-box{
	width: 40%;
	text-align: center;
	margin: 20px auto;
}

.mobile-quote-button,
.mobile-search-button {
	display: none;
}

@media (max-width: 768px) {
	.mobile-quote-button,
	.mobile-search-button {
		display: block;
	}
	.mobile-search-button.hide {
		display: none;
	}

	.mobile-quote-button .online-cta,
	.mobile-search-button .online-cta,
	.mobile-search-box {
		width: 80%;
	}
}

@media (max-width: 400px) {
	.mobile-quote-button .online-cta,
	.mobile-search-button .online-cta,
	.mobile-search-box {
		width: 85%;
	}
}
/***************************
* 	News Item Template 		*
****************************/
.page-template-template-news-item .col.col-left { 
	width: 560px; 
	margin-right: 20px;
}
.page-template-template-news-item .col.col-right { 
	width: 380px; 
	float: right;
}
.page-template-template-news-item .col.col-right img { 
	margin-bottom: 20px; 
}
.page-template-template-news-item .article-content {
	padding: 60px 40px;
}
.page-template-template-news-item h6 { 
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
.page-template-template-news-item h6.post-title { 
	margin-bottom: 30px; 
}
.page-template-template-news-item p/*, 
.page-template-template-news-item h4*/ {
	font-family: 'Calibri', Arial, serif;
}
.page-template-template-news-item h4 {
	margin-bottom: 5px;
}
.page-template-template-news-item ul li,
.page-template-template-news-item ol li,
.page-template-template-news-item table td,
.page-template-template-news-item table th,
.page-template-template-news-item p {
	font-size: 16px;
	line-height: 1.3; 
}


/***************************
* 	Product Item Template 	*
****************************/
.page-template-template-product-item h1,
.page-template-template-private-client h1 {
	display: inline-block;
}
.page-template-template-product-item .wp-post-image,
.page-template-template-private-client .wp-post-image {
	width: 100%;
	height: auto;
}
.page-template-template-product-item .sidebar-box,
.page-template-template-private-client .sidebar-box {
	padding: 20px;
}
.page-template-template-product-item .sidebar-box ul li,
.page-template-template-private-client .sidebar-box ul li {
	font-size: 16px;
}
.page-template-template-product-item .sidebar-box .description,
.page-template-template-private-client .sidebar-box .description,
.page-template-template-private-client .sidebar-box .email,
.page-template-template-product-item .sidebar-box .email {
	font-size: 13px;
	font-family: 'montserratlight';
	line-height: 1.3em;
	margin-bottom: 15px;
}
.page-template-template-private-client .sidebar-box *,
.page-template-template-product-item .sidebar-box * {
	font-family: 'montserratregular';
	color: #FFF;
	margin-bottom: 10px;
}
.page-template-template-private-client .sidebar-box h6,
.page-template-template-product-item .sidebar-box h6 {
	font-size: 17px;
}
.page-template-template-private-client .sidebar-box .telephone,
.page-template-template-product-item .sidebar-box .telephone {
	font-size: 16px;
	margin: 15px 0;
}
.sidebar-box ul { margin-top: 15px; list-style: outside none none; }
.sidebar-box ul li { margin-left: -20px; }
.sidebar-box p.email a,
.sidebar-box p.telephone a,
.sidebar-box ul li a { 
	display: block;
	background: transparent url("assets/img/white-arrow.png") no-repeat scroll 100% 50%;
	line-height: 21px;
	padding-right: 15px;
}

.sidebar-box p.email span {
	display: block;
	margin-bottom: 0;
	margin-top: -5px;
}


/***************************
* 	Private Client Template *
****************************/
.page-content p,
.page-content ol li,
.page-content ul li,
.page-content table td,
.page-content table th {
	font-size: 16px;
}
.page-content h5,
.page-content h6 {
	font-size: 27px;
}
.page-content p,
.page-content ol li,
.page-content ul li,
.page-content table td,
.page-content table th/*,
.page-content h4*/ {
	font-family: 'Calibri', Arial, serif;
}
.page-template-template-private-client .other-products .wrapper {
	padding: 20px 10px 50px;
}
.page-template-template-private-client .other-products h2 {
	padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 20px;
    margin-bottom: 5px;
}
.page-template-template-private-client .sidebar-box .industry-link {
	font-size: 16px;
	margin: 0;
}
.page-template-template-private-client .sidebar-box .industry-link a {
	padding: 10px;
	margin-bottom: 15px;
	display: block;
	background-color: #cb0935
}
.page-template-template-private-client .sidebar-box .industry-link:last-child a {
	margin-bottom: 0;
}
.page-template-template-private-client .sidebar-box .industry-link a span {
	display: block;
	width: 90%;
	margin: 0
}


/***************************
* 	Sitemap Template 		*
****************************/
.sitemap-content {
	margin-left: 20px;
}
.sitemap-content ul {
	list-style: outside none none;
}

.sitemap-content ul li {
    background: transparent url("assets/img/green-arrow.png") no-repeat scroll -4px 0% / 10px 20px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.sitemap-content ul li a {
	color: #000;
}

/***************************
* 			Blog 			*
****************************/
.blog .post-content,
.archive .post-content {
	overflow: hidden;
	background: #FFF;
	position: relative;
}
.blog .post-content img,
.archive .post-content img {
	float: right;
	margin-left: 30px;
	max-width: 390px;
}
.blog .post-content .post-text,
.archive .post-content .post-text {
	padding: 20px;
}
.blog .post-content .post-title, 
.archive .post-content .post-title, 
.blog .post-content p,
.archive .post-content p,
.blog .post-content .read-more,
.archive .post-content .read-more {
	font-family: 'calibri', Arial, serif;
}
.blog .post-content .post-title,
.archive .post-content .post-title {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 10px;
	margin-right: 400px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.blog .post-content .post-title,
.archive .post-content .post-title,
.blog .post-content .post-title a,
.archive .post-content .post-title a,
.blog .post-content .read-more a,
.archive .post-content .read-more a,
.blog .post-content p,
.archive .post-content p {
	color: #3C3C3C;
}
.blog .post-content .read-more,
.archive .post-content .read-more {
	position: absolute;
	right: 420px;
	bottom: 20px;
	text-align: right;
	font-size: 20px;
	margin-top: 20px;
}
.blog .post-content .read-more a,
.archive .post-content .read-more a {
	background: transparent url("assets/img/green-arrow.png") no-repeat scroll 100% 0%;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-right: 30px;
}

.blog .post-content p,
.archive .post-content p {
	font-size: 20px;
	line-height: 1.2;
}

/**
 * Navigation
 */
.nav-links {
	overflow: hidden;
}
.nav-links .page-numbers {
	display: none;
	width: 49%;
	padding: 20px;
	background-color: #96c21f;
	background-repeat: no-repeat;
	color: #FFF;
}
.nav-links .prev.page-numbers,
.nav-links .next.page-numbers {
	display: block;
}
.nav-links .next.page-numbers {
	float: right;
	text-align: right;
	padding-right: 50px;
	background-image: url("assets/img/white-arrow.png");
	background-position: 95% 50%;
}
.nav-links .prev.page-numbers {
	float: left;
	text-align: left;
	padding-left: 50px;
	background-image: url("assets/img/white-arrow-inverse.png");
	background-position: 5% 50%;
}




/**
 * Single - Post
 */
.single header {
	margin-bottom: 30px;
}
/*.single h1 {
	font-size: 20px; 
	font-family: 'Calibri', Arial, serif;
}*/
.single-post .col.col-left { 
	width: 560px; 
	margin-right: 20px;
}
.single-post .col.col-right { 
	width: 380px; 
}
.single-post .col.col-right img { 
	margin-bottom: 20px; 
}
.single .article-content {
	padding: 40px;
}
.single h6 { 
	/*font-size: 15px;*/
	margin-bottom: 5px;
	/*font-weight: bold;*/
}
/*.single h6.post-title { 
	margin-bottom: 30px; 
}*/
.single p/*, 
.single h4*/ {
	font-family: 'Calibri', Arial, serif;
}
.single h4 {
	margin-bottom: 5px;
}
.single p {	
	font-size: 16px;
	line-height: 1.3; 
}
.back-btn {
	text-align: left;
	padding-left: 60px;
	background-image: url("assets/img/white-arrow-inverse.png");
	background-position: 5% 50%;
	background-repeat: no-repeat;
}
.back-btn.green-bg,
.back-btn.dark-blue-bg {
	color: #FFF;
}
.back-btn.green-bg:hover {
	background-color: #1b273d;
}


.other-articles .row .content-box.col33 {
	width: 33%;
	max-width: 240px;
	padding: 10px;
	margin: 0 15px;
	vertical-align: top;
}
.other-articles .row {
	text-align: center;
}
.other-articles .row .col {
	display: inline-block;
	float: none;
}
.other-articles .row .product-content {
	text-align: left;
}
.other-articles .row .product-content a.read-more {
	right: 40px;
	text-align: right;
}

/**
 * Single-Team
 */
.col.team {
	width: 100%;
}

.page-template-template-product-item .col.col-left,
.page-template-template-private-client .col.col-left,
.single-team .col.col-left {
	width: 680px;
	padding: 15px 50px 15px 0;
} 
.page-template-template-product-item .col.col-right, 
.page-template-template-private-client .col.col-right,
.single-team .col.col-right { 
	width: 280px;
	padding: 15px;
	float: right;
}
.single-team .team-content {
	padding: 15px;
	min-height: 400px;
	width: 80%;
	margin: 0 auto;
}
.single-post .post-header,
.single-team .team-content .post-header {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0px;
	margin-bottom: 20px;
}
/*.single-team .team-content .post-header h4 {
	font-size: 27px;
}*/
.single-team .team-content .post-header .post-title {
	font-weight: bold;
}
.single-team .team-content h4 {
	/*line-height: 1.2em;*/
	margin-bottom: 0;
	/*font-size: 22px;*/
}
.single-team .areas-of-expertise {
	margin-top: 20px;
	padding: 10px 20px;
} 
.single-team .areas-of-expertise * {
	color: #FFF;
}
.single-team .areas-of-expertise h6 {
	font-size: 18px;
	border-bottom: 1px solid rgb(255, 255, 255);
	padding-bottom: 5px;
}
.single-team .areas-of-expertise ul {
	margin-top: 5px;
	list-style: outside none none;
}
.single-team .areas-of-expertise ul li {
	margin-bottom: 0px;
	margin-left: -20px;
	padding: 5px 2px 0px;
}


/**
 * Content Box
 */
.content-box { 
	padding: 1%; 
	position: relative;
}
.content-box .bordered-img {
	border-bottom: none;
} 
.content-box .contact-arrow,
.content-box .arrow {
	display: block;
	
}
.content-box.vertical .arrow {
	background-image: url(assets/img/carousel-green-arrow-small.png);
	height: 85px;
	background-repeat: no-repeat;
	margin-left: -2px;
}
.content-box.vertical .arrow.blue {
	background-image: url(assets/img/carousel-blue-arrow-small.png);
}
.content-box.vertical .arrow.red {
	background-image: url(assets/img/carousel-red-arrow-small.png);
}
.content-box.vertical.arrow-bordered .arrow {
	background-image: url(assets/img/product-box-vertical-blue-arrow-border.png);
}
/*.content-box.vertical:hover .arrow {
	background-image: url(assets/img/product-box-vertical-green-arrow.png);
}*/
.content-box.vertical.arrow-bordered:hover .arrow {
	background-image: url(assets/img/product-box-vertical-green-arrow-border.png);
}
.content-box.horizontal .arrow {
	display: block;
	width: 96px;
	height: 185px;
	float: right;
	margin-right: -20px;
	margin-left: 20px;
	background-image: url(assets/img/carousel-green-arrow.png);
}

.content-box.horizontal .arrow.blue {
	background-image: url(assets/img/carousel-blue-arrow.png);
}
.content-box.horizontal .arrow.grey {
	background-image: url(assets/img/carousel-grey-arrow.png);
}
.content-box.horizontal.left .arrow {
	float: left;
	margin-right: 20px;
	margin-left: -20px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.content-box.horizontal img {
	float: right;
	max-width: 270px;
	max-height: 185px;
}
.content-box.horizontal.left img {
	float: left;
}
.content-box .product-content.green-bg {
	background-color: #96c21f;
}
.content-box.horizontal .product-content {
	min-height: 185px;
	padding: 10px 20px 10px 40px;
}
.content-box.horizontal .product-content:first-of-type {
	padding: 10px 0px 10px 20px;
}
.content-box.horizontal .product-content .content-wrapper{
	padding-left: 60px;
}
.content-box.horizontal .product-content:first-of-type .content-wrapper {
	padding-left: 0;
}
.branch-container.content-box.vertical .product-content {
	padding: 15px 20px;
}
.content-box .product-content * {
	color: #FFF;
}
.content-box .product-content .date {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgb(255, 255, 255);
	font-size: 14px;
	padding-top: 8px;
}
.content-box .product-content .title {
	font-family: 'montserratregular';
	font-size: 16px;
	margin-bottom: 5px;
	height: 40px;
}
.content-box.no-date .product-content .title {
	margin-top: 5px;
	position: relative;
	z-index: 10;
}
.content-box.branch-container .product-content .branch {
	border-bottom: 1px solid rgb(255, 255, 255);
	padding-bottom: 5px;
}
.content-box.branch-container .product-content p {
	font-family: 'Calibri', Arial, serif;
	font-size: 18px;
}
.content-box.branch-container .product-content .address p {
	line-height: 20px;
}
.content-box.branch-container .product-content p.telephone {
	/*background: url('assets/img/icon-phone-white.png') no-repeat 0px 2px;*/
	padding-left: 20px;
}
.content-box.branch-container .product-content p.email {
	/*background: url('assets/img/icon-email-white.png') no-repeat 0px 6px;*/
	padding-left: 20px;
}
.content-box .product-content .description {
	font-size: 12px;
	line-height: 1.3;
	position: relative;
	z-index: 10;
}

.content-box .product-content .ribbon {
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0% -50%;
	display: none;
}
.content-box .product-content .ribbon.one {
	background: url("assets/img/Ribbon-Team-Box-1.png");
}
.content-box .product-content .ribbon.two {
	background: url("assets/img/Ribbon-Team-Box-2.png");
}
.content-box .product-content .ribbon.three {
	background: url("assets/img/Ribbon-Team-Box-3.png");
}
.content-box .product-content .ribbon.four {
	background: url("assets/img/Ribbon-Team-Box-4.png");
}
.content-box .product-content a.read_more {
	position: absolute;
	bottom: 25px;
	font-family: montserratregular;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 10px 10px;
	background-color: #cb0935;
}

.content-box.horizontal .grey-chevron {
	position: absolute;
	bottom: 10px;
	top: 10px;
	left: 10px;
	width: 60%;
	background-image: url('assets/img/carousel-strip-grey.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	/*z-index: 10;*/
}


/* Insurer table */
.insurer-table tr td {
	vertical-align: middle;
}

/**
 * Testimonial Carousel
 */
.testimonial-strip {
	background-color: #475b6d;
	margin-bottom: 20px;
}
.testimonial-strip .testimonial-content .testimonial-text {
	margin-bottom: 20px;
}
.testimonial-strip p {
	color: #FFF;
	line-height: 1.8;
}
.testimonial-strip .testimonial-content .author {
	margin-bottom: 5px;
	font-size: 18px;
}
.testimonial-strip .testimonial-content .author-info {
	font-style: italic;
	font-family: "montserratlight";
}


.testimonial-strip .slick-prev,
.testimonial-strip .slick-next {
	display: none !important;
}
.testimonial-strip .slick-dots {
	text-align: center;
	margin-top: 40px;
}
.testimonial-strip .slick-dots li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 15px;
}
.testimonial-strip ul.slick-dots li button {
	color: transparent;
	background: none;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	padding: 0px;
	border: 1px solid #FFF;
	font-size: 0px;
}
.testimonial-strip ul.slick-dots li.slick-active button { background-color: #96c11f; }
.testimonial-strip ul.slick-dots li button:hover { cursor: pointer; }

@media all and ( min-width: 768px ) and (max-width: 1024px) {
	.content-box.horizontal .grey-chevron {
		bottom: 8px;
		top: 8px;
		width: 75%;
	}
}

@media (max-width: 414px) {
	.content-box.horizontal .grey-chevron {
		display: none;
	}

	.content-box.horizontal .grey-bg {
		background-color: #475b6d;
	}
}

@media (min-width: 768px) {
	.single-team .team-content {
		padding: 40px;
	}
}

@media (min-width: 1024px) {
	.content-box.vertical .product-content {
		min-height: 200px;
		padding: 5px 20px;	
		position: relative;
	}

	.content-box .product-content .title {
		height: auto;
	}

	.content-box .product-content .ribbon {
		display: block;
	}
}


/***************************
* 			Footer 			*
****************************/
#footer {
	background: #475b6d;
	overflow: hidden;
	position: relative;
}
#footer .wrapper {
	padding: 30px 10px 10px;
	position: relative;
}
#footer #footer-nav {
	padding: 0;
	margin-bottom: 5px;
}
#footer-nav ul li {
	border-left: 1px solid #FFF;
	padding-left: 10px;
}
#footer-nav ul li:first-child {
	border: none;
	padding-left: 0px;
}
#footer .address,
#footer .copyright {
	padding: 0;
	clear: left;
	font-size: 16px;
	color: #FFF;
}
#footer .copyright {
	margin-top: 20px;
	/*text-align: center;*/
}
#footer .social-buttons {
	float: right;
	margin-top: 10px;
}
#footer .social-buttons a {
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	color: transparent;
}
#footer .social-buttons .twitter-icon {
	background-image: url(assets/img/icon-twitter-blue.png);
	width: 32px;
	height: 28px;
}
#footer .social-buttons .linkedin-icon {
	background-image: url(assets/img/icon-linkedin-blue.png);
	width: 100px;
	height: 28px;
}
#footer p.bluefuse {
	float: none;
}

.footer-prism-mobile {
	background: url("assets/img/prism-mobile-footer-small.png") no-repeat 50% 50%;
	width: 100%;
	height: 144px;
	margin-top: -1px;
}

#footer .footer-prism {
	background: url("assets/img/Prism-Footer-Left.png");
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	display: none;
}

#footer .footer-ribbon {
	background: url("assets/img/Ribbon-Footer-Right.png");
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	display: none;
}

@media (min-width: 450px) {
	.footer-prism-mobile {
		background: url("assets/img/Prism-Mobile-Footer.png") no-repeat 50% 0%;
		height: 200px;
	}
}

@media (min-width: 1024px) {
	#footer .footer-ribbon {
		display: block;		
	}
	.footer-prism-mobile {
		display: none;
	}
}

@media (min-width: 1200px) {
	#footer .footer-prism {
		display: block;		
	}
}

/* Cookie disclaimer */
#cookieChoiceInfo {
    padding: 20px;
    background: #94c11f;
    color: #FFF;
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
}
#cookieChoiceInfo a{
	color: #006c99;
}
#cookieChoiceInfo a:hover{
	border-bottom: 1px solid #006c99;
	text-decoration: none;
}
#cookieChoiceInfo span{
	color: #fff;
}


@media (max-width: 1300px) {
	.call-me-back-modal .vertical-centering-container {
		width: 70%;
	}
}
@media (max-width: 1100px) {
	.carousel,
	.slick-slide img {
		width: 100%;
		height: auto;
	}

	/**
	 * Navbar
	 */
	#header .header-content #main-nav { display: none; }
	#header .header-content.mobile-toggled {
	    z-index: 99;
	}
	#header .mobile-menu-toggle span.text {
		position: absolute;
		left: 0px;
		top: 0px;
		color: #1B273D;
	}
	#header .mobile-menu-toggle span.line {
	    border-bottom: 3px solid #1B273D;
	    margin-bottom: 3px;
	    display: block;
	    width: 20px;
	}
	#header .mobile-menu-toggle span.icon-close {
	    display: none;
		color: #fff;
	    font-size: 40px;
	    line-height: 12px;
	}
	#header .header-content.mobile-toggled #main-nav {
	    display: block;
	    position: fixed;
	    top: 170px;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    background: rgba(0, 0, 0, 0.8);
	    overflow: scroll;
	    z-index: 100;
	}
	#header .header-content #main-nav ul li {
		background: rgb(255, 255, 255) none repeat scroll 0% 0%;
		display: block;
		width: 100%;
		margin: 0;
		padding: 20px;
		border-bottom: 1px solid #E5E5E5;
		border-right: none; 
	}
	#header .header-content #main-nav ul li a {
		padding: 0;
	}
	#header .header-content #main-nav ul li.menu-item-has-children a::after {
		right: 0;
	    background: url(assets/img/klu-mobile-plus.png) 0px 0px no-repeat;
	    content: "";
	    display: block;
	    top: 4px;
	    position: absolute;
	    height: 15px;
	    width: 20px;
	    background-size: 15px 15px;
	}
	#header .header-content #main-nav ul li > ul li {
		padding: 10px 0 5px;
		border: none;
	}

	#header .header-content #main-nav ul li:first-child {
		border-bottom: none;
	}
	#header .header-content #main-nav ul li:first-child > ul li,
	#header .header-content #main-nav ul li >  ul li > ul li:first-child {
		border-bottom: none;
	}
	#header .header-content #main-nav ul li.active a::after {
		right: 0;
	    background: url(assets/img/klu-mobile-minus.png) 0px 0px no-repeat;
	    content: "";
	    display: block;
	    top: 4px;
	    position: absolute;
	    height: 15px;
	    width: 20px;
	    background-size: 15px 15px;
	}
	#header .header-content #main-nav ul li > ul.open li a::after,
	#header .header-content #main-nav ul li > ul.open li a::after,
	#header .header-content #main-nav ul li > ul.open li.menu-item-has-children a::after,
	#header .header-content #main-nav ul li.active > ul li a::after {
	    background: transparent;
	}
}
@media (max-width: 980px) {

	.row .col.col50 { width: 100%; }
	.weird-one {
		word-break: break-all;
	}

	table,
	thead,
	tbody,
	tr {
		width: 100%;
		display: block;
	}
    table tr td, 
    table tr th {
        width: 33%;
    }
	.insurer-table tr td {
		width: auto;
		vertical-align: top;
	}

	#header {
    	z-index: 1001;
	}

	/*#header h1, .logo {
		width: 100px;
		height: 43px;
		background-size: 100%;
	}*/

	@media (min-width: 1101px) {
		#header .header-content #main-nav ul li a {
			color: #fff
		}
	}

	/**
	 * Contact strip
	 */
	#header #header-more-details {
		background: transparent url("assets/img/white-arrow-bottom.png") no-repeat scroll 100% 50%;
		padding-right: 30px;
		color: #FFF;
		font-family: Arial;
		padding: 10px 30px 10px 10px;
		display: inline-block;
		margin: 0 auto;
		text-decoration: none;
	}
	#header .open #header-more-details {
		background-image: url("assets/img/white-arrow-up.png");
	}

	#header #searchform {
		margin-left: 0;
	}

	.breadcrumbs {
		padding: 10px;
	}

	/**
	 * Content
	 */
	#content {
	    margin-top: 216px;
	}

	.call-me-back .wrapper {
		padding: 0 10px;
	}

	.page-template-template-news-item .col.col-left,
	.page-template-template-news-item .col.col-right,
	.page-template-template-product-item .col.col-left, 
	.page-template-template-private-client .col.col-left, 
	.page-template-template-product-item .col.col-right, 
	.page-template-template-private-client 
	.col.col-right, 
	.single-post .col.col-left,
	.single-post .col.col-right,
	.single-team .col.col-left,
	.single-team .col.col-right {
		width: 50%;
		padding: 4px;
		margin: 0;
	}
	
	.call-me-back-modal .vertical-centering-container {
		width: 90%;
	}
	.tdi-container .contact .extra-padding {
		padding-top: 0;
	}
	.tdi-container .col33 {
		padding: 10px 20px;
	}
	.tdi-container .title {
		float: left;
	}
	.tdi-container .tdi-logo {
		float: none;
		margin-bottom: 30px;
		margin-left: 20px;
	}

}

@media all and ( min-width: 850px ) and (max-width: 1100px) {
	.carousel .image-caption h2 {
		font-size: 45px;
	}
}

@media all and (max-width: 850px) {
	.row .col.col33 { width: 100%; }
	.wrapper {
		padding: 20px 10px;
	}

	.carousel .image-caption {
		left: 20px;
		max-width: 50%;
	}
	.carousel .image-caption h2 {
		font-size: 30px;
	}

	.other-articles .row .content-box.col33 {
		width: 100%;
	}

	/* Footer */
	#footer .social-buttons {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	#footer #footer-nav {
		float: none;	
	}
	#footer-nav ul li {
		float: none;
		display: block;
		text-align: center;
		border: none;
		margin: 5px 0;
		padding: 0;
	}
	#footer .address,
	#footer .copyright {
		text-align: center;
	}
}

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

	.carousel .image-caption h2 { font-size: 22px; }	
	.carousel .image-caption .carousel_cta { font-size: 16px; padding-right: 15px; max-width: 80%; }	
	.carousel .image-caption .carousel_cta .arrow { display: none; }	
	.carousel .image-caption p { font-size: 18px; width: 80%; }

	.page-template-template-news-item .col.col-left,
	.page-template-template-news-item .col.col-right,
	.page-template-template-product-item .col.col-left, 
	.page-template-template-private-client .col.col-left, 
	.page-template-template-product-item .col.col-right, 
	.page-template-template-private-client .col.col-right, 
	.single-post .col.col-left,
	.single-post .col.col-right,
	.single-team .col.col-left,
	.single-team .col.col-right {
		width: 100%;
	}
	.padded-col { padding-right: 0px; }
	.page-template-template-private-client .col.col-left.page-content,
	.single .article-content {
		padding: 10px;
	}

	.nav-links .next.page-numbers,
	.nav-links .prev.page-numbers {
		width: 100%;
		float: none;
	}

	.blog .post-content img, 
	.archive .post-content img {
		max-width: 100%;
		float: none;
		margin: 0;
	}
	.blog .post-content .post-title, 
	.archive .post-content .post-title {
		margin-right: 0;
	}
	.blog .post-content .read-more, 
	.archive .post-content .read-more {
		position: static;
		right: 0;
		bottom: 0;
	}

}
@media all and (max-width: 480px) {
	td {
		font-size: 14px;
	}
	.row .col.col25 { width: 100%; }

	.carousel .image-caption h2 { font-size: 18px; }	
	.carousel .image-caption p { font-size: 15px; width: 94%; }
	.carousel .green-chevron {
		width: 65%;
	}

	.other-articles .row .content-box.col33 {
		width: auto;
		max-width: 100%;
		margin: 0;
	}

	.content-box a.image-link {
		font-size: 0;
	}
	.content-box.horizontal img,
	.content-box.horizontal.left img,
	.content-box.vertical img {
		width: 100%;
		max-width: 100%;
		max-height: 100%;
		height: auto;
		float: none;
	}
	.content-box.horizontal .arrow,
	.content-box .product-content .date,
	.content-box .product-content .description,
	.content-box .product-content a.read_more {
		display: none;
	}

	.content-box .product-content.team .description,
	.content-box .product-content.team a.read_more {
		display: block;
	}

	.content-box.horizontal .product-content {
		min-height: 0px;
		padding: 0px;
	}
	.content-box.no-date .product-content .title {
		margin: 0;
	}
	.home .content-box .product-content .title a {
		padding: 0 20px;
		display: block;
	}
	.content-box .product-content .title a {
		padding: 5px 20px;
		display: block;
	}
	.content-box .product-content .title a span {
		/*background: transparent url("assets/img/white-arrow.png") no-repeat scroll 100% 50%;*/
		padding-right: 30px;
	}
	.call-me-back h2 {
		font-size: 28px;
	}
	.call-me-back-modal .vertical-centering-container {
		width: 100%;
	}

	.contact-container {
		padding: 20px;
	}
	.page-template-template-about-us .btn {
		width: 95%;
	}

	.carousel .image-caption .carousel_cta {
		width: 70%;
		padding: 10px;
		margin-top: 5px;
		line-height: 18px;
	}

}

@media all and (max-width: 350px) {
	.carousel .image-caption .carousel_cta {
		padding: 5px;
		line-height: 12px;
		font-size: 10px;
	}
	.carousel .image-caption p {
		font-size: 12px;
	}
}

/**
 * Team Product Box
 */

.product-content.team {
	height: auto;
	min-height: 100px;
	padding: 10px 15px 0;
}

.product-content.team .title {
	height: auto;
}

.product-content.team .title a {
	padding: 0;
}

.product-content.team a.read_more {
	padding: 4px 30px 4px 0;
	background:	transparent url("assets/img/white-arrow.png") no-repeat scroll 95% 50%;
}
@media (min-width: 481px) {
	.product-content.team {
		min-height: 190px;
	}
	.product-content.team a.read_more {
		background: transparent url("assets/img/white-arrow.png") no-repeat scroll 80% 50%;
	}
}

@media (min-width: 600px) {
	.product-content.team {
		min-height: 175px;
	}
	.product-content.team a.read_more {
		background: transparent url("assets/img/white-arrow.png") no-repeat scroll 90% 50%;
	}
}

@media (min-width: 768px) {
	.product-content.team {
		min-height: 125px;
	}

	.product-content.team a.read_more {
		padding: 4px 10px 4px 0;
	    background: transparent url(assets/img/white-arrow.png) no-repeat scroll 85% 50%;
	    max-width: 150px; 
	}
}

@media (min-width: 1024px) {
	.product-content.team a.read_more {
		padding: 10px;
		background:	#cb0935;
		max-width: none;
	}
}

/**
 * Business Card
 */
 
.col .business-card {
	background-color: #475b6d;
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.col .business-card p {
	margin-bottom: 5px;
}

.col .business-card img {
	width: 100%;
	height: auto;
}

.col .business-card .contact-info {
	width: 100%;
	float: right;
	padding: 10px;
}

.col .business-card .contact-info .title {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 0;
}

.col .business-card .contact-info .job-title {
	min-height: 70px;
}

.col .business-card p.email a,
.col .business-card p.telephone a,
.col .business-card p.linkedin {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 5px 5px; 
}	

.col .business-card .bc-img {
	position: relative;
	width: 100%;
	height: 75px;
}

.col .business-card p.email a {
	background-image: url('assets/img/envelope-small.png');
}

.col .business-card p.telephone a {
	background-image: url('assets/img/phone-small.png');
	background-position-y: 4px;
}

.col .business-card p.linkedin {
	background-image: url('assets/img/icon-linkedin-white.png');
    background-position-x: 6px;
}

.col .business-card .bc-logo {
	background-image: url('assets/img/klu-business-card-logo-mobile.png');
    position: absolute;
    bottom: 0;
    top: 20px;
    left: 5px;
    width: 50%;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

.col .business-card .bc-prism {
	background-image: url('assets/img/klu-business-card-prism-mobile.png');
	position: absolute;
    bottom: -10px;
    top: 0;
    right: -10px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    overflow: hidden;
}	

@media (min-width: 415px) {
	.col .business-card {
		width: 50%;
	}

	.col .business-card img {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.col .business-card {
		width: 100%;
		overflow: hidden;
	}

	.col .business-card img {
		float: left;
		width: 50%;
	}

	.col .business-card .contact-info {
		width: 50%;
		padding: 15px;
	}
	.col .business-card .contact-info .job-title {
		font-size: 22px;
	}
	.col .business-card .bc-prism {
		bottom: -20px;
		right: -15px;
	}
}

@media (min-width: 1024px) {
	.col .business-card .contact-info {
		width: 55%;
	}
	.col .business-card img {
		width: 45%;
		max-height: 342px;
	}
	.col .business-card .bc-img {
		height: 120px;
	}
	.col .business-card .bc-logo {
		background-image: url('assets/img/klu-business-card-logo-small.png');
	}
	.col .business-card .bc-prism {
		background-image: url('assets/img/klu-business-card-prism-small.png');
	}
	.col .business-card .contact-info .job-title {
		font-size: 27px;
	}
	.col .business-card .bc-prism {
		bottom: -15px;
	}
}

/******************************
* Gravity Form Style Overides *
*******************************/

.gform_wrapper h3.gform_title {
	font-family: 'montserratsemi_bold';
	font-size: 27px !important; 
}

.form_text {
	font-family: "Calibri", Arial, serif;
	font-size: 16px;
	color: #505050;
}

.form_field_label label {
	font-family: "Calibri", Arial, serif;
	font-size: 18px !important;
	font-weight: normal !important;
	color: #96c21f;
}

body .gform_wrapper.gravity-theme .gfield_label {
	color: #96c21f;
	font-weight: 400;
}

body .gform_wrapper.gravity-theme .gform_footer {
	justify-content: flex-end;
}

.gform_footer input.button {
	background-color: #cb0935;
	color: #fff;	
	font-size: 20px;
	padding: 10px;
	border:  none;
	background-image: url("assets/img/white-arrow.png");
	background-position: 95% 52%;
	background-repeat: no-repeat; 
	width: 25% !important;
	float: right;
}

.button,
.cta-button {
	padding: 10px;
	color: #fff;
	background-color: #cb0935;
}

.cta-button {
	width: max-content;
}

.cta-button a {
	color: #fff;
	margin-bottom: 10px;
}

/******************************
* Gutenberg Editor *
*******************************/
.wp-block-image img {
	height: auto;
}