@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400|Source+Sans+Pro:300,400|Montserrat:500,600');
/*
Theme Name: CIC Financial
Theme URI: https://www.christchurchinsurance.co.nz
Author: Dave @ truezealand.co.nz
Author URI: https://truezealand.co.nz
*/
/* CSS RESET */
/* COLOURS */
/* MIXINS */
.background {
  background: #ffffff;
}
.background-two {
  background: #00acdc;
}
.background-three {
  background: #3a718d;
}
.button {
  padding: 14px 20px;
  font-size: 12px;
  border: 2px solid #fff;
  color: #fff;
  letter-spacing: 1px;
  transition: opacity 0.3s ease-in-out;
}
.button:hover {
  text-transform: none;
  background: #005878;
}
.blue-button {
  display: inline-block;
  border: 2px solid #00acdc;
  color: #00acdc;
  padding: 19px 55px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.white-button {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  padding: 19px 55px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.primary-font {
  font-family: 'Source Sans Pro', sans-serif;
}
.secondary-font {
  font-family: 'Open Sans', sans-serif;
}
.tertiary-font {
  font-family: 'Montserrat', sans-serif;
}
.icon-size {
  width: 70px;
  height: 76px;
}
@keyframes pulse {
  0% {
    opacity: 0;
    bottom: 60px;
  }
  55% {
    opacity: 1;
  }
  100% {
    bototm: 10px;
  }
}
/* RESET STYLES */
* {
  box-sizing: border-box;
}
body,
html,
a,
p,
h1,
h2,
h3,
h4,
ul,
li,
ul li,
img,
button {
  border: none;
  outline: none;
  list-style: none;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  background: none;
  padding: 0;
}
p,
li {
  font-size: 16px;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}
p {
  font-size: 16px;
}
button,
input[type="button"] {
  background: none;
}
h1.page-heading {
  color: #00acdc;
  font-weight: 200;
  font-size: 47px;
  text-align: center;
  line-height: inherit;
  margin-top: 100px;
}
p.emphasis {
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  max-width: 445px;
  margin: 0 auto;
  margin-top: 30px;
  color: #00acdc;
}
/* CONTAINER */
* {
  box-sizing: border-box;
}
header {
  position: relative;
  z-index: 100;
}
header a.logo h1 {
  background: url('img/CIC-Logo-Reverse.svg') no-repeat center;
  margin-top: 17px;
  width: 232px;
  max-width: 100%;
  text-indent: -9000px;
  background-size: cover;
  height: 82px;
}
header .free-consultation {
  padding: 14px 20px;
  font-size: 12px;
  border: 2px solid #fff;
  color: #fff;
  letter-spacing: 1px;
  transition: opacity 0.3s ease-in-out;
  float: right;
  margin-top: 32px;
  margin-right: 52px;
}
header .free-consultation:hover {
  text-transform: none;
  background: #005878;
}
header .open-menu {
  margin-top: 40px;
  display: block;
}
header .open-menu svg {
  width: 32px;
  stroke: #fff !important;
  height: 32px;
}
@media screen and (max-width: 756px) {
  header .open-menu {
    margin-top: 43px;
  }
}
.search {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 32px;
  width: 32px;
  top: 140px;
  left: 0;
  background-color: none;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  vertical-align: center;
  overflow: visible;
  border: 0px solid rgba(0, 88, 120, 0.8);
  transition: all .9s;
  transition-timing-function: ease;
}
.search input {
  opacity: 0;
  width: 0;
  background: none;
  border: none;
  position: relative;
  border-bottom: 2px solid #fff;
  font-size: 32px;
  line-height: 140%;
  transition: all 1s 0.4s ease-in !important;
}
.search input::placeholder {
  color: #fff;
}
.search button {
  opacity: 0;
  width: 0;
  position: relative;
  left: -32px;
  transition: all 1s 0.4s ease-in !important;
}
.search.open {
  border-width: 200vh;
  left: -250vh;
  top: -150vh;
  background-color: #005878;
}
.search.open > img {
  opacity: 0;
}
.search.open input,
.search.open button {
  opacity: 1;
  width: 32px;
  display: block;
}
.search.open input {
  width: 500px;
}
.search svg {
  height: 32px;
  width: 32px;
}
.side-menu {
  float: right;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6392156862745098);
  z-index: 9999;
  padding: 59px 0 0 85px;
  max-width: 359px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  overflow-y: scroll;
}
.side-menu.closed {
  right: -400px;
  opacity: 0;
}
.side-menu a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.side-menu li {
  margin: 8px 0;
}
.side-menu #menu-main-menu {
  margin-top: 37px;
}
.side-menu #menu-main-menu > li {
  margin-bottom: 24px;
}
.side-menu .sub-menu a {
  color: #00acdc;
  font-size: 12px;
}
.side-menu ul.sub-menu {
  margin-top: 10px;
}
.side-menu ul.sub-menu .fa {
  float: right;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  margin-right: 18px;
  margin-top: 7px;
}
.side-menu ul.sub-menu .sub-menu a {
  margin-left: 10px;
  color: #fff;
  text-transform: capitalize;
}
.side-menu .close-menu {
  display: block;
  text-align: right;
  padding-right: 18px;
}
.side-menu .close-menu svg {
  width: 24px;
  height: 24px;
}
.page-id-86 header .free-consultation,
.page-id-5 header .free-consultation,
.blank-header header .free-consultation {
  border-color: #00acdc;
  color: #00acdc;
  background: #fff;
}
.page-id-86 header .search .st0,
.page-id-5 header .search .st0,
.blank-header header .search .st0,
.page-id-86 header .search .st1,
.page-id-5 header .search .st1,
.blank-header header .search .st1 {
  stroke: #00acdc !important;
}
.page-id-86 header .open-menu .st0,
.page-id-5 header .open-menu .st0,
.blank-header header .open-menu .st0 {
  stroke: #00acdc !important;
}
.page-id-86 header .open-menu svg,
.page-id-5 header .open-menu svg,
.blank-header header .open-menu svg {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 756px) {
  .full-height-content {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
  }
  .full-height-content > img {
    align-self: center;
  }
}
@media screen and (max-width: 755px) {
  .full-height-content {
    display: flex;
    height: 50vh;
    flex-direction: column;
    align-items: start;
  }
  .full-height-content > img {
    align-self: center;
  }
}
.single-service #home-loans .cls-1 {
  fill: #005878;
}
.single-service #first-home-icon .st0 {
  fill: #005878;
}
.single-service #business-insurance-icon .cls-1 {
  fill: #005878;
}
.single-service #ownership-insurance .st0 {
  display: none;
}
.single-service #ownership-insurance .st1 {
  display: inline;
  fill: none;
  stroke: #005978;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.single-service #ownership-insurance .st2 {
  display: inline;
}
.single-service #ownership-insurance .st3 {
  fill: #4579BC;
}
.single-service #ownership-insurance .st4 {
  fill: #005978;
}
.single-service #ownership-insurance .st5 {
  fill: #FFFFFF;
}
.single-service #ownership-insurance .st6 {
  fill: #005978;
  stroke: #005978;
  stroke-width: 1.0394;
  stroke-miterlimit: 10;
}
.single-service #ownership-insurance .st7 {
  fill: #005878;
}
.single-service #ownership-insurance .st8 {
  fill: none;
  stroke: #005978;
  stroke-miterlimit: 10;
}
.single-service #ownership-insurance .st9 {
  fill: #015A78;
}
.single-service #key-person-cover-icon .st0 {
  display: none;
}
.single-service #key-person-cover-icon .st1 {
  display: inline;
  fill: none;
  stroke: #005978;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.single-service #key-person-cover-icon .st2 {
  display: inline;
}
.single-service #key-person-cover-icon .st3 {
  fill: #4579BC;
}
.single-service #key-person-cover-icon .st4 {
  fill: #005978;
}
.single-service #key-person-cover-icon .st5 {
  fill: #FFFFFF;
}
.single-service #key-person-cover-icon .st6 {
  fill: #005978;
  stroke: #005978;
  stroke-width: 1.0394;
  stroke-miterlimit: 10;
}
.single-service #key-person-cover-icon .st7 {
  fill: #005878;
}
.single-service #key-person-cover-icon .st8 {
  fill: none;
  stroke: #005978;
  stroke-miterlimit: 10;
}
.single-service #key-person-cover-icon .st9 {
  fill: #015A78;
}
.single-service #debt-cover-icon .st0 {
  display: none;
}
.single-service #debt-cover-icon .st1 {
  display: inline;
  fill: none;
  stroke: #005978;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.single-service #debt-cover-icon .st2 {
  display: inline;
}
.single-service #debt-cover-icon .st3 {
  fill: #4579BC;
}
.single-service #debt-cover-icon .st4 {
  fill: #005978;
}
.single-service #debt-cover-icon .st5 {
  fill: #FFFFFF;
}
.single-service #debt-cover-icon .st6 {
  fill: #005978;
  stroke: #005978;
  stroke-width: 1.0394;
  stroke-miterlimit: 10;
}
.single-service #debt-cover-icon .st7 {
  fill: #005878;
}
.single-service #debt-cover-icon .st8 {
  fill: none;
  stroke: #005978;
  stroke-miterlimit: 10;
}
.single-service #debt-cover-icon .st9 {
  fill: #015A78;
}
.home section.container-banner .banner h2 {
  text-align: left;
}
.home section.container-banner .banner p {
  text-align: left;
  max-width: 470px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
section {
  background: #ffffff;
  min-height: 100vh;
  position: relative;
  max-width: 100%;
}
section.blank-banner {
  min-height: auto;
}
section h2 {
  font-size: 42px;
  color: #00acdc;
}
@media screen and (max-width: 992px) {
  section h2 {
    font-size: 34px;
  }
}
section .pull-down {
  height: 80px;
  width: 32px;
  display: block;
  margin: 0 auto;
  background-image: url(img/down-chevron.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  animation: pulse 1.5s ease-in-out infinite;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  section .pull-down {
    width: 28px;
  }
}
@media screen and (max-height: 820px) {
  
}
section .pull-down.blue {
  background-image: url(img/down-chevron-blue.png);
}
section.container-banner {
  position: relative;
  border-top: none;
}
section.container-banner .banner {
  margin: 0 auto;
}
section.container-banner .banner > div {
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
}
section.container-banner .banner h2 {
  text-align: center;
  color: #ffffff;
  font-size: 65px;
}
@media screen and (max-width: 756px) {
  section.container-banner .banner h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
  }
}
section.container-banner .banner p,
section.container-banner .banner a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #ffffff;
}
section.container-banner .banner p {
  max-width: 700px;
  padding: 0 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 24px auto 48px;
}
@media screen and (max-width: 756px) {
  section.container-banner .banner p {
    font-size: 19px;
    font-weight: 300;
    max-width: 100%;
    margin: 24px 0 48px;
  }
}
section.container-banner .banner ul {
  height: 100%;
  width: 100%;
}
section.container-banner .banner ul li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.container-banner .banner ul li div {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 756px) {
  
}
section.container-services {
  padding-top: 96px;
  height: auto;
}
@media screen and (max-width: 992px) {
  section.container-services {
    padding-top: 48px;
  }
}
section.container-services .services-toggle {
  margin: 0 -15px;
}
section.container-services .services-toggle a {
  text-transform: uppercase;
  padding-bottom: 14px;
  color: #d3d3d4;
  border-bottom: 2px solid #d3d3d4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  display: inline-block;
  width: 200px;
  cursor: pointer;
}
section.container-services .services-toggle a.selected {
  border-bottom: 2px solid #005878;
  color: #005878;
}
section.container-services .services-toggle a:hover {
  border-bottom: 2px solid #00acdc;
  color: #00acdc;
}
@media screen and (max-width: 767px) {
  section.container-services .services-toggle a {
    border: 2px solid #d3d3d4;
    padding: 11px 16px;
    margin: 8px;
    width: auto;
  }
  section.container-services .services-toggle a.selected {
    border: none;
    border-bottom: 2px solid #005878;
    color: #005878;
  }
}
section.container-services p {
  margin-top: 39px;
  text-align: center;
  font-size: 15px;
}
section.container-services h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #00acdc;
  margin: 14px 0 26px;
}
@media screen and (max-width: 767px) {
  section.container-services h3 {
    margin: 42px 0 14px;
  }
}
@media screen and (max-width: 767px) {
  section.container-services ul {
    margin-top: 22px;
  }
}
section.container-services ul li {
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  section.container-services ul li {
    padding: 0;
    margin-bottom: 0;
  }
}
section.container-services ul li a.service-icon {
  height: 180px;
  min-height: 165px;
  display: block;
  color: #00acdc;
  font-size: 17px;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 767px) {
  section.container-services ul li a.service-icon {
    height: 165px;
    padding-top: 51px;
    margin-bottom: 10px;
  }
}
section.container-services ul li a.service-icon:hover {
  color: #005878;
}
section.container-services ul li a.service-icon:hover svg * {
  fill: #005878;
}
section.container-services ul li a.service-icon img {
  height: 89px;
  margin-bottom: 21px;
}
section.container-services ul li a.service-icon svg {
  height: 92px;
}
section.container-services ul li a.service-icon svg * {
  stroke-width: 0;
  fill: #00acdc;
  transition: all 0.4s ease-in-out;
}
section.container-services a.view-all {
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin-top: 65px;
  display: inline-block;
  margin-bottom: 200px;
  border: 2px solid #00acdc;
  color: #00acdc;
  padding: 19px 55px;
  text-transform: uppercase;
  font-size: 12px;
  width: auto;
}
@media screen and (max-width: 992px) {
  section.container-services a.view-all {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 767px) {
  section.container-services a.view-all {
    margin-top: 65px;
  }
}
section.container-services .container {
  height: 100%;
  display: flex;
  align-items: center;
}
section.container-services .row {
  align-items: center;
}
@media screen and (min-width: 992px) {
  
}
section.container-services .row .service-heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
section.container-philosophy {
  background-image: url('img/philosophy-bg.jpg');
  background-position: center;
  background-size: cover;
  height: 800px;
}
@media screen and (min-width: 767px) {
  section.container-philosophy {
    padding-top: 96px;
  }
}
section.container-philosophy:before {
  background: rgba(255, 255, 255, 0.88);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  section.container-philosophy .full-height-content {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  section.container-philosophy img {
    margin: 44px auto;
  }
}
section.container-philosophy h1 {
  text-align: left;
  margin-bottom: 50px;
  color: #00acdc;
  font-weight: 200;
  font-size: 45px;
}
@media screen and (min-width: 767px) {
  section.container-philosophy h1 {
    padding-top: 150px;
  }
}
section.container-philosophy h2 {
  margin-bottom: 32px;
}
section.container-philosophy p {
  font-weight: 400;
  font-size: 15px;
}
section.container-philosophy a {
  display: inline-block;
  border: 2px solid #00acdc;
  color: #00acdc;
  padding: 19px 55px;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  section.container-philosophy a {
    margin: 0 auto;
  }
}
section.container-philosophy .two-p {
  margin-bottom: 40px;
}
section.container-content {
  min-height: 100vh;
  background: #fff;
  position: relative;
  padding: 146px 0;
}
section.container-content p {
  margin: 18px 0;
}
section.container-content h1 {
  font-size: 42px;
  color: #00acdc;
}
section.container-schedule {
  background: #00acdc;
}
section.container-schedule .col-lg-6 {
  align-items: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.container-schedule h2 {
  color: #ffffff;
  text-align: center;
  line-height: inherit;
}
section.container-schedule p {
  color: #ffffff;
  font-size: inherit;
  text-align: center;
  line-height: inherit;
  margin: 30px auto;
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  section.container-schedule p {
    margin: 12px auto 30px;
  }
}
section.container-schedule a {
  display: block;
  margin-bottom: 100px;
  margin-left: 139px;
  padding: 16px 35px;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  color: #ffffff;
}
section.container-schedule .icon {
  width: 70px;
  height: 76px;
  display: block;
}
section.container-team {
  background: #00acdc;
}
section.container-team .col-lg-6 {
  align-items: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-height: 460px) {
  section.container-team .row > div {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-evenly;
  }
  section.container-team .pull-down {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.container-team {
    padding-bottom: 100px;
  }
}
section.container-team h2 {
  color: #ffffff;
  text-align: center;
  line-height: inherit;
}
@media screen and (max-height: 460px) {
  section.container-team h2 {
    margin: 0 !important;
  }
}
section.container-team ul li {
  text-align: center;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  section.container-team ul li {
    width: 100%;
  }
}
section.container-team ul li > div {
  width: 190px;
  position: relative;
  margin: 0 auto;
}
section.container-team ul li:hover .details {
  display: block;
}
section.container-team ul li .details {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 521px) {
  section.container-team ul li .details {
    display: none;
    position: absolute;
    background: rgba(51, 121, 147, 0.8);
  }
}
section.container-team ul li .details h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-top: 52px;
}
@media screen and (max-width: 520px) {
  section.container-team ul li .details h3 {
    margin-top: 24px;
  }
}
section.container-team ul li .details .role {
  margin: 8px 0 0;
  font-size: 15px;
  color: #fff;
  height: 53px;
  letter-spacing: 0px;
  font-weight: 500;
}
section.container-team ul li .details .view {
  font-size: 10px;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'Montserrat';
}
@media screen and (max-width: 520px) {
  section.container-team ul li .details .view {
    margin-top: 0;
  }
}
section.container-insights {
  background: #ffffff;
  padding: 24px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
}
section.container-insights.three-column {
  align-items: normal;
  padding: 88px 0;
}
section.container-insights.three-column svg {
  height: 80px;
}
section.container-insights.three-column h3 {
  font-size: 18px;
  color: #00acdc;
}
section.container-insights.three-column .row {
  align-items: start;
  text-align: left;
}
section.container-insights.three-column p,
section.container-insights.three-column h3 {
  text-align: left;
}
section.container-insights.three-column p {
  max-width: none;
  margin: 24px 0;
  padding: 0 50px 0 0;
  font-size: 15px;
}
section.container-insights h6 {
  color: #1f2124;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  position: relative;
  margin-bottom: 44px;
  font-weight: 600;
}
section.container-insights h6:before {
  border-bottom: 2px solid #00acdc;
  content: '';
  width: auto;
  position: absolute;
  bottom: -24px;
  left: 46%;
  right: 46%;
}
@media screen and (max-width: 767px) {
  section.container-insights h6 {
    margin-bottom: 28px;
  }
  section.container-insights h6:before {
    bottom: -19px;
  }
}
section.container-insights h2 {
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 1px;
  color: #00acdc;
  text-align: left;
  margin-top: 8px;
}
section.container-insights h3 {
  text-align: center;
  font-weight: 400;
  color: #1f2124;
}
section.container-insights p {
  color: #000000;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  max-width: 300px;
  margin: 8px auto 24px;
}
@media screen and (max-width: 767px) {
  section.container-insights p {
    margin: 0 auto 14px;
  }
}
section.container-insights .container {
  height: 100%;
}
section.container-insights .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.container-insights .row {
    flex-direction: column;
  }
  section.container-insights .row .blue-button {
    margin-bottom: 50px;
  }
}
section.container-financial {
  background: #ffffff;
  padding-bottom: 92px;
}
section.container-financial h1 {
  color: #00acdc;
  font-weight: 200;
  font-size: 47px;
  text-align: center;
  line-height: inherit;
  margin-top: 100px;
}
section.container-financial p.emphasis {
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  max-width: 445px;
  margin: 0 auto;
  margin-top: 30px;
  color: #00acdc;
}
section.container-financial ul {
  position: relative;
  margin-top: 48px;
}
section.container-financial ul:before {
  content: '';
  border-left: 2px solid #005878;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  section.container-financial ul:before {
    left: 9px;
    top: 4px;
  }
}
section.container-financial ul li {
  position: relative;
}
section.container-financial ul li div {
  text-align: right;
  padding: 0 32px;
}
section.container-financial ul li div:before {
  content: "";
  position: absolute;
  right: -11px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #005878;
  border-radius: 60%;
}
@media screen and (max-width: 767px) {
  section.container-financial ul li div {
    margin-bottom: 40px;
  }
  section.container-financial ul li div:before {
    right: initial;
    left: 0;
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  section.container-financial ul li > div,
  section.container-financial ul li div.pull-right {
    float: left !important;
    text-align: left;
  }
  section.container-financial ul li > div:before,
  section.container-financial ul li div.pull-right:before {
    left: 0 !important;
  }
}
section.container-financial ul li div.pull-right {
  text-align: left;
}
section.container-financial ul li div.pull-right:before {
  left: -9px;
  right: initial;
}
section.container-financial ul li h3 {
  color: #00acdc;
  font-weight: 400;
}
section.container-financial ul li p {
  font-size: 14px;
}
section.container-old {
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.container-reputation {
  background-image: url('img/reputation-bg.jpg');
  background-position: center;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  
}
section.container-reputation:before {
  background: rgba(255, 255, 255, 0.88);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.container-reputation h1 {
  color: #00acdc;
  font-weight: 200;
  font-size: 47px;
  text-align: center;
  line-height: inherit;
  margin-top: 100px;
}
section.container-reputation h6 {
  text-align: center;
  line-height: 25px;
  font-size: 17px;
  margin-top: 30px;
  color: #00acdc;
}
section.container-reputation img {
  margin: 64px 0 36px;
}
section.container-reputation p {
  text-align: center;
}
@media screen and (min-width: 767px) {
  
}
section.container-reputation .john-smith {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 100px;
}
section.container-frequent {
  background: #ffffff;
  height: auto;
  min-height: auto;
  padding: 48px 0 150px;
  text-align: center;
}
section.container-frequent h1 {
  color: #00acdc;
  font-weight: 200;
  font-size: 45px;
  text-align: center;
  margin-top: 50px;
}
section.container-frequent h5 {
  color: #00acdc;
  font-size: 17px;
  text-align: center;
  line-height: inherit;
  margin-top: 30px;
}
section.container-frequent h4 {
  text-align: left;
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
section.container-frequent p {
  margin-bottom: 80px;
  font-size: 15px;
  text-align: left;
}
section.container-frequent a {
  display: inline-block;
  margin-bottom: 100px;
  border: 2px solid #00acdc;
  color: #00acdc;
  padding: 15px 40px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
section.container-assets {
  background: #ffffff;
  margin-bottom: 90px;
}
section.container-assets h1 {
  color: #00acdc;
  font-weight: 200;
  font-size: 45px;
  margin-top: 100px;
  margin-bottom: 40px;
}
section.container-assets p {
  font-size: 15px;
  width: 580px;
  line-height: 20px;
}
section.container-assets img {
  width: 180px;
  height: 180px;
  margin-top: 190px;
  margin-bottom: 60px;
}
section.container-assets a {
  border: 2px solid #00acdc;
  color: #00acdc;
  padding: 15px 25px;
}
section.container-assets #last-p {
  margin-bottom: 100px;
}
section.container-profile .staff-photo {
  margin-bottom: 42px;
}
section.container-profile h2 {
  font-size: 25px;
  margin-top: 40px;
}
section.container-profile strong {
  color: #00acdc;
  font-weight: normal;
}
section.container-profile i {
  color: #00acdc;
  font-size: 18px;
  margin-top: 13px;
  margin-right: 22px;
}
section.container-profile .staff-details {
  margin-top: 5px;
  line-height: 23px;
}
section.container-service .service-icon {
  text-align: center;
}
section.container-service .service-icon svg {
  height: 215px;
  margin-top: 57px;
}
section.wipe.centered .container .row {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
section .page-banner {
  position: relative;
  background-color: transparent;
  width: 100%;
  margin-top: -100px;
  height: 100vh;
}
section .page-banner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  content: '';
  width: 50%;
}
section .page-banner .container > div {
  clear: both;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  top: -100px;
  position: relative;
}
section .page-banner .container > div h2 {
  font-size: 42px;
  margin-bottom: 40px;
  color: #00acdc;
}
section .page-banner .container > div p {
  margin-bottom: 20px;
  font-size: 15px;
}
section .page-banner .container > div strong {
  color: #00acdc;
}
@media screen and (max-width: 767px) {
  section .how-we-make-this-happen {
    margin: 64px 0 48px;
  }
}
section .how-we-make-this-happen h3 {
  font-size: 30px;
  font-family: 'Open Sans';
  color: #00acdc;
}
section .how-we-make-this-happen p strong {
  text-transform: uppercase;
  color: #00acdc;
}
section .our-process {
  padding-top: 60px;
}
section .our-process ul {
  position: relative;
  margin-top: 128px;
}
@media screen and (max-width: 767px) {
  section .our-process ul {
    margin: 124px 24px 4px;
  }
}
section .our-process ul img {
  position: absolute;
  bottom: 100%;
  width: 84px;
  right: 58px;
}
@media screen and (max-width: 767px) {
  section .our-process ul img {
    right: 0;
    position: static;
  }
}
section .our-process ul .pull-right img {
  right: auto;
  left: 58px;
}
section .our-process ul:before {
  content: '';
  border-left: 2px solid #005878;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  section .our-process ul:before {
    left: 9px;
    top: 4px;
  }
}
section .our-process ul li {
  position: relative;
}
section .our-process ul li div {
  text-align: right;
  padding: 0 60px;
}
section .our-process ul li div:before {
  content: "";
  position: absolute;
  right: -11px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #005878;
  border-radius: 60%;
}
@media screen and (max-width: 767px) {
  section .our-process ul li div {
    margin-bottom: 40px;
  }
  section .our-process ul li div:before {
    right: initial;
    left: 0;
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  section .our-process ul li > div,
  section .our-process ul li div.pull-right {
    float: left !important;
    text-align: left;
  }
  section .our-process ul li > div:before,
  section .our-process ul li div.pull-right:before {
    left: 0 !important;
  }
}
section .our-process ul li div.pull-right {
  text-align: left;
}
section .our-process ul li div.pull-right:before {
  left: -9px;
  right: initial;
}
section .our-process ul li h3 {
  color: #00acdc;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 32px;
}
section .our-process ul li p {
  font-size: 14px;
}
section .our-process .blue-button {
  margin: 0 24px;
}
section .services-full-list li {
  text-align: center;
  min-height: 340px;
}
section .services-full-list li div {
  height: 87px;
}
section .services-full-list li p {
  font-size: 15px;
}
section .services-full-list li:hover svg .cls-1,
section .services-full-list li:hover svg .st0,
section .services-full-list li:hover svg .st7,
section .services-full-list li:hover svg .st4 {
  fill: #005878 !important;
}
section .services-full-list li:hover .blue-text-link,
section .services-full-list li:hover h3 {
  color: #005878;
}
section .services-full-list li .blue-text-link {
  color: #00acdc;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  transition: color 0.4s ease-in-out;
}
section .services-full-list li h3 {
  margin: 17px 0 0;
  font-size: 18px;
  font-weight: 400;
  color: #00acdc;
  transition: color 0.4s ease-in-out;
}
section .services-full-list li svg {
  height: 100%;
}
section .services-full-list li svg .cls-1,
section .services-full-list li svg .st0,
section .services-full-list li svg .st7,
section .services-full-list li svg .st4 {
  fill: #00acdc !important;
  transition: fill 0.4s ease-in-out;
}
footer {
  min-height: 65vh;
  padding-top: 48px;
  padding-bottom: 14px;
  background-color: #1f2123;
  position: relative;
  color: #fff;
}
footer a {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 767px) {
  footer a {
    padding-bottom: 0;
  }
}
footer p {
  color: #ffffff;
  font-size: 11px;
  text-align: center;
  margin-top: 44px;
}
footer .footer-logo {
  margin-top: 24px;
  width: 200px;
  height: 94px;
}
footer .menu > li > a {
  font-size: 13px;
  display: block;
}
footer .menu .sub-menu li {
  display: block;
  padding-bottom: 4px;
}
footer #menu-footer-services-menu > .menu-item {
  width: 50%;
  float: left;
}
footer #menu-footer-services-menu > .menu-item > .sub-menu > li a {
  color: #00acdc;
  font-family: 'Montserrat', sans-serif;
}
footer #menu-footer-services-menu > .menu-item > .sub-menu > li li a {
  color: #ffffff;
}
footer #menu-footer-about-menu a {
  font-family: 'Montserrat', sans-serif;
}
footer #menu-footer-about-menu .sub-menu a {
  color: #00acdc;
}
@media screen and (max-width: 767px) {
  footer #menu-footer-services-menu,
  footer #menu-footer-about-menu {
    margin-top: 18px;
  }
}
.modal.fade:not(.in) .modal-dialog {
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
}
.modal-dialog {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.modal-backdrop.in {
  filter: alpha(opacity=30);
  opacity: .9;
  background: #fff;
}
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-content .modal-header {
  border: none;
}
.modal-content .modal-header .close {
  opacity: 1;
}
.modal-content .modal-header .close svg {
  height: 32px;
  width: 32px;
}
.modal-content .modal-header .close svg .cls-1 {
  stroke: #00acdc !important;
}
.modal-content .modal-footer {
  border: none;
}
.typeform-share.link {
  display: inline-block;
  border: 2px solid #00acdc;
  color: #00acdc;
  padding: 19px 55px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.form-control[type="text"],
select.form-control,
textarea.form-control {
  height: 52px;
  border-radius: 0;
  margin-bottom: 19px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.form-control[type="text"]:focus,
select.form-control:focus,
textarea.form-control:focus {
  border: #005878 2px solid;
}
form .blue-button {
  font-weight: 600;
  align-self: flex-start;
}
textarea.form-control {
  height: 200px;
}
#pageloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  display: none;
  text-align: center;
}
#pageloader div {
  width: 220px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
