/*
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.2
Template: bluefuse
*/
/* Load parent theme CSS */
@import url("../bluefuse/style.css");
@import url("./private-clients-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-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-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-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-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-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");
  font-weight: normal;
  font-style: normal;
}

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

.white-bg {
  background-color: #fff;
}
.light-grey-bg {
  background-color: #ebebeb;
}
.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;
}

/***************************
* 		Button Colours		*
****************************/
.grey-btn {
  background-color: #475b6d !important;
}
.green-btn {
  background-color: #94c11f !important;
}
.blue-btn {
  background-color: #006a8f !important;
}
.orange-btn {
  background-color: #dd5d09 !important;
}
.yellow-btn {
  background-color: #fbba00 !important;
}
.red-btn {
  background-color: #cb0935 !important;
}

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

/* Resetting some styles */
html {
  min-height: 100%;
}
html {
  scroll-behavior: smooth;
}
html * {
  box-sizing: border-box;
}
body {
  background: #fff;
  font-family: "montserratlight", Arial, serif;
  height: auto;
}
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;
}

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;
}
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 #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-events #content,
.page-template-template-sitemap #content,
.page-template-template-seo-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;
}
.vertical-centering-container {
  display: table;
  overflow: hidden;
  height: 100%;
}
.vertical-centering-content {
  display: table-cell;
  vertical-align: middle;
}
.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
    0% 100%;
  padding-bottom: 20px;
  font-family: "montserratsemi_bold";
  margin-bottom: 30px;
}
.underlined-centre-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;
}

.clear {
  clear: both;
}
.row {
  overflow: hidden;
}
.row .col {
  float: left;
}
.row .col.col25 {
  width: 25%;
}
.row .col.col33 {
  width: 33.33333%;
}
.row .col.col50 {
  width: 50%;
}
.row.team .col {
  display: flex;
}
.row.team .col > a,
.row.team .col > div {
  flex-basis: 50%;
}
.padded-col {
  padding-right: 30px;
}

.responsive-img {
  width: 100%;
  height: auto;
  /*max-height: 174px;*/
}
.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,
  .row.claim {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .row.team .col .responsive-img {
    height: 100%;
  }
}

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

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: #fff;
}
#header .header-logo,
.logo {
  background: transparent url("assets/img/logo.png") no-repeat scroll 0% 0%;
  margin: 15px 0;
  width: 235px;
  height: 51px;
  text-indent: -2000px;
  float: left;
}

#header .topbar {
  position: relative;
}
#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.email a,
#header .contact-strip p.telephone a {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 4px 1px;
}
#header .contact-strip p.email a {
  background-image: url("assets/img/icon-email.png");
}
#header .contact-strip p.telephone a {
  background-image: url("assets/img/icon-phone.png");
  font-size: 22px;
  background-position-y: 70%;
}
#header .contact-strip img.lloyds {
  vertical-align: bottom;
  margin-right: 40px;
}

#header .search-form-container {
  display: inline-block;
}
#header #searchform {
  position: relative;
  top: auto;
  right: auto;
  margin-right: 100px;
}
#header #searchform label {
  display: none;
}
#header #searchform input[type="text"] {
  width: 250px;
  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,
#header .mobile-menu-toggle {
  display: none;
}

#header .header-content .social-buttons {
  display: none;
}
#header .mobile-social-buttons {
  position: absolute;
  width: 25%;
  min-height: 30px;
  top: 10px;
  right: 0;
}
#header .mobile-social-buttons .twitter-icon {
  background-image: url(assets/img/icon-twitter-blue-small.png);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  width: 35px;
  background-repeat: no-repeat;
  background-position: 0% 10%;
}
#header .header-content .social-buttons .twitter-icon {
  background-image: url(assets/img/icon-twitter-blue-small.png);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 15%;
  width: 35px;
  background-repeat: no-repeat;
  background-position: 100% 10%;
  z-index: 100;
}
#header .mobile-social-buttons .linkedin-icon {
  background-image: url(assets/img/linkedin-logo-small.png);
  width: 100px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 30px;
  background-repeat: no-repeat;
  background-position: 100% 10%;
}
#header .header-content .social-buttons .linkedin-icon {
  background-image: url(assets/img/linkedin-logo-small.png);
  width: 100px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 5%;
  width: 5%;
  background-repeat: no-repeat;
  background-position: 100% 10%;
}

@media (min-width: 568px) {
  #header .mobile-social-buttons {
    width: 15%;
  }
}

@media (min-width: 980px) {
  #header .mobile-social-buttons {
    width: 7%;
    top: 6px;
  }
  #header #searchform {
    margin-right: 75px;
  }
  #header.europe #searchform {
    margin-right: 165px;
  }
  #header .contact-strip img.lloyds {
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  #header .mobile-social-buttons {
    width: 12%;
  }
  #header .mobile-social-buttons .twitter-icon {
    left: 30%;
  }
}

@media (min-width: 1400px) {
  #header .mobile-social-buttons {
    width: 17%;
  }
  #header .mobile-social-buttons .twitter-icon {
    left: 20%;
  }
}

@media (min-width: 1600px) {
  #header .mobile-social-buttons {
    width: 20%;
  }
  #header .mobile-social-buttons .twitter-icon {
    left: 15%;
  }
}

@media (min-width: 1800px) {
  #header .mobile-social-buttons {
    width: 25%;
  }
  #header .mobile-social-buttons .twitter-icon {
    left: 10%;
  }
}

/* Main Nav */

#header .header-content {
  border-bottom: 1px solid #eee;
  margin: 0px;
  max-width: none;
  width: 100%;
}
#header .header-content .wrapper {
  padding: 0;
  overflow: unset;
}
#header .header-content #main-nav {
  background: #fff;
  float: right;
  overflow: unset;
}
#header .header-content #main-nav ul li:first-child {
  border: none;
}
#header .header-content #main-nav ul li {
  border-left: 1px solid #dae7b6;
  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 28px;
  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 {
  color: #dd5d09;
}

/* 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;
}

/* Sub Nav */

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

#menu-main-navbar li:hover > ul {
  width: 100%;
}
#menu-main-navbar 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-navbar 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: 980px) {
  #menu-main-navbar {
    display: flex;
    flex-direction: column;
    max-width: 75rem;
    margin: 0 auto;
    list-style: none;
    position: unset;
  }
  #menu-main-navbar li {
    position: relative;
    flex-grow: 1;
    white-space: nowrap;
  }
  #main-nav.open li,
  #menu-main-navbar.open li .sub-menu {
    display: block;
  }

  #menu-main-navbar 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 (min-width: 768px) {
}

@media (min-width: 1024px) {
  #menu-main-navbar li ul {
    min-height: 125px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    left: 0;
  }

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

  #menu-main-navbar li:hover > ul,
  #menu-main-navbar li:focus-within > ul,
  #menu-main-navbar li:hover > ul li ul,
  #menu-main-navbar li:focus-within > ul li ul {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  #header .header-content #main-nav #menu-main-navbar li > .sub-menu li a {
    padding: 0;
  }
  #header .header-content #main-nav ul li > ul {
    display: block;
    width: 100%;
    border: 1px solid #dae7b6;
    min-height: 175px;
    overflow: hidden;
  }
  #header .header-content #main-nav ul li > ul li {
    width: 50%;
    margin-top: 20px;
    border-left: none;
    padding: 0 20px;
  }
  #header .header-content #main-nav ul li > ul li:first-child {
    padding-left: 20px;
    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-top: none;
    border-bottom: 1px solid #94c11f;
  }
  #header .header-content #main-nav ul li > ul li > ul li {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    border: none;
  }
  #header .header-content #main-nav ul li > ul li:first-child > ul {
    border: none;
  }
  #header .header-content #main-nav ul li > ul li:last-child > ul {
    border: none;
  }
  #header .header-content #main-nav ul li > ul li > ul li:last-child {
    padding-bottom: 30px;
  }
  #header .header-logo,
  .logo {
    top: 30%;
    left: 0;
  }
  /*#header .header-content #main-nav ul li a {
		color: #fff;
	}*/
}

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

@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%;
  }
}

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

@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 			*
****************************/

/**
 * Carousel
 */
.carousel {
  width: 1100px;
  /*height: 550px;*/
  margin: 140px auto 0;
  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;
  font-size: 20px;
}

.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;
}

.award {
  background-image: url("assets/img/KL-Top100-2018.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 130px;
  height: 158px;
  -ms-interpolation-mode: bicubic;
}
.carousel .award {
  position: absolute;
  top: 5px;
  right: 5px;
}

/**
 * Image Banner
 */

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

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

.banner .container img {
  width: 100%;
  height: auto;
  max-height: 400px;
}

.banner .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;
  max-height: 160px;
}
.banner .image-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  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;
}

@media (min-width: 400px) {
  .banner .green-chevron {
    max-height: 195px;
  }
}
@media (min-width: 768px) {
  .banner .green-chevron {
    max-height: 340px;
  }
}

@media (min-width: 1024px) {
  .banner .green-chevron {
    max-height: 400px;
  }
}
/**
 * CTA Boxes
 */

.banner-wrapper {
  /*display: none;*/
}

.banner-wrapper.mobile {
  display: block;
}

@media (min-width: 768px) {
  .banner-wrapper {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    overflow: hidden;
    padding-bottom: 50px;
  }
  .banner-wrapper.mobile {
    display: none;
  }
}

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

@media (min-width: 768px) {
  .banner-wrapper .content-box:first-child {
    padding-bottom: 3px;
  }

  .banner-wrapper .content-box:last-child {
    padding-top: 2px;
  }
}

.banner-wrapper .content-box .static-description {
  font-size: 12px;
  line-height: 1.3;
  display: inline-block;
  width: 75%;
}

@media (min-width: 768px) {
  .banner-wrapper .content-box .static-description {
    width: 100%;
  }
}

.flexrow {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

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

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

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

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

.static-banner .button {
  width: 35px;
  padding: 10px 0;
  background: #cb0935;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .static-banner .button {
    position: absolute;
    width: 20%;
    padding: 10px 0;
    background: #cb0935;
    top: unset;
    transform: none;
    bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .static-banner .button {
    width: 17%;
  }
}

.static-banner .button .more_info {
  bottom: 30px;
  font-family: montserratregular;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding-right: 25px;
  height: 21px;
  padding-top: 3px;
  background: transparent url("assets/img/white-arrow.png") no-repeat scroll
    100% 0%;
}

@media (max-width: 767px) {
  .banner .container img {
    width: 100%;
    height: auto;
  }

  .banner .container .vertical-centering-content h1 {
    font-size: 18px;
  }
  .banner .container .vertical-centering-content p {
    display: none;
  }
  .banner .image-caption {
    left: 20px;
  }
  .banner-wrapper {
    padding: 10px 20px 20px 20px;
  }
  .static-banner.content-box {
    flex-direction: column;
  }
  .static-banner.content-box .overlay {
    display: none;
  }
  .static-banner.contenet-box .product-content {
    min-height: 185px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .static-banner .button {
    bottom: 15px;
  }
}

/**
 * Search Box
 */

.search-form {
  position: relative;
}
.search-form label {
  display: none;
}
.search-form input[type="text"] {
  height: 50px;
  width: 90%;
  background: #f0f6e1 url("assets/img/blue-arrow.png") no-repeat scroll 20px 50%;
  border: 1px solid #e5e5e5;
  padding: 0px 50px 2px;
  font-size: 17px;
}
.search-form button {
  height: 45px;
  width: 45px;
  position: absolute;
  right: 7%;
  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: none;
  width: 90%;
  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);
}
.search-container .search-results .search-result-item .highlight {
  color: red;
  text-decoration: underline;
}

.business-industry-search .row {
  margin-bottom: 50px;
}

/**
 * " Call Me maybe "
 */

.call-me-back {
  position: relative;
}

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

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

.modal,
.call-me-back-modal,
.shortcode-modal,
.gravity-form-banner-modal,
.gravity-form-cover-modal,
.gravity-form-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,
.shortcode-modal .vertical-centering-container,
.gravity-form-modal .vertical-centering-container,
.gravity-form-banner-modal .vertical-centering-container,
.gravity-form-cover-modal .vertical-centering-container {
  margin: 0 auto;
  width: 40%;
}

.contact-container,
.pum-container {
  padding: 50px;
  width: 100%;
  position: relative;
}
.contact-container form p {
  font-size: 18px;
  margin-bottom: 0;
  position: relative;
}
.contact-container form label,
.gfield-label {
  color: #96c21f;
  display: block;
  margin-bottom: 10px;
}
#gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  color: #96c21f;
}
.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 input[type="submit"] {
  background-color: #cb0935;
  color: #fff;
  padding-right: 50px;
  text-align: center;
  background-image: url("assets/img/white-arrow.png");
  background-position: 95% 52%;
  background-repeat: no-repeat;
  font-size: 20px;
}

.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_p {
  text-align: right;
}

.contact-container .input_p input[type="submit"] {
  background-color: #cb0935;
  width: 30%;
}

.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;
}

@media (min-width: 768px) {
  .contact-container .input_p input[type="submit"] {
    width: 20%;
  }
}

/**
 * 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-green.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;
}

/***************************
* 			Contact 		*
****************************/

.branch-container.content-box.vertical .arrow {
  background-image: url(assets/img/branch-box-vertical-arrow.png);
}
.branch-container.content-box.vertical:hover .arrow {
  background-image: url(assets/img/branch-box-vertical-arrow-blue.png);
}
.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;
}
.tdi-container .col33 {
  padding: 30px 1%;
}
.tdi-container .title {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}
.tdi-container p {
  font-family: "Calibri", Arial, serif;
  font-size: 17px;
  line-height: 1.2;
  clear: both;
}
.tdi-container .underline {
  border-bottom: 1px solid rgb(0, 0, 0);
  margin-bottom: 15px;
  width: 60%;
}
.tdi-container .tdi-logo {
  width: 200px;
  background-size: 100% auto;
  display: block;
  margin-bottom: 20px;
}
.tdi-container .contact .telephone {
  background: url("assets/img/icon-phone-red.png") no-repeat;
  padding-left: 25px;
}
.tdi-container .contact .email {
  background: transparent url("assets/img/icon-email-red.png") no-repeat scroll
    0% 4px;
  padding-left: 25px;
}
.tdi-container .contact .telephone-black {
  background: url("assets/img/icon-phone-black.png") no-repeat;
  padding-left: 25px;
}
.tdi-container .contact .email-black {
  background: transparent url("assets/img/icon-email-black.png") no-repeat
    scroll 0% 4px;
  padding-left: 25px;
}
.tdi-container .contact .telephone a,
.tdi-container .contact .telephone-black a,
.tdi-container .contact .email a,
.tdi-container .contact .email-black a {
  color: #3c3c3c;
}
.row.tdi-container .col.contact {
  width: 32.33333333%;
}
.row.tdi-container .col.colmap {
  width: 34.3333333%;
}
.tdi-container iframe {
  height: 250px;
  width: 100%;
}
.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;
}

/***************************
* 	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;
  width: 230px;
}
.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 b,
.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 * {
  font-family: "montserratregular";
  color: #fff;
  margin-bottom: 10px;
}
.page-template-template-product-item .sidebar-box,
.page-template-template-product-item .sidebar-box h6,
.page-template-template-product-item .sidebar-box p,
.page-template-template-product-item .sidebar-box a {
  font-family: "montserratlight";
  color: #fff;
  font-size: 14px;
}
.page-template-template-product-item .sidebar-box h6,
.page-template-template-product-item .sidebar-box p,
.page-template-template-product-item .sidebar-box a {
  margin-bottom: 10px;
}
.page-template-template-product-item .sidebar-box a {
  display: block;
  background: transparent url("assets/img/white-arrow.png") no-repeat scroll
    100% 50%;
  padding-right: 20px;
}
.page-template-template-product-item .sidebar-box b,
.page-template-template-product-item .sidebar-box strong {
  font-family: "montserratregular";
  font-weight: normal;
  font-size: 16px;
}
.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 .other-products .row > p {
  margin-bottom: 0;
}
.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: 0;
  display: block;
  background-color: #cb0935;
}

/***************************
* 	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
 */
.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: 40px;
  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;
  font-family: "Calibri", Arial, serif;
}
.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;
}

/***************************
* 			Events 			*
****************************/
#events-slider {
  padding: 0 50px;
  position: relative;
  margin-top: 30px;
}
#events-slider * {
  font-family: "Calibri", Arial, serif;
}
#events-slider .slick-prev,
#events-slider .slick-next {
  position: absolute;
  top: 40%;
}
#events-slider .slick-prev,
#events-slider .slick-next {
  background-image: url("assets/img/black-arrow.png");
  background-repeat: no-repeat;
  color: transparent;
  width: 24px;
  height: 42px;
  border: none;
}
#events-slider .slick-prev {
  left: 0px;
}
#events-slider .slick-next {
  right: 0px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#events-slider .post-content {
  position: relative;
}
#events-slider .post-content .wp-post-image {
  float: left;
  margin-right: 50px;
}
#events-slider .post-content .post-text {
  padding: 50px;
  min-height: 445px;
}
#events-slider .post-content .post-text * {
  color: #fff;
}
#events-slider .post-content .post-text .post-title {
  padding: 10px 0px;
  border-top: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-left: 390px;
  margin-bottom: 15px;
}
#events-slider .post-content .post-text .post-title span {
  display: block;
  margin-bottom: 10px;
}
#events-slider .post-content .post-text .read-more {
  position: absolute;
  bottom: 40px;
  left: 440px;
}
#events-slider .slick-dots {
  text-align: center;
}
#events-slider .slick-dots li {
  display: inline-block;
  padding: 0 1px;
}
#events-slider .slick-dots li button {
  border: 1px solid #96c21f;
  color: transparent;
  background-color: #cce38f;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
#events-slider .slick-dots li.slick-active button {
  background-color: #96c21f;
}

.page-template-template-events .other-articles h2 {
  /*font-size: 27px;
	font-family: 'Calibri', Arial, serif;*/
  margin-bottom: 40px;
}

/**
 * Content Box
 */
.content-box {
  padding: 1%;
  position: relative;
}
.content-box .bordered-img {
  border-bottom: none;
}
.content-box .arrow {
  display: block;
}
.content-box.vertical .arrow {
  background-image: url(assets/img/product-box-vertical-green-arrow.png);
  width: 100%;
  height: 23px;
  z-index: 20;
  margin-top: -20px;
  position: relative;
  background-position: 50% 0;
}
.content-box.vertical.arrow-bordered .arrow {
  background-image: url(assets/img/product-box-vertical-green-arrow-border.png);
}
.content-box.vertical:hover .arrow {
  background-image: url(assets/img/product-box-vertical-blue-arrow.png);
}
.content-box.vertical.arrow-bordered:hover .arrow {
  background-image: url(assets/img/product-box-vertical-blue-arrow-border.png);
}
.content-box.horizontal .arrow {
  display: block;
  width: 20px;
  height: 185px;
  float: right;
  margin-right: -20px;
  margin-left: 20px;
  background-image: url(assets/img/product-box-green-arrow.png);
}

.content-box.horizontal .arrow-blue {
  display: block;
  width: 20px;
  height: 185px;
  float: right;
  margin-right: -20px;
  margin-left: 20px;
  background-image: url(assets/img/product-box-blue-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:hover .arrow {
  background-image: url(assets/img/product-box-blue-arrow.png);
}

.content-box.horizontal:hover .arrow-blue {
  background-image: url(assets/img/product-box-green-arrow.png);
}

.static-banner.content-box.horizontal:hover .arrow {
  background-image: url(assets/img/product-box-green-arrow.png);
}

.static-banner.content-box.horizontal:hover .arrow-blue {
  background-image: url(assets/img/product-box-blue-arrow.png);
}

.content-box.horizontal img {
  float: right;
  max-width: 230px;
}
.content-box.horizontal.left img {
  float: left;
}
.content-box:hover .product-content.green-bg {
  background-color: #006c99;
}
.content-box:hover .product-content.blue-bg {
  background-color: #96c21f;
}
.static-banner.content-box:hover .product-content.green-bg {
  background-color: #96c21f;
}
.static-banner.content-box:hover .product-content.blue-bg {
  background-color: #006c99;
}
.content-box.horizontal .product-content {
  min-height: 185px;
  padding: 20px;
}
.content-box.vertical .product-content {
  min-height: 185px;
  padding: 5px 20px;
}
.content-box.vertical .product-content.team {
  min-height: 50px;
}
.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,
.content-box .product-content .phone {
  font-family: "montserratregular";
  font-size: 16px;
  margin-bottom: 5px;
}

.content-box .product-content.claim .title {
  margin-bottom: 0;
}
.content-box .product-content .staff {
  font-size: 12px;
  line-height: 0.9;
}
.content-box.no-date .product-content .title {
  margin-top: 15px;
}
.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;
}
.content-box .product-content a.read_more {
  position: absolute;
  bottom: 30px;
  font-family: montserratregular;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding-right: 25px;
  background: transparent url("assets/img/white-arrow.png") no-repeat scroll
    100% 0%;
  height: 21px;
  padding-top: 3px;
}

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

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

/**
 * Jump top arrow
 */
.jump-top-arrow {
  position: absolute;
  left: 50%;
  margin-left: -22px;
  margin-bottom: 0px;
  bottom: -22px;
}
.jump-top-arrow button {
  background: transparent url("assets/img/jump-top-arrow.png") no-repeat scroll
    0% 0%;
  display: block;
  height: 45px;
  width: 45px;
  margin: 0px auto;
  color: transparent;
  border: none;
}
/**
 * Testimonial Sidebar
 */

.testimonial-sidebar {
  background-color: #006c99;
}
.testimonial-sidebar .slick-dots {
  text-align: center;
  margin-top: 40px;
}
.testimonial-sidebar .slick-prev,
.testimonial-sidebar .slick-next {
  font-size: 0;
  position: absolute;
  display: block;
  background: transparent url("assets/img/white-arrow.png") no-repeat scroll
    100% 50%;
  line-height: 21px;
  text-decoration: none;
  padding-right: 15px;
  border: none;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.testimonial-sidebar .slick-prev {
  transform: rotate(180deg);
}
.testimonial-sidebar .slick-prev {
  width: 20%;
}
.testimonial-sidebar .testimonial-content p,
.testimonial-sidebar .testimonial-content .author {
  font-size: 12px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
}
.testimonial-sidebar .testimonial-content p::before,
.testimonial-sidebar .testimonial-content p::after {
  content: '"';
}
.testimonial-sidebar .testimonial-content .author-info {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
}

/**
 * Testimonial Carousel
 */
.testimonial-strip {
  background-color: #1b273d;
  margin-bottom: 20px;
}
.testimonial-strip .testimonial-content .testimonial-text,
.testimonial-sidebar .testimonial-content .testimonial-text {
  margin-bottom: 20px;
}
.testimonial-strip p,
.testimonial-sidebar 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;
  float: right;
}

.testimonial-strip .slick-dots,
.testimonial-sidebar .slick-dots {
  text-align: center;
  margin-top: 40px;
}
.testimonial-strip .slick-dots li,
.testimonial-sidebar .slick-dots li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 20px;
  height: 15px;
}
.testimonial-strip ul.slick-dots li button,
.testimonial-sidebar 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,
.testimonial-sidebar ul.slick-dots li.slick-active button {
  background-color: #96c11f;
}
.testimonial-strip ul.slick-dots li button:hover,
.testimonial-sidebar ul.slick-dots li button:hover {
  cursor: pointer;
}

/***************************
* 	   Contact Forms		*
****************************/

.wpcf7-submit {
  background: #cb0935 url("assets/img/white-arrow.png") no-repeat scroll 95% 50%;
  padding: 8px 25px 8px 8px;
  margin: 3px 0 0 10px;
  color: #fff;
  border: none;
  font-family: montserratregular;
  letter-spacing: 0.5px;
}
/***************************
* 			Footer 			*
****************************/
#footer {
  background: #1b273d;
  overflow: hidden;
}
#footer .wrapper {
  padding: 30px 10px 10px;
}
#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 .award {
  width: 70px;
  float: right;
  height: 90px;
  margin-top: 20px;
}

/* Cookie disclaimer */

#cookieChoiceInfo {
  padding: 20px;
  background: #96c21f;
  color: #fff;
  position: fixed !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100%;
  z-index: 100;
}
#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,
  .gravity-form-modal .vertical-centering-container {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  .carousel,
  .slick-slide img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 980px) {
  .row .col.col50 {
    width: 100%;
  }
  .row .col.col50:nth-child(2) {
    padding-top: 20px;
  }
  .row.team .col.col50:nth-child(2) {
    padding-top: 0;
  }
  .row .col.col25 {
    width: 50%;
  }

  .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 {
    /*position: relative;*/
    z-index: 1001;
  }
  #header .header-content {
    /*position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;*/
  }
  #header .header-logo,
  .logo {
    width: 150px;
    margin: 15px 10px;
    height: 33px;
    background-size: 100%;
  }

  /**
	 * Navbar
	 */
  #header .mobile-menu-toggle {
    display: block;
    font-family: "montserratsemi_bold";
    float: right;
    position: relative;
    width: 100px;
    padding-left: 60px;
    margin-top: 25px;
  }
  #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: #1b273d;
    font-size: 40px;
    line-height: 12px;
  }
  #header .header-content #main-nav {
    display: none;
  }
  #header .header-content.mobile-toggled {
    z-index: 99;
  }
  #header .header-content.mobile-toggled #main-nav {
    display: block;
    position: fixed;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow: scroll;
  }
  #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-left: none;
  }
  #header .header-content #main-nav ul li > ul li {
    padding: 10px 0 5px;
    border-bottom: none;
  }
  /*#header .header-content #main-nav ul li:hover {
		background-color: #E5E5E5;
	}*/
  #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,
  #header .header-content #main-nav ul li > ul li > ul li:last-child {
    border-bottom: 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.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;
  }

  /**
	 * 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;
  }
  #header .open #header-more-details {
    background-image: url("assets/img/white-arrow-up.png");
  }
  #header .contact-strip {
    /*margin-top: 65px; */
  }
  #header .contact-strip-content {
    display: none;
  }
  #header .contact-strip p.email,
  #header .contact-strip p.telephone {
    display: block;
    text-align: center;
    padding-top: 15px;
  }

  #header .search-form-container {
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
  }
  #header #searchform {
    margin-left: 0;
  }

  #header .contact-strip img.lloyds {
    float: none;
    display: block;
    margin: 10px auto;
  }

  .breadcrumbs {
    padding: 10px;
  }

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

  .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: 10px;
    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 .tdi-logo {
    float: none;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-top: 20px;
  }
}

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

@media all and (min-width: 850px) and (max-width: 980px) {
  .row .col.colbio {
    width: 100%;
  }
  .row.tdi-container .col.contact {
    width: 49%;
  }
  .row.tdi-container .col.colmap {
    width: 49%;
  }
  .tdi-container .title {
    width: 80%;
  }
}
@media all and (max-width: 850px) {
  .row .col.col33 {
    width: 100%;
  }

  .row.tdi-container .col.contact {
    width: 100%;
  }
  .row.tdi-container .col.colmap {
    width: 100%;
  }
  .tdi-container .title {
    width: 80%;
  }

  .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;
  }

  #footer .award {
    float: none;
    margin: 0 auto;
  }
}

@media all and (max-width: 768px) {
  .carousel .image-caption h2 {
    font-size: 22px;
  }
  .carousel .image-caption p {
    font-size: 18px;
    width: 80%;
  }
  .carousel .award {
    width: 100px;
    height: 123px;
  }

  .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: 655px) {
  .tdi-container .title {
    width: 70%;
  }
}
@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: 90%;
  }
  .carousel .green-chevron {
    width: 65%;
  }
  .carousel .award {
    width: 60px;
  }

  .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 {
    max-width: 100%;
    width: auto;
    float: none;
  }
  .content-box.horizontal .arrow,
  .content-box.vertical .arrow,
  .content-box .product-content .date,
  .content-box .product-content .description,
  .content-box .product-content a.read_more {
    display: none;
  }
  .content-box.horizontal .product-content,
  .content-box.vertical .product-content {
    min-height: 0px;
    padding: 0px;
  }
  .static-banner.content-box.horizontal .product-content {
    min-height: 135px;
    max-height: 135px;
    position: relative;
    padding: 20px;
  }
  .content-box.no-date .product-content .title {
    margin: 0;
  }
  .content-box .product-content .title a {
    padding: 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,
  .gravity-form-modal .vertical-centering-container {
    width: 100%;
  }

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

/**
 * Business Card
 */

.col .business-card {
  background-color: #96c21f;
  width: 95%;
  margin: 0 auto;
  overflow: auto;
  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;
  font-family: "Calibri", Arial, serif;
  margin-bottom: 0;
}

.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%;
  min-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/logo-small-white.jpg");
  position: absolute;
  bottom: 0;
  top: 20px;
  left: 5px;
  width: 50%;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  min-height: 50px;
}

.team-detail .team-content h4 {
  font-size: 27px;
  font-family: "montserratregular";
  margin-bottom: 10px;
}

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

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

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

  .col .business-card .contact-info {
    width: 49%;
    padding: 15px;
  }
}

@media (min-width: 1024px) {
  .col.team-detail {
    min-width: 960px;
  }
  .col .business-card .contact-info {
    width: 55%;
  }
  .col .business-card img {
    width: 45%;
  }

  .col .business-card .bc-img {
    margin-top: 50px;
  }
}

/*Covid-19 Banner*/

.red-banner {
  background-color: #cb0935;
  height: 36px;
  position: relative;
  top: -3px;
  z-index: 20;
  color: #fff;
}

.red-banner p {
  color: #fff;
  padding-left: 20px;
  margin: 0;
  line-height: 36px;
  font-size: 12px;
  font-family: "Calibri", Arial, serif;
  font-weight: bold;
}

.red-banner p a {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .red-banner {
    top: -20px;
  }
  .red-banner p {
    font-family: "montserratregular";
    font-size: 16px;
  }
}

/******************************
* Gravity Form Style Overides *
*******************************/
.gform_required_legend {
  display: none;
}
.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;
}

.staff-contact img {
  float: left;
  padding-top: 20px;
  padding-right: 20px;
  margin-bottom: -100px;
}

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

@media (min-width: 768px) {
  .gform_footer input.button {
    padding: 10px;
    width: 25% !important;
    background-position: 95% 52%;
  }
}

.button,
.cta-button {
  padding: 10px 35px 10px 10px;
  color: #fff;
  background-color: #cb0935;
  background-image: url("assets/img/white-arrow.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

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

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

.cta-button.black-text {
  background-image: url("assets/img/black-arrow-inverse.png");
}
/******************************
* Europe template *
*******************************/

.europe .wp-block-image img {
  height: auto;
}

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

/***************************
*     Instapage Styles 		*
****************************/
#header.instapage {
  z-index: 100;
}

.header-contact {
  text-align: right;
}

.header-contact h2 {
  margin: 0;
  padding-top: 10px;
}

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

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

.insta-banner .container img {
  min-height: 275px;
  width: 100%;
}

.insta-banner .green-chevron {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #96c21f;
  background-repeat: no-repeat;
  background-position: 65% 50%;
  z-index: 10;
  max-height: 275px;
}

.insta-banner .image-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 10px 20px;
}

.insta-banner .image-caption h1 {
  font-family: "montserratbold", serif;
  line-height: 1.1;
}

.insta-banner .image-caption h1 span {
  color: #fff;
}

.insta-banner .image-caption .tagline {
  color: #fff;
  font-size: 20px;
}

.insta-banner .image-caption .vertical-centering-content {
  vertical-align: top;
  padding-top: 40px;
}

.insta-banner .banner-btn {
  position: relative;
  top: -70px;
  z-index: 25;
  left: 20px;
}

.page-template-template-instapage .col.col-left {
  width: 100%;
  padding: 15px 0;
}

.page-template-template-instapage .col.col-right {
  width: 100%;
  padding: 20px 40px;
  margin-top: 15px;
}

.page-template-template-instapage .col.col-left,
.page-template-template-instapage .col.col-right {
}

.wrapper.feature {
  padding: 20px 10px;
}

.wrapper.feature h2 {
  text-align: center;
}

.icon-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-row .icon-col {
  flex-basis: 0;
  flex-grow: 1;
  align-self: flex-start;
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.icon-row .icon-col h5 {
  padding-bottom: 15px;
}

.icon-wrapper {
  background-color: #ebebeb;
  width: 125px;
  height: 125px;
  border-radius: 125px;
  margin: 15px auto;
  position: relative;
}

.icon-wrapper img {
  width: 50px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.col.cover-highlights {
  background-color: #fff;
  border: 2px solid #1b273d;
  padding: 30px;
}

.cover-highlights h6 {
  padding-bottom: 10px;
}

.cover-highlights ul {
  padding-bottom: 10px;
}

.cover-highlights .cover-btn {
  text-align: center;
}

.cover-highlights .cover-btn a {
  display: block;
  margin: 0 auto;
}

.contact-footer-strip {
  text-align: center;
}

.contact-footer-strip p {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .icon-row {
    flex-direction: row;
  }

  .insta-banner .green-chevron {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url("assets/img/banner-green-chevron.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 65% 50%;
    z-index: 10;
    max-height: 275px;
  }

  .insta-banner .container img {
    max-height: 275px;
  }

  .insta-banner .image-caption {
    left: 50px;
    width: 45%;
    padding: 0;
  }

  .insta-banner .banner-btn {
    position: relative;
    top: -75px;
    z-index: 25;
    left: 50px;
  }
}

@media (min-width: 1024px) {
  .page-template-template-instapage .col.col-left {
    width: 600px;
    padding: 15px 50px 15px 0;
  }

  .page-template-template-instapage .col.col-right {
    width: 320px;
    float: right;
  }
}

/***************************
*     SEO Page Styles 		*
****************************/

.seo-spacing-top {
  margin-top: 200px;
}

.seo-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  padding: 50px 10px;
  padding-bottom: unset;
  overflow: hidden;
  margin-top: 100px;
  text-align: center;
}

.seo-header {
  width: 100%;
  background: var(--seo-background-image);
  background-size: cover;
  min-height: 400px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2.5rem;

  @media (max-width: 980px) {
    display: flex;
    justify-content: center;
    padding: 1rem;
  }
}

.seo-button-wrapper {
  height: fit-content;
  width: 100%;
  text-align: center;
  margin: 2rem auto;
  margin-top: 3rem;
}

.seo-content {
  background-size: cover;
  width: 300px;
  padding: 30px 2rem;
  text-align: center;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;

  @media (max-width: 980px) {
    display: flex;
    flex-direction: column;
    position: unset;
    width: 680px;
    min-height: 300px;
  }
}

.section-title {
  text-align: center;
}

.seo-button {
  display: block;
  width: 200px;
  height: fit-content;
  text-align: center;
  height: 36px;
  margin: 0 auto;

  &.section-3 {
    margin: 2.5rem auto;
  }
}

.seo-banner {
  height: fit-content;
  width: 100%;
  margin-top: 2.5rem;
  text-align: center;
  padding: 30px 2rem;
}

.seo-number {
  font-size: 27px;
  font-weight: 800;
  line-height: 35.1px;
}

.seo-section {
  display: flex;
  margin-top: 2.5rem;
  width: 100%;
  text-align: left;

  &.section-2 {
    flex-direction: row;
    justify-content: space-between;

    @media (max-width: 980px) {
      flex-direction: column;
      height: unset;
      width: unset;
    }
  }

  &.section-3 {
    height: 465px;
    flex-direction: column;
    justify-content: start;
    padding: 30px 2rem;
    align-items: center;
    margin-bottom: 25px;

    @media (max-width: 980px) {
      height: fit-content;
      width: 100%;
      padding: 30px 0px;
    }

    p {
      margin-bottom: 25px;
    }
  }
}

.seo-section-block {
  padding: 30px 2rem;
  height: fit-content;
  min-height: 300px;

  &.section-2 {
    text-align: left;
    width: calc((100% / var(--section2-col-count)) - 20px);

    @media (max-width: 980px) {
      width: unset;
      margin-top: 2rem;
    }
  }

  &.section-3 {
    width: calc((100% / var(--section3-col-count)) - 20px);
    text-align: center;

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

.seo-body-button-container {
  margin-top: 3.5rem;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
}

.section-3-block-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  @media (max-width: 980px) {
    flex-direction: column;
    width: 100%;
  }
}

.section-block-title {
  font-size: 16px;
}

.section-block-list {
  width: 100%;

  &.section-2 {
    margin-bottom: 10px;
    text-align: left;
    font-family: "Calibri", Arial, serif;
    font-size: 16px;
    line-height: 1.2;
    color: #505050;

    @-moz-document url-prefix() {
      margin-left: 40px;
    }
  }

  &.header,
  &.section-3 {
    margin-bottom: 10px;
    text-align: left;
    font-family: "Calibri", Arial, serif;
    font-size: 16px;
    line-height: 1.2;
    color: #505050;

    @-moz-document url-prefix() {
      margin-left: 15px;
    }
  }
}

.editor-wrapper {
  padding: 30px 2rem;
  margin-top: 2.5rem;

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.3;
    font-family: "montserratregular";
    font-weight: normal;
    color: rgb(60, 60, 60);
    font-size: 27px;
    text-align: center;
  }

  p {
    margin-bottom: 10px;
    text-align: left;
    font-family: "Calibri", Arial, serif;
    font-size: 16px;
    line-height: 1.2;
    color: #505050;
  }

  ul {
    width: 50%;
    margin-left: 212px;
    li {
      width: fit-content;
      margin-left: 30px;
      text-align: left;
    }

    @media (max-width: 980px) {
      margin-left: unset;
      width: 100%;
    }
  }
}

.testimonial-section {
  display: flex;
  flex-direction: column;
  padding: 30px 2rem;

  .testimonial-seperator {
    height: 1px;
    width: 50%;
    border: 2.5px solid #475b6d;
    margin: 1rem auto;
  }

  .testimonial-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;

    @media (max-width: 980px) {
      flex-direction: column;
    }

    .testimonial-content {
      display: flex;
      flex-direction: column;
      width: 295px;

      @media (max-width: 980px) {
        width: unset;
        margin-bottom: 4rem;
      }

      p {
        color: #fff;
        font-size: 14px;
        line-height: 1.3;
        font-family: "Calibri", Arial, serif;
      }
    }
  }
}
