@charset "UTF-8";
@import "../../bower_components/flexboxgrid/dist/flexboxgrid.css";
@import "../../bower_components/Swiper/dist/css/swiper.css";
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translateZ(0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #fff;
}

body, html {
  margin: 0;
  padding: 0;
}

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

:focus {
  outline: 0;
}

:last-child {
  margin-bottom: 0;
}

:first-child {
  margin-top: 0;
}

a {
  background-color: transparent;
}

a, button, input {
  -webkit-tap-highlight-color: fade(#000, 0);
}

a {
  cursor: pointer;
}

a, a:hover {
  color: #000;
  text-decoration: none;
}

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

b, strong {
  font-weight: 700;
}

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
  white-space: nowrap;
  padding: 0;
}

em {
  font-style: italic;
}

ins {
  text-decoration: none;
}

q {
  font-style: italic;
}

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 {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

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

address, blockquote, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0;
}

* + address, * + blockquote, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
  margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 20px;
}

ol, ul {
  padding-left: 30px;
}

ol > li > ol, ol > li > ul, ul > li > ol, ul > li > ul {
  margin: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #000;
}

* + hr {
  margin-top: 20px;
}

address {
  font-style: normal;
}

pre {
  overflow: auto;
}

pre > code {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

progress {
  vertical-align: baseline;
}

[hidden], audio:not([controls]), template {
  display: none;
}

iframe {
  border: 0;
}

.main {
  padding: 0;
  position: relative;
  z-index: 99;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

.section {
  position: relative;
  margin: 40px 0;
}

.section + .section {
  margin-top: 50px;
  padding-top: 50px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.row + .row {
  margin-top: 20px;
}

.row, .row > [class*=col-] {
  position: relative;
}

.row > [class*=col-] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.section-full-width {
  position: relative;
  margin: 40px 0;
}

.section-full-width + .section-full-width {
  margin-top: 50px;
  padding-top: 50px;
}

.section-full-width .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.section-full-width .row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.section-full-width .row + .section-full-width .row {
  margin-top: 20px;
}

.section-full-width .row, .section-full-width .row > [class*=col-] {
  position: relative;
}

.section-full-width .row > [class*=col-] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media only screen and (max-width: 1315px) and (min-width: 1px) {
  .header .brand .col-xs-4 {
    display: flex;
    align-items: center;
  }

  .header .brand .col-xs-4 .btn {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1px) {
  .row > [class*=col-] {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .row > [class*=col-]:first-child {
    margin-top: 10px;
  }

  .first-xs {
    order: 1;
    -ms-flex-order: 1;
  }

  .last-xs {
    order: 0;
    -ms-flex-order: 0;
  }
}
body {
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: Lato, sans-serif;
  color: #45484d;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 auto;
  height: 100%;
}

a {
  transition: 0.6s;
}

video::-webkit-media-controls {
  display: none !important;
}

h1 {
  color: #252c36;
  font-size: 64px;
  font-weight: 300;
  line-height: 64px;
  margin: 0 0 20px;
}

h1 b, h1 strong {
  font-weight: 900;
}

h1.light {
  font-weight: 300;
}

h1.light b, h1.light strong {
  font-weight: 900;
}

h2 {
  color: #252c36;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 20px;
}

h2 b, h2 strong {
  font-weight: 900;
}

h2.light {
  font-weight: 300;
}

h2.light b, h2.light strong, h3 {
  font-weight: 900;
}

h3 {
  color: #252c36;
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 20px;
}

h3.light {
  font-weight: 300;
}

h4, h5 {
  color: #252c36;
  font-size: 18px;
  font-weight: 900;
  line-height: 36px;
  margin: 0 0 20px;
}

h5 {
  text-transform: uppercase;
}

p {
  color: #45484d;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.btn {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  transition: 0.6s;
}

.dark-btn {
  background: #003b6f;
}

.dark-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.dark-btn:focus {
  background: #07436f;
}

.navy-btn {
  background: #09548b;
}

.navy-btn:hover {
  background: #3a76a2;
  color: #fff;
}

.navy-btn:focus {
  background: #07436f;
}

.blue-btn {
  background: #2174ff;
}

.blue-btn:hover {
  background: #4d90ff;
  color: #fff;
}

.blue-btn:focus {
  background: #1a5dcc;
}

.navy-border-btn {
  border: 6px solid #09548b;
  color: #252c36;
  background: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 36px;
  text-transform: none;
  padding: 15px 60px;
  letter-spacing: 0;
}

.navy-border-btn:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 20px;
  height: 8px;
  background: url(../images/btn-arrow-dark.png) 50% no-repeat;
  right: 20px;
  top: 30px;
}

.navy-border-btn:hover {
  background: #09548b;
  color: #fff;
}

.navy-border-btn:focus {
  background: #1a5dcc;
  border: 6px solid #1a5dcc;
}

.navy-border-btn:focus:after, .navy-border-btn:hover:after {
  background: url(../images/btn-arrow-light.png) 50% no-repeat;
}

.blue-border-btn {
  border: 6px solid #2174ff;
  color: #252c36;
  background: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 36px;
  text-transform: none;
  padding: 15px 60px;
  letter-spacing: 0;
}

.blue-border-btn:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 20px;
  height: 8px;
  background: url(../images/btn-arrow-dark.png) 50% no-repeat;
  right: 20px;
  top: 30px;
}

.blue-border-btn:hover {
  background: #2174ff;
  color: #fff;
}

.blue-border-btn:focus {
  background: #1a5dcc;
  border: 6px solid #1a5dcc;
}

.blue-border-btn:focus:after, .blue-border-btn:hover:after {
  background: url(../images/btn-arrow-light.png) 50% no-repeat;
}

.square-btn {
  border: 6px solid #2174ff;
  color: #252c36;
  background: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 36px;
  text-transform: none;
  padding: 26px;
}

.square-btn:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 20px;
  height: 8px;
  background: url(../images/btn-arrow-dark.png) 50% no-repeat;
  right: 16px;
  top: 23px;
}

.square-btn:hover {
  background: #2174ff;
  color: #fff;
}

.square-btn:focus {
  background: #1a5dcc;
  border: 6px solid #1a5dcc;
}

.square-btn:focus:after, .square-btn:hover:after {
  background: url(../images/btn-arrow-light.png) 50% no-repeat;
}

.category-btn {
  display: inline-block;
  width: auto;
  height: 40px;
  text-align: center;
  border: 1px solid #898f98;
  border-radius: 2px;
  color: #898f98;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 11px 20px;
  text-transform: uppercase;
  margin-top: 0 !important;
}

.category-btn.active {
  background: #2174ff;
  color: #fff;
  border: 1px solid #2174ff;
}

.category-btn:hover {
  background: #45484d;
  color: #fff;
}

.next-btn, .prev-btn {
  display: inline-block;
  width: auto;
  height: 40px;
  text-align: center;
  border: 1px solid #2174ff;
  border-radius: 2px;
  color: #898f98;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 11px 20px;
  text-transform: uppercase;
}

.next-btn:hover, .prev-btn:hover {
  background: #2174ff;
  color: #fff;
}

.blog .next-btn, .blog .prev-btn {
  display: inline-block;
  width: auto;
  height: 40px;
  text-align: center;
  border: 1px solid #898f98;
  border-radius: 2px;
  color: #898f98;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 11px 20px;
  text-transform: uppercase;
}

.blog .next-btn:hover, .blog .prev-btn:hover {
  background: #2174ff;
  color: #fff;
}

.blog .next-btn.active, .blog .prev-btn.active {
  display: inline-block;
  width: auto;
  height: 40px;
  text-align: center;
  border: 1px solid #2174ff;
  border-radius: 2px;
  color: #898f98;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 11px 20px;
  text-transform: uppercase;
}

.blog .next-btn.active:hover, .blog .prev-btn.active:hover {
  background: #2174ff;
  color: #fff;
}

.next-btn.off, .prev-btn.off {
  border: 1px solid #898f98;
  opacity: 0.4;
}

.next-btn.off:hover, .prev-btn.off:hover {
  background: #fff;
  color: #898f98;
}

.box-link {
  display: inline-block;
  position: relative;
  background: #fff;
  border: 5.5px solid #fff;
  height: 220px;
  width: 98%;
  margin: 20px 1%;
  vertical-align: top;
  cursor: pointer;
  transition: 0.6s;
}

.box-link h2 {
  margin: 0 0 40px;
  padding: 20px;
  text-align: left;
}

.box-link h2 a {
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 48px;
  font-weight: 900;
  text-align: left;
  transition: 0.6s;
}

.box-link h2 a span {
  font-weight: 400;
}

.box-link .arrow {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 20px;
  height: 10px;
  background: url(../images/btn-arrow-dark.png) 50% no-repeat;
}

.box-link:hover {
  background: #2174ff;
}

.box-link:hover h2 a {
  color: #fff;
}

.box-link:hover .arrow {
  background: url(../images/btn-arrow-light.png) 50% no-repeat;
}

.box-link-blue {
  display: inline-block;
  position: relative;
  background: #2174ff;
  border: 5.5px solid #fff;
  height: 220px;
  width: 98%;
  margin: 20px 1%;
  vertical-align: top;
  cursor: pointer;
  transition: 0.6s;
}

.box-link-blue h2 {
  margin: 0 0 40px;
  padding: 20px;
}

.box-link-blue h2 a {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 48px;
  font-weight: 900;
  transition: 0.6s;
}

.box-link-blue .arrow {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 20px;
  height: 10px;
  background: url(../images/btn-arrow-light.png) 50% no-repeat;
}

.box-link-blue:hover {
  background: #fff;
  border: 5.5px solid #2174ff;
}

.box-link-blue:hover h2 a {
  color: #2174ff;
}

.box-link-blue:hover .arrow {
  background: url(../images/btn-arrow-dark.png) 50% no-repeat;
}

.click-anywhere {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.form-wrapper {
  margin: 20px auto;
}

.form-wrapper h1 {
  margin: 0 0 20px;
}

input, select, textarea {
  margin: 0;
  border-radius: 0;
  background-clip: padding-box;
  font: inherit;
  color: inherit;
}

input:focus, select:focus, textarea:focus {
  outline: 0;
}

input, select {
  vertical-align: middle;
}

select {
  text-transform: none;
}

optgroup {
  font: inherit;
  font-weight: 700;
}

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

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  min-height: 150px;
}

::-moz-placeholder {
  opacity: 1;
}

:invalid {
  box-shadow: none;
}

::-ms-clear {
  display: none;
}

form > :last-child {
  margin-bottom: 0;
}

[class*=col-] > input:not([type]), [class*=col-] > input[type=color], [class*=col-] > input[type=date], [class*=col-] > input[type=datetime-local], [class*=col-] > input[type=datetime], [class*=col-] > input[type=email], [class*=col-] > input[type=month], [class*=col-] > input[type=number], [class*=col-] > input[type=password], [class*=col-] > input[type=search], [class*=col-] > input[type=tel], [class*=col-] > input[type=text], [class*=col-] > input[type=time], [class*=col-] > input[type=url], [class*=col-] > input[type=week], [class*=col-] > select, [class*=col-] > textarea {
  width: 100%;
  display: block;
}

input[type=checkbox], input[type=radio] {
  width: auto;
  display: inline-block;
}

input, select, textarea {
  max-width: 100%;
  display: inline-block;
  transition: all 0.2s linear;
  width: 100%;
}

legend {
  width: 100%;
  border: 0;
  padding: 0;
}

legend:after {
  content: "";
  display: block;
  width: 100%;
}

select[multiple], select[size], textarea {
  height: auto;
}

label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.gform_fields, .gform_fields ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gform_fields li {
  position: relative;
  margin-bottom: 20px;
}

.gform_fields > li {
  display: flex;
  flex-direction: column;
}

input[type=email], input[type=password], input[type=text] {
  background: #fff;
  height: 40px;
  border: 1px solid #c9cacc;
  border-radius: 3px;
  padding: 5px;
  color: #31333b;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

select {
  height: 40px;
}

select, textarea {
  background: #fff;
  border: 1px solid #ccc;
}

textarea {
  height: 140px;
  padding: 5px;
}

input[type=submit] {
  background-color: #2174ff;
  border: 1px solid #2174ff;
  height: 40px;
  width: 125px;
  cursor: pointer;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
}

input[type=submit]:hover {
  background: #4d90ff;
  color: #fff;
}

input[type=submit]:focus {
  background: #1a5dcc;
}

.inputfile {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.inputfile + label {
  color: inherit;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s linear;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.form-error label.error, .form-success label.success {
  font-size: 12px;
}

.gfield_checkbox {
  display: inline-block;
  position: relative;
}

.gfield_checkbox label {
  line-height: 20px;
  padding-left: 35px;
}

.gfield_checkbox label:before {
  position: absolute;
  content: "";
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  top: 0;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 2px;
  background-clip: padding-box;
  border: 1px solid #ccc;
  text-align: center;
}

.gfield_checkbox input:checked + label:before {
  content: "✔";
}

.gfield_checkbox label.disabled {
  opacity: 0.75;
}

.gfield_checkbox input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.gfield_radio {
  display: inline-block;
}

.gfield_radio, .gfield_radio li {
  position: relative;
}

.gfield_radio label {
  padding-left: 30px;
  line-height: 20px;
}

.gfield_radio label:before {
  top: 4px;
  right: 4px;
  top: 0;
  left: 4px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  content: "";
  border: 1px solid #ccc;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.gfield_radio input:checked + label:before {
  background: #ccc;
}

.gfield_radio.disabled {
  opacity: 0.75;
}

.gfield_radio input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.gform_footer {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.34s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.34s, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.14s;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
}

.hamburger {
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 40px;
  height: 4px;
  background-color: #2174ff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner:after, .hamburger-inner:before {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

@media only screen and (max-width: 768px) and (min-width: 1px) {
  .hamburger {
    display: inline-block;
    position: absolute;
    top: 32px;
    right: 20px;
  }
}
.search-form {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 96%;
  padding: 0 2%;
  height: 40px;
  z-index: 99999;
  background: #2174ff;
  transition: 0.6s;
}

.search-form input[type=search] {
  display: inline-block;
  width: 100%;
  height: 30px;
  margin: 5px 0;
  border: 1px solid #898f98;
  padding: 0 4px;
  color: #898f98;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  transition: 0.3s;
}

.search-form input[type=submit] {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  box-shadow: none;
  width: auto;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
  background: #2174ff;
  text-transform: uppercase;
  -webkit-appearance: none;
  transition: 0.6s;
}

.search-form input[type=submit]:hover {
  background: #4d90ff;
  color: #fff;
}

.search-form input[type=submit]:focus {
  background: #1a5dcc;
}

.search-form.open {
  top: 0;
}

.skip-link {
  visibility: hidden;
  font-size: 0;
}

#skip-nav {
  visibility: hidden;
  height: 0;
}

.header {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 141px;
  padding: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1.5px solid #eceff1;
  transition: 0.1s;
}

.header .row + .row {
  margin-top: 0;
}

.header .utility {
  height: 40px;
  background-color: #eceff1 !important;
}

.header .utility ul {
  display: inline-block;
  width: auto;
  list-style: none;
  padding: 0;
  margin: 3px 0;
  float: right;
}

.header .utility ul li {
  display: inline-block;
  width: auto;
  margin: 0;
  line-height: 10px;
  border-right: 1px solid #898f98;
}

.header .utility ul li a {
  color: #898f98;
  font-size: 12px;
  font-weight: 900;
  line-height: 12px;
  letter-spacing: 1px;
  padding: 0 15px;
  text-transform: uppercase;
}

.header .utility ul li a:hover {
  color: #2174ff;
}

.header .utility ul li .search-btn {
  display: inline-block;
  width: 12px;
  height: 12px;
  opacity: 0.4;
  text-align: left;
  text-indent: -9999px;
  background: url(../images/search-icon.png) 50% no-repeat;
  margin-right: 20px;
}

.header .utility ul li:last-child {
  border-right: none;
}

.header .brand {
  height: 100px;
}

.header .brand .logo {
  margin: 18px 20px 0 40px;
  vertical-align: top;
}

.header .brand .logo, .header .brand .logo a {
  display: inline-block;
  width: 280px;
  height: 58px;
}

.header .brand .logo a span {
  display: inline-block;
  text-indent: -9999px;
}

.header .brand .logo a .g {
  width: 48px;
  height: 48px;
  margin-left: -10px;
  background: url(../images/logo-g.png) 50% no-repeat;
}

.header .brand .logo a .g, .header .brand .logo a .t {
  display: inline-block;
  position: relative;
  opacity: 0;
  transition: 0.3s;
}

.header .brand .logo a .t {
  width: 40px;
  height: 47px;
  margin-left: -16px;
  background: url(../images/logo-t.png) 50% no-repeat;
  transition-delay: 0.3s;
}

.header .brand .logo a .l {
  display: inline-block;
  position: relative;
  width: 33px;
  height: 47px;
  opacity: 0;
  margin-left: -10px;
  background: url(../images/logo-l.png) 50% no-repeat;
  transition: 0.3s;
  transition-delay: 0.6s;
}

.header .brand .logo a .l:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #8a8d8b;
  right: -15px;
  top: 0;
  transition: 0.3s;
  transition-delay: 0.9s;
}

.header .brand .logo a .l.on:after {
  height: 47px;
}

.header .brand .logo a .name {
  display: inline-block;
  width: 103px;
  height: 47px;
  margin-left: 10px;
  opacity: 0;
  background: url(../images/logo-name.png) 50% no-repeat;
  transition: 0.3s;
  transition-delay: 1.2s;
}

.header .brand .btn {
  margin-top: 25px;
}

.header .brand .blue-btn, .header .brand .navy-btn {
  margin-right: 8px;
}

.header .brand .dark-btn {
  margin-right: 16px;
}

.header .brand .mobile-logo {
  display: none;
}

@media only screen and (max-width: 1380px) and (min-width: 1px) {
  .brand .col-xs-9 {
    flex-basis: 70%;
    max-width: 70%;
  }

  .brand .col-xs-3 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 1px) {
  .brand .col-xs-9 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .brand .col-xs-3 {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1px) {
  .header .brand .logo {
    margin: 8px 20px 0 40px;
  }

  .header .utility .col-xs-6 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) and (min-width: 1px) {
  .header .brand .logo {
    display: none;
  }

  .header .brand .mobile-logo {
    display: block;
    width: 180px;
    height: 60px;
    margin-left: 20px;
    margin-top: 12px;
  }

  .header .brand .mobile-logo a {
    display: block;
    width: 180px;
    height: 60px;
    text-indent: -9999px;
    background: url(../images/mobile-logo.png) 50% no-repeat;
    background-size: 100% !important;
  }

  .header .utility ul li a {
    display: none;
  }

  .header .utility ul li a.search-btn {
    display: block;
    margin-right: 20px;
  }
}
.topnav {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.topnav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topnav > ul > li {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 8px;
  transition: 0.6s;
}

.topnav > ul > li.mega-parent {
  position: static;
}

.topnav > ul > li > a {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  color: #252c36;
  font-size: 16px;
  font-weight: 900;
  line-height: 100px;
  transition: 0.6s;
}

.topnav > ul > li > a:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background: #2174ff;
  opacity: 0;
  bottom: -7px;
  left: 0;
  transition: 0.3s;
}

.topnav > ul > li ul.megamenu {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  background: #fff;
  z-index: 999;
  width: 100vw;
  list-style: none;
  padding: 40px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.17);
  border-bottom: 20px solid #2174ff;
}

.topnav > ul > li ul.megamenu .title {
  width: 100%;
}

.topnav > ul > li ul.megamenu .title a {
  display: inline-block;
  color: #2174ff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
  border-bottom: 1px solid #eceff1;
}

.topnav > ul > li ul.megamenu ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}

.topnav > ul > li ul.megamenu ul li {
  line-height: 32px;
}

.topnav > ul > li ul.megamenu ul li a {
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
}

.topnav > ul > li ul.megamenu ul li a:hover {
  color: #2174ff;
}

.topnav > ul > li ul.submenu {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  background: #fff;
  z-index: 999;
  width: 300px;
  list-style: none;
  padding: 40px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.17);
  border-bottom: 20px solid #2174ff;
}

.topnav > ul > li ul.submenu li {
  width: 100%;
}

.topnav > ul > li ul.submenu li a {
  display: inline-block;
  width: 100%;
  color: #252c36;
  font-size: 15px;
  line-height: 40px;
  font-weight: 900;
}

.topnav > ul > li:hover, .topnav > ul > li ul.submenu li a:hover {
  color: #2174ff;
}

.topnav > ul > li:hover a:after {
  bottom: 0;
  opacity: 1;
}

.mobile-buttons, .topnav > ul > li.menu-item {
  display: none;
}

@media only screen and (max-width: 1380px) and (min-width: 1px) {
  .topnav > ul > li {
    margin: 0;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1px) {
  .topnav > ul > li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 1px) {
  .hamburger {
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 30px;
  }

  .header .brand .header-wrapper {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .header .brand .nav-buttons, .topnav {
    display: none;
  }

  .topnav {
    position: absolute;
    top: 99px;
    left: 0.5rem;
    width: calc(100% - 1rem);
    background: #fff;
    z-index: 999;
    margin-left: 0;
    border-bottom: 1px solid #eceff1;
  }

  .topnav > ul > li {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: auto;
    border-top: 1px solid #eceff1;
  }

  .topnav > ul > li > a {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    line-height: 32px;
  }

  .topnav > ul > li ul.megamenu, .topnav > ul > li ul.submenu {
    top: 0;
    width: 100%;
    position: relative;
  }

  .topnav > ul > li ul.megamenu > li, .topnav > ul > li ul.submenu > li {
    border-bottom: none;
  }

  .topnav > ul > li > a:after {
    display: none;
  }

  .mobile-buttons, .topnav > ul > li.menu-item {
    display: inline-block;
  }

  .mobile-buttons {
    text-align: center;
    width: 100%;
    border-top: 1px solid #eceff1;
  }

  .mobile-buttons .btn {
    float: none !important;
    margin: 15px 10px !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1px) {
  .hamburger {
    top: 20px;
  }

  .topnav {
    top: 89px;
  }
}
@media only screen and (max-width: 440px) and (min-width: 1px) {
  .hamburger {
    right: 20px;
  }
}
.footer {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eceff1;
  z-index: 99;
}

.footer .social {
  list-style: none;
  padding: 0;
  margin: 20px 40px 0 0;
}

.footer .social li {
  margin: 0 5px;
  border-radius: 30px;
}

.footer .social li, .footer .social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.footer .social li a {
  text-align: left;
  text-indent: -9999px;
}

.footer .social li.facebook {
  background: url(../images/facebook.svg) #09548b 50% no-repeat;
}

.footer .social li.twitter {
  background: url(../images/twitter.svg) #09548b 50% no-repeat;
}

.footer .social li.linkedin {
  background: url(../images/linkedin.svg) #09548b 50% no-repeat;
}

.footer .social li.facebook:hover {
  background: url(../images/facebook.svg) #3a76a2 50% no-repeat;
}

.footer .social li.twitter:hover {
  background: url(../images/twitter.svg) #3a76a2 50% no-repeat;
}

.footer .social li.linkedin:hover {
  background: url(../images/linkedin.svg) #3a76a2 50% no-repeat;
}

.footer .logo {
  margin: 60px 20px 40px 40px;
  vertical-align: top;
}

.footer .logo, .footer .logo a {
  display: inline-block;
  width: 280px;
  height: 47px;
}

.footer .logo a span {
  display: inline-block;
  text-indent: -9999px;
}

.footer .logo a .g {
  width: 48px;
  height: 48px;
  margin-left: -10px;
  background: url(../images/logo-g.png) 50% no-repeat;
}

.footer .logo a .g, .footer .logo a .t {
  display: inline-block;
  position: relative;
  opacity: 0;
  transition: 0.3s;
}

.footer .logo a .t {
  width: 40px;
  height: 47px;
  margin-left: -16px;
  background: url(../images/logo-t.png) 50% no-repeat;
  transition-delay: 0.3s;
}

.footer .logo a .l {
  display: inline-block;
  position: relative;
  width: 33px;
  height: 47px;
  opacity: 0;
  margin-left: -10px;
  background: url(../images/logo-l.png) 50% no-repeat;
  transition: 0.3s;
  transition-delay: 0.6s;
}

.footer .logo a .l:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #8a8d8b;
  right: -15px;
  top: 0;
  transition: 0.3s;
  transition-delay: 0.9s;
}

.footer .logo a .l.on:after {
  height: 47px;
}

.footer .logo a .name {
  display: inline-block;
  width: 103px;
  height: 47px;
  margin-left: 10px;
  opacity: 0;
  background: url(../images/logo-name.png) 50% no-repeat;
  transition: 0.3s;
  transition-delay: 1.2s;
}

.footer .footernav {
  display: inline-block;
  text-align: center;
  margin-top: 75px;
}

.footer .footernav ul {
  list-style: none;
  padding: 0;
}

.footer .footernav ul li {
  display: inline-block;
  width: auto;
  margin: 0 5px;
}

.footer .footernav ul li a {
  color: #252c36;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.footer .footernav ul li a:hover {
  color: #2174ff;
}

.footer .address {
  color: #898f98;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 75px;
  margin-right: 40px;
  text-align: right;
}

.footer .bottom {
  height: 40px;
  background-color: #eceff1;
}

.footer .bottom .copyright {
  color: #898f98;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
}

.footer .bottom .copyright a {
  color: #898f98;
}

.footer .bottom .copyright a:hover {
  color: #2174ff;
}

.breadcrumbs {
  margin-left: 40px;
  margin-top: 10px;
}

.breadcrumbs span {
  display: inline-block;
  width: auto;
  margin: 0 5px;
  padding: 0;
  text-transform: uppercase;
}

.breadcrumbs span, .breadcrumbs span a {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
  color: #adadad;
}

.breadcrumbs span a {
  font-family: Lato, sans-serif;
  margin-right: 8px;
}

.breadcrumbs span a:hover {
  color: #2174ff;
}

.breadcrumbs span.breadcrumb_last {
  color: #2174ff;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
}

@media only screen and (max-width: 1140px) and (min-width: 1px) {
  .footer .col-xs-4 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .footer .logo {
    position: relative;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }

  .footer .address {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer .footernav {
    margin-top: 40px;
  }

  .breadcrumbs {
    margin-left: 0;
  }

  .footer .social {
    margin: 20px 10px 0 0;
  }
}
@media only screen and (max-width: 880px) and (min-width: 1px) {
  .breadcrumbs, .footer .social {
    text-align: center;
  }

  .footer .social {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 660px) and (min-width: 1px) {
  .footer .bottom {
    height: auto;
    padding: 10px 0;
  }

  .footer .bottom .copyright {
    margin: 0;
    padding: 0 10px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 440px) and (min-width: 1px) {
  .footer .footernav ul li {
    width: 100%;
    margin: 0;
  }

  .footer .address {
    font-size: 11px;
  }
}
@keyframes slideOut {
  0% {
    width: 0;
  }
  to {
    width: 50%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 20px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeInBottom {
  0% {
    bottom: 20px;
    opacity: 0;
  }
  to {
    bottom: 40px;
    opacity: 1;
  }
}
#banner {
  position: relative;
  width: 100%;
}

#banner, #banner .row {
  height: 415px;
}

#banner .cnt {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 40px;
  width: 66.6666%;
  transform: translateY(-50%);
}

#banner .cnt h1 {
  margin: 0 0 40px;
}

#banner .cnt .link {
  color: #2174ff;
  font-weight: 900;
  line-height: 22px;
}

#banner .cnt .link, #banner .cnt p {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

#banner .cnt p {
  color: #585c63;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 10px;
  padding: 0;
}

#banner .cnt p span {
  font-weight: 900;
}

.blue-border {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  border: 20px solid #2174ff;
}

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.page-template-template-homepage #section1 {
  position: relative;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.page-template-template-homepage #section1 .vertical-center {
  padding-right: 60px;
}

.page-template-template-homepage #section1 .slide {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100vh;
}

.page-template-template-homepage #section1 .slide .cnt {
  padding: 40px 60px;
  position: relative;
  z-index: 9;
  height: calc(100vh - 40px);
}

.page-template-template-homepage #section1 .slide .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 9;
}

.page-template-template-homepage #section1 .slide .overlay {
  position: relative;
  width: 0;
  height: calc(100vh - 40px);
  z-index: 9;
  transition: 0.6s;
}

.page-template-template-homepage #section1 .slide .overlay .type {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  opacity: 0;
  margin-top: 20px;
  transition: 0.3s;
}

.page-template-template-homepage #section1 .slide .overlay h2 {
  position: relative;
  top: 20px;
  color: #fff;
  line-height: 48px;
  margin-bottom: 40px;
  opacity: 0;
  transition: 0.3s;
}

.page-template-template-homepage #section1 .slide .overlay p {
  position: relative;
  top: 20px;
  display: block;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: 0.3s;
}

.page-template-template-homepage #section1 .slide .overlay .bottom {
  position: absolute;
  bottom: 20px;
  left: 50px;
  z-index: 99;
  padding-right: 80px;
  opacity: 0;
  transition: 0.3s;
}

.page-template-template-homepage #section1 .slide .overlay .title {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
  opacity: 1;
  margin-left: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.page-template-template-homepage #section1 .slide .overlay ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.page-template-template-homepage #section1 .slide .overlay ul li {
  display: inline-block;
  width: auto;
  margin: 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.page-template-template-homepage #section1 .slide .overlay ul li a {
  color: #fff;
}

.page-template-template-homepage #section1 .slide .overlay.slide-open {
  animation: slideOut 0.6s forwards normal;
}

.page-template-template-homepage #section1 .slide .overlay .type.fade-in {
  animation: fadeIn 0.6s forwards normal;
  animation-delay: 0.6s;
}

.page-template-template-homepage #section1 .slide .overlay .vertical-center h2.fade-in {
  animation: fadeIn 0.6s forwards normal;
  animation-delay: 0.9s;
}

.page-template-template-homepage #section1 .slide .overlay .vertical-center p.fade-in {
  animation: fadeIn 0.6s forwards normal;
  animation-delay: 1.2s;
}

.page-template-template-homepage #section1 .slide .overlay .bottom.fade-in-bottom {
  animation: fadeInBottom 0.6s forwards normal;
  animation-delay: 1.5s;
}

.page-template-template-homepage #section1 .slide .bg-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.page-template-template-homepage #section1 .slide .overlay-color {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  background-image: linear-gradient(270deg, transparent 0, rgba(0, 0, 0, 0.8));
}

.page-template-template-homepage #section1 .slide .overlay-color .image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 100vh !important;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.edge .page-template-template-homepage #section1 .slide .overlay-color .image, .ie .page-template-template-homepage #section1 .slide .overlay-color .image {
  background-image: none !important;
}

.edge .page-template-template-homepage #section1 .slide .overlay, .ie .page-template-template-homepage #section1 .slide .overlay {
  opacity: 0.8;
}

.blue-section {
  background: #2174ff;
}

.blue-section h2 {
  color: #fff;
}

.blue-section .btn {
  margin-top: 20px;
}

.home-box-links {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: -80px;
}

.home-box-links .blue-section {
  position: relative;
  height: 460px;
}

.home-box-links .blue-section h1 {
  position: absolute;
  top: 45%;
  left: 50%;
  max-width: 800px;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 74px;
  transform: translateY(-50%) translateX(-50%);
}

.home-box-links .box-links {
  background: #eceff1;
  padding: 0 6%;
}

.home-box-links .box-links .box-link {
  margin-top: -60px;
  margin-bottom: 80px;
}

#home-news {
  width: 100%;
  background: #2174ff;
  padding: 40px 0;
}

#home-news .row {
  padding: 0 6%;
}

#home-news .cnt {
  padding-left: 40px;
}

#home-news .thumb {
  width: 175px;
  height: 175px;
  border-radius: 175px;
  border: 5px solid #fff;
}

#home-news p {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

#home-news .post-title, #home-news p {
  margin: 0 0 20px;
}

#home-news .post-title a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
  transform: scale(1);
  -webkit-transform: scale(1);
}

#home-news .post-title a:hover {
  color: #09548b;
  transform: scale(0.96);
  -webkit-transform: scale(0.96);
}

#home-news .link {
  position: relative;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  padding-right: 50px;
}

#home-news .link .ico {
  position: absolute;
  right: 0;
  top: -2px;
  width: 25px;
  height: 20px;
  background: url(../images/btn-arrow-light.png) 50% no-repeat;
  transition: 0.6s;
}

#home-news .link:hover .ico {
  right: 10px;
}

#error-banner {
  height: 650px;
  border: 20px solid #2174ff;
  background-image: linear-gradient(270deg, transparent 0, rgba(0, 0, 0, 0.6));
  background-color: #2174ff;
}

#error-banner h1 {
  font-weight: 900;
  font-size: 120px;
  margin: 120px 0 60px;
}

#error-banner h1, #error-banner p {
  color: #fff;
  width: 100%;
  text-align: center;
}

#error-banner p {
  font-size: 16px;
  display: inline-block;
}

#error-banner .btn {
  margin: 40px auto 10px;
  display: block;
  width: 220px;
}

#error-banner .white-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1140px) and (min-width: 1px) {
  .home-box-links {
    margin-bottom: 0;
  }

  #banner .cnt h1 br {
    display: none;
  }

  .slide .vertical-center {
    top: 120px;
    transform: translateY(0);
  }

  .home-box-links .blue-section h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .box-link h2 a {
    font-size: 24px;
    line-height: 32px;
  }

  #home-news .col-xs-2 {
    flex-basis: 25%;
    max-width: 25%;
  }

  #home-news .col-xs-10 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 1px) {
  #banner .row {
    height: auto;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1px) {
  .page-template-template-homepage #section1 .slide .overlay h2 br {
    display: none;
  }

  .page-template-template-homepage #section1 .slide .overlay ul li {
    font-size: 12px;
  }

  .page-template-template-homepage #section1 .slide .overlay p {
    font-size: 20px;
  }

  .box-link h2 a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1px) {
  .home-box-links .box-links .row + .row, .home-box-links .box-links .row > [class*=col-]:first-child {
    margin-top: 0;
  }

  .page-template-template-homepage #section1 .slide, .page-template-template-homepage #section1 .slide.fixed {
    position: relative;
    height: auto;
    min-height: 800px;
    left: inherit;
    top: inherit;
    transform: translateX(0);
  }

  .page-template-template-homepage #section1 .slide .cnt, .page-template-template-homepage #section1 .slide .overlay {
    min-height: 800px;
  }

  .page-template-template-homepage #section1 .slide .bg-photo, .page-template-template-homepage #section1 .slide .overlay-color .image {
    background-size: auto 100% !important;
  }

  .page-template-template-homepage #section1 .slide .overlay, .page-template-template-homepage #section1 .slide .overlay.slide-open {
    width: 100% !important;
    animation: none !important;
  }

  .page-template-template-homepage #section1 .slide .overlay .title {
    animation: none !important;
  }

  .page-template-template-homepage #section1 .slide .overlay .type, .page-template-template-homepage #section1 .slide .overlay h2, .page-template-template-homepage #section1 .slide .overlay p {
    opacity: 1 !important;
    margin-top: 0 !important;
    top: 0 !important;
    animation: none !important;
  }

  .page-template-template-homepage #section1 .slide .overlay .bottom {
    opacity: 1 !important;
    bottom: 40px !important;
  }

  .page-template-template-homepage #section1 {
    height: auto !important;
  }

  .page-template-template-homepage #section1 #slide7.bottom {
    bottom: inherit !important;
    position: relative !important;
  }

  .page-template-template-homepage #section1 .vertical-center {
    padding-right: 0;
    position: relative;
    top: 60px;
  }

  #home-news .col-xs-2, #home-news .col-xs-10 {
    flex-basis: 100%;
    max-width: 100%;
  }

  #home-news .thumb {
    margin: 0 auto;
  }

  #home-news .cnt {
    padding-left: 0;
  }
}
@media only screen and (max-width: 540px) and (min-width: 1px) {
  #home-news .post-title a, .page-template-template-homepage #section1 .slide .overlay h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 1px) {
  .home-box-links .blue-section {
    height: auto;
  }

  .home-box-links .blue-section h1 {
    font-size: 32px;
    line-height: 40px;
    position: relative;
    left: inherit;
    top: inherit;
    padding: 60px 40px 120px;
    transform: translateY(0) translateX(0);
  }

  .page-template-template-homepage #section1 .slide .cnt {
    padding: 40px 20px;
  }

  .page-template-template-homepage #section1 .slide .overlay .bottom {
    left: 10px;
  }

  .page-template-template-homepage #section1 .slide .overlay .title {
    margin-bottom: 15px;
  }
}
.style-guide {
  padding-top: 80px;
}

.style-guide h2.border-bottom {
  display: inline-block;
  width: 100%;
  padding: 0 0 20px;
  margin: 0 0 10px;
  border-bottom: 1px solid #eceff1;
}

.style-guide h4 {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.style-guide .col-xs-3 .color-box {
  display: inline-block;
  width: 100%;
  height: 140px;
  margin: 0 0 20px;
}

.style-guide .col-xs-6 .color-box {
  display: inline-block;
  width: 100%;
  height: 55px;
  margin: 0;
}

.style-guide .col-xs-6 p.title {
  color: #45484d;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  margin: 0 0 10px;
}

.style-guide .black .color-box {
  background: #252c36;
}

.style-guide .white .color-box {
  background: #fff;
  outline: 1px solid #939599;
}

.style-guide .lt-gray .color-box {
  background: #eceff1;
}

.style-guide .dk-gray .color-box {
  background: #45484d;
}

.style-guide .blue .color-box {
  background: #2174ff;
}

.style-guide .navy .color-box {
  background: #09548b;
}

.style-guide .yellow .color-box {
  background: #ffbd21;
}

.style-guide .purple .color-box {
  background: #9f21ff;
}

.style-guide .red .color-box {
  background: #f72318;
}

.style-guide .green .color-box {
  background: #1ebd43;
}

.style-guide .name {
  color: #31333b;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

.style-guide .color {
  color: #31333b;
  font-size: 16px;
  font-weight: 300;
  line-height: 46px;
  margin: 0;
}

.style-guide .desc {
  opacity: 0.6;
  color: #31333b;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 20px 0 60px;
}

.style-guide #section2 h2 {
  margin-bottom: 80px;
}

.style-guide #section2 .col-xs-12 .row {
  padding-bottom: 80px;
}

.style-guide #section2 .title {
  color: #31333b;
  font-size: 16px;
  line-height: 46px;
  font-weight: 300;
  padding: 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #c9cacc;
}

.style-guide #section2 .title span {
  font-weight: 900;
}

.style-guide #section2 .info {
  color: #31333b;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.page-template-template-product-category #section1 {
  margin: 40px auto;
  max-width: 1360px;
}

.link-box {
  position: relative;
  width: 100%;
  height: 500px;
  border: 10px solid #2174ff;
}

.link-box .photo {
  top: 0;
  height: 100%;
  z-index: 2;
  background-size: cover !important;
  background-position: 50%;
}

.link-box .bg, .link-box .photo {
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
}

.link-box .bg {
  z-index: 3;
  opacity: 0.8;
  background-color: #2174ff;
}

.link-box .bg, .link-box .box-title {
  bottom: 0;
  height: 100px;
  background-position: bottom;
  background-size: auto !important;
  transition: 0.3s;
}

.link-box .box-title {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 4;
  opacity: 1;
  background-repeat: no-repeat;
}

.link-box .box-title .btn {
  position: absolute;
  right: 18px;
  bottom: 18px;
}

.link-box .box-title span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: left;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  padding-right: 100px;
  padding-left: 15px;
  transform: translateY(-50%);
}

.link-box:hover .bg, .link-box:hover .box-title {
  height: 100%;
}

.link-box:hover .btn {
  background: #2174ff;
  transition: 0s;
}

.link-box:hover .square-btn:after {
  background: url(../images/btn-arrow-light.png) 50% no-repeat;
}

.edge .page-template-template-product-category .link-box .box-title, .ie .page-template-template-product-category .link-box .box-title {
  background-image: none !important;
}

.large-box {
  max-width: 920px;
}

.small-box {
  max-width: 442px;
}

.full-box {
  max-width: 1360px;
}

#border-banner {
  height: 440px;
  border-left: 20px solid #2174ff;
  border-right: 20px solid #2174ff;
  border-bottom: 20px solid #2174ff;
  background-size: cover !important;
}

#border-banner .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

#border-banner h1 {
  position: absolute;
  top: 50%;
  left: 6%;
  color: #fff;
  z-index: 9;
  width: 40%;
  transform: translateY(-50%);
}

#border-banner .cnt {
  position: relative;
  width: 50%;
  opacity: 0.8;
  height: 420px;
  background-color: #2174ff;
  background-image: linear-gradient(270deg, transparent 0, rgba(0, 0, 0, 0.6));
}

.page-template-template-product h2 {
  font-weight: 900;
}

.max-section {
  max-width: 1360px;
  margin: 40px auto;
  padding: 0 40px;
}

.max-row {
  max-width: 1360px;
  margin: 0 auto;
}

.no-margin {
  margin: 0 !important;
}

.border-row {
  padding: 40px 0;
  border-bottom: 1px solid #efefef;
}

.border-row h2 {
  font-weight: 900;
}

.no-border-row {
  border: none !important;
}

.right-fit .box-title, .right-fit .photo {
  background-position: 100% 100%;
}

.left-fit .box-title, .left-fit .photo {
  background-position: 0 100%;
}

.center-fit .box-title, .center-fit .photo {
  background-position: bottom;
}

.check-list {
  list-style: none;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}

.check-list li:before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/circle-check.svg) 50% no-repeat;
}

.gray-row {
  margin-top: 100px;
  background-color: #eceff1;
  padding-bottom: 100px;
}

.gray-row .stat {
  padding: 0 40px;
}

.gray-row .stat .stat-circle {
  margin-top: -60px;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  border: 10px solid #2174ff;
  background: #fff;
  text-align: center;
  line-height: 175px;
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 900;
}

.gray-row .stat p {
  color: #585c63;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.number-list {
  padding: 20px 40px;
  border-bottom: 1px solid #4d8fff;
}

.number-list num {
  color: #4d8fff;
  font-size: 48px;
}

.number-list num, .number-list p {
  display: inline-block;
  font-family: Lato, sans-serif;
  font-weight: 900;
  line-height: 48px;
}

.number-list p {
  color: #fff;
  font-size: 36px;
  padding-left: 40px;
}

.page-template-template-product .blue-section {
  padding-bottom: 100px;
}

.get-covered {
  padding: 60px !important;
}

.video-cnt {
  display: inline-block;
  background: #2174ff;
  width: 100%;
  height: 580px;
  margin: 40px auto 10px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.72);
  padding: 57.25% 0 0;
  height: auto;
  position: relative;
  height: auto !important;
}

.video-cnt iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 10px solid #2174ff;
}

.video-cnt .thumb {
  width: 100%;
  height: 550px;
  background: url(../images/video-thumb.png) 50% no-repeat;
  background-size: cover !important;
}

.video-cnt .play-btn, .video-cnt .thumb {
  display: inline-block;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.72);
}

.video-cnt .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 10px solid #2174ff;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.6s;
}

.video-cnt .play-btn span {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 40px solid #2174ff;
  border-bottom: 20px solid transparent;
  transform: translateY(-50%);
}

.video-cnt:hover .play-btn {
  background: #fff;
}

.caption {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #585c63;
  font-weight: 400;
  text-align: center;
}

.caption span {
  font-weight: 900;
}

.notes-section {
  margin-top: 40px;
}

.notes-section p {
  color: #898f98;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  padding: 40px 12%;
  border-top: 1px solid #eceff1;
}

@media only screen and (max-width: 1440px) and (min-width: 1px) {
  .page-template-template-product .blue-section {
    padding: 50px 40px 100px;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 1px) {
  #border-banner h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-product-category [class*=col-] {
    flex-basis: 100%;
    max-width: 100%;
  }

  .full-box, .large-box, .small-box {
    max-width: 100%;
  }

  .link-box {
    margin-bottom: 20px;
  }

  .page-template-template-product-category .row + .row {
    margin-top: 0;
  }

  .video-cnt {
    height: 420px;
  }

  .video-cnt .thumb {
    height: 390px;
  }

  #border-banner .cnt h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 900px) and (min-width: 1px) {
  .page-template-template-product .gray-row .col-xs-4 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .gray-row .stat {
    padding-bottom: 120px;
  }

  .gray-row .stat p {
    text-align: center;
    max-width: 600px;
    margin: 10px auto;
  }

  .gray-row {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1px) {
  .link-box {
    height: 300px;
  }

  #banner, #banner .row {
    height: auto;
  }

  #banner .cnt {
    position: relative;
    top: inherit;
    left: 40px;
    width: calc(100% - 80px);
    transform: translateY(0);
  }

  #banner .cnt h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .link-box .box-title span {
    font-size: 18px;
    line-height: 24px;
  }

  #border-banner .row > [class*=col-]:first-child {
    margin-top: 0;
  }

  .number-list {
    padding: 20px 0;
  }

  .number-list num, .number-list p {
    text-align: center;
    width: 100%;
  }

  #border-banner .cnt {
    display: none;
  }

  #border-banner {
    border-top: 20px solid #2174ff;
    border-bottom: none;
  }

  #border-banner .row {
    height: 100%;
  }

  #border-banner .row .col-xs-12 {
    margin-bottom: 0;
  }

  #border-banner h1 {
    font-size: 32px;
    line-height: 42px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: inherit;
    width: 100%;
    padding: 10px;
    margin: 0;
    background: #2174ff;
    transform: translateY(0) translateX(0);
  }

  .number-list p {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) and (min-width: 1px) {
  .wrap {
    padding: 0 20px;
  }

  #banner .cnt {
    left: 20px;
    width: calc(100% - 40px);
  }

  .number-list p, .page-template-template-product h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .blue-section h4 {
    text-align: center;
  }

  .get-covered .btn {
    font-size: 16px;
  }

  .notes-section p {
    padding: 40px 0;
  }

  .video-cnt {
    height: 220px;
  }

  .video-cnt .thumb {
    height: 190px;
  }

  #border-banner {
    height: 250px;
  }

  #border-banner h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
#banner .download {
  position: absolute;
  bottom: 140px;
  right: 40px;
}

#banner .rev {
  display: inline-block;
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 36px;
  padding-right: 20px;
}

#agent-sort {
  margin-bottom: 60px;
  margin-top: -60px;
  position: relative;
}

#agent-sort select::-ms-expand {
  display: none;
}

#agent-sort select {
  border: none;
  background: transparent;
  color: #2174ff;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  height: 45px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#agent-sort option {
  font-size: 18px;
  color: #000;
  background: #fff;
}

#agent-sort:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 15px;
  width: 20px;
  height: 20px;
  z-index: -1;
  background: url(../images/select-arrow.png) 50% no-repeat;
  border: none;
  box-shadow: none;
}

#vmap {
  right: 0;
  top: -160px;
  margin: 0;
  float: right;
}

#vmap, .dc-link {
  position: absolute;
}

.dc-link {
  top: 45px;
  right: 40px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  z-index: 99;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.dc-link.active, .dc-link:hover {
  background: #09548b;
  color: #fff;
}

.dc-link:before {
  position: absolute;
  content: "";
  top: 15px;
  left: -50px;
  width: 50px;
  height: 2px;
  background: #000;
}

.jqvmap-region {
  cursor: pointer;
}

.jqvmap-region.active {
  fill: #09548b;
}

.agent-info ul {
  list-style: none;
  margin-bottom: 40px;
  padding: 0;
}

.agent-info ul p {
  color: #fff;
  position: relative;
}

.agent-info ul p:before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 6px;
  left: -30px;
  width: 20px;
  height: 20px;
  background: url(../images/circle-white-check.png) 0 0 no-repeat;
}

.agent-info ul li {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}

.agent-info ul li ul {
  margin: 10px 0 0;
}

.agent-info ul li ul li:before {
  background: none;
}

.page-template-template-agents .main {
  z-index: 1;
}

.page-template-template-agents .agents {
  background: #2174ff;
}

body.agent-connection iframe {
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: 800px;
}

@media only screen and (max-width: 1280px) and (min-width: 1px) {
  #agent-sort {
    width: 75%;
  }
}
@media only screen and (max-width: 1220px) and (min-width: 1px) {
  #vmap {
    width: 600px !important;
  }

  #banner .rev {
    width: 100%;
    padding-right: 0;
  }

  #banner .rev, .download {
    text-align: center;
  }

  .dc-link:before {
    left: -30px;
    width: 30px;
  }

  .dc-link {
    top: 48px;
    right: 42px;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 1px) {
  #vmap {
    display: none;
  }

  .agents .col-xs-5 {
    flex-basis: 100%;
    max-width: 100%;
  }

  #agent-sort {
    width: 100%;
  }

  #banner {
    height: auto;
    padding-bottom: 80px;
  }

  #banner .download {
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 100%;
  }

  #banner .cnt {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 40px 40px 0;
    transform: translateY(0);
  }

  #banner p br {
    display: none;
  }
}
@media only screen and (max-width: 480px) and (min-width: 1px) {
  #agent-sort select {
    font-size: 24px;
  }

  #agent-sort:after {
    top: 10px;
  }
}
.why {
  background: #09548b;
}

.why .wrap {
  padding: 20px 12% 60px;
}

.why .row {
  border-bottom: 1px solid #346498;
  padding: 60px;
}

.why .row:last-child {
  border-bottom: none;
}

.why h3 {
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
}

.why h3, .why p {
  color: #fff;
  font-family: Lato, sans-serif;
}

.why p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.page-template-template-why-gtl .main {
  background: #eceff1;
}

.page-template-template-why-gtl .main .col-xs-6:nth-child(6n+1) .card .meta {
  border-bottom: 5px solid #2174ff;
}

.page-template-template-why-gtl .main .col-xs-6:nth-child(6n+2) .card .meta {
  border-bottom: 5px solid #09548b;
}

.page-template-template-why-gtl .main .col-xs-6:nth-child(6n+3) .card .meta {
  border-bottom: 5px solid #ffbd21;
}

.page-template-template-why-gtl .main .col-xs-6:nth-child(6n+4) .card .meta {
  border-bottom: 5px solid #9f21ff;
}

.page-template-template-why-gtl .main .col-xs-6:nth-child(6n+5) .card .meta {
  border-bottom: 5px solid #f72318;
}

.page-template-template-why-gtl .main .col-xs-6:nth-child(6n+6) .card .meta {
  border-bottom: 5px solid #1ebd43;
}

.page-template-template-why-gtl .main .card {
  background: #fff;
  padding: 40px;
  margin-bottom: 80px;
  margin-top: -60px;
  height: 550px;
  overflow: hidden;
}

.page-template-template-why-gtl .main .card .meta {
  display: inline-block;
  width: 100%;
  padding: 0 0 20px;
}

.page-template-template-why-gtl .main .card .meta .thumb {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background-size: cover !important;
}

.page-template-template-why-gtl .main .card .meta .cnt {
  display: inline-block;
}

.page-template-template-why-gtl .main .card .meta .name {
  display: inline-block;
  width: 100%;
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 14px;
  margin: 0;
  padding: 0;
}

.page-template-template-why-gtl .main .card .meta .since {
  display: inline-block;
  width: 100%;
  opacity: 0.2;
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
  padding: 0;
}

.page-template-template-why-gtl .main .card p {
  color: #585c63;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

@media only screen and (max-width: 1080px) and (min-width: 1px) {
  .why .row {
    padding: 60px 0;
  }

  .why .wrap {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 980px) and (min-width: 1px) {
  .testimonials .col-xs-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .page-template-template-why-gtl .main .card {
    height: auto;
  }
}
@media only screen and (max-width: 580px) and (min-width: 1px) {
  .page-template-template-why-gtl .main .card .meta .cnt {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 420px) and (min-width: 1px) {
  .why h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-template-template-why-gtl #banner, .page-template-template-why-gtl #banner .row {
  height: 250px;
}

.graphs {
  background: #f4f4f4;
}

.bar-box {
  padding: 0 10px;
  margin-top: -80px;
  width: 410px;
  border: 10px solid #fff;
  background: #2174ff;
  box-shadow: 0 17px 27px rgba(0, 0, 0, 0.6);
}

.bar-box canvas {
  width: 380px !important;
}

.bar-box .title {
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 0;
}

.bar-box .note, .bar-box .title {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 900;
  width: 100%;
  text-align: center;
}

.bar-box .note {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
}

.bar-box ul.labels {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  border-top: 1px solid #4d8fff;
}

.bar-box ul.labels li {
  display: inline-block;
  width: 24%;
  text-align: center;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
}

.bar-box ul.overlay {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 88%;
  list-style: none;
  padding: 0 6%;
  text-align: center;
}

.bar-box ul.overlay li {
  display: inline-block;
  width: 24%;
  text-align: center;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 48px;
}

.chart {
  padding: 100px 0;
  background: #f4f4f4;
}

.chart .wrap .row + .row {
  border-top: 1px solid #d6d9da;
  padding-top: 40px;
}

.chart .wrap .row + .row h4 {
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 48px;
}

.chart .balance {
  border-right: 1px solid #d6d9da;
}

.chart h3 {
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
}

.chart ul {
  list-style: none;
  padding: 0;
}

.chart ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}

.chart ul li:before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/circle-check.svg) 50% no-repeat;
}

#chart {
  width: 400px !important;
  height: 400px !important;
  display: inline-block !important;
  margin: 0 40px;
}

.chart-data {
  display: inline-block;
  vertical-align: top;
}

.chart-data ul {
  list-style: none;
  padding: 0;
}

.chart-data ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}

.chart-data ul li:before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}

.chart-data ul li.blue:before {
  background: #2174ff;
}

.chart-data ul li.navy:before {
  background: #09548b;
}

.chart-data ul li.purple:before {
  background: #9f21ff;
}

.chart-data ul li.yellow:before {
  background: #ffbd21;
}

.chart-data ul li.green:before {
  background: #1ebd43;
}

@media only screen and (max-width: 1330px) and (min-width: 1px) {
  .bar-box {
    width: 340px;
    margin: 0 auto;
  }

  .bar-box canvas {
    width: 310px !important;
  }

  .bar-box .title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1px) {
  .chart .col-xs-4, .chart .col-xs-8 {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .chart .balance {
    border-right: none;
  }

  .chart .col-xs-8 {
    text-align: center;
  }

  #chart {
    margin: 0 40px 0 0;
  }

  .chart-data ul li {
    text-align: left;
  }
}
@media only screen and (max-width: 1120px) and (min-width: 1px) {
  .graphs .col-xs-4 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .bar-box {
    width: 410px;
    margin: 0 auto 40px;
  }

  .bar-box canvas {
    width: 380px !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1px) {
  .chart .col-xs-6 p {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 1px) {
  .bar-box {
    width: 340px;
    margin: 0 auto;
  }

  .bar-box canvas {
    width: 310px !important;
  }

  #chart {
    margin: 0;
    width: 320px !important;
    height: 320px !important;
  }
}
@media only screen and (max-width: 420px) and (min-width: 1px) {
  .bar-box {
    width: 270px;
    margin: 0 auto;
  }

  .bar-box canvas {
    width: 240px !important;
  }

  #chart {
    margin: 0 0 20px;
    width: 260px !important;
    height: 260px !important;
  }
}
#people-banner {
  height: 500px;
  position: relative;
}

#people-banner .cnt {
  position: absolute;
  top: 50%;
  padding: 0 40px;
  transform: translateY(-50%);
}

#people-banner h1 {
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 48px;
  margin: 0 0 40px;
}

#people-banner p {
  color: #45484d;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  width: 60%;
}

.leadership {
  position: relative;
  padding: 40px 0;
  z-index: 99;
  background-color: #eceff1;
}

.leadership h2 {
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
  text-align: center;
  margin: 0 0 40px;
}

.leadership .row {
  margin-bottom: 60px;
}

.leadership .col-xs-4 .wrap {
  padding: 0;
  margin: 0 10px 40px 15px;
  height: 331px;
  position: relative;
  background: #fff;
  box-shadow: 0 13px 18px rgba(0, 0, 0, 0.18);
}

.leadership .col-xs-4 .wrap a {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 125px;
  z-index: 9;
  color: #2174ff;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 36px;
  text-transform: uppercase;
  background: url(../images/next-arrow-blue.png) 100% no-repeat;
  transition: 0.6s;
}

.leadership .col-xs-4 .wrap .info {
  width: 100%;
  padding: 20px;
  transition: 0.6s;
}

.leadership .col-xs-4 .wrap .info .name {
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 48px;
}

.leadership .col-xs-4 .wrap .info .title {
  display: inline-block;
  width: 100%;
  padding: 0 0 20px;
  margin: 0 0 20px;
  color: rgba(0, 0, 0, 0.55);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.leadership .col-xs-4 .wrap .info .copy {
  color: #585c63;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.leadership .col-xs-4.blue .title {
  border-bottom: 5px solid #2174ff;
}

.leadership .col-xs-4.purple .title {
  border-bottom: 5px solid #9f21ff;
}

.leadership .col-xs-4.yellow .title {
  border-bottom: 5px solid #ffbd21;
}

.leadership .col-xs-4.navy .title {
  border-bottom: 5px solid #09548b;
}

.leadership .col-xs-4.green .title {
  border-bottom: 5px solid #1ebd43;
}

.leadership .col-xs-4.red .title {
  border-bottom: 5px solid #f72318;
}

.people-detail {
  margin-top: 60px;
  padding-bottom: 100px;
}

.people-detail .buttons-row .end-xs .btn {
  float: right;
}

.people-detail .buttons-row .end-xs .prev-btn {
  margin-right: 10px;
}

.people-detail .photo {
  position: relative;
  width: 500px;
  height: 750px;
  border: 3px solid #fff;
  box-shadow: 0 17px 27px rgba(0, 0, 0, 0.6);
}

.people-detail .photo .avatar, .people-detail .photo .person {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.people-detail .photo .person {
  background-size: cover !important;
}

.people-detail .photo .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: linear-gradient(180deg, #4c4e5c, #05020a);
}

.people-detail .meta {
  position: relative;
  padding: 20px 40px;
  margin-bottom: 20px;
}

.people-detail .meta:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  background: #2174ff;
}

.people-detail .meta .name {
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
  margin: 0 0 10px;
}

.people-detail .meta .title {
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 30px;
}

.people-detail .meta .tabs {
  list-style: none;
  padding: 0;
}

.people-detail .meta .tabs li {
  display: inline-block;
  width: auto;
}

.people-detail .meta .tabs li a {
  opacity: 0.2;
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
}

.people-detail .meta .tabs li a:hover {
  opacity: 0.6;
}

.people-detail .meta .tabs li.active a {
  opacity: 1;
}

.people-detail .meta .tabs li:nth-child(2) {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #979797;
}

.people-detail .tab-cnt {
  display: none;
}

.people-detail .tab-cnt p {
  color: #45484d;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.people-detail .tab-cnt p a {
  color: #2174ff;
}

.people-detail .tab-cnt p a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1280px) and (min-width: 1px) {
  .leadership .col-xs-4 .wrap {
    height: 400px;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 1px) {
  .people-detail .photo {
    width: 400px;
    height: 600px;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 1px) {
  .leadership .col-xs-3 .info .name, .leadership .col-xs-3 .info .title {
    font-size: 16px;
    line-height: 22px;
  }

  .leadership .row {
    margin: 0 !important;
  }

  .leadership .row > [class*=col-]:first-child {
    margin: 0 0 10px !important;
  }

  .people-detail .meta .tabs li a {
    font-size: 18px;
  }

  .people-detail .meta .tabs li {
    margin-right: 20px;
    padding-right: 20px;
  }

  .people-detail .photo {
    width: 300px;
    height: 500px;
  }

  .leadership .col-xs-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 880px) and (min-width: 1px) {
  #people-banner p {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1px) {
  .leadership .row {
    margin: 0 !important;
  }

  .leadership .row > [class*=col-]:first-child {
    margin: 0 0 10px !important;
  }

  .leadership {
    padding-bottom: 60px;
  }

  .buttons-row .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
    margin-top: 0 !important;
  }

  .people-detail .meta {
    margin-top: 40px;
  }

  .leadership .col-xs-3 {
    border: 3px solid #fff;
  }

  .leadership .col-xs-4 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .leadership .col-xs-4 .wrap {
    height: auto;
  }

  .leadership .col-xs-4 .wrap a {
    position: relative;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 580px) and (min-width: 1px) {
  #people-banner h1 {
    font-size: 42px;
  }

  #people-banner {
    height: auto;
    padding: 40px 0;
  }

  #people-banner .cnt {
    position: relative;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 420px) and (min-width: 1px) {
  .leadership .col-xs-3 .info .name, .leadership .col-xs-3 .info .title {
    font-size: 14px;
  }

  .leadership h2 {
    color: #252c36;
    margin-top: 20px;
  }

  .buttons-row .col-xs-6 {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .buttons-row .btn {
    width: 100%;
    margin: 10px 0 0 !important;
  }

  .buttons-row .prev-btn {
    margin-bottom: 10px;
  }

  .people-detail .photo {
    width: 100%;
  }

  .people-detail .meta:before {
    display: none;
  }

  .people-detail .meta {
    padding: 20px 0;
  }
}
.section-giving-back h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  font-weight: 900;
}

.section-giving-back .photo {
  background-size: cover !important;
  background-position: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section-giving-back .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.8;
}

.section-giving-back .cnt {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 9;
  padding: 60px;
}

.section-giving-back .cnt h2 {
  position: relative;
  z-index: 9;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 48px;
  font-weight: 900;
  text-align: left;
  margin: 0 0 40px;
}

.section-giving-back .cnt h2 span {
  font-weight: 300;
}

.section-giving-back .cnt p {
  position: relative;
  z-index: 9;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

.section-giving-back .cnt p span {
  font-weight: 900;
}

.section-giving-back .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  padding: 15px 60px 15px 20px;
}

.section-giving-back .logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 250px;
  height: 60px;
  z-index: 99;
}

.section-giving-back .row {
  width: 100%;
  height: 500px;
  margin: 0 0 20px;
  background-size: cover !important;
}

.section-giving-back .row .cnt {
  background-image: linear-gradient(270deg, transparent 0, rgba(0, 0, 0, 0.6));
}

.section-giving-back .section {
  padding: 40px 0;
}

.section-giving-back .section:nth-child(n) {
  background: #eceff1;
}

.section-giving-back .section:nth-child(2n) {
  background: #fff;
}

@media only screen and (max-width: 1330px) and (min-width: 1px) {
  .section-giving-back .row {
    height: 650px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1px) {
  .section-giving-back .row {
    height: auto;
  }

  .section-giving-back .row .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-giving-back .cnt p {
    margin-bottom: 20px;
  }

  .section-giving-back .cnt {
    position: relative;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1px) {
  .section-giving-back .row .col-xs-12 {
    margin: 0;
  }

  .section-giving-back .photo {
    height: 250px;
    position: relative;
  }

  .section-giving-back .overlay {
    width: 100%;
  }

  .section-giving-back .cnt {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 380px) and (min-width: 1px) {
  .section-giving-back .btn {
    padding: 15px 50px 15px 10px;
  }

  .section-giving-back .btn, .section-giving-back .logo {
    right: inherit;
    left: 50%;
    bottom: 0;
    width: 100%;
    transform: translateX(-50%);
  }
}
.blog .wrap {
  position: relative;
  z-index: 9;
}

.blog .row {
  background: #fff;
}

.blog .posts {
  padding: 20px 0;
}

.blog .post {
  padding: 40px 20px;
  border-bottom: 1px solid #eceff1;
}

.blog .post, .blog .post .cat, .blog .post .date, .blog .post .excerpt, .blog .post a, .blog .post p {
  transition: 0.6s;
}

.blog .post:hover {
  background: #2174ff;
}

.blog .post:hover .cat, .blog .post:hover .date, .blog .post:hover .excerpt, .blog .post:hover a, .blog .post:hover p {
  color: #fff !important;
}

.blog .post:last-child {
  border-bottom: none;
}

.blog .post .meta {
  margin-bottom: 10px;
}

.blog .post .cat {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 10px;
  border-right: 1px solid #898f98;
}

.blog .post .cat a {
  color: #2174ff;
}

.blog .post .cat a, .blog .post .date {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
}

.blog .post .date {
  display: inline-block;
  color: #898f98;
}

.blog .post .post-title {
  margin: 0 0 20px;
  line-height: 30px;
}

.blog .post .post-title a {
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.blog .post .post-title a:hover {
  color: #2174ff;
}

.blog .pagination {
  margin: 40px 0;
  padding: 20px 0;
  border-top: 5px solid #2174ff;
}

.blog .pagination p {
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 20px;
}

.blog .col-xs-5 {
  background: #eceff1;
}

.blog aside {
  padding: 80px 40px;
}

.blog aside h1 {
  text-align: center;
}

.blog aside .blog-search-form {
  position: relative;
  margin: 100px 0 20px;
}

.blog aside .blog-search-form input[type=search] {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  border-radius: 20px;
  text-indent: 50px;
  padding-right: 10px;
}

.blog aside .blog-search-form input[type=submit] {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #ccc;
  text-indent: -9999px;
  background: url(../images/blog-search.png) 50% no-repeat;
}

.blog aside .blog-search-form input[type=search]::-webkit-input-placeholder {
  color: #252c36;
  opacity: 1;
}

.blog aside .blog-search-form input[type=search]:-moz-placeholder, .blog aside .blog-search-form input[type=search]::-moz-placeholder {
  color: #252c36;
  opacity: 1;
}

.blog aside .blog-search-form input[type=search]:-ms-input-placeholder {
  color: #252c36;
  opacity: 1;
}

.blog aside .blog-search-form input[type=search]::-ms-input-placeholder {
  color: #252c36;
  opacity: 1;
  text-indent: 20px;
}

.blog aside .widget {
  padding: 20px 0;
  border-bottom: none;
}

.blog aside .widget h4 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}

.blog aside .tags {
  list-style: none;
  padding: 0;
}

.blog aside .tags li {
  display: inline-block;
  width: auto;
  margin: 0 5px 10px;
}

.blog aside .archives {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}

.blog aside .archives li {
  width: 100%;
}

.blog aside .archives li a {
  color: #898f98;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
}

.blog aside .archives li a:hover {
  color: #2174ff;
}

.blog-bg {
  position: absolute;
  top: 0;
  right: 0;
  background: #eceff1;
  height: 100%;
  width: 50%;
  z-index: 0;
}

@media only screen and (max-width: 1240px) and (min-width: 1px) {
  .blog aside h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 1px) {
  .blog aside h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 880px) and (min-width: 1px) {
  .blog .col-xs-5, .blog .col-xs-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .blog .col-xs-5 {
    order: 0;
    background: #fff;
  }

  .blog .col-xs-6 {
    order: 1;
  }

  .blog-bg {
    display: none;
  }

  .blog aside {
    padding: 40px 0 0;
  }

  .blog aside .blog-search-form {
    margin: 20px 0;
  }
}
.blog .photo {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.blog .thumb {
  display: inline-block;
  width: 150px;
  height: 200px;
  background-size: cover !important;
}

.blog .content {
  display: inline-block;
  width: 69%;
}

.blog .btn {
  margin-top: 20px;
}

.page-template-template-software-download h1 {
  margin-top: 80px;
}

aside .cnt {
  padding: 20px 0 60px;
  border-bottom: 1px solid #ccc;
}

aside .cnt .title {
  font-weight: 900;
  margin: 0;
}

aside .cnt .title, aside .cnt p {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #45484d;
  padding: 0;
}

aside .cnt p {
  font-weight: 400;
  margin: 0 0 40px;
}

aside .cnt p a {
  color: #2174ff;
}

aside .cnt ol {
  margin: 0 0 40px;
  padding: 0 0 0 20px;
}

aside .cnt ol li {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #45484d;
  font-weight: 400;
  padding: 0;
}

aside .cnt .btn {
  width: 100%;
}

aside .cnt:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 1180px) and (min-width: 1px) {
  .blog .photo {
    width: 35%;
  }

  .blog .content {
    width: 64%;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 1px) {
  .blog .photo {
    width: 42%;
  }

  .blog .content {
    width: 57%;
  }
}
@media only screen and (max-width: 880px) and (min-width: 1px) {
  .page-template-template-software-download .blog .col-xs-5 {
    order: 1;
  }

  .page-template-template-software-download .blog .col-xs-6 {
    order: 0;
  }

  .blog .content, .blog .photo {
    width: 100%;
  }
}
@media only screen and (max-width: 580px) and (min-width: 1px) {
  .page-template-template-software-download h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
.page-template-template-post #banner, .single #banner {
  height: auto;
  padding: 80px 0;
  background: #fff;
}

.page-template-template-post #banner .row, .single #banner .row {
  height: auto;
}

.page-template-template-post #banner .cnt, .single #banner .cnt {
  position: relative;
  top: inherit;
  transform: translateY(0);
}

.page-template-template-post #banner .cnt h1, .single #banner .cnt h1 {
  margin: 0;
  font-weight: 900;
}

.page-template-template-grid #banner {
  height: auto;
  padding: 80px 0 0;
  background: #fff;
}

.page-template-template-grid #banner .row {
  height: auto;
}

.page-template-template-grid #banner .cnt {
  position: relative;
  top: inherit;
  transform: translateY(0);
}

.page-template-template-grid #banner .cnt h1 {
  margin: 0;
  font-weight: 900;
}

.page-template-template-grid #banner .cnt p {
  width: 60%;
  padding: 60px 0;
}

.single-post {
  background: #eceff1;
  padding: 20px 0 60px;
}

.single-post .featured-thumb {
  position: relative;
  border: 10px solid #fff;
  background-size: cover !important;
  margin-top: -110px;
  margin-bottom: 40px;
  width: 100%;
  height: 400px;
}

.single-post .post p:first-of-type {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
}

.single-post .post p:first-of-type:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 200px;
  height: 2px;
  background: #2174ff;
}

.single-post p {
  color: #45484d;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.single-post p a {
  color: #2174ff;
}

.single-post p a:hover {
  text-decoration: underline;
}

.single-post ul {
  margin: 0 0 40px;
}

.single-post .col-xs-5 {
  border-left: 1px solid #ccc;
}

.single-post aside {
  padding: 0 40px;
}

.single-post aside h4 {
  margin-bottom: 0;
}

.single-post aside .meta {
  margin-bottom: 10px;
}

.single-post aside .cat {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 10px;
  border-right: 1px solid #898f98;
}

.single-post aside .cat a {
  color: #2174ff;
}

.single-post aside .cat a, .single-post aside .date {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
}

.single-post aside .date {
  display: inline-block;
  color: #898f98;
}

.single-post aside .btn {
  margin-top: 40px;
  width: 100%;
}

.single-post .related {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.single-post .related h1 {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1280px) and (min-width: 1px) {
  .box-link-blue h2 a {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1120px) and (min-width: 1px) {
  .page-template-template-post #banner .cnt h1, .single #banner .cnt h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 1px) {
  .single-post .col-xs-5, .single-post .col-xs-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .single-post .col-xs-6 {
    order: 1;
  }

  .single-post .col-xs-5 {
    order: 0;
  }

  .single-post .featured-thumb {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .single-post aside .btn {
    max-width: 220px;
  }

  .single-post .col-xs-5 {
    border-left: none;
  }

  .single-post aside {
    padding: 0;
  }

  .box-link-blue h2 a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1px) {
  .single-post .featured-thumb {
    height: 300px;
  }

  .page-template-template-post #banner .cnt h1, .single #banner .cnt h1, .single-post .related h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .box-link-blue h2 a {
    font-size: 32px;
    line-height: 42px;
  }

  .box-link-blue {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 420px) and (min-width: 1px) {
  .single-post .featured-thumb {
    height: 200px;
  }

  .page-template-template-post #banner .cnt h1, .single #banner .cnt h1, .single-post .related h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .box-link-blue h2 a {
    font-size: 18px;
    line-height: 22px;
  }

  .single-post aside .btn {
    max-width: 100%;
  }
}
.page-template-template-contact .section + .section {
  margin: 0 auto;
  padding: 40px;
  background-color: #eceff1;
}

.page-template-template-contact #section1 {
  padding-bottom: 160px;
}

.page-template-template-contact .address {
  margin-bottom: 20px;
}

.page-template-template-contact .address, .page-template-template-contact .hours {
  color: #45484d;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.page-template-template-contact .hours {
  margin: 0;
}

.page-template-template-contact .hours span {
  font-weight: 900;
}

.page-template-template-contact .blue-box {
  background: #2174ff;
  padding: 30px;
  text-align: left;
  color: #fff;
  height: 500px;
  margin-top: -120px;
  margin-bottom: 140px;
}

.page-template-template-contact .blue-box h2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
}

.page-template-template-contact .blue-box ul {
  list-style: none;
  padding: 0;
}

.page-template-template-contact .blue-box ul li {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
}

.page-template-template-contact .blue-box ul li strong {
  font-weight: 900;
}

.page-template-template-contact .blue-box ul li span {
  font-size: 12px;
  font-style: italic;
}

.page-template-template-contact form li {
  width: 100%;
  float: left;
  margin: 5px 0 !important;
  padding-right: 0 !important;
}

.page-template-template-contact form label {
  display: none !important;
}

.page-template-template-contact form input[type=text], .page-template-template-contact form select, .page-template-template-contact form textarea {
  width: 100% !important;
}

.page-template-template-contact form input[type=submit] {
  margin-right: 0 !important;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-appearance: none;
}

.page-template-template-contact form #field_1_4, .page-template-template-contact form #field_1_5, .page-template-template-contact form #field_1_6 {
  width: 33.3333%;
  float: left;
  clear: none !important;
}

.page-template-template-contact form #field_1_4, .page-template-template-contact form #field_1_5 {
  padding-right: 20px !important;
}

.page-template-template-contact form #field_1_6 {
  float: right !important;
  padding-right: 0 !important;
}

.gform_ajax_spinner {
  display: none !important;
}

.ie form label {
  display: inline-block !important;
}

@media only screen and (max-width: 1280px) and (min-width: 1px) {
  .page-template-template-contact .blue-box {
    height: 600px;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 1px) {
  .page-template-template-contact .blue-box {
    height: 700px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1px) {
  .page-template-template-contact .blue-box {
    height: auto;
    margin: 20px 0;
  }

  .page-template-template-contact #section2 .col-xs-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1px) {
  .gform_wrapper {
    margin-top: 40px;
  }

  .page-template-template-contact #section1 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) and (min-width: 1px) {
  .page-template-template-contact .section + .section {
    padding: 40px 20px;
  }
}
.page-template-template-faq #banner {
  height: 250px;
}

.page-template-template-faq #banner h1 {
  margin: 0;
}

.page-template-template-faq #banner .row {
  height: 250px;
}

.toggle-section .main-toggle {
  display: inline-block;
  width: 100%;
  padding: 50px 0;
  background: #2174ff;
  margin-bottom: 40px;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
}

.toggle-section .main-toggle .wrap {
  position: relative;
  max-width: 1140px;
}

.toggle-section .main-toggle .ico {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/select-arrow-white.png) 50% no-repeat;
  transform: rotate(-90deg);
  transition: 0.6s;
}

.toggle-section .main-toggle.open .ico {
  transform: rotate(0deg);
}

.toggle-section .toggle-cnt {
  display: none;
  padding-bottom: 100px;
}

.toggle-section .toggle-cnt .wrap {
  max-width: 1140px;
}

.toggle-section .toggle-q {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #252c36;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  padding-left: 40px;
  margin-top: 20px;
}

.toggle-section .toggle-q .ico {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../images/select-arrow.png) 50% no-repeat;
  transform: rotate(-90deg);
  transition: 0.6s;
}

.toggle-section .toggle-q.open {
  color: #2174ff;
}

.toggle-section .toggle-q.open .ico {
  transform: rotate(0deg);
}

.toggle-section .toggle-a {
  display: none;
  color: #45484d;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 20px 40px;
}

@media only screen and (max-width: 1440px) and (min-width: 1px) {
  .toggle-section .main-toggle {
    padding: 50px 80px;
  }

  .toggle-section .toggle-cnt {
    padding: 0 40px 100px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1px) {
  .toggle-section .main-toggle {
    padding: 50px 20px;
  }

  .toggle-section .toggle-cnt {
    padding: 0 0 100px;
  }

  .page-template-template-faq #banner {
    padding-bottom: 0;
    height: 150px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 1px) {
  .toggle-section .main-toggle .wrap {
    padding: 0 40px;
  }

  .toggle-section .main-toggle {
    font-size: 24px;
    line-height: 32px;
  }

  .toggle-section .toggle-q {
    font-size: 18px;
    line-height: 24px;
  }

  .toggle-section .main-toggle .ico {
    top: 0;
  }
}
.page-template-default .post {
  text-align: left;
  padding-bottom: 80px;
}

.grid {
  background: #eceff1;
  padding: 0 0 60px;
}

.grid .button-cnt {
  position: relative;
  top: -80px;
}

.grid .large {
  font-size: 18px;
  font-family: Lato, sans-serif;
}

.grid .cnt, .grid .large {
  margin-bottom: 40px;
}

.grid .cnt p {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

.grid .box-link {
  background: #2174ff;
}

.grid .box-link:hover {
  background: #fff;
}

.grid .box-link:hover h2 a {
  color: #2174ff;
}

.grid .box-link h2 a {
  color: #fff;
}

.grid .box-link .arrow {
  background: url(../images/btn-arrow-light.png) 50% no-repeat;
}

.grid .box-link:hover .arrow {
  background: url(../images/btn-arrow-dark.png) 50% no-repeat;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .page-template-default .col-xs-6 {
    flex-basis: 75%;
    max-width: 75%;
  }
}