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

@font-face{
  font-family:"montserrat";
  src: url("assets/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face{ 
  font-family: 'montserrat_medium';
  src: url("assets/fonts/Montserrat-Medium.ttf") format('truetype');
}
@font-face{
  font-family: 'montserrat_semi_bold';
  src: url("assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face{
  font-family: 'montserrat_bold';
  src: url("assets/fonts/Montserrat-Bold.ttf") format("truetype");
}
/****************************
* 		Colour Helpers		*
****************************/
--dark-blue-text:  
.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;
}
.light-dark-blue-bg{ 
  background-color: #3e5262;
}
.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: 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;
}
.single h3,
.single h4,
.single h5,
.single h6 {
  font-family: "Calibri", Arial, serif;
  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: 8rem;
  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: flex;
  overflow: hidden;
  height: 100%;
}
.vertical-centering-content {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  margin: auto 0px;
}
.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;
}
.business-industry-row{
  padding: 10px 2rem;
}
.row-padding { padding: 10px 2rem; }
.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;
  margin-left: 2rem;
  width: 235px;
  height: 51px;
  text-indent: -2000px;
  float: left;

  @media (min-width: 980px){ 
    width: 185px;
    background-size: contain;
  }
}

#header .topbar {
  position: relative;
  display: flex; 
  flex-direction: row;
}
#header #header-more-details {
  display: none;
}
#header .contact-strip {
  padding: 5px;
  margin: unset;
  margin-left: auto;
}
#header .contact-strip p.email,
#header .contact-strip p.telephone {
  display: inline-block;
  font-family: 'montserrat_bold';
  font-size: 16px;
  height: fit-content;
  margin: auto 0px auto 20px;

  @media (max-width: 767px){ 
    margin: auto 0px;
  }
}
#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-green.png");
}
#header .contact-strip p.telephone a {
  background-image: url("assets/img/icon-phone-green.png");
  font-size: 18px;
  background-position-y: center;
}
#header .contact-strip img.lloyds {
  vertical-align: bottom;
}

#header .search-form-container {
  display: flex;
  flex-direction: row;
  padding: 20px 70px 15px 15px;
}

@media (max-width: 1310px) {
  #header .search-form-container {
    padding: 20px 20px 15px 15px;
  }
}

@media (max-width: 1045px) {
  #header .search-form-container {
    padding: 20px 15px 15px 0px;
  }
}

#header #searchformDesktop{
  display: block;
  position: relative;
  top: auto;
  right: auto;

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

#header #searchformDesktop label{
  display: none;
}
#searchform{
  width: 100%;
  position: relative;
}
#searchform input[type="text"]{
  height: 30px;
  width: 100%;
  margin: .5rem 0px;
  border: none;
  font-family: montserrat;
  color: #000;
  padding: 0 .5rem;
  border-bottom: 1px solid black;
}
#header #searchformDesktop input[type="text"]{
  width: 250px;
  padding: 5px 10px;
  border: none;
  border-bottom: 1px solid #000;
  font-family: montserrat;
  color: #000;

  @media(max-width: 1600px){ 
    width: 150px;
  }
}
#main-nav .search-form-container-mobile #searchform input[type="submit"]{ 
  top: 13px;
}
#header #searchformDesktop input[type="submit"], #searchform input[type="submit"]{
  position: absolute;
  top: 3px;
  right: 10px;
  border: none;
  background-image: url(assets/img/search-icon.png);
  background-size: 100% 100%;
  height: 20px;
  width: 20px;
  background-color: #fff;
}
#header .mobile-search-toggle,
#header .mobile-menu-toggle {
  display: none;
}

#header .header-content .social-buttons {
  display: none;
}
#header .mobile-social-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 70px;
  width: 25%;
  min-height: 30px;

  @media(max-width: 980px){ 
    padding-right: unset;   
    margin-right: 1rem;
  }
}
#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: 30px;
  background-repeat: no-repeat;
  background-position: center;

  @media (max-width: 980px){ 
    margin-right: unset;
  }
}
#header .header-content .social-buttons .linkedin-icon {
  background-image: url(assets/img/linkedin-logo-small.png);
  width: 100px;
  width: 5%;
  background-repeat: no-repeat;
  background-position: center;
}
.hide-input{ display: none !important  ; }
@media (min-width: 568px) {
  #header .mobile-social-buttons {
    width: 15%;
  }
}

@media (max-width: 980px) {
  #header .mobile-social-buttons {
    width: 7%;
    top: 6px;
  }
  #header #searchformDesktop{
    margin-right: 25px;
  }
  #header.europe #searchformDesktop{
    margin-right: 165px;
  }
}

#header .mobile-social-buttons{ 
  @media (min-width: 1800px) {
    width: 8%
  }
}

/* Main Nav */
#header .header-content {
  margin: 0px;
  max-width: none;
  width: 100%;
}
#header .header-content .wrapper {
  padding: 0;
  overflow: unset;
}
#main-nav .search-form-container-mobile{ 
  display: none;

  @media(max-width: 980px){
    display: flex
  }
}
#main-nav .menu-item .sub-menu{
  display: flex;
  flex-direction: row; 
  
  @media(max-width: 980px){
    display: none;
  }
}
#main-nav .menu-item .sub-menu .menu-item .sub-menu{
  flex-direction:column;    
}

#header .header-content #main-nav {
  display: flex;
  flex-direction: row;
  background: #fff;
  float: right;
  overflow: unset;
}
#header .header-content #main-nav ul li:first-child {
  border: none;
}
#header .header-content #main-nav ul li {
  margin: 15px 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: montserrat_medium; 
  padding: 10px 1rem 28px;
  display: block;

  @media (max-width: 1285px){
    padding: 10px 7px;
  }

  @media (max-width: 1125px){
    padding: 10px 4px;
  }
}
#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: #006a8f;
}

/* Breadcrumb */
.breadcrumbs {
  padding: 2px 0;

  @media (max-width: 980px){ 
    display: none;
  }
}
.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 {
  margin-top: 95px;
  margin-left: 40px;
  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: flex;
    flex-direction: row;
    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 {
    flex-direction: column;
    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;
      background-size: contain;
      width: 200px;
    }
	}
}

@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%; 
  margin: 140px auto 0;
  position: relative;
}

.banner .container {
  position: relative;
  display: flex;
  max-height: 750px;
  overflow: hidden;

  @media (max-width: 767px){
    height: 38vh;
  }
}

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

.header-video{ 
  height: 36vw;
  margin-left: auto;

  @media (max-width: 767px){
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
  }

  @media (max-width: 480px){ 
    position: absolute;
    top: 0px;
    right: 0px;
    height: 38vh;
  }
}

.banner .green-chevron {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 60%;
  background-image: url("assets/img/green-chevron-solid.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  z-index: 10;

  @media (max-width: 767px){
    width: 95%;
  }
} 
.banner .image-caption { 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  z-index: 20;
  width: 40%;
  margin-left: 4rem;

  @media (max-width: 1350px){
    margin-left: 0rem;
  }
  
  @media (max-width: 767px){ 
    left: 20px;
    margin-left: 10px;  
    width: 65%;
  }
}
.banner .image-caption h1 a{
  color: #006c99;
}
.banner .image-caption h1 {
  font-family: montserrat_semi_bold;
  font-size: 70px;
  line-height: 1.3;
  color: #fff;
  margin-bottom:1.5rem;
  
  @media (max-width: 1700px){
    font-size: 50px;
  }

  @media (max-width: 1400px){ 
    font-size: 35px;
  }

  @media (max-width: 980px){
    font-size: 30px;
  }

  @media (max-width: 767px){ 
    font-size: 30px;
  }
}
.banner .image-caption p {
  font-family: "montserrat_semi_bold";
  font-size: 40px;
  color: #475c6d;

  @media (max-width: 1700px){ 
    font-size:24px;
  } 
  
  @media (max-width: 1400px){ 
    font-size: 20px;
  }

  @media (max-width: 980px){ 
    font-size: 15px;
  }
  @media (max-width: 767px){
    font-size: 12px;
  }
}



/**
 * CTA Boxes
 */

.banner-wrapper {
  margin: 12rem auto 0;
  display: block;
  width: 100%; /* set the width the same as the other sections */
  padding-bottom: 100px;
  
  @media(max-width: 980px){ 
    margin-top: unset;
  }

  @media (max-width: 767px){
    margin-top: unset;
    padding: 10px 20px 40px 20px;
  }
}

.banner-wrapper.mobile {
  display: block;

  @media (min-width: 767px){ 
    display: none;
    margin-top: unset ;
  }
}

.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) {

  /**
  *
  * business-industry-search
  *
  */
 
  .banner .container img {
    width: 100%;
    height: auto;
  }
  .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;
  }
}

/**
* Reassurance section front-page
*/
.reassurance-wrapper{ 
  background-color: #f5faf6;
  padding: 5rem 0px;
  position: relative;
  z-index: 500;
}
#reassurance{ 
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 1100px;
  margin: 0 auto;

  @media(max-width: 1100px){ 
    width: 100%;
  }

  @media(max-width: 767px){ 
    padding: 0 20px;
  }
}

#reassurance .content{ 
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
  margin-right: 5rem;
  width: 60%;

  @media (max-width: 980px){ 
    margin-right: unset;
    width: unset;
  }
}
#reassurance .content .reassurance-heading{ 
  font-family: montserrat_bold;
  font-size: 32px;
  line-height: 40px;
  margin-top: unset;
  &.green{ 
    color: #94c11f; 
  }

  &.blue{ 
    color: #006a8f;
  }
}
#reassurance .content p{ 
  margin-top: 20px;
  margin-bottom: unset;
  font-family: "Calibri", Arial, serif;;
  font-size: 16px;
  line-height:24px;
}
#reassurance .content * { 
  text-align: left;
}

.reassurance_image{ 
  width: 40%;
  object-fit:cover;

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

.reassurance-button{ 
  width: fit-content;
  margin-top: 3rem;
  background-color: #94c11f; color: #fff;
  padding: 1rem;
}
/**
 * Search Box
 */
.search-form {
  position: relative;
}
.search-form label {
  display: none;
}
.search-form input[type="text"] {
  height: 50px;
  width: 90%;
  border: 1px solid #e5e5e5;
  padding: 0px 25px 2px;
  font-size: 17px;
    
  @media (max-width: 980px){ 
    font-size: 15px
  } 
}
.search-form button {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 5%;
  background: rgb(240, 246, 225) url("assets/img/white-chevron-right.png") no-repeat
    scroll 50% 50%;
  border: medium none;
  background-color: #94c11f;
}
.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
* 
*/

.business-industry-search .w-50{width: 50%;}
.business-industry-search .w-100 {width: 100%;}
.business-industry-search{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 250px;
  width: 1100px;
  margin: auto;
  background-color: #006a8f;
  padding-bottom: 1rem;
  z-index: 999;
  
  @media (max-width: 1810px){
    bottom: -50%;
  }

  @media (max-width: 1500px){ 
   bottom: -60%;
  }

  @media (max-width: 1350px){
    bottom: -65%;
  }
  
  @media (max-width: 1200px){
    bottom: -75%
  }

  @media (max-width: 1100px){ 
    bottom: -85%;
    width: 100%;
  }

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

  @media (max-width: 767px){
    position: unset;
    left: unset;
    transform: unset; 
    display: flex;
    flex-direction: column; 
    justify-content: center;
    height: fit-content;
    width: 100%; 
    margin: auto;
    background-color: #006a8f; 
    padding: 30px 10px; 
    z-index: 9999;
    
  }
}
#industry-search-input, 
#product-search-input{
  font-family: montserrat;
  font-size: 16px;
}
.search-wrapper{ 
  display: flex;
  flex-direction: row;
  justify-content: center;

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

.business-industry-search .col{  
  display: flex;
  flex-direction: column;
  justify-content:center;
  width: 50%;
  text-align: center;
  padding: 10px 2rem;

  @media (max-width: 767px){ 
    width: 100%; 
    padding: unset;
    padding-bottom: 10px;
  }
}
.business-industry-search .row{ 
  display: flex;
  flex-direction: row;
  overflow: unset;

  @media (max-width: 767px){ 
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.business-industry-search .title{ 
  color: #fff;
  font-family: "Calibri", Arial, serif;;
  font-size: 24px;
  text-align: center;
  margin: 1.5rem 0; 

  @media (max-width: 980px){    
    font-size: 20px; 
  }

  @media (max-width: 767px){  
    font-size: 18px;
    width: 70%;
    margin: 0 auto 1rem;
  }

}
.business-industry-search h4 { 
  color: #fff;
  font-family: montserrat_bold;
  font-size: 24px;
  margin-bottom: 15px;
  
  @media (max-width: 980px) {
    font-size: 20px;
  }

  @media (max-width: 767px){ 
    font-size: 18px; 
  }
}


/**
 * " Call Me maybe "
 */

 .call-me-back-wrapper{
  position: sticky;
  top: 9.5rem;
  margin-bottom: 50px;

  @media (max-width: 1285px){ 
    top:-4rem;
  }
 }

.call-me-back {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  right: 0;
  width: 220px;
  height: 145px;
  padding: 1rem;
  background-color:#94c11f;

  @media (max-width: 1540px){ 
    width: 140px;
  }

  @media (max-width: 1370px){ 
    display: none;
  }
}

.call-me-back h2 {
  font-weight: 600;
  font-size: 21px;
  font-family: montserrat_semi_bold;
  margin: 0px;
  color: #fff;
  background: transparent url("assets/img/call-me-back.png") no-repeat scroll 0% 50%;
  text-align: right;
  width: 100%;
  display: block;
  z-index: 999;

  @media (max-width: 1540px){ 
    background: none;
    text-align: center;
    font-size: 18px;
  }
}

.request-call-back{ 
  display: flex;
  width: 100%;
  height: 35%;
  background-color: #cb0935;
  padding: .5rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: montserrat_bold;

  @media (max-width: 1540px){ 
    text-align: center;
    font-size: 15px;
  }
}

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

.industries-and-products{ 
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  text-align: center;

  @media (max-width: 767px){ 
    flex-wrap: nowrap;
    flex-direction: column;
    overflow-x: scroll;
    scroll-snap-type: x;
    -webkit-overflow-scrolling: touch;
  }
}

.scrolling-carousel{ 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;

  @media (max-width: 767px){ 
    width: fit-content;
    flex-direction: row;
    flex-wrap: nowrap
  }
}

#scrollingContainer{
  max-width: 1100px;
  margin: auto;
}

.banner-wrapper .industry-and-product-title{ 
  display: flex;
  font-size: 32px;
  line-height: 1;
  color: #000;
  width: fit-content;
  margin: 1.5rem auto 40px;
  text-align: center;

  @media (max-width: 767px){ 
    font-size: 24px;
    margin: 1.5rem auto 45px;
  }
}

.industries-and-products .product{
  flex: 1 0 22%;
  width: 260px;
  display: flex;
  background-color: #f5faf6;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  vertical-align: bottom;

  @media (max-width: 767px){ 
    flex: unset;

  }
}

.industries-and-products .product-img{
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  width: 100%; 
}

.industries-and-products .product-title{ 
  font-family: montserrat_semi_bold;
  font-size: 21px; 
  margin: 1.5rem;
  line-height: 1.3;
  color: #000;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.industries-and-products .product-description{ 
  font-family: "Calibri", Arial, serif;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 1.5rem 2rem;
  color: #505050;
  flex-grow: 1;
}

.industries-and-products .product-button{ 
  width: 100%;
  height: 55px;
  text-align: left;
  align-content: center;
  background: linear-gradient(to right, #8ab91d 80%, #c40b30 20%);
}

.industries-and-products .product-button a{ 
  font-family: 'montserrat_bold';
  display: block; /* to allow a tag to have width*/
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-left: 1rem;
  background-image: url("assets/img/white-chevron-right.png");
  background-position: 85% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.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
 */
.sidebar-box{ 
  padding-bottom: 2rem !important;
}
.sidebar-box .slick-next, 
.sidebar-box .slick-prev{
  bottom: -45px;
}
.testimonial-sidebar {
  background-color: #006c99;
}
.testimonial-sidebar .slick-dots {
  text-align: center;
  margin-top: 40px;
}

/**
 * Testimonial Carousel
 */
#home .testimonial-strip {
  display: flex;
  padding: 4rem 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 618px;
  background-color: #1b273d;

  @media(max-width: 1100px){ 
    padding: 4rem 0;
  }
}
.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-slider{
  display: flex;
  height: 80% !important;
}
#home .slick-slider{position: unset;}
.testimonial-container{ 
  position: relative;
  background-color: rgba(255, 255, 255, .9);
  width: 1100px;
  height: fit-content;
  margin: auto;
  padding: 70px 140px;

  @media(max-width: 1100px){ 
    width: 100%;
    padding: 0 72px;
  }

  @media(max-width: 980px){ 
    padding: 0 60px;
  }

  @media (max-width: 767px) {
        padding-bottom: 3rem;
      }

  /* @media (max-width: 980px){
    width: 75%;
    padding: 4rem 40px;
  } */
}

.testimonial-title{ 
  font-family: montserrat_bold;
  font-size: 32px;
  color: #006a8f;
  text-align: center;
  margin: 0 auto; 
  margin-bottom: 3rem;

  @media (max-width: 767px){ 
    margin-top: 3rem;
  }
}
#home .testimonial-text, .testimonial-text p{ 
  font-family: "Calibri", Arial, serif;;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  color: #000;
}

#home .testimonial-text p:before,
#home .testimonial-text p:after{ 
  content: '"';
}

#home .testimonial-author{
  font-family: montserrat_bold;
  font-size: 16px;
  line-height: 24px;
  color: #94c11f;
  text-align: center;
  margin-top: 3rem;
}
#home .testimonial-author-info{
  font-family: montserrat_bold;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: center;
  margin: 0 auto;
}
#home .testimonial-strip .slick-dots{ 
  display: none !important;
}
.slick-list{ height: fit-content; margin: auto !important; }
.slick-track { height: fit-content; }

@media (max-width: 980px){ 
  #home .slick-slider {position: unset !important;}
}

#home .slick-prev,
#home .slick-next{
  display: flex;
  position: absolute;
  background-image: url('assets/img/white-chevron-right.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #94c11f;
  width:70px;
  height: 85%;
  border: unset;
  content: '';
  color: #94c11f;
  top: 50%;

  @media (max-width: 1100px){
    width: 50px;
    height: 50%;
  }

  @media (max-width: 980px){
    height: 30%;
  }
}

#home .slick-prev{ 
  left: -35px;
  transform: translate(-50%, -50%) rotate(180deg);

  @media (max-width: 1200px){
    left: 15px;
  }

  @media (max-width: 1100px){
    left: 20px;
  }

  @media (max-width: 960px){
    left: 25px;
  }
}

#home .slick-next{ 
  right: -105px;
  transform: translate(-50%, -50%);

  @media (max-width: 1200px){
    right: -55px;
  }

  @media (max-width: 1100px){
    right: -20px;
  }

    @media (max-width: 960px){
    right: -25px;
  }
}

.testimonial-sidebar .description p{
  font-size: 12px;
  text-align: left;
  margin-top: 15px;
  line-height: 1.8;
}

.testimonial-sidebar .author { 
  font-size: 12px;
  text-align: left;
  margin-top: 15px;
}

.slick-prev,
.slick-next{
  display: flex;
  position: absolute;
  background-image: url('assets/img/white-chevron-right.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: unset;
  width:50px;
  height: 50px;
  border: unset;
  content: '';
}

.slick-next{ 
    bottom: -20px;
    right: 0px;
}

.slick-prev{
  bottom: -20px;
  right: 35px;
  transform: rotate(180deg);
}

#testimonialStartQuote{
  background-image: url('assets/img/testimonial-quotes.png');
  background-repeat: no-repeat;
  position: absolute;
  height: 70px;
  width: 100px;
  left:5%;
  top: -30px;

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

}

#testimonialEndQuote{ 
  background-image: url('assets/img/testimonial-quotes.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 70px;
  position: absolute;
  position: absolute;
  right: 5%;
  bottom: -30px;
  transform: rotate(180deg);
}

.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 {
  overflow: hidden;
}
#footer .wrapper {
  padding: 30px 10px 10px;
}
#footer #footer-nav {
  padding: 0;
  margin-bottom: 5px;
  width: 50%; 
  @media (max-width: 980px){
    width: 100%;
  }
}
#footer .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: center;
  margin: 0 auto;
  padding: 2rem 0;

  width: 1100px;

  @media(max-width: 1100px){ 
    width: 100%;
  }

  @media(max-width: 767px){ 
    flex-direction: column;
    padding: 2rem 20px;
  }
}
#footer .rights-section{ 
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: fit-content;
  width: 100%;
  background: url('assets/img/lloyds-logo2.png'), #475c6d;
  background-repeat: no-repeat;
  background-size: 144px 33px;
  padding: 2rem 0;
  background-position: 71% 23px;

  @media (max-width: 980px){
    background-position: 0rem 4.3rem;
    padding: 1.5rem 0;
  } 

  @media (max-width: 767px){
    background-position: 1.3rem 6.3rem;
  } 
}

#footer .rights-text-container{
  max-width: 1100px;

  @media screen and ((max-width: 767px)) {
    padding: 2rem 20px;
  }
}

#footer .rights-section .copyright{
  font-family: "Calibri", Arial, serif;;
  font-size: 12px;
  line-height: 1.3;
  margin: 0px auto;
  text-align: left;

}
#footer .rights-section .copyright a:visited{ 
  color: #fff;
}

#footer .rights-section .rights-reserved{
  color: #fff;
  text-align: left;
  font-family: montserrat;
  font-size: 12px;
  line-height: 100%;
  
  @media (max-width: 980px){
    margin-bottom: 3rem;
  }
}
#footer .rights-section .copyright a{
  font-family: "Calibri", Arial, serif;;
  font-size: 11.5px;
  line-height: 100%;
  text-decoration: underline;
  color: #fff;
}
#footer .site-nav{
  display: flex;
  flex-direction: row;
  width: 50%;

  @media (max-width: 980px){
    gap: 3rem;
    width: 100%;
  }
}
#footer .contact-info{ 
  width:50%;
  background-image: url('assets/img/footer-logo.png');
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 3.5rem;
  margin-right: 2rem;
  @media (max-width: 980px){
    width: 100%;
  }
}
#footer .contact-info a{ 
  font-family: montserrat_bold;
  display: flex;
  color: #94c11f
}
#footer .contact-info a.email:before{ 
  display: flex;
  content: '';
  background-image: url('assets/img/email-icon.png');
  background-repeat: no-repeat;
  background-position: left;
  height: 20px;
  width: 20px;
  margin-right: .5rem;
}
#footer .contact-info a.phone:before{ 
  display: flex;
  content: '';
  background-image: url('assets/img/phone-icon-small.png');
  background-repeat: no-repeat;
  backgorund-position: left;
  height: 20px;
  width: 20px;
  margin-right: .5rem;
}
#footer .contact-info p strong { 
  color: #475c6d;
  font-family: montserrat_semi_bold;
  font-size: 16px;
}
#footer .contact-info p{ 
  color: #475c6d;
  font-family: montserrat;
  font-size: 16px;
}
#footer .footer-icon-wrapper{ 
  display: flex; 
  gap: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

#footer #X-icon{ 
  background-image: url('assets/img/X-icon.png');
  background-repeat: no-repeat;
  background-size: auto;
  height: 20px;
  width: 20px
}

#footer #linkedin-icon{ 
  background-image: url('assets/img/linkedin-icon-blue.png');
  background-repeat: no-repeat;
  background-size: auto;
  height: 20px;
  height: 20px;
  width: 20px
}

#footer-nav ul li a{ 
  font-family: montserrat;
  font-size: 1rem;
  color: #475c6d;
  text-align: left;
}
#footer-nav .nav-title{ 
  font-family: montserrat_bold;  
  color: #94c11f;
  font-size: 1rem;
  margin-bottom: 1rem;

  @media (max-width: 980px){
    margin-bottom: 2rem;
  }
}
#footer-nav #menu-footer-navbar, #footer-nav #menu-main-navbar-1{ 
  display: flex;
  flex-direction: column
}
#footer-nav ul li {
  border-left: 1px solid #fff;
  text-align: left;
}
#footer-nav ul li:first-child {
  border: none;
}
#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;
}

.contact-strip-content{ 
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@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: 100245, 250, 246%;
    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: 126px;
    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 {
    padding-right: 30px;
    color: #fff;
    font-family: Arial;
    padding: 10px 30px 10px 4px;
    display: inline-block;
    margin: 0 auto;
  font-weight: 600;
  }
  #header .contact-strip-content {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
  }
  #header .contact-strip-content a {
    margin-right: auto;
  }  
  
  #header .contact-strip p.email,
  #header .contact-strip p.telephone {
    padding-top: 15px;
  }

  #header .search-form-container {
    padding-left: 1rem; 
    padding-top: 1rem;
  }
  #header #searchformDesktop{
    margin-left: 0;
  }

  #header .contact-strip img.lloyds {
    float: none;
    display: block;
    margin-top: 15px;
    padding-left: 4px;
  }

  .breadcrumbs {
    padding: 10px;
  }

  /**
	 * Content
	 */
  .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: left;
    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;
      }
    }
  }
}

.search-btn{
  background: url('assets/img/search-icon.png') 0 0 no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;  
  margin-left: 1rem;
  
}

.search-btn.open{ 
    background-image: url('assets/img/close.png');
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-left: 1rem;

}

.search-btn:hover{ 
  cursor: pointer;
}
