@charset "UTF-8";
/* Colours */
/* Font Family */
/* Font Weight */
/* Transitions */
/* Border Radius */
/* Box Shadow */
/* Playground Margins & Paddings */
.hero li img {
  display: inline-block;
  vertical-align: middle;
}

/* CSS Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

body.overflow {
  overflow: hidden;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  border: none;
  padding: 0;
}

a:focus {
  outline: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.btn_wrap {
  text-align: center;
}

img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
img.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

form input {
  outline: none;
}
form input.text {
  border-radius: 3px;
  width: 100%;
  border: 2px solid #e9edf4;
  height: 60px;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #454d58;
}
form input.text.error {
  background: #b75454;
  border-color: #b75454;
}
@media only screen and (max-width: 1000px) {
  form input.text {
    font-size: 14px;
    line-height: 24px;
    height: 54px;
  }
}
form input.text:focus {
  background: #e9edf4;
}
form textarea {
  border-radius: 3px;
  width: 100%;
  border: 2px solid #e9edf4;
  resize: vertical;
  outline: none;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #454d58;
}
form textarea.error {
  background: #b75454;
  border-color: #b75454;
}
form textarea:focus {
  background: #e9edf4;
}
form select {
  display: block;
  border: none;
  background: white;
  height: 50px;
  -webkit-appearance: none;
  width: 100%;
  padding: 0 45px 0 20px;
  border-radius: 0;
  outline: none;
  color: #454d58;
  font-weight: 300;
  background-image: url("../images/form_arrow.png");
  background-size: 10px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
form label {
  cursor: pointer;
}

a.btn,
button.btn {
  border-radius: 3px;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  display: inline-block;
  background: #ffe153;
  color: #00285d;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  min-width: 170px;
  padding: 22px 30px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  a.btn,
button.btn {
    font-size: 15px;
    line-height: 15px;
    padding: 20px 27px;
  }
}
a.btn.blue,
button.btn.blue {
  background: #00285d;
  color: #fff;
}
a.btn:hover,
button.btn:hover {
  -webkit-transform: scale(1.025) translateZ(0);
  transform: scale(1.025) translateZ(0);
}
a.btn--small,
button.btn--small {
  min-width: 119px;
  max-width: 119px;
  padding: 11px 15px;
}

@media only screen and (max-width: 1000px) {
  .contact_section .form_split .btn {
    font-size: 15px;
    line-height: 15px;
    padding: 20px 27px;
  }
}

.wrapper {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
}

h1 {
  font-weight: 500;
}

h1, h2 {
  font-weight: 500;
}
h1.title, h2.title {
  font-size: 45px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1000px) {
  h1.title, h2.title {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 27px 0;
  }
}
@media only screen and (max-width: 700px) {
  h1.title, h2.title {
    font-size: 36px;
    line-height: 43px;
    margin: 0 0 24px 0;
  }
}
h1.title span, h2.title span {
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 850px) {
  h1.title span, h2.title span {
    display: inline-block;
  }
}

h3 {
  font-weight: 500;
}

h4 {
  font-weight: 500;
}

h5 {
  font-weight: 500;
}
h5.small_title {
  font-size: 25px;
  color: #000d1e;
  font-weight: 300;
  margin: 0 0 60px 0;
}
@media only screen and (max-width: 1000px) {
  h5.small_title {
    font-size: 23px;
    margin-bottom: 54px;
  }
}
@media only screen and (max-width: 700px) {
  h5.small_title {
    font-size: 21px;
    margin-bottom: 49px;
  }
}
h5.small_title:after {
  content: "";
  height: 1px;
  width: 27px;
  position: relative;
  display: block;
  background: #000d1e;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 700px) {
  h5.small_title:after {
    font-size: 23px;
    margin-bottom: 49px;
  }
}
@media only screen and (max-width: 700px) {
  h5.small_title:after {
    margin-bottom: 0;
  }
}
h5.small_title.yellow:after {
  background: #e4c948;
}

h6 {
  font-weight: 500;
}

p {
  font-size: 20px;
  color: #454d58;
  line-height: 30px;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1000px) {
  p {
    font-size: 18px;
    margin: 0 0 27px 0;
    line-height: 27px;
  }
}
@media only screen and (max-width: 700px) {
  p {
    font-size: 16px;
    margin: 0 0 24px 0;
    line-height: 24px;
  }
}

strong {
  font-weight: 500;
}

.js.cssanimations .hero .inner h1 {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
  opacity: 0;
}
.js.cssanimations .hero .inner h6 {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
  opacity: 0;
}
.js.cssanimations .hero .inner .ani_wrap {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
  opacity: 0;
}
.js.cssanimations .load_complete .hero .inner h1 {
  -webkit-animation: transform_in 1s ease forwards;
  animation: transform_in 1s ease forwards;
}
.js.cssanimations .load_complete .hero .inner h6 {
  -webkit-animation: transform_in 1s ease forwards;
  animation: transform_in 1s ease forwards;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.js.cssanimations .load_complete .hero .inner .ani_wrap {
  -webkit-animation: transform_in 1s ease forwards;
  animation: transform_in 1s ease forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.js .animate_in {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0;
}
.js .animate_in.show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@-webkit-keyframes fade_in {
  100% {
    opacity: 1;
  }
}

@keyframes fade_in {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes transform_in {
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes transform_in {
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* Fancybox */
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
}

.fancybox-slide:before, .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle;
}

.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "Ã—";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: 0.5;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }

  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent;
}

.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
          box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }

  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
}
.fancybox-slide--iframe .fancybox-content {
  width: 1000px;
  height: 600px;
  max-width: 85%;
  max-height: 85%;
  margin: 0;
}

.post {
  border-radius: 3px;
  width: calc(99.999% * (1 / 3) - (60px - 60px * 1 / 3));
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  position: relative;
  min-height: 325px;
  padding: 30px 35px 105px 35px;
  border: 2px solid #e9edf4;
  overflow: hidden;
}
.post:nth-child(1n) {
  float: left;
  margin-right: 60px;
  clear: none;
}
.post:last-child {
  margin-right: 0;
}
.post:nth-child(3n+1) {
  clear: both;
}
.post:nth-child(3n) {
  margin-right: 0;
  float: right;
}
.post .img_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00204b;
}
.post .img_wrap .bg {
  opacity: 0.2;
}
@media only screen and (max-width: 1000px) {
  .post {
    width: calc(99.999% * (1 / 3) - (35px - 35px * 1 / 3));
  }
  .post:nth-child(1n) {
    float: left;
    margin-right: 35px;
    clear: none;
  }
  .post:last-child {
    margin-right: 0;
  }
  .post:nth-child(3n+1) {
    clear: both;
  }
  .post:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
}
@media only screen and (max-width: 900px) {
  .post {
    width: calc(99.999% * (1 / 2) - (35px - 35px * 1 / 2));
    margin-bottom: 35px;
  }
  .post:nth-child(1n) {
    float: left;
    margin-right: 35px;
    clear: none;
  }
  .post:last-child {
    margin-right: 0;
  }
  .post:nth-child(2n+1) {
    clear: both;
  }
  .post:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
}
@media only screen and (max-width: 600px) {
  .post {
    width: calc(99.999% * (1 / 1) - (32px - 32px * 1 / 1));
    margin-bottom: 32px;
    padding: 27px 24px 85px 24px;
  }
  .post:nth-child(1n) {
    float: left;
    margin-right: 32px;
    clear: none;
  }
  .post:last-child {
    margin-right: 0;
  }
  .post:nth-child(1n+1) {
    clear: both;
  }
  .post:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
}
.page-template-blog .post {
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .page-template-blog .post {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-blog .post {
    margin-bottom: 32px;
  }
}
.post .text {
  position: relative;
}
.post .text h3 {
  font-size: 20px;
  color: #000d1e;
  margin: 0 0 5px 0;
}
.post .text .info {
  margin: 0 0 15px 0;
}
.post .text .info span {
  font-size: 12px;
  color: #717881;
}
.post .text .info span.divider {
  margin: 0 2px;
}
.post .text p {
  font-size: 15px;
  line-height: 25px;
  color: #454d58;
  margin: 0;
}
.post .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.post.alt {
  border: none;
  background: #001c40;
}
.post.alt .text h3 {
  color: #fff;
}
.post.alt .text .info span {
  color: rgba(255, 255, 255, 0.6);
}
.post.alt .text p {
  color: rgba(255, 255, 255, 0.8);
}
.post.alt img.bg {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 0.3;
}
.post.alt .readmore {
  background: #fff;
  color: #00285d;
}
.post.alt:hover img.bg {
  opacity: 0.2;
}
.post .readmore {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  position: absolute;
  bottom: 35px;
  left: -140px;
  padding: 15px 35px 15px 35px;
  background: #e9edf4;
  border-radius: 0 3px 3px 0;
  color: #000d1e;
  font-size: 15px;
  opacity: 0;
  z-index: 5;
}
.post:hover {
  -webkit-box-shadow: 0 0 200px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 200px rgba(0, 0, 0, 0.15);
}
.post:hover .readmore {
  left: 0;
  opacity: 1;
}

.blog .post {
  margin-bottom: 60px;
}
@media only screen and (max-width: 950px) {
  .blog .post {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .blog .post {
    margin-bottom: 20px;
  }
}

.contact_style .col {
  margin: 0 0 20px 0;
}
.contact_style .col h6 {
  margin: 0 0 3px 0;
  font-size: 15px;
  color: #000d1e;
}
.contact_style .col a {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  color: #585645;
  font-size: 15px;
  border-bottom: 1px solid transparent;
}
.contact_style .col a.icon {
  display: inline-block;
  margin: 5px 5px 0 0;
  border: none;
  border-radius: 100%;
}
.contact_style .col a.icon img {
  display: block;
}
.contact_style .col a.icon:hover {
  background: #ecf0f4;
}
.contact_style .col a:hover {
  border-color: #585645;
}
.contact_style .col span {
  display: block;
  color: #585645;
  font-size: 15px;
  line-height: 22px;
}
.contact_style .col:last-child {
  margin: 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.header.fixed {
  position: fixed;
}
.admin-bar .header {
  top: 32px;
}
.header .wrapper {
  position: relative;
}
.header .line {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  display: block;
  height: 7px;
  width: 100%;
  background: #00285d;
}
@media only screen and (max-width: 800px) {
  body.overflow .header .line {
    background: #001735;
  }
}
.header .logo {
  display: inline-block;
  margin: 30px 0 0 0;
}
.header .logo img {
  display: block;
}
@media only screen and (max-width: 1000px) {
  .header .logo img {
    width: 140px;
  }
}
@media only screen and (max-width: 700px) {
  .header .logo img {
    width: 130px;
  }
}
@media only screen and (max-width: 600px) {
  .header .logo img {
    width: 100px;
  }
}
.header .right {
  float: right;
}
.header .contact_bar {
  float: right;
}
@media only screen and (max-width: 700px) {
  .header .contact_bar {
    position: absolute;
    top: 0;
    right: 4%;
  }
}
.header .contact_bar a {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  position: relative;
  float: left;
  padding: 9px 40px 10px 10px;
  height: 40px;
}
@media only screen and (max-width: 1000px) {
  .header .contact_bar a {
    padding: 7px 38px 8px 8px;
    height: 35px;
  }
}
.header .contact_bar a:before {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transform: skewX(30deg) translateZ(0);
  transform: skewX(30deg) translateZ(0);
  border-radius: 0 0 0 2px;
  background: #00204b;
  content: "";
  height: 100%;
  position: relative;
  width: 25px;
  position: absolute;
  top: 0;
  left: -12px;
}
.header .contact_bar a img {
  margin: 0 5px 0 0;
}
.header .contact_bar a.search {
  background: #00204b;
}
@media only screen and (max-width: 500px) {
  .header .contact_bar a.search {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .header .contact_bar a.search img {
    width: 15px;
  }
}
.header .contact_bar a.search span {
  color: #ffe153;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: -2px;
  left: 0;
}
@media only screen and (max-width: 1000px) {
  .header .contact_bar a.search span {
    font-size: 13px;
  }
}
.header .contact_bar a.search:hover {
  background: #001735;
}
.header .contact_bar a.search:hover:before {
  background: #001735;
}
.header .contact_bar a.call {
  background: #00285d;
  padding: 8px 15px 9px 15px;
}
@media only screen and (max-width: 1000px) {
  .header .contact_bar a.call {
    padding: 6px 13px 9px 13px;
  }
}
@media only screen and (max-width: 800px) {
  body.overflow .header .contact_bar a.call {
    background: #001735;
  }
  body.overflow .header .contact_bar a.call:before, body.overflow .header .contact_bar a.call:after {
    background: #001735;
  }
}
.header .contact_bar a.call img {
  position: relative;
  top: 0;
}
@media only screen and (max-width: 1000px) {
  .header .contact_bar a.call img {
    width: 15px;
  }
}
.header .contact_bar a.call span {
  color: #ffe153;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  top: -1px;
  left: 0;
}
@media only screen and (max-width: 1000px) {
  .header .contact_bar a.call span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .header .contact_bar a.call span {
    font-size: 13px;
  }
}
.header .contact_bar a.call:before {
  background: #00285d;
  left: -10px;
}
@media only screen and (max-width: 500px) {
  .header .contact_bar a.call:before {
    left: -15px;
  }
}
.header .contact_bar a.call:after {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transform: skewX(-30deg) translateZ(0);
  transform: skewX(-30deg) translateZ(0);
  border-radius: 0 0 2px 0;
  background: #00285d;
  content: "";
  height: 100%;
  position: relative;
  width: 25px;
  position: absolute;
  top: 0;
  right: -12px;
}
.header .contact_bar a.call:hover {
  background: #001735;
}
.header .contact_bar a.call:hover:before, .header .contact_bar a.call:hover:after {
  background: #001735;
}
.header .contact_bar .review_link {
  float: left;
  padding: 9px 30px 10px 10px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.header .contact_bar .review_link .review {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.header .contact_bar .review_link .review:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  top: 20px;
}
.header .contact_bar .review_link .review_sub_menu {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  padding: 10px 15px;
  margin: 0;
  position: absolute;
  top: 36px;
  left: -7px;
  z-index: 2;
  border-radius: 3px;
  text-align: left;
  pointer-events: none;
}
.header .contact_bar .review_link .review_sub_menu li {
  list-style-type: none;
}
.header .contact_bar .review_link .review_sub_menu li a {
  color: #00285d;
  padding: 3px 0;
  height: auto;
  font-size: 13px;
  position: relative;
  width: 100%;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  font-weight: 400;
}
.header .contact_bar .review_link .review_sub_menu li a:before {
  display: none;
}
.header .contact_bar .review_link .review_sub_menu li:hover a {
  color: #b99d17;
}
.header .contact_bar .review_link .review_sub_menu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  left: 12px;
}
.header .contact_bar .review_link:hover .review_sub_menu {
  opacity: 1;
  top: 42px;
  pointer-events: auto;
}
@media only screen and (max-width: 800px) {
  .header .contact_bar .review_link {
    display: none;
  }
}

.footer p {
  margin: 0;
  font-size: 15px;
  color: #b5bac0;
  line-height: 23px;
}
@media only screen and (max-width: 1000px) {
  .footer p {
    font-size: 14px;
  }
}
.footer h4 {
  display: block;
  color: #fff;
  font-size: 15px;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 1000px) {
  .footer h4 {
    font-size: 14px;
    margin-bottom: 9px;
  }
}
.footer .top {
  background: #001025;
  padding: 85px 0;
}
@media only screen and (max-width: 1000px) {
  .footer .top {
    padding: 77px 0;
  }
}
@media only screen and (max-width: 600px) {
  .footer .top {
    padding: 50px 0 30px 0;
  }
}
.footer .top .col {
  float: left;
  margin: 0 6.5% 0 0;
}
@media only screen and (max-width: 850px) {
  .footer .top .col {
    margin-bottom: 35px;
  }
}
.footer .top .col.long {
  width: 400px;
  margin: 0 6.5% 0 0;
}
@media only screen and (max-width: 1150px) {
  .footer .top .col.long {
    width: 300px;
  }
}
@media only screen and (max-width: 850px) {
  .footer .top .col.long {
    margin-bottom: 35px;
    width: 100%;
  }
}
.footer .top .menu li {
  display: block;
  font-size: 15px;
  clear: both;
  line-height: 23px;
}
@media only screen and (max-width: 1000px) {
  .footer .top .menu li {
    font-size: 14px;
  }
}
.footer .top .menu li a {
  color: #b5bac0;
  font-weight: 300;
}
.footer .top .menu li a:hover {
  color: #ffe153;
}
.footer .top .intranet {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-weight: 400;
}
.footer .top .intranet:after {
  content: "»";
  display: inline-block;
  margin-left: 5px;
  font-size: 20px;
}
.footer .top .intranet:hover {
  color: #ffe153;
}
.footer .bottom {
  background: #000c1c;
  padding: 24px 0;
}
@media only screen and (max-width: 1000px) {
  .footer .bottom {
    padding: 19px 0;
  }
}
@media only screen and (max-width: 450px) {
  .footer .bottom {
    padding: 15px 0;
  }
}
.footer .bottom span {
  margin: 0 10px;
  opacity: 0.5;
}
.footer .bottom p {
  float: left;
}
@media only screen and (max-width: 1000px) {
  .footer .bottom p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .footer .bottom p {
    float: none;
    font-size: 12px;
    line-height: 20px;
  }
}
.footer .bottom p.right {
  float: right;
}
@media only screen and (max-width: 450px) {
  .footer .bottom p.right {
    float: none;
  }
}
.footer .bottom p a {
  color: #fff;
}
.footer .bottom p a:hover {
  color: #ffe153;
}
.footer .logo {
  float: right;
}
@media only screen and (max-width: 1050px) {
  .footer .logo {
    display: none;
  }
}
.footer .logo img {
  display: block;
}
@media only screen and (max-width: 1000px) {
  .footer .logo img {
    width: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .footer .logo img {
    width: 100px;
  }
}
@media only screen and (max-width: 950px) {
  .footer iframe {
    float: right;
  }
}
@media only screen and (max-width: 850px) {
  .footer iframe {
    float: left;
  }
}
@media only screen and (max-width: 400px) {
  .footer iframe {
    display: none;
  }
}
.footer .logos_block {
  width: 250px;
}
.footer .logos_block.col {
  margin-right: 0;
}
.footer .check_logo {
  display: inline-block;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 400px) {
  .footer .check_logo {
    display: none;
  }
}

.hero {
  position: relative;
  height: 750px;
  background: #00285d;
}
.hero.overlay .bg_wrap .bg {
  opacity: 0.2;
}
.hero.overlay-fran .bg_wrap .bg {
  opacity: 0.7;
}
@media only screen and (max-width: 1000px) {
  .hero {
    height: 75vh;
    max-height: 600px;
    min-height: 600px;
  }
}
.hero.small {
  max-height: none;
  height: 500px;
  margin: 0 0 150px 0;
}
@media only screen and (max-width: 1000px) {
  .hero.small {
    font-size: 18px;
    margin: 0 0 135px 0;
    line-height: 27px;
    min-height: auto;
  }
}
@media only screen and (max-width: 700px) {
  .hero.small {
    font-size: 16px;
    margin: 0 0 111px 0;
    line-height: 24px;
  }
}
.hero.small .inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: calc(50% + 75px);
  left: 0;
  width: 650px;
  max-width: 90%;
}
@media only screen and (max-width: 600px) {
  .hero.small .inner {
    top: calc(50% + 45px);
    max-width: 100%;
  }
}
.hero.small.contact {
  margin-bottom: 0;
}
.hero.small.four0four {
  margin-bottom: 0;
}
.hero .wrapper {
  height: 100%;
  position: relative;
}
.hero .bg_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero .inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: calc(50% + 75px);
  left: 0;
  width: 650px;
  max-width: 100%;
}
.hero .inner.branch {
  width: 100%;
}
.hero .inner.branch .info {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 1000px) {
  .hero .inner.branch .info {
    width: 70%;
  }
}
@media only screen and (max-width: 700px) {
  .hero .inner.branch .info {
    width: 100%;
  }
}
.hero .inner.branch .btn {
  float: right;
  margin: 45px 0 0;
}
@media only screen and (max-width: 700px) {
  .hero .inner.branch .btn {
    float: left;
    margin-top: 0;
  }
}
.hero .text_wrap {
  width: 500px;
  max-width: 100%;
}
.hero h1, .hero h2 {
  color: #fff;
  font-size: 45px;
  margin: 0 0 15px 0;
  line-height: 53px;
}
@media only screen and (max-width: 1000px) {
  .hero h1, .hero h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 27px 0;
  }
}
@media only screen and (max-width: 700px) {
  .hero h1, .hero h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 24px 0;
  }
}
@media only screen and (max-width: 360px) {
  .hero h1, .hero h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 15px 0;
  }
}
.hero h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 35px 0;
  padding: 0 50px 0 0;
}
@media only screen and (max-width: 1000px) {
  .hero h6 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 700px) {
  .hero h6 {
    font-size: 16px;
    margin: 0 0 24px 0;
    line-height: 24px;
  }
}
.hero ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero li {
  margin: 0 20px 20px 0;
  float: left;
  min-width: 265px;
}
@media only screen and (max-width: 600px) {
  .hero li {
    min-width: 100%;
    margin: 0 0 12px 0;
  }
}
.hero li img {
  margin: 0 10px 0 0;
}
.hero li span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.hero .btn {
  margin: 0 12px 0 0;
}
@media only screen and (max-width: 1000px) {
  .hero .btn {
    margin-right: 11px;
  }
}
@media only screen and (max-width: 400px) {
  .hero .btn {
    margin: 0 12px 12px 0;
  }
}
.hero .scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 2px;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-box-shadow: 0 0 120px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 120px rgba(0, 0, 0, 0.2);
  bottom: -27px;
  background: #fff;
  height: 54px;
  width: 54px;
}
@media only screen and (max-width: 1000px) {
  .hero .scroll {
    height: 49px;
    width: 49px;
  }
}
.hero .scroll img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hero .scroll:hover {
  background: #ffe153;
}

.error404 .hero {
  margin-bottom: 0;
}

.sidebar {
  width: 300px;
  float: right;
}
@media only screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .block {
  margin: 0 0 30px 0;
  background: #eef2f6;
}
.sidebar .block:last-child {
  margin: 0;
}
.sidebar .block h4 {
  border-radius: 3px 3px 0 0;
  background: #00285d;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 20px 30px;
  font-weight: 300;
  position: relative;
}
.sidebar .block h4:after {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00285d;
  position: absolute;
  left: 30px;
  bottom: -10px;
}
.sidebar .block .inner {
  border-radius: 0 0 3px 3px;
  float: left;
  width: 100%;
  padding: 30px;
  position: relative;
}
.sidebar .block .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .block .inner ul li {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.sidebar .block .inner ul li:last-of-type {
  margin: 0;
}
.sidebar .block .inner ul li.current_page_item a {
  font-weight: 500;
}
.sidebar .block .inner ul li a {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  color: #000d1e;
  font-weight: 400;
  display: inline-block;
  padding: 2px 0;
  position: relative;
  left: 0;
}
.sidebar .block .inner ul li a:after {
  content: "»";
  margin: 0 0 0 4px;
}
.sidebar .block .inner ul li a:hover {
  left: 5px;
}
.sidebar .block .inner h3 {
  margin: 0 0 2px 0;
  font-size: 16px;
  color: #000d1e;
  font-weight: 400;
}
.sidebar .block.branch {
  background: #ffe153;
}
.sidebar .block.branch .inner {
  padding: 28px 30px 30px 30px;
}
.sidebar .block.branch h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.sidebar .block.branch h3 span {
  display: block;
  font-weight: 500;
}
.sidebar .block.branch .btn {
  width: 100%;
}
.sidebar .block.branch form {
  height: 60px;
  margin: 0 0 12px 0;
}
@media only screen and (max-width: 1000px) {
  .sidebar .block.branch form {
    height: 54px;
  }
}
.sidebar .block.branch form input {
  border-radius: 3px 0 0 3px;
  border: none;
  float: left;
  width: calc(100% - 62px);
  float: left;
  height: 100%;
  font-size: 14px;
  color: #454d58;
  padding: 25px;
  font-weight: 400;
}
.sidebar .block.branch form input:focus {
  background: #fffced;
}
.sidebar .block.branch form .btn {
  border-radius: 0 3px 3px 0;
  float: left;
  width: 62px;
  height: 100%;
  min-width: auto;
  padding: 0;
  -webkit-box-shadow: 0 0 120px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 120px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
.sidebar .block.branch form .btn:hover {
  background: #ffe66d;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.sidebar .block.news h4 {
  background: #003d8d;
}
.sidebar .block.news h4:after {
  border-top: 10px solid #003d8d;
}
.sidebar .block.news span {
  color: #555b63;
  font-weight: 300;
  font-size: 14px;
}
.sidebar .block.news a {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  display: block;
  margin: 0 0 20px 0;
}
.sidebar .block.news a:hover {
  opacity: 0.5;
}
.sidebar .block.news a:last-of-type {
  margin: 0;
}
.sidebar .block.contact {
  background: #f6f4eb;
}
.sidebar .block.contact h4 {
  background: #ffe153;
  color: #000d1e;
}
.sidebar .block.contact h4:after {
  border-top: 10px solid #ffe153;
}
.sidebar .block.contact .contact_style .icon:hover {
  background: #ffe153;
}
.sidebar .block.contact .contact_style p {
  color: #585645;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}
.sidebar .block.contact .owner_info {
  position: relative;
  margin: 0 0 25px 0;
}
.sidebar .block.contact .owner_info .image {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.sidebar .block.contact .owner_info .image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .sidebar .block.contact .owner_info .image img {
    max-width: 200px;
    width: 100%;
  }
}
.sidebar .block.areas {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.sidebar .block.areas ul li a:after {
  content: "";
}
.sidebar .block.areas ul li.hidden {
  display: none;
  margin-bottom: 5px;
}
.sidebar .block.sell {
  background: #f6f4eb;
}
.sidebar .block.sell .col {
  margin-bottom: 20px;
}
.sidebar .block.sell .col:last-child {
  margin-bottom: 2px;
}
.sidebar .block.sell span {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  vertical-align: middle;
}
.sidebar .block.sell .icon {
  height: 30px;
  width: 30px;
  background: #ffe153;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 7px;
}
.sidebar .show_more_areas {
  font-weight: 500;
  color: #000d1e;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.sidebar .show_more_areas:hover {
  border-color: #000d1e;
}

.main {
  float: left;
  width: calc(100% - 375px);
}
@media only screen and (max-width: 1000px) {
  .main {
    width: calc(100% - 335px);
  }
}
@media only screen and (max-width: 700px) {
  .main {
    width: 100%;
  }
}
.main.full_width {
  width: 100%;
}

.container {
  margin: 0 0 165px 0;
}
@media only screen and (max-width: 1000px) {
  .container {
    margin-bottom: 111px;
  }
}
@media only screen and (max-width: 700px) {
  .container {
    margin-bottom: 111px;
  }
}
.container.bg_tertiary {
  background: #00193a;
}
.container.margin_small {
  margin: 0 0 100px 0;
}
@media only screen and (max-width: 1000px) {
  .container.margin_small {
    margin-bottom: 66px;
  }
}
.container.margin_none {
  margin: 0;
}
.container.contact-us {
  margin: 0;
}

.page_content h1, .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6 {
  margin-top: 0;
  margin-bottom: 45px;
  font-weight: 300;
  line-height: 1.2;
  color: #000d1e;
}
.page_content h1 {
  font-size: 45px;
}
@media only screen and (max-width: 1000px) {
  .page_content h1 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 27px 0;
  }
}
@media only screen and (max-width: 700px) {
  .page_content h1 {
    font-size: 36px;
    line-height: 43px;
    margin: 0 0 24px 0;
  }
}
.page_content h2 {
  font-size: 45px;
}
@media only screen and (max-width: 1000px) {
  .page_content h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 27px 0;
  }
}
@media only screen and (max-width: 700px) {
  .page_content h2 {
    font-size: 36px;
    line-height: 43px;
    margin: 0 0 24px 0;
  }
}
.page_content h3 {
  font-size: 25px;
}
@media only screen and (max-width: 1000px) {
  .page_content h3 {
    font-size: 23px;
    line-height: 28px;
    margin: 0 0 24px 0;
  }
}
@media only screen and (max-width: 700px) {
  .page_content h3 {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 21px 0;
  }
}
.page_content h4 {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  .page_content h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 24px 0;
  }
}
@media only screen and (max-width: 700px) {
  .page_content h4 {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 21px 0;
  }
}
.page_content h5 {
  font-size: 17.5px;
}
@media only screen and (max-width: 1000px) {
  .page_content h5 {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 24px 0;
  }
}
@media only screen and (max-width: 700px) {
  .page_content h5 {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 21px 0;
  }
}
.page_content h6 {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (max-width: 1000px) {
  .page_content h6 {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 24px 0;
  }
}
@media only screen and (max-width: 700px) {
  .page_content h6 {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 21px 0;
  }
}
.page_content p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1000px) {
  .page_content p {
    font-size: 18px;
    margin: 0 0 27px 0;
    line-height: 27px;
  }
}
@media only screen and (max-width: 700px) {
  .page_content p {
    font-size: 16px;
    margin: 0 0 24px 0;
    line-height: 24px;
  }
}
.page_content a {
  position: relative;
  color: #00285d;
}
.page_content a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 50%;
  background-color: #00285d;
  -webkit-transition: ease 0.25s;
  -o-transition: ease 0.25s;
  transition: ease 0.25s;
}
.page_content a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  height: 1px;
  width: 50%;
  background-color: #00285d;
  -webkit-transition: ease 0.25s;
  -o-transition: ease 0.25s;
  transition: ease 0.25s;
}
.page_content a:visited:after, .page_content a:hover:after, .page_content a:active:after {
  width: 0;
  left: 0;
}
.page_content a:visited:before, .page_content a:hover:before, .page_content a:active:before {
  width: 0;
  right: 0;
}
.page_content a.scroll_down:before, .page_content a.scroll_down:after {
  display: none;
}
.page_content ul,
.page_content ol {
  margin: 0 0 45px 0;
  line-height: 1.5;
  font-size: 20px;
  color: #454d58;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1000px) {
  .page_content ul,
.page_content ol {
    font-size: 18px;
    margin: 0 0 27px 0;
    line-height: 27px;
  }
}
@media only screen and (max-width: 700px) {
  .page_content ul,
.page_content ol {
    font-size: 16px;
    margin: 0 0 24px 0;
    line-height: 24px;
  }
}
.page_content hr {
  border: none;
  border-bottom: 1px solid #003d8d;
  margin: 0 0 45px 0;
}
.page_content .page_image {
  position: relative;
  height: 250px;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 0 60px 0;
}
.page_content img {
  height: auto;
}
.page_content img.alignleft {
  float: left;
  margin: 10px 50px 40px 0;
  width: 40%;
}
.page_content img.alignright {
  float: right;
  margin: 10px 0 40px 50px;
  width: 40%;
}
.page_content img.alignnone, .page_content img.aligncenter {
  width: 100%;
  height: auto;
  margin: 10px 0 40px 0;
}
.page_content iframe {
  width: 100%;
  height: 390px;
}
.page_content blockquote {
  background: #eef2f6;
  padding: 45px 45px;
  width: 100%;
  margin: 0 0 30px 0;
  position: relative;
  font-size: 20px;
  color: #454d58;
  line-height: 30px;
  margin: 0 0 45px 0;
}
.page_content blockquote p {
  margin: 0;
}
.page_content blockquote cite {
  font-size: 80%;
  margin: 20px 0 0;
  display: block;
}
.page_content blockquote .source {
  display: block;
  position: absolute;
  font-weight: 400;
}
.page_content blockquote.has_source {
  padding: 45px 45px 65px;
}
.page_content blockquote:before {
  content: "";
  background: url("../images/quotes.png");
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 100px;
}
.page_content blockquote:after {
  content: "";
  background: url("../images/quotes.png");
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 100px;
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}

.case_study_post {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  background: #ffe153;
  padding: 30px 30px;
  color: #454d58;
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden;
  display: block;
  border: none;
}
.case_study_post:active:before, .case_study_post:hover:before, .case_study_post:visited:before {
  content: none;
}
.case_study_post span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.case_study_post span.title {
  margin: 0 0 10px;
  font-size: 25px;
  font-weight: 600;
}
.case_study_post span .label {
  display: inline;
  font-weight: 400;
}
.case_study_post:hover {
  -webkit-transform: scale(1.015) translateZ(0);
  transform: scale(1.015) translateZ(0);
  background: #fff;
  -webkit-box-shadow: 0 0 250px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 250px rgba(0, 0, 0, 0.15);
}

.franchise_details {
  width: 38%;
  padding: 20px 30px;
  margin: 0 50px 30px 0;
  float: left;
  background: #ffe153;
}
@media only screen and (max-width: 750px) {
  .franchise_details {
    width: 100%;
    margin: 0 0 35px 0;
  }
}
.franchise_details .detail {
  display: block;
  line-height: 28px;
  font-size: 20px;
}
.franchise_details .detail .label {
  font-weight: 400;
  margin: 0 3px 0 0;
}

.menu {
  margin: 0;
  padding: 0;
}
.menu li {
  float: left;
  font-size: 14px;
  list-style: none;
}
@media only screen and (max-width: 1000px) {
  .menu li {
    font-size: 13px;
  }
}
.menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  top: 95px;
}
.menu li.menu-item-has-children a {
  padding: 0 15px 20px 0;
}
.menu li.menu-item-has-children a:after {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: 6px;
  right: 0;
}
@media only screen and (max-width: 1000px) {
  .menu li.menu-item-has-children a:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #fff;
    top: 7px;
    right: 2px;
  }
}
.menu li.menu-item-has-children a:hover:after {
  border-top: 6px solid #ffe153;
}
.menu li.contact a {
  position: relative;
  color: #ffe153;
}
.menu li.contact a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 50%;
  background-color: #ffe153;
  -webkit-transition: ease 0.25s;
  -o-transition: ease 0.25s;
  transition: ease 0.25s;
}
.menu li.contact a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 50%;
  background-color: #ffe153;
  -webkit-transition: ease 0.25s;
  -o-transition: ease 0.25s;
  transition: ease 0.25s;
}
.menu li.contact a:visited:after, .menu li.contact a:hover:after, .menu li.contact a:active:after {
  width: 0;
  left: 0;
}
.menu li.contact a:visited:before, .menu li.contact a:hover:before, .menu li.contact a:active:before {
  width: 0;
  right: 0;
}
.menu a {
  position: relative;
  color: white;
  font-weight: 400;
}
.menu a:hover {
  color: #ffe153;
}
.header .menu {
  margin: 25px 0 0 0;
  float: right;
  display: block;
  text-align: right;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .header .menu {
    display: none;
  }
}
.header .menu li {
  margin: 0 0 0 38px;
}
@media only screen and (max-width: 1000px) {
  .header .menu li {
    margin: 0 0 0 28px;
  }
}
.menu .sub-menu {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  border-radius: 3px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 85px;
  padding: 0;
  width: 100%;
  background: #fff;
  padding: 15px 15px 0 15px;
  text-align: left;
  -webkit-box-shadow: 0 0 150px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 150px rgba(0, 0, 0, 0.3);
}
.menu .sub-menu li {
  width: calc(99.999% * (1 / 4) - (15px - 15px * 1 / 4));
  margin-left: 0;
  margin-bottom: 15px;
}
.menu .sub-menu li:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none;
}
.menu .sub-menu li:last-child {
  margin-right: 0;
}
.menu .sub-menu li:nth-child(4n+1) {
  clear: both;
}
.menu .sub-menu li:nth-child(4n) {
  margin-right: 0;
  float: right;
}
.menu .sub-menu li a {
  border-radius: 2px;
  padding: 20px;
  display: block;
  background-size: cover;
  height: 150px;
  z-index: 1;
}
.menu .sub-menu li a:after {
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
  background: #00285d;
}
.menu .sub-menu li a:hover {
  color: #fff;
}
.menu .sub-menu li a:hover:after {
  border: none;
}
.menu .sub-menu li:hover a {
  opacity: 0.8;
}
.menu .sub-menu li:nth-of-type(1) a {
  background: url("../images/DublCheck-1.jpg");
  background-size: cover;
}
.menu .sub-menu li:nth-of-type(2) a {
  background: url("../images/menu/dublcheck_services_showroom.jpg");
  background-size: cover;
}
.menu .sub-menu li:nth-of-type(3) a {
  background: url("../images/menu/dublcheck_services_dentalcare.jpg");
  background-size: cover;
}
.menu .sub-menu li:nth-of-type(4) a {
  background: url("../images/menu/dublcheck_services_retail.jpg");
  background-size: cover;
}
.menu .sub-menu li:nth-of-type(5) a {
  background: url("../images/DublCheck-4.jpg");
  background-size: cover;
}
.menu .sub-menu li:nth-of-type(6) a {
  background: url("../images/DublCheck-3.jpg");
  background-size: cover;
}
.menu .sub-menu li:nth-of-type(7) a {
  background: url("../images/dublcheck_services_offices.jpg");
  background-size: cover;
}
.menu .sub-menu li:nth-of-type(8) a {
  background: url("../images/DublCheck-2.jpg");
  background-size: cover;
}

.mobile_nav {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  height: 100vh;
  width: 100vw;
  z-index: 15;
  position: fixed;
  background: #00285d;
  opacity: 0;
  pointer-events: none;
  display: none;
}
@media only screen and (max-width: 800px) {
  .mobile_nav {
    display: block;
  }
}
.mobile_nav.active {
  opacity: 1;
  pointer-events: auto;
}
.mobile_nav ul {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .mobile_nav ul {
    top: 50%;
  }
}
.mobile_nav ul li {
  float: none;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .mobile_nav ul li {
    margin-bottom: 20px;
  }
  .mobile_nav ul li:last-of-type {
    margin: 0;
  }
}
@media only screen and (max-width: 360px) {
  .mobile_nav ul li {
    margin-bottom: 15px;
  }
}
.mobile_nav ul li.contact a {
  text-decoration: none;
}
.mobile_nav ul li a {
  font-size: 21px;
  font-weight: 300;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .mobile_nav ul li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 36px) {
  .mobile_nav ul li a {
    font-size: 16px;
  }
}
.mobile_nav ul li .sub-menu {
  display: none;
}
.mobile_nav ul li.menu-item-has-children a {
  padding: 0;
}
.mobile_nav ul li.menu-item-has-children a:after {
  display: none;
}

.split_section {
  position: relative;
  margin: 150px 0;
}
@media only screen and (max-width: 1000px) {
  .split_section {
    margin: 135px 0;
  }
}
@media only screen and (max-width: 850px) {
  .split_section {
    margin: 135px 0 81px;
  }
}
@media only screen and (max-width: 700px) {
  .split_section {
    margin: 111px 0 62px;
  }
}
.split_section .wrapper {
  position: relative;
}
.split_section .media {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
  border-radius: 3px;
}
@media only screen and (max-width: 850px) {
  .split_section .media {
    position: relative;
    width: 100%;
    height: 350px;
  }
}
@media only screen and (max-width: 600px) {
  .split_section .media {
    height: 270px;
  }
}
.split_section .text {
  position: relative;
  width: 50%;
  float: right;
  padding: 60px 0 60px 70px;
}
@media only screen and (max-width: 1000px) {
  .split_section .text {
    padding: 60px 0 60px 35px;
  }
}
@media only screen and (max-width: 850px) {
  .split_section .text {
    width: 100%;
    padding: 54px 0;
  }
}
@media only screen and (max-width: 850px) {
  .split_section .text {
    width: 100%;
    padding: 54px 0;
  }
}
@media only screen and (max-width: 850px) {
  .split_section .text {
    width: 100%;
    padding: 49px 0;
  }
}
.split_section .text p {
  font-size: 20px;
}
@media only screen and (max-width: 1000px) {
  .split_section .text p {
    font-size: 18px;
    margin: 0 0 27px 0;
    line-height: 27px;
  }
}
@media only screen and (max-width: 700px) {
  .split_section .text p {
    font-size: 16px;
    margin: 0 0 24px 0;
    line-height: 24px;
  }
}
.split_section .text .btn {
  margin: 5px 0 0 0;
}

.split_section_right {
  position: relative;
  margin: 150px 0;
}
@media only screen and (max-width: 1000px) {
  .split_section_right {
    margin: 135px 0;
  }
}
@media only screen and (max-width: 850px) {
  .split_section_right {
    margin: 135px 0 81px;
  }
}
@media only screen and (max-width: 700px) {
  .split_section_right {
    margin: 111px 0 62px;
  }
}
.split_section_right .wrapper {
  position: relative;
}
.split_section_right .media {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 50%;
  overflow: hidden;
  border-radius: 3px;
}
@media only screen and (max-width: 850px) {
  .split_section_right .media {
    position: relative;
    width: 100%;
    height: 350px;
  }
}
@media only screen and (max-width: 600px) {
  .split_section_right .media {
    height: 270px;
  }
}
.split_section_right .text {
  position: relative;
  width: 50%;
  float: left;
  padding: 60px 60px 60px 0;
}
@media only screen and (max-width: 1000px) {
  .split_section_right .text {
    padding: 60px 0 60px 35px;
  }
}
@media only screen and (max-width: 850px) {
  .split_section_right .text {
    width: 100%;
    padding: 54px 0;
  }
}
@media only screen and (max-width: 850px) {
  .split_section_right .text {
    width: 100%;
    padding: 54px 0;
  }
}
@media only screen and (max-width: 850px) {
  .split_section_right .text {
    width: 100%;
    padding: 49px 0;
  }
}
.split_section_right .text p {
  font-size: 20px;
}
@media only screen and (max-width: 1000px) {
  .split_section_right .text p {
    font-size: 18px;
    margin: 0 0 27px 0;
    line-height: 27px;
  }
}
@media only screen and (max-width: 700px) {
  .split_section_right .text p {
    font-size: 16px;
    margin: 0 0 24px 0;
    line-height: 24px;
  }
}
.split_section_right .text .btn {
  margin: 5px 0 0 0;
}

.cta_section {
  position: relative;
  background: #00285d;
  padding: 65px 0;
}
@media only screen and (max-width: 1000px) {
  .cta_section {
    padding: 59px 0 24px;
  }
}
.cta_section .tick_wrap:before, .cta_section .tick_wrap:after {
  content: none;
}
.cta_section .tick_wrap .col {
  width: calc(99.999% * (1 / 6) - (35px - 35px * 1 / 6));
  text-align: center;
}
.cta_section .tick_wrap .col:nth-child(1n) {
  float: left;
  margin-right: 35px;
  clear: none;
}
.cta_section .tick_wrap .col:last-child {
  margin-right: 0;
}
.cta_section .tick_wrap .col:nth-child(6n+1) {
  clear: both;
}
.cta_section .tick_wrap .col:nth-child(6n) {
  margin-right: 0;
  float: right;
}
@media only screen and (max-width: 1000px) {
  .cta_section .tick_wrap .col {
    width: calc(99.999% * (1 / 3) - (35px - 35px * 1 / 3));
    margin-bottom: 27px;
  }
  .cta_section .tick_wrap .col:nth-child(1n) {
    float: left;
    margin-right: 35px;
    clear: none;
  }
  .cta_section .tick_wrap .col:last-child {
    margin-right: 0;
  }
  .cta_section .tick_wrap .col:nth-child(3n+1) {
    clear: both;
  }
  .cta_section .tick_wrap .col:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
}
@media only screen and (max-width: 1000px) {
  .cta_section .tick_wrap .col {
    width: calc(99.999% * (1 / 2) - (24px - 24px * 1 / 2));
    margin-bottom: 24px;
  }
  .cta_section .tick_wrap .col:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
  }
  .cta_section .tick_wrap .col:last-child {
    margin-right: 0;
  }
  .cta_section .tick_wrap .col:nth-child(2n+1) {
    clear: both;
  }
  .cta_section .tick_wrap .col:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
}
.cta_section .tick_wrap .col .tick {
  border-radius: 100%;
  width: 37px;
  height: 37px;
  background: #003d8d url("../images/tick.png");
  background-size: 100%;
  -webkit-box-shadow: 0 0 150px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 150px rgba(0, 0, 0, 0.15);
  display: inline-block;
  margin: 0 0 12px 0;
}
.cta_section .tick_wrap .col p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

.services_section {
  position: relative;
  padding: 150px 0 100px 0;
  background: #eef2f6;
}
@media only screen and (max-width: 1000px) {
  .services_section {
    padding: 135px 0 90px;
  }
}
@media only screen and (max-width: 700px) {
  .services_section {
    padding: 111px 0 90px;
  }
}

.service_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service_wrap:before, .service_wrap:after {
  content: none;
}
.service_wrap .service {
  width: calc(99.999% * (1 / 4) - (36px - 36px * 1 / 4));
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.service_wrap .service:nth-child(1n) {
  float: left;
  margin-right: 36px;
  clear: none;
}
.service_wrap .service:last-child {
  margin-right: 0;
}
.service_wrap .service:nth-child(4n+1) {
  clear: both;
}
.service_wrap .service:nth-child(4n) {
  margin-right: 0;
  float: right;
}
@media only screen and (max-width: 1000px) {
  .service_wrap .service {
    width: calc(99.999% * (1 / 3) - (36px - 36px * 1 / 3));
    margin-bottom: 45px;
  }
  .service_wrap .service:nth-child(1n) {
    float: left;
    margin-right: 36px;
    clear: none;
  }
  .service_wrap .service:last-child {
    margin-right: 0;
  }
  .service_wrap .service:nth-child(3n+1) {
    clear: both;
  }
  .service_wrap .service:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
}
@media only screen and (max-width: 700px) {
  .service_wrap .service {
    width: calc(99.999% * (1 / 2) - (32px - 32px * 1 / 2));
    margin-bottom: 31px;
  }
  .service_wrap .service:nth-child(1n) {
    float: left;
    margin-right: 32px;
    clear: none;
  }
  .service_wrap .service:last-child {
    margin-right: 0;
  }
  .service_wrap .service:nth-child(2n+1) {
    clear: both;
  }
  .service_wrap .service:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
}
@media only screen and (max-width: 600px) {
  .service_wrap .service {
    width: calc(99.999% * (1 / 1) - (32px - 32px * 1 / 1));
  }
  .service_wrap .service:nth-child(1n) {
    float: left;
    margin-right: 32px;
    clear: none;
  }
  .service_wrap .service:last-child {
    margin-right: 0;
  }
  .service_wrap .service:nth-child(1n+1) {
    clear: both;
  }
  .service_wrap .service:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
}
.service_wrap .service .image {
  border-radius: 2px;
  position: relative;
  height: 135px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .service_wrap .service .image {
    height: 270px;
  }
}
.service_wrap .service .text {
  padding: 15px 0 0 0;
}
.service_wrap .service .text h3 {
  margin: 0 0 2px 0;
  font-weight: 400;
  font-size: 17px;
  color: #000d1e;
}
@media only screen and (max-width: 1000px) {
  .service_wrap .service .text h3 {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.service_wrap .service .text span {
  color: #383f49;
  font-size: 15px;
}
@media only screen and (max-width: 1000px) {
  .service_wrap .service .text span {
    font-size: 14px;
  }
}
.service_wrap .service .overlay {
  border-radius: 2px;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #e9edf4;
  opacity: 0;
}
.service_wrap .service .overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  top: calc(50% + 10px);
  opacity: 0;
  color: #32373c;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  .service_wrap .service .overlay span {
    font-size: 12px;
  }
}
.service_wrap .service:hover .overlay {
  opacity: 1;
}
.service_wrap .service:hover .overlay span {
  top: 50%;
  opacity: 1;
}

.map_section {
  position: relative;
  padding: 242px 0;
  background: #ffe153;
}
@media only screen and (max-width: 1000px) {
  .map_section {
    padding: 218px 0;
  }
}
@media only screen and (max-width: 700px) {
  .map_section {
    padding: 196px 0;
  }
}
.map_section.bg_tertiary {
  background: #00193a;
  padding-bottom: 85px;
}
.map_section.bg_tertiary .text .title {
  color: #fff;
}
.map_section.bg_tertiary .text p {
  color: #cad5e3;
}
.map_section.pad_small {
  padding-bottom: 35px;
  padding-top: 270px;
}
@media only screen and (max-width: 700px) {
  .map_section.pad_small {
    padding-bottom: 32px;
    padding-top: 196px;
  }
}
.map_section .wrapper {
  position: relative;
}
.map_section .wrapper.full_width {
  width: 100%;
}
.map_section .map {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  width: 600px;
}
@media only screen and (max-width: 750px) {
  .map_section .map {
    width: 400px;
  }
}
@media only screen and (max-width: 500px) {
  .map_section .map {
    width: 100%;
  }
}
.map_section .text {
  width: 59%;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .map_section .text {
    width: 80%;
  }
}
@media only screen and (max-width: 500px) {
  .map_section .text {
    width: 100%;
  }
}
.map_section .text p {
  color: #585645;
}
.map_section .wrap {
  padding: 0 15% 0 0;
}
@media only screen and (max-width: 500px) {
  .map_section .wrap {
    padding: 0;
  }
}
.map_section .find form {
  float: left;
  width: 430px;
  -webkit-box-shadow: 0 0 150px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 150px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1200px) {
  .map_section .find form {
    margin: 0 40px 35px 0;
  }
}
@media only screen and (max-width: 700px) {
  .map_section .find form {
    margin: 0 40px 32px 0;
  }
}
@media only screen and (max-width: 500px) {
  .map_section .find form {
    width: 100%;
  }
}
.map_section .find form .text {
  border-radius: 3px 0 0 3px;
  float: left;
  border: none;
  padding: 20px 20px 20px 60px;
  font-size: 17px;
  color: #454d58;
  background: #fff url("../images/location.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 22px;
  height: 60px;
  width: calc(100% - 115px);
}
@media only screen and (max-width: 1000px) {
  .map_section .find form .text {
    font-size: 16px;
    padding: 18px 18px 18px 58px;
    background-size: 21px;
  }
}
@media only screen and (max-width: 700px) {
  .map_section .find form .text {
    font-size: 14px;
    padding: 16px 16px 16px 52px;
    background-size: 19px;
    height: 54px;
  }
}
.map_section .find form .text:focus {
  background: #fffdee url("../images/location.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 22px;
}
.map_section .find form .btn {
  float: left;
  border-radius: 0 3px 3px 0;
  width: 115px;
  padding: 21.5px 10px;
  min-width: auto;
  background: #ffe153;
}
@media only screen and (max-width: 1000px) {
  .map_section .find form .btn {
    font-size: 15px;
    line-height: 15px;
    padding: 22.5px 8px;
  }
}
@media only screen and (max-width: 700px) {
  .map_section .find form .btn {
    font-size: 14px;
    line-height: 14px;
    padding: 20px 7px;
  }
}
.map_section .find form .btn:hover {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  background: #ffed9b;
}
.map_section .find .btn {
  float: right;
}
@media only screen and (max-width: 1200px) {
  .map_section .find .btn.blue {
    float: left;
  }
}

.franchise_section {
  padding: 150px 0;
  background: #eef2f6;
  margin: 0;
}

.careers__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 2px solid #979797;
}
@media only screen and (max-width: 1000px) {
  .careers__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 700px) {
  .careers__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.careers__row:last-of-type {
  margin-bottom: 0;
}
.careers__row--single {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: none;
}
.careers__row-title {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #000d1e;
}
@media only screen and (max-width: 700px) {
  .careers__row-title {
    font-weight: 400;
    font-size: 13px;
  }
}
.careers__col {
  width: 20%;
}
@media only screen and (max-width: 1000px) {
  .careers__col {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .careers__col {
    width: 50%;
    margin-bottom: 15px;
  }
}
.careers__col--title {
  width: 30%;
}
@media only screen and (max-width: 1000px) {
  .careers__col--title {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .careers__col--title {
    width: 50%;
    margin-bottom: 15px;
  }
}
.careers__apply {
  width: 20%;
  text-align: right;
}
@media only screen and (max-width: 700px) {
  .careers__apply {
    width: 100%;
    text-align: left;
  }
  .careers__apply .btn {
    width: 100%;
    max-width: 100%;
  }
}
.careers p {
  margin: 0;
  font-size: 17px;
}
@media only screen and (max-width: 700px) {
  .careers p {
    font-size: 15px;
  }
}
.careers__title-content {
  margin-bottom: 0 !important;
}

.news_section {
  position: relative;
  padding: 150px 0 75px 0;
}
@media only screen and (max-width: 1000px) {
  .news_section {
    padding: 135px 0 90px;
  }
}
@media only screen and (max-width: 700px) {
  .news_section {
    padding: 111px 0 90px;
  }
}
.news_section.no_pad {
  padding: 0;
}
.news_section .post_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_section .btn_wrap {
  margin: 75px 0 0 0;
}
@media only screen and (max-width: 700px) {
  .news_section .btn_wrap {
    margin-top: 24px;
  }
}

.contact_style .col {
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1000px) {
  .contact_style .col {
    margin: 0 0 18px 0;
  }
}
.contact_style .col h6 {
  margin: 0 0 3px 0;
  font-size: 15px;
  color: #000d1e;
}
@media only screen and (max-width: 1000px) {
  .contact_style .col h6 {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.contact_style .col a {
  color: #585645;
  font-size: 15px;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 1000px) {
  .contact_style .col a {
    font-size: 14px;
  }
}
.contact_style .col a.icon {
  display: inline-block;
  margin: 5px 5px 0 0;
  border: none;
}
.contact_style .col a.icon img {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  border-radius: 100%;
  display: block;
}
.contact_style .col a.icon:hover img {
  background: #ecf0f4;
}
.contact_style .col a:hover {
  border-color: #585645;
}
.contact_style .col span {
  display: block;
  color: #585645;
  font-size: 15px;
  line-height: 22px;
}
.contact_style .col:last-child {
  margin: 0;
}

.contact_section {
  position: relative;
  background: #eef2f6;
  padding: 0;
}
.contact_section .form_split {
  border-radius: 3px;
  position: relative;
  -webkit-box-shadow: 0 0 200px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 200px rgba(0, 0, 0, 0.1);
  background: #ffe153;
  top: 150px;
  z-index: 5;
}
@media only screen and (max-width: 1000px) {
  .contact_section .form_split {
    top: 111px;
  }
}
.contact_section .form_split .left {
  border-radius: 3px 0 0 3px;
  width: 38%;
  float: left;
  padding: 50px;
}
@media only screen and (max-width: 1000px) {
  .contact_section .form_split .left {
    padding: 45px;
  }
}
@media only screen and (max-width: 700px) {
  .contact_section .form_split .left {
    padding: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .contact_section .form_split .left {
    width: 100%;
    padding: 35px 24px;
  }
}
.contact_section .form_split .left h5 {
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 700px) {
  .contact_section .form_split .left h5 {
    margin: 0 0 24px;
  }
}
.contact_section .form_split .right {
  border-radius: 0 3px 3px 0;
  width: 62%;
  float: left;
  padding: 55px;
  background: #fff;
}
@media only screen and (max-width: 600px) {
  .contact_section .form_split .right {
    width: 100%;
    padding: 35px 24px;
  }
}
.contact_section .form_split .right form label {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 13px 0;
}
@media only screen and (max-width: 1000px) {
  .contact_section .form_split .right form label {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.contact_section .form_split .right form .col {
  float: left;
  width: 47.5%;
  margin: 0 5% 5% 0;
}
@media only screen and (max-width: 1000px) {
  .contact_section .form_split .right form .col {
    margin: 0 18px 18px 0;
  }
}
@media only screen and (max-width: 850px) {
  .contact_section .form_split .right form .col {
    width: 100%;
  }
}
.contact_section .form_split .right form .col:nth-of-type(2n+2) {
  margin: 0 0 5% 0;
}
.contact_section .form_split .right form .col.long {
  width: 100%;
  margin: 0 0 5% 0;
}
@media only screen and (max-width: 1000px) {
  .contact_section .form_split .right form .social_media img {
    width: 32px;
  }
}
.contact_section .form_split .right form .btn_wrap {
  float: left;
  width: 100%;
  text-align: left;
  margin: 5px 0 0 0;
}
.contact_section .form_split .right form .btn_wrap .btn {
  min-width: 192px;
}
.contact_section span.error {
  display: none !important;
}

.contact_form img.gform_ajax_spinner {
  position: fixed !important;
  z-index: 999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(233, 237, 244, 0.8);
  /* fall back */
  background-image: url("../images/loading.svg");
  /* path to your new spinner */
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position: center center;
}
.contact_form .validation_message, .contact_form .validation_error {
  display: none;
}
.contact_form .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact_form .gfield {
  width: 100%;
  margin-bottom: 5%;
}
.contact_form .gfield input {
  border-radius: 3px;
  width: 100%;
  border: 2px solid #e9edf4;
  height: 60px;
  padding: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #454d58;
}
.contact_form .gfield .input-helper {
  position: relative;
  display: inline-block;
}
.contact_form .gfield .input-helper:before {
  content: "";
  display: block;
  position: absolute;
}
.contact_form .gfield .ginput_container_fileupload input {
  line-height: 0;
  font-size: 16px;
}
.contact_form .gfield--consent {
  padding-left: 30px;
}
.contact_form .gfield--consent > label {
  display: none !important;
}
.contact_form .gfield--consent .ginput_container_consent label {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.contact_form .gfield--consent .ginput_container_consent label:before, .contact_form .gfield--consent .ginput_container_consent label:after {
  content: "";
  display: block;
  position: absolute;
}
.contact_form .gfield--consent .ginput_container_consent label:before {
  top: 0;
  left: -30px;
  width: 22px;
  height: 22px;
  border: 2px solid #e9edf4;
  border-radius: 3px;
}
.contact_form .gfield--consent .ginput_container_consent label:after {
  position: absolute;
  display: block;
  left: -22px;
  top: 5px;
  opacity: 0;
  width: 5px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact_form .gfield--consent input[type=checkbox] {
  display: none;
}
.contact_form .gfield--consent input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.contact_form .gfield__half {
  width: 47.5%;
}
@media only screen and (max-width: 1000px) {
  .contact_form .gfield__half {
    width: 100%;
  }
}
.contact_form .gfield.gfield_error input {
  background: #b75454;
  border-color: #b75454;
  color: #fff;
}
.contact_form .gform_hidden {
  display: none;
}

.clients_section {
  position: relative;
  padding: 230px 0 80px 0;
}
@media only screen and (max-width: 1000px) {
  .clients_section {
    padding: 207px 0 72px 0;
  }
}
@media only screen and (max-width: 900px) {
  .clients_section {
    padding: 178px 0 72px 0;
  }
}
.clients_section .client_wrap {
  position: relative;
  width: 940px;
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .clients_section .client_wrap {
    max-width: 100%;
  }
}
.clients_section .client_slider {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .clients_section .client_slider {
    width: 100%;
  }
}
.clients_section .client_slider .slide {
  position: relative;
  text-align: center;
  width: 33.333%;
  float: left;
  outline: none;
}
.clients_section .client_slider .slide .wrap {
  height: 60px;
  margin: 0;
}
.clients_section .client_slider .slide .wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  max-width: 204px;
  max-height: 60px;
  height: auto;
  width: auto;
}
@media only screen and (max-width: 450px) {
  .clients_section .client_slider .slide .wrap img {
    max-width: 190px;
  }
}
.clients_section .slider_nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.clients_section .slider_nav .arrow {
  padding: 10px;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  cursor: pointer;
}
.clients_section .slider_nav .arrow:hover {
  -webkit-box-shadow: 0 0 150px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 150px rgba(0, 0, 0, 0.3);
}
.clients_section .slider_nav .prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 10px;
}
@media only screen and (max-width: 700px) {
  .clients_section .slider_nav .prev {
    left: 0;
  }
}
.clients_section .slider_nav .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 10px;
}
@media only screen and (max-width: 700px) {
  .clients_section .slider_nav .next {
    right: 0;
  }
}
.clients_section .slider_nav img {
  display: block;
  height: 15px;
}

.regions_section {
  position: relative;
  z-index: 9;
  margin-bottom: 111px;
}
@media only screen and (max-width: 1000px) {
  .regions_section {
    font-size: 100px;
  }
}
.regions_section .region_wrapper {
  width: calc(100% + 25px);
  margin-left: -12.5px;
}
.regions_section .region_wrapper .small_title {
  font-size: 25px;
  color: white;
  font-weight: 300;
  margin: 40px 0 30px 12px;
}
@media only screen and (max-width: 1000px) {
  .regions_section .region_wrapper .small_title {
    font-size: 23px;
    margin-bottom: 54px;
  }
}
@media only screen and (max-width: 700px) {
  .regions_section .region_wrapper .small_title {
    font-size: 21px;
    margin-bottom: 49px;
  }
}
.regions_section .region_wrapper .small_title:after {
  content: "";
  height: 1px;
  width: 27px;
  position: relative;
  display: block;
  background: white;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 700px) {
  .regions_section .region_wrapper .small_title:after {
    font-size: 23px;
    margin-bottom: 49px;
  }
}
@media only screen and (max-width: 700px) {
  .regions_section .region_wrapper .small_title:after {
    margin-bottom: 0;
  }
}
.regions_section .region_wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.regions_section .region_wrapper ul li {
  float: left;
  width: calc(20% - 25px);
  margin: 0 12.5px 25px;
}
@media only screen and (max-width: 1100px) {
  .regions_section .region_wrapper ul li {
    width: calc(25% - 25px);
  }
}
@media only screen and (max-width: 800px) {
  .regions_section .region_wrapper ul li {
    width: calc(33.3% - 25px);
  }
}
@media only screen and (max-width: 650px) {
  .regions_section .region_wrapper ul li {
    width: calc(50% - 25px);
  }
}
@media only screen and (max-width: 400px) {
  .regions_section .region_wrapper ul li {
    width: 94%;
    margin: 0 3% 15px 3%;
  }
}
.regions_section .region_wrapper ul li p {
  background: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 25px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin: 0;
}
.regions_section .region_wrapper ul li .btn {
  border-radius: 3px;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  display: block;
  background: #ffe153;
  color: #00285d;
  line-height: 17px;
  font-weight: 400;
  min-width: 170px;
  padding: 26px 30px;
  text-align: center;
  position: relative;
  height: 70px;
  font-size: 15px;
}
@media only screen and (max-width: 1000px) {
  .regions_section .region_wrapper ul li .btn {
    height: 63px;
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .regions_section .region_wrapper ul li .btn {
    height: 57px;
    font-size: 13px;
    line-height: 13px;
  }
}
.regions_section .region_wrapper ul li .btn:before, .regions_section .region_wrapper ul li .btn:after {
  height: 0;
}
.regions_section .region_wrapper ul li .btn span {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}
.regions_section .region_wrapper ul li .btn.miles {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.regions_section .region_wrapper ul li div.btn {
  opacity: 0.8;
}

.phone_container .phone_callout {
  background: #ffe153;
  width: 100%;
  float: left;
  margin: 0 0 60px 0;
  padding: 40px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .phone_container .phone_callout {
    width: 100%;
    margin: 0 0 27px 0;
  }
}
.phone_container .phone_callout span {
  font-size: 17.5px;
  line-height: 1.5;
}
.phone_container .phone_callout strong {
  display: block;
}
.phone_container p {
  float: right;
  width: 53.7931034483%;
}
@media only screen and (max-width: 1000px) {
  .phone_container p {
    width: 100%;
  }
}

.clients_testimonials {
  background: #eef2f6;
  padding: 40px 37px;
}
@media only screen and (max-width: 900px) {
  .clients_testimonials {
    margin-bottom: 111px;
  }
}
.clients_testimonials h4 {
  font-weight: 500;
  margin-bottom: 23px;
}
.clients_testimonials p {
  font-size: 17.5px;
  line-height: 25px;
  margin-bottom: 36px;
}
.clients_testimonials .client_container {
  position: relative;
}
.clients_testimonials .client_container .nav {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style-type: none;
  float: right;
  padding: 0;
  margin: 0;
}
.clients_testimonials .client_container .nav li {
  float: left;
  display: block;
  background: #a6bbd6;
  height: 12px;
  width: 12px;
  margin: 0 1.5px;
  cursor: pointer;
  border-radius: 12px;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.clients_testimonials .client_container .nav li.active {
  background: #003d8d;
}
.clients_testimonials .client_container .nav li:hover {
  background: #003d8d;
}
.clients_testimonials .client_container .client {
  font-size: 17.5px;
  line-height: 25px;
  width: 50%;
}
.clients_testimonials .client_container .client strong {
  color: #000d1e;
  font-weight: 500;
}
.clients_testimonials .client_container .client span {
  display: block;
  color: #828993;
}
.clients_testimonials .slick-slider {
  position: relative;
  overflow: hidden;
}
.clients_testimonials .slick-slider .slick-track {
  vertical-align: middle;
  display: inline-block;
}
.clients_testimonials .slick-slider h4 {
  font-weight: 500;
  margin-bottom: 23px;
}
.clients_testimonials .slick-slider .slick-slide {
  float: left;
}
.clients_testimonials .slick-slider .slick-slide p {
  font-size: 17.5px;
  line-height: 29px;
  margin-bottom: 36px;
}
.clients_testimonials .slick-slider .slick-slide .author {
  color: #000d1e;
  font-weight: 500;
  width: 50%;
}
.clients_testimonials .slick-slider .slick-slide .company {
  display: block;
  color: #828993;
  width: 50%;
}
.clients_testimonials .slick-slider .slick-dots {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
  z-index: 100000;
  margin: 0;
  float: right;
  position: relative;
  top: -8px;
}
.clients_testimonials .slick-slider .slick-dots li {
  position: relative;
  float: left;
  width: 11px;
  height: 11px;
  margin-left: 3px;
  padding: 0;
  cursor: pointer;
  border-radius: 100%;
  display: inline-block;
  z-index: 10000;
  background: #a6bbd6;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.clients_testimonials .slick-slider .slick-dots li.slick-active, .clients_testimonials .slick-slider .slick-dots li:hover {
  background: #003d8d;
}
.clients_testimonials .slick-slider .slick-dots li button {
  width: auto;
  position: relative;
  text-indent: -999999px;
  height: auto;
  padding: 0;
}

.main ul.sitemap {
  list-style: none;
  padding: 0;
}
.main ul.sitemap li {
  list-style: none;
  padding: 0;
}
.main ul.sitemap li.page_item_has_children a {
  margin-bottom: 10px;
}
.main ul.sitemap li .children {
  width: 94%;
  float: right;
  padding: 0;
  margin: 0 0 25px 0;
}
.main ul.sitemap li .children li a {
  margin-bottom: 10px;
}
.main ul.sitemap li a {
  border-radius: 3px;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  display: inline-block;
  background: #ffe153;
  color: #00285d;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  width: 100%;
  padding: 22px 30px;
  text-align: left;
  margin-bottom: 25px;
}
.main ul.sitemap li a:before, .main ul.sitemap li a:after {
  content: none;
}
@media only screen and (max-width: 1000px) {
  .main ul.sitemap li a {
    font-size: 15px;
    line-height: 15px;
    padding: 20px 27px;
  }
}
.main ul.sitemap li a.blue {
  background: #00285d;
  color: #fff;
}
.main ul.sitemap li a:hover {
  -webkit-transform: scale(1.025) translateZ(0);
  transform: scale(1.025) translateZ(0);
}

button.btn {
  border-radius: 3px;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  display: inline-block;
  background: #ffe153;
  color: #00285d;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  min-width: 170px;
  padding: 22px 30px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  button.btn {
    font-size: 15px;
    line-height: 15px;
    padding: 20px 27px;
  }
}
button.btn.blue {
  background: #00285d;
  color: #fff;
}
button.btn:hover {
  -webkit-transform: scale(1.025) translateZ(0);
  transform: scale(1.025) translateZ(0);
}

.loading_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #00285d;
  display: none;
}
.loading_overlay svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 700px) {
  .gform_wrapper {
    padding: 30px;
    padding: 0;
    background: none;
    margin-bottom: 30px;
  }
}
.gform_wrapper h2 {
  margin-top: 0;
  font-size: 28px;
  color: #000;
}
@media only screen and (max-width: 700px) {
  .gform_wrapper h2 {
    margin: 30px 0;
  }
}

.gform_wrapper .brochure {
  background: #ffe153;
  position: relative;
  width: 100%;
  padding: 50px;
}
@media only screen and (max-width: 950px) {
  .gform_wrapper .brochure {
    padding: 30px;
  }
}
.gform_wrapper .brochure .gform_title {
  display: none;
}
.gform_wrapper .brochure .validation_error {
  display: none !important;
}
.gform_wrapper .brochure img.gform_ajax_spinner {
  position: fixed !important;
  z-index: 999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 40, 93, 0.8);
  /* fall back */
  background-image: url("../images/loading.svg");
  /* path to your new spinner */
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position: center center;
}
.gform_wrapper .brochure .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}
.gform_wrapper .brochure .gform_fields .ginput_container_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -2%;
}
.gform_wrapper .brochure .gform_fields .ginput_container_address .ginput_full {
  display: block;
  width: 100%;
  margin: 0 0 2% 0;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .gform_wrapper .brochure .gform_fields .ginput_container_address .ginput_full {
    margin: 0 0 15px 0;
  }
}
.gform_wrapper .brochure .gform_fields .ginput_container_address .ginput_left, .gform_wrapper .brochure .gform_fields .ginput_container_address .ginput_right {
  width: calc(50% - 25px);
  margin: 0 0 25px 0;
  display: block;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .gform_wrapper .brochure .gform_fields .ginput_container_address .ginput_left, .gform_wrapper .brochure .gform_fields .ginput_container_address .ginput_right {
    margin: 0 0 15px 0;
    width: 100%;
  }
}
.gform_wrapper .brochure .gform_fields .ginput_container_address .gf_clear {
  display: none;
}
.gform_wrapper .brochure .gform_fields .gfield_label_before_complex {
  display: none !important;
}
.gform_wrapper .brochure .gform_fields .gfield {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  margin: 0 0 45px 0;
}
@media only screen and (max-width: 700px) {
  .gform_wrapper .brochure .gform_fields .gfield {
    margin: 0 0 25px 0;
  }
}
.gform_wrapper .brochure .gform_fields .gfield.gform_hidden {
  display: none;
}
.gform_wrapper .brochure .gform_fields .gfield:before {
  content: "";
  display: none;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li {
  position: relative;
  width: 20%;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin: 0;
  font-weight: 300;
  font-size: 15px;
  color: #454d58;
  line-height: 20px;
  padding: 0 0 0 35px;
}
@media only screen and (max-width: 700px) {
  .gform_wrapper .brochure .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label {
    position: relative;
    margin-bottom: 36px;
    line-height: 18px;
    width: calc(100% - 60px);
  }
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid white;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  display: block;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type=checkbox] {
  height: 54px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
@media only screen and (max-width: 700px) {
  .gform_wrapper .brochure .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type=checkbox] {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:checked + label:before {
  background: #fff;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:focus {
  background-color: #fff;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li:before {
  content: "";
  display: none;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li:last-child {
  margin-bottom: 0;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_radio {
  padding: 42px 17px 2px 17px;
}
@media only screen and (max-width: 700px) {
  .gform_wrapper .brochure .gform_fields .gfield .ginput_container_radio {
    border: 1px solid #dcd7e0;
  }
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_radio .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_radio li {
  position: relative;
  width: calc(50% - 30px);
  height: 54px;
  padding: 0;
  margin-bottom: 2%;
  background-color: #fff;
}
@media only screen and (max-width: 700px) {
  .gform_wrapper .brochure .gform_fields .gfield .ginput_container_radio li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_radio li label {
  display: block;
  top: 15px;
  left: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_radio li label:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 2px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid white;
}
@media only screen and (max-width: 700px) {
  .gform_wrapper .brochure .gform_fields .gfield .ginput_container_radio li label:before {
    border-color: #673ab7;
  }
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_radio li label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  display: block;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_radio li input[type=radio] {
  height: 54px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_radio li input[type=radio]:checked + label:before {
  background: white;
  border-color: white;
}
@media only screen and (max-width: 700px) {
  .gform_wrapper .brochure .gform_fields .gfield .ginput_container_radio li input[type=radio]:checked + label:before {
    border-color: #673ab7;
    background: #673ab7;
  }
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_radio li input[type=radio]:checked + label:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_radio li input[type=radio]:focus {
  background-color: #fff;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_radio li:before {
  content: "";
  display: none;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_date .clear-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_date .clear-multi .ginput_container_date {
  width: 32%;
}
@media only screen and (max-width: 500px) {
  .gform_wrapper .brochure .gform_fields .gfield .ginput_container_date .clear-multi .ginput_container_date {
    width: 100%;
    margin: 0 0 1% 0;
  }
}
.gform_wrapper .brochure .gform_fields .gfield label {
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 13px 0;
  color: #000d1e;
}
.gform_wrapper .brochure .gform_fields .gfield input {
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  border: none;
  height: 50px;
  padding: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #454d58;
}
.gform_wrapper .brochure .gform_fields .gfield input:focus {
  background: #e0c64c;
}
.gform_wrapper .brochure .gform_fields .gfield select {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  font-size: 15px;
  color: #454d58;
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
@media only screen and (max-width: 700px) {
  .gform_wrapper .brochure .gform_fields .gfield select {
    font-size: 12px;
    background: #f0ebf5;
    border: 1px solid #dcd7e0;
  }
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_consent {
  position: relative;
  margin: 0 0 25px 0;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_consent input {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 0;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_consent .gfield_consent_label {
  display: block;
  top: 0;
  left: 0;
  cursor: pointer;
  text-transform: none;
  padding: 0 0 0 35px;
  font-size: 15px;
  color: #454d58;
  line-height: 20px;
  font-weight: 300;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_consent .gfield_consent_label a {
  text-decoration: underline;
  color: #454d58;
}
@media only screen and (max-width: 700px) {
  .gform_wrapper .brochure .gform_fields .gfield .ginput_container_consent .gfield_consent_label {
    font-size: 13px;
    padding: 0 0 0 38px;
  }
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_consent .gfield_consent_label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background: #fff;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_consent .gfield_consent_label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  display: block;
  opacity: 0;
  width: 6px;
  height: 12px;
  border: 3px solid black;
  border-width: 0 2px 2px 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gform_wrapper .brochure .gform_fields .gfield input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_select, .gform_wrapper .brochure .gform_fields .gfield .ginput_container_date, .gform_wrapper .brochure .gform_fields .gfield .address_country {
  position: relative;
}
.gform_wrapper .brochure .gform_fields .gfield .ginput_container_select:after, .gform_wrapper .brochure .gform_fields .gfield .ginput_container_date:after, .gform_wrapper .brochure .gform_fields .gfield .address_country:after {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #454d58;
  position: absolute;
  top: 22px;
  right: 30px;
  pointer-events: none;
}
.gform_wrapper .brochure .gform_fields .gfield textarea {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  border: none;
  resize: vertical;
  outline: none;
  padding: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #454d58;
  height: 140px;
}
.gform_wrapper .brochure .gform_fields .gfield textarea:focus {
  background: #e0c64c;
}
.gform_wrapper .brochure .gform_fields .gfield.gfield__no-label {
  margin: 0;
}
.gform_wrapper .brochure .gform_fields .gfield.gfield__no-label .gfield_label {
  display: none;
}
.gform_wrapper .brochure .gform_fields .gfield__half {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 700px) {
  .gform_wrapper .brochure .gform_fields .gfield__half {
    width: 100%;
  }
}
.gform_wrapper .brochure .gform_fields .gfield__half li {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 700px) {
  .gform_wrapper .brochure .gform_fields .gfield__half li {
    width: 100%;
  }
}
.gform_wrapper .brochure .gform_fields .gfield__third {
  width: 32%;
}
.gform_wrapper .brochure .gform_fields .gfield__checkbox label {
  top: 15px;
  font-weight: 700;
  color: #000;
}
.gform_wrapper .brochure .gform_fields .gfield__checkbox .gfield_checkbox {
  margin-bottom: 0;
}
.gform_wrapper .brochure .gform_fields .gfield__radio label {
  top: 15px;
  font-weight: 700;
  color: black;
}
.gform_wrapper .brochure .gform_fields .gfield.gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .brochure .gform_fields .gfield_seperator {
  position: relative;
  display: inline-block;
  width: 100%;
}
.gform_wrapper .brochure .gform_fields .gfield_seperator span {
  position: relative;
  top: 2px;
  display: inline-block;
  padding: 5px 15px 5px 0;
  background-color: #000;
  text-transform: uppercase;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  z-index: 2;
}
@media only screen and (max-width: 700px) {
  .gform_wrapper .brochure .gform_fields .gfield_seperator span {
    background: #fff;
  }
}
.gform_wrapper .brochure .gform_fields .gfield_seperator:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media only screen and (max-width: 700px) {
  .gform_wrapper .brochure .gform_fields .gfield_seperator:after {
    background: #f0ebf5;
  }
}
.gform_wrapper .brochure input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.gform_wrapper .brochure .gf_progressbar {
  display: none;
}
.gform_wrapper .brochure .gfield_description.validation_message {
  font-size: 12px;
  color: red;
  margin-top: 10px;
}



.btn.blue {
  padding: 17px 25px;
  min-width: 160px;
  margin-top: 20px;
}

.hamburger {
  width: 45px;
  height: 28px;
  position: absolute;
  top: 75px;
  right: 0;
  z-index: 10000;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .hamburger {
    display: block;
  }
}
.hamburger.hide {
  display: none;
}
.hamburger span {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  display: block;
  height: 3px;
  margin-bottom: 8px;
  background: white;
  position: absolute;
  width: 100%;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 12px;
}
.hamburger span:nth-child(3) {
  top: 24px;
}
.hamburger.active {
  cursor: pointer;
}
.hamburger.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
}







/*# sourceMappingURL=production.min.css.map */