/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: KT Law
Description: KT Law Theme
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden!important;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #58595B;
  overflow-x: hidden!important;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
* {
  outline: none!important;
}
/* Fonts & Headings
==============================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #2D2926;
}
h1 {
  font-size: 40px;
  margin: 0 0 20px 0;
}
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 36px;
  margin: 0 0 20px 0;
}
@media (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 32px;
  margin: 0 0 20px 0;
}
@media (max-width: 575px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 28px;
  margin: 0 0 20px 0;
}
@media (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 26px;
  margin: 0 0 20px 0;
}
@media (max-width: 575px) {
  h5 {
    font-size: 18px;
  }
}
h6 {
  font-size: 20px;
  margin: 0 0 15px 0;
}
p {
  margin: 0 0 20px 0;
}
ol,
ul {
  margin: 0 0 20px 0;
}
strong {
  font-weight: bold;
}
a {
  color: #004F71;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:visited,
a:hover,
a:active {
  text-decoration: underline;
}
.button-one {
  border: 2px solid #84AABD;
  display: inline-block;
  padding: 25px 65px;
  color: white;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 575px) {
  .button-one {
    padding: 15px 45px;
  }
}
.button-one i {
  margin-right: 15px;
}
.button-one:hover {
  background-color: #84AABD;
  color: white;
  text-decoration: none;
}
.button-two {
  border: 2px solid #84AABD;
  display: inline-block;
  padding: 25px 65px;
  color: white;
  text-transform: uppercase;
  background-color: #84AABD;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 575px) {
  .button-two {
    padding: 15px 45px;
  }
}
.button-two i {
  margin-left: 15px;
}
.button-two:hover {
  color: white;
  text-decoration: none;
  background-color: #004F71;
  border: 2px solid #004F71;
}
.button-three {
  border: 2px solid #003b53;
  display: inline-block;
  padding: 25px 65px;
  color: white;
  text-transform: uppercase;
  background-color: #003b53;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 575px) {
  .button-three {
    padding: 15px 45px;
  }
}
.button-three i {
  margin-left: 15px;
}
.button-three:hover {
  color: white;
  text-decoration: none;
  background-color: #84AABD;
  border: 2px solid #003b53;
}
.button-four {
  color: #365C6D;
  background-color: #E6EDF1;
  display: inline-block;
  padding: 18px 25px;
  font-family: 'Roboto', sans-serif;
}
.button-four i {
  float: right;
  margin-top: 3px;
}
.button-four:hover {
  background-color: #84AABD;
  color: white;
  text-decoration: none;
}
.button-five {
  background-color: white;
  padding: 20px 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.button-five:hover {
  background-color: #E6EDF1;
  color: #4E87A0;
  text-decoration: none;
}
.button-five i {
  margin-left: 15px;
}
.button-six {
  background-color: white;
  padding: 20px 35px;
  text-transform: uppercase;
  font-size: 18px;
  border: 2px solid #84AABD;
  font-family: 'Roboto', sans-serif;
}
.button-six:hover {
  background-color: #4E87A0;
  color: white;
  text-decoration: none;
}
.button-six:hover i {
  color: white;
}
.button-six i {
  margin-left: 15px;
  color: #4E87A0;
}
@media (max-width: 575px) {
  .container > .row > .col-12,
  .container-fluid > .row > .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Mobile Nav
==============================*/
.navToggle.menu-open {
  color: white;
  position: relative;
  top: 15px;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 575px) {
  .navToggle.menu-open {
    top: 5px;
    font-size: 16px;
  }
}
.navToggle.menu-open i {
  margin-left: 7px;
  font-weight: 300;
}
.mobileNav-header {
  padding: 20px 15px 20px 15px;
}
.mobileNav-header a {
  color: white;
  font-weight: 300;
  margin-top: 5px;
}
.mobileNav-header a i {
  font-weight: 300;
}
#mobileNav {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -50%;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #004F71;
}
#mobileNav .mobile-menu-phone {
  padding: 15px;
  display: block;
  color: white;
  font-weight: 300;
  background-color: #4E87A0;
}
#mobileNav .mobile-menu-phone i {
  font-weight: 300;
  margin-right: 7px;
}
#mobileNav ul {
  padding: 0px;
  margin-bottom: 0;
}
#mobileNav ul.sub-menu {
  display: none;
  position: relative;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
#mobileNav ul.sub-menu li a:before {
  content: '- ';
}
#mobileNav ul.sub-menu li:nth-of-type(1) {
  border-top: none;
}
#mobileNav ul li {
  list-style-type: none;
  position: relative;
}
#mobileNav ul li:nth-of-type(1) {
  border-top: 1px solid #4E87A0;
}
#mobileNav ul li .menu-drop {
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 3;
  color: white;
  width: 50px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 300;
}
#mobileNav ul li .menu-drop.sub-menu-active {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobileNav ul li a {
  color: white;
  padding: 20px 40px 20px 25px;
  display: block;
  border-bottom: 1px solid #4E87A0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
#mobileNav ul li a:hover {
  background-color: #4E87A0 !important;
  color: #ffffff;
}
#wrap.menuOpenWrap {
  right: 50%;
  pointer-events: none;
}
footer.menuOpenWrap {
  right: 50%;
  position: relative;
  pointer-events: none;
}
#mobileNav.menuOpen {
  right: 0;
}
.mobileNav-overlay.menuOpen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  footer.menuOpenWrap {
    right: 100%;
  }
}
/* Header
==============================*/
#header {
  background-color: #004F71;
  font-family: 'Roboto', sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}
#header .main-menu-contact {
  margin-right: 0;
}
@media (min-width: 1400px) {
  #header .main-menu-contact {
    margin-left: 60px!important;
  }
  #header .main-menu-contact a {
    text-decoration: underline!important;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #header .mega-menu-wrap {
    display: none;
  }
}
#header.nav-up {
  top: -76px;
}
@media (max-width: 575px) {
  #header {
    padding-top: 20px;
    position: fixed;
    z-index: 10;
    left: 0px;
    right: 0px;
  }
}
#header .top-left,
#header .top-right {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 575px) {
  #header .top-left,
  #header .top-right {
    display: none;
  }
}
#header .top-left a,
#header .top-right a {
  color: #4E87A0;
}
#header .top-left a i,
#header .top-right a i {
  margin-right: 7px;
}
#header .top-right {
  text-align: right;
}
#header .top-right a {
  margin-left: 15px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #header .top-right a.header-top-vacc {
    display: none;
  }
}
#header .left a {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  #header .left a {
    margin-bottom: 20px;
  }
}
#header .right nav.main-menu {
  float: right;
}
#header .right nav.main-menu ul {
  padding: 0;
  margin: 30px 0 0 0;
  display: inline-block;
  position: relative;
}
#header .right nav.main-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
  position: relative;
}
#header .right nav.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
}
#header .right nav.main-menu ul li.sub-menu-active.menu-item-has-children > a:after {
  content: "\f106";
  display: inline-block;
}
#header .right nav.main-menu ul li.main-menu-contact {
  margin-right: 0;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 1400px) {
  #header .right nav.main-menu ul li.main-menu-contact {
    margin-left: 60px;
  }
}
#header .right nav.main-menu ul li.main-menu-contact a {
  color: #4E87A0;
  border-bottom: 1px solid #4E87A0;
  text-decoration: none;
}
#header .right nav.main-menu ul li.current_page_item > a {
  color: #4E87A0;
  border-bottom: 1px solid #4E87A0;
  text-decoration: none;
}
#header .right nav.main-menu ul li.sub-menu-active > a {
  color: #4E87A0;
  border-bottom: 1px solid #4E87A0;
  text-decoration: none;
}
#header .right nav.main-menu ul li a {
  color: white;
  padding: 10px 10px;
  border-bottom: 1px solid transparent;
}
#header .right nav.main-menu ul li a:hover {
  color: #4E87A0;
  border-bottom: 1px solid #4E87A0;
  text-decoration: none;
}
#header .right nav.main-menu ul .sub-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: -15px;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 10px 15px 15px 15px;
  margin: 10px 0 0 0;
  background-color: #004F71;
}
#header .right nav.main-menu ul .sub-menu li {
  display: block;
  margin: 0;
}
#header .right nav.main-menu ul .sub-menu li a {
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 0px 0px 30px;
  }
}
@media (max-width: 575px) {
  .header-spacer {
    height: 85px;
    background-color: #004F71;
  }
}
/* Slices
==============================*/
.banner {
  background-color: #004F71;
  color: white;
}
.banner .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .left .inner {
  max-width: 520px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner .left .inner {
    max-width: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner .left .inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .banner .left .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.banner .left .inner .pre-title {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner .left .inner .pre-title {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner .left .inner .pre-title {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .banner .left .inner .pre-title {
    font-size: 14px;
  }
}
.banner .left .inner h1 {
  font-size: 80px;
  color: white;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner .left .inner h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner .left .inner h1 {
    font-size: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner .left .inner h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .banner .left .inner h1 {
    font-size: 30px;
  }
}
.banner .right {
  padding-right: 0;
}
.banner .right .inner {
  min-height: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner .right .inner {
    min-height: 520px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner .right .inner {
    min-height: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner .right .inner {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .banner .right .inner {
    min-height: 200px;
  }
}
.banner .right .inner.offset-bottom {
  margin-bottom: -70px;
}
.banner-v2 {
  background-color: #F9F7F0;
  color: #004F71;
}
.banner-v2 .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-v2 .left .inner {
  max-width: 520px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-v2 .left .inner {
    max-width: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner-v2 .left .inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .banner-v2 .left .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.banner-v2 .left .inner .pre-title {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-v2 .left .inner .pre-title {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner-v2 .left .inner .pre-title {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .banner-v2 .left .inner .pre-title {
    font-size: 14px;
  }
}
.banner-v2 .left .inner h1 {
  font-size: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-v2 .left .inner h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-v2 .left .inner h1 {
    font-size: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner-v2 .left .inner h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .banner-v2 .left .inner h1 {
    font-size: 30px;
  }
}
.banner-v2 .left .inner .stat {
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.banner-v2 .left .inner .stat:nth-child(2) {
  border-left: 1px solid #4E87A0;
  border-right: 1px solid #4E87A0;
}
.banner-v2 .left .inner .stat span {
  display: block;
  text-align: center;
}
.banner-v2 .left .inner .stat span.number {
  font-weight: 300;
  font-size: 32px;
  line-height: 45px;
  color: #4E87A0;
}
.banner-v2 .left .inner .stat span.title {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}
.banner-v2 .right {
  padding-right: 0;
}
.banner-v2 .right .inner {
  min-height: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-v2 .right .inner {
    min-height: 520px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-v2 .right .inner {
    min-height: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner-v2 .right .inner {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .banner-v2 .right .inner {
    min-height: 200px;
  }
}
.banner-v2 .right .inner.offset-bottom {
  margin-bottom: -70px;
}
.banner-small {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #004F71;
  color: #4E87A0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-small {
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-small {
    padding-bottom: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner-small {
    padding-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .banner-small {
    padding-bottom: 30px;
  }
}
.banner-small h1 {
  color: white;
  font-size: 52px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner-small h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .banner-small h1 {
    font-size: 32px;
  }
}
.banner-small .breadcrumbs {
  font-size: 14px;
  margin-bottom: 15px;
}
.banner-small .breadcrumbs a {
  color: #768287;
}
.banner-small .breadcrumbs i {
  margin-left: 5px;
  margin-right: 5px;
  color: #768287;
}
.button-columns {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .button-columns {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.button-columns h2 {
  border-bottom: 1px solid #E6EDF1;
  padding-bottom: 15px;
  margin-bottom: 55px;
}
.button-columns h6 {
  margin-bottom: 25px;
  font-weight: 400;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .button-columns .col-md {
    margin-bottom: 15px;
  }
}
.button-columns .button-wrapper a {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
}
.button-columns .button-wrapper a span {
  display: block;
  position: relative;
  padding-right: 10px;
}
.button-columns .button-wrapper a span i {
  position: absolute;
  right: 0px;
}
.content-editor {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-editor {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-editor {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .content-editor {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.contentimage {
  background-color: #004F71;
  color: white;
}
.contentimage .content {
  margin-top: 170px;
  margin-bottom: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contentimage .content {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contentimage .content {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .contentimage .content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .contentimage .content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.contentimage .content .inner {
  max-width: 450px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contentimage .content .inner {
    padding-right: 15px;
  }
}
.contentimage .content .inner h3 {
  color: white;
}
.contentimage .content .inner .button-wrapper {
  margin-top: 45px;
}
.contentimage .image {
  position: relative;
  padding: 0;
}
.contentimage .image .inner {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 576px) and (max-width: 767px) {
  .contentimage .image .inner {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .contentimage .image .inner {
    min-height: 250px;
  }
}
.contentimage .image .inner.offset-top {
  margin-top: 85px;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contentimage .image .inner.offset-top {
    margin-top: 0px;
  }
}
.contentimage .image .inner.offset-bottom {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contentimage .image .inner.offset-bottom {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .home .contentimage-v2 {
    padding-top: 105px;
  }
}
@media (max-width: 575px) {
  .home .contentimage-v2 .image {
    display: none;
  }
}
@media (max-width: 575px) {
  .page-id-16 .contentimage-v2 .image {
    display: none;
  }
}
@media (max-width: 575px) {
  .page-id-16 .contentimage-v2 .content {
    padding-top: 60px;
  }
}
.contentimage-v2 {
  padding-top: 170px;
  padding-bottom: 170px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.contentimage-v2.light-bg {
  background-color: #F9F7F0;
  background-image: url('images/vector-bg-white.svg');
}
.contentimage-v2.blue-bg {
  background-color: #4E87A0;
  background-image: url('images/vector-bg.svg');
  background-size: cover;
  color: white;
}
.contentimage-v2.blue-bg h3 {
  color: white;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contentimage-v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contentimage-v2 .image .inner {
  height: 100%;
  min-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 576px) and (max-width: 767px) {
  .contentimage-v2 .image .inner {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .contentimage-v2 .image .inner {
    min-height: 200px;
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .contentimage-v2 .image {
    margin-bottom: 30px;
  }
}
.contentimage-v2 .content {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.contentimage-v2 .content .inner {
  position: absolute;
  bottom: 0px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .contentimage-v2 .content .inner {
    position: relative;
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .contentimage-v2 .content .inner {
    position: relative;
  }
}
.contentimage-v2 .content .inner p {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .promo-boxes {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.promo-boxes .promo-box .inner {
  padding: 90px 120px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .promo-boxes .promo-box .inner {
    padding: 90px 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .promo-boxes .promo-box .inner {
    padding: 90px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .promo-boxes .promo-box .inner {
    padding: 30px 30px;
  }
}
.promo-boxes .promo-box .inner a {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}
.promo-boxes .promo-box .inner a:hover {
  color: #004F71;
}
.promo-boxes .promo-box .inner a i {
  margin-left: 7px;
}
.ctamap {
  background-color: #4E87A0;
  background-image: url('images/vector-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ctamap .left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ctamap .left {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ctamap .left {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .ctamap .left {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.ctamap .left .inner {
  max-width: 540px;
  color: white;
}
.ctamap .left .inner h3 {
  margin-bottom: 15px;
  color: white;
}
.ctamap .left .inner .button-wrapper {
  margin-top: 30px;
}
.ctamap .left .inner .button-wrapper .button-two {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .ctamap .left .inner .button-wrapper .button-two {
    margin-left: 0;
    margin-top: 15px;
  }
}
.ctamap .right {
  padding: 0!important;
}
.ctamap .right iframe {
  width: 100%;
  height: 100%;
  margin-bottom: -6px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ctamap .right iframe {
    height: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ctamap .right iframe {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .ctamap .right iframe {
    height: 300px;
  }
}
.intro-services {
  background-color: #F9F7F0;
}
.intro-services .left {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro-services .left {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .intro-services .left {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .intro-services .left {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.intro-services .left .inner {
  max-width: 730px;
}
.intro-services .left .inner h2 {
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 575px) {
  .intro-services .left .inner h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.intro-services .left .inner .button-wrapper {
  margin-top: 60px;
}
.intro-services .right {
  padding-top: 100px;
  padding-bottom: 100px;
  border-left: 1px solid white;
  background-image: url('images/vector-bg-white.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro-services .right {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .intro-services .right {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .intro-services .right {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px), (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px) {
  .intro-services .right .inner {
    padding-left: 30px;
  }
}
.intro-services .right .inner h4 {
  font-size: 22px;
}
.intro-services .right .inner a {
  color: #4E87A0;
  font-size: 16px;
  display: block;
  text-decoration: underline;
}
.intro-services .right .inner a i {
  margin-left: 7px;
}
.intro-services .right .inner h5 {
  margin-top: 45px;
  font-size: 20px;
}
.intro-services .right .inner ul {
  margin: 0;
  padding: 0;
}
.intro-services .right .inner ul li {
  display: block;
  font-size: 16px;
}
.intro-services .right .inner ul li i {
  color: #4E87A0;
  margin-right: 7px;
}
.testimonial-carousel {
  background-color: #F9F7F0;
  padding-top: 180px;
  padding-bottom: 90px;
  background-image: url('images/vector-bg-white.svg');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: left center;
}
@media (min-width: 576px) and (max-width: 767px) {
  .testimonial-carousel {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .testimonial-carousel {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.testimonial-carousel .icon-wrapper {
  margin-bottom: 20px;
  text-align: center;
}
.testimonial-carousel .icon-wrapper i {
  font-size: 72px;
  font-weight: 200;
  color: #4E87A0;
}
.testimonial-carousel .owl-carousel-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-carousel .testimonial-details {
  color: #4E87A0;
}
.testimonial-carousel .owl-nav {
  float: right;
}
@media (max-width: 575px) {
  .testimonial-carousel .owl-nav {
    float: none;
    text-align: center;
    padding-top: 30px;
  }
}
.testimonial-carousel .owl-nav button i {
  color: #4E87A0;
  font-size: 24px;
}
.testimonial-carousel .owl-nav .owl-prev {
  margin-right: 5px;
}
.testimonial-carousel .owl-nav .owl-next {
  margin-left: 5px;
}
.latest-articles {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-articles {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px) {
  .latest-articles {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .latest-articles {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.latest-articles h2 {
  text-align: center;
  margin-bottom: 30px;
}
.latest-articles .card {
  position: relative;
  border-radius: 0;
  border: none;
  padding: 15px;
}
@media (max-width: 575px) {
  .latest-articles .card {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.latest-articles .card:hover {
  background-color: #F9F7F0;
}
.latest-articles .card .card-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
.latest-articles .card h4 {
  font-size: 18px;
  font-weight: 400;
}
.latest-articles .card .card-body {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
.latest-articles .card .card-body .category-wrapper a {
  background-color: #F9F7F0;
  color: #9F9F9F;
  display: inline-block;
  padding: 5px 15px;
  font-style: italic;
}
.latest-articles .card a.link-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.service-process {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-process {
    padding-top: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .service-process {
    padding-top: 45px;
  }
}
@media (max-width: 575px) {
  .service-process {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.service-process h2 {
  border-bottom: 1px solid #E6EDF1;
  padding-bottom: 15px;
  margin-bottom: 55px;
}
.service-process .service-block {
  margin-bottom: 60px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-process .service-block .icon-wrap {
    text-align: center;
  }
}
.service-process .service-block .inner {
  max-width: 190px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-process .service-block .inner {
    max-width: 100%;
  }
}
.service-process .service-block .inner span.pretitle {
  display: block;
  color: #4E87A0;
  font-size: 14px;
  font-weight: 600;
}
.service-process .service-block .inner h5 {
  font-size: 18px;
  font-weight: 400;
}
.service-process .service-block .inner p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}
.page-id-22 .form-embed {
  background-image: none;
}
.form-embed {
  background-color: #4E87A0;
  background-image: url('images/form-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 90px;
  color: white;
}
@media (max-width: 575px) {
  .form-embed {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.form-embed h2 {
  color: white;
}
.form-embed.dark-blue-bg {
  background-color: #365C6D;
}
.form-embed .gform_wrapper label.gfield_label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.form-embed .gform_wrapper .gfield_required {
  color: white;
}
.form-embed .gform_wrapper input[type=text],
.form-embed .gform_wrapper input[type=email],
.form-embed .gform_wrapper textarea,
.form-embed .gform_wrapper select {
  background: transparent;
  color: white;
  border-top: 1px solid #84AABD;
  border-right: 1px solid #84AABD;
  border-bottom: 1px solid #F9F7F0;
  border-left: 1px solid #84AABD;
}
.form-embed .gform_wrapper ::-webkit-input-placeholder {
  color: white;
}
.form-embed .gform_wrapper ::-moz-placeholder {
  color: white;
}
.form-embed .gform_wrapper :-ms-input-placeholder {
  color: white;
}
.form-embed .gform_wrapper :-moz-placeholder {
  color: white;
}
.form-embed .gform_wrapper .ginput_total {
  color: white!important;
  font-size: 18px!important;
}
.form-embed .gform_wrapper .gform_footer input[type=submit] {
  background-color: #84AABD;
  border: none;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  padding: 20px 45px;
  float: right;
}
.form-embed .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #6393ab;
}
.video-embed {
  background-color: #F9F7F0;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-embed {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .video-embed {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .video-embed {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.map .col-12 {
  padding: 0;
}
.map iframe {
  width: 100%;
  margin-bottom: -10px;
}
.team-members {
  background-color: #004F71;
  color: white;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-members {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .team-members {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .team-members {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.team-members h2 {
  margin-bottom: 30px;
  color: white;
}
.team-members .person-grid {
  margin-bottom: 15px;
}
.team-members .person-grid .inner {
  min-height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  margin: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-members .person-grid .inner {
    min-height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-members .person-grid .inner {
    min-height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .team-members .person-grid .inner {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .team-members .person-grid .inner {
    min-height: 260px;
  }
}
.team-members .person-grid .inner .content-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding: 15px;
}
.team-members .person-grid .inner .content-wrapper h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 5px;
  color: white;
}
.team-members .person-grid .inner .content-wrapper h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: white;
}
.team-members .person-grid .inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.team-members .button-wrapper {
  text-align: right;
  margin-right: 5px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .team-members .button-wrapper {
    text-align: center;
  }
}
.archive-people-wrapper {
  background-color: #004F71;
  color: white;
  padding-top: 90px;
  padding-bottom: 90px;
}
.archive-people-wrapper h1 {
  color: white;
}
.archive-people-wrapper .person-grid {
  margin-bottom: 15px;
}
.archive-people-wrapper .person-grid .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(246, 248, 249, 0) 50%);
}
.archive-people-wrapper .person-grid .inner {
  min-height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  margin: 5px;
}
.archive-people-wrapper .person-grid .inner .content-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding: 15px;
}
.archive-people-wrapper .person-grid .inner .content-wrapper h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 5px;
  color: white;
}
.archive-people-wrapper .person-grid .inner .content-wrapper h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: white;
}
.archive-people-wrapper .person-grid .inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single-person-wrapper .single-person-banner-small {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #004F71;
  color: #4E87A0;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .single-person-wrapper .single-person-banner-small {
    padding-bottom: 0;
  }
}
.single-person-wrapper .single-person-banner-small .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-person-wrapper .single-person-banner-small .left .inner h1 {
  color: white;
  font-size: 52px;
}
.single-person-wrapper .single-person-banner-small .left .inner .breadcrumbs {
  font-size: 14px;
  margin-bottom: 15px;
}
.single-person-wrapper .single-person-banner-small .left .inner .breadcrumbs a {
  color: #768287;
}
.single-person-wrapper .single-person-banner-small .left .inner .breadcrumbs i {
  margin-left: 5px;
  margin-right: 5px;
  color: #768287;
}
.single-person-wrapper .single-person-banner-small .right {
  position: relative;
}
.single-person-wrapper .single-person-banner-small .right .inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  min-height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .single-person-wrapper .single-person-banner-small .right .inner {
    min-height: 520px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-person-wrapper .single-person-banner-small .right .inner {
    min-height: 420px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-person-wrapper .single-person-banner-small .right .inner {
    min-height: 320px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-person-wrapper .single-person-banner-small .right .inner {
    position: relative;
    min-height: 420px;
  }
}
@media (max-width: 575px) {
  .single-person-wrapper .single-person-banner-small .right .inner {
    position: relative;
    min-height: 320px;
  }
}
.single-person-wrapper #content .inner {
  padding: 60px 30px 90px 0px;
}
.single-person-wrapper #content .inner .contact-details {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-person-wrapper #content .inner .contact-details a {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-person-wrapper #content .inner .contact-details a i {
  margin-right: 7px;
}
.news-articles {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-articles {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px) {
  .news-articles {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .news-articles {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.news-articles h1 {
  text-align: center;
  margin-bottom: 30px;
}
.news-articles .card {
  position: relative;
  border-radius: 0;
  border: none;
  padding: 15px;
}
.news-articles .card:hover {
  background-color: #F9F7F0;
}
.news-articles .card .card-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
.news-articles .card h4 {
  font-size: 18px;
  font-weight: 400;
}
.news-articles .card .card-body {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
.news-articles .card .card-body .category-wrapper a {
  background-color: #F9F7F0;
  color: #9F9F9F;
  display: inline-block;
  padding: 5px 15px;
  font-style: italic;
}
.news-articles .card a.link-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-articles .button-wrapper {
  margin-top: 60px;
  text-align: center;
}
.navigation {
  margin-top: 60px;
}
.related-articles {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .related-articles {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px) {
  .related-articles {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .related-articles {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.related-articles h2 {
  text-align: center;
  margin-bottom: 30px;
}
.related-articles .card {
  position: relative;
  border-radius: 0;
  border: none;
  padding: 15px;
}
.related-articles .card:hover {
  background-color: #F9F7F0;
}
.related-articles .card .card-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
.related-articles .card h4 {
  font-size: 18px;
  font-weight: 400;
}
.related-articles .card .card-body {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
.related-articles .card .card-body .category-wrapper a {
  background-color: #F9F7F0;
  color: #9F9F9F;
  display: inline-block;
  padding: 5px 15px;
  font-style: italic;
}
.related-articles .card a.link-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.related-articles .button-wrapper {
  margin-top: 60px;
  text-align: center;
}
.values {
  padding-top: 90px;
  padding-bottom: 180px;
}
@media (max-width: 575px) {
  .values {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.values .inner {
  max-width: 570px;
  margin: 0 auto;
}
.values h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .values h2 {
    margin-bottom: 30px;
  }
}
.values .value {
  margin-top: 30px;
  margin-bottom: 30px;
}
.values .value .pretitle {
  display: block;
  color: #4E87A0;
  font-size: 14px;
  font-weight: 600;
}
.values .value h5 {
  font-size: 18px;
  font-weight: 400;
}
.values .value span {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.single-post-wrapper #content {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-post-wrapper #content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-post-wrapper #content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .single-post-wrapper #content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.single-post-wrapper #content span.date {
  display: block;
  margin-bottom: 15px;
}
.single-post-wrapper #content .featured-image-wrapper {
  margin-bottom: 30px;
}
.single-post-wrapper #content #blog-post {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
/* Search Results
==============================*/
.search .search-header {
  margin-bottom: 90px;
}
.search .blog-article {
  padding-left: 95px;
  margin-bottom: 60px;
  position: relative;
}
.search .blog-article .result-num {
  font-size: 40px;
  display: inline-block;
  padding: 0 15px;
  width: 65px;
  text-align: center;
  border-right: 1px solid #d7d7d7;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.search .search-form {
  width: 100%;
  margin: 40px 0 90px;
}
.search .search-form label {
  float: left;
  width: 85%;
}
.search .search-form .search-field {
  border: none;
  background-color: #ebebeb;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 7px 20px;
  width: 100%;
}
.search .search-form .search-submit {
  width: 10%;
  text-indent: -999px;
  border: none;
  background-color: #ebebeb;
  padding: 5.5px 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: url('images/search.png');
  background-position: center center;
  background-repeat: no-repeat;
}
/* Footer
==============================*/
#footer {
  background-color: #004F71;
  padding-top: 70px;
  color: white;
}
@media (max-width: 575px) {
  #footer {
    padding-top: 30px;
  }
}
#footer a {
  color: white;
}
#footer .info-wrapper {
  margin-top: 40px;
  font-size: 14px;
}
@media (max-width: 575px) {
  #footer .info-wrapper {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #footer .info-wrapper .col-1 {
    max-width: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #footer .info-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #footer .info-wrapper .col-1 {
    max-width: 35px;
  }
}
#footer .info-wrapper address {
  margin: 0;
}
#footer .info-wrapper a {
  display: block;
  margin-bottom: 20px;
}
#footer .info-wrapper i {
  color: #4E87A0;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 575px) {
  #footer .info-wrapper i {
    margin-right: 15px;
  }
}
#footer h5 {
  text-transform: uppercase;
  border-bottom: 1px solid #4E87A0;
  padding-bottom: 15px;
  font-size: 16px;
  color: white;
}
@media (max-width: 575px) {
  #footer h5 {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1399px), (min-width: 1400px) {
  #footer .right {
    padding-left: 80px;
  }
}
@media (max-width: 575px) {
  #footer .right {
    display: none;
  }
}
#footer .right ul {
  padding: 0;
  margin: 45px 0 0 0;
  column-count: 3;
  column-gap: 30px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px) {
  #footer .right ul {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  #footer .right ul {
    column-count: 1;
    margin: 0 0 0 0;
  }
}
#footer .right ul li {
  display: block;
  margin-bottom: 20px;
}
#footer .right ul li a {
  font-size: 14px;
}
#footer .footer-bottom {
  margin-top: 100px;
  background-color: #0C161B;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  #footer .footer-bottom {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  #footer .footer-bottom .left {
    float: none!important;
  }
}
#footer .footer-bottom .left span {
  text-transform: uppercase;
}
#footer .footer-bottom .left span .mobile-none {
  display: inline-block;
}
@media (max-width: 575px) {
  #footer .footer-bottom .left span {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #footer .footer-bottom .left span .mobile-none {
    display: none;
  }
}
@media (max-width: 575px) {
  #footer .footer-bottom .left a {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
