@charset "UTF-8";
/* css reset - based off yui with some customisation
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i");
html {
  color: #000;
  background-color: #FFF;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  color: inherit;
  font: inherit; }

legend {
  color: #000; }

/* normalise.css - git.io/normalize
-------------------------------------------------------------- */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #DAE2E9;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input[type=number] {
  -moz-appearance: textfield; }

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

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

/* standard mixins
-------------------------------------------------------------- */
/* responsive mixins
-------------------------------------------------------------- */
/* fonts
-------------------------------------------------------------- */
/* global
-------------------------------------------------------------- */
html, body {
  height: 100%; }

html {
  background-color: #fff; }

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #007DC3;
  min-width: 320px;
  min-height: 320px;
  font-family: "Roboto", sans-serif; }
  body.page-home:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2300px;
    background-image: -webkit-linear-gradient(317deg, #03092F 0%, #073376 100%);
    background-image: -o-linear-gradient(317deg, #03092F 0%, #073376 100%);
    background-image: linear-gradient(-227deg, #03092F 0%, #073376 100%);
    z-index: 0; }
  body.page-template-contact {
    background: #051A4B; }
  body.menu-open {
    overflow: hidden; }
  @media screen and (min-width: 1061px) {
    body.page-home:before {
      height: 3000px; }
    body.menu-open {
      overflow: visible; } }

::-webkit-input-placeholder {
  color: #556B79;
  font-style: normal;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

::-moz-placeholder {
  color: #556B79;
  font-style: normal;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

:-ms-input-placeholder {
  color: #556B79;
  font-style: normal;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

::-moz-selection {
  color: #FFF;
  background: #007DC3;
  text-shadow: none !important; }

::selection {
  color: #FFF;
  background: #007DC3;
  text-shadow: none !important; }

img::-moz-selection {
  color: #FFF;
  background: #007DC3; }

img::selection {
  color: #FFF;
  background: #007DC3; }

img {
  max-width: 100%;
  height: auto; }

strong {
  font-weight: normal; }

a {
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a a:active, a a:hover, a a:focus {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #556B79; }

label {
  cursor: pointer;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  label a:active, label a:hover, label a:focus {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #556B79; }

.off-screen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.btn {
  border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  display: inline-block;
  color: #fff;
  border: 2px solid #C91D2D;
  padding: 10px 30px 9px;
  background: #C91D2D;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-decoration: none !important;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn.btn-blue {
    background: #007DC3;
    border: 2px solid #007DC3; }
  .btn.btn-blue-blue {
    background: #007DC3;
    border: 2px solid #007DC3; }
  .btn.btn-white {
    background: #fff;
    border: 2px solid #fff;
    color: #007DC3; }
  .btn.btn-tab {
    background: transparent;
    border: 2px solid #051A4B;
    color: #fff; }
  .btn.outline {
    border: 2px solid #fff;
    background: transparent; }
  .btn.btn-arrow {
    padding-right: 70px;
    text-align: left; }
    .btn.btn-arrow:after {
      content: "";
      background: url(../images/arrow.svg) no-repeat;
      -webkit-background-size: 8px 14px;
      -moz-background-size: 8px 14px;
      -o-background-size: 8px 14px;
      background-size: 8px 14px;
      position: absolute;
      right: 30px;
      top: 50%;
      width: 8px;
      height: 14px;
      margin-top: -7px; }
  .btn.btn-select {
    padding-right: 70px;
    text-align: left; }
    .btn.btn-select:after {
      content: "";
      background: url(../images/arrow.svg) no-repeat;
      -webkit-background-size: 8px 14px;
      -moz-background-size: 8px 14px;
      -o-background-size: 8px 14px;
      background-size: 8px 14px;
      position: absolute;
      right: 30px;
      top: 50%;
      width: 8px;
      height: 14px;
      margin-top: -7px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .btn.btn-sml {
    padding: 1px 10px;
    float: right;
    border: 2px solid #fff !important;
    margin-left: 20px; }
  .btn.btn-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #007DC3; }
  .btn.btn-outline:after {
    background: url(../images/arrow-blue.svg) no-repeat;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    -o-background-size: 8px 14px;
    background-size: 8px 14px; }
  .btn.btn-lrg {
    padding: 20px 40px 19px;
    background: transparent;
    border: 2px solid #007DC3;
    color: #fff;
    font-size: 16px; }
  .btn.btn-submit {
    padding: 20px 50px 19px;
    background: #039EDC;
    border: 2px solid #039EDC;
    color: #fff;
    font-size: 16px; }
  .btn.btn-arrow.btn-white:after, .btn.btn-select.btn-white:after {
    background: url(../images/arrow-blue.svg) no-repeat;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    -o-background-size: 8px 14px;
    background-size: 8px 14px; }

.no-touch .btn:hover {
  background: #fff;
  color: #C91D2D;
  border: 2px solid #C91D2D; }

.no-touch .btn-blue:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff; }

.no-touch .btn-blue-blue:hover {
  background: #fff;
  color: #007DC3;
  border: 2px solid #007DC3; }

.no-touch .btn-tab:hover {
  background: #051A4B;
  color: #fff;
  border: 2px solid #051A4B; }

.no-touch .btn-white:hover {
  background: transparent;
  color: #007DC3;
  border: 2px solid #007DC3; }

.no-touch .btn-outline:hover {
  background: #fff;
  color: #007DC3;
  border: 2px solid #fff; }

.no-touch .btn-lrg:hover {
  background: #039EDC;
  color: #fff;
  border: 2px solid #039EDC; }

.no-touch .btn-submit:hover {
  background: #051A4B;
  color: #fff;
  border: 2px solid #051A4B; }

.loader {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  z-index: 0;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-perspective: 60vh;
  perspective: 60vh; }

.loaded .loader {
  opacity: 0;
  width: 0;
  height: 0; }

.loader:before,
.loader:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.loader:before {
  left: -13.333333333333334px;
  background: #007dc3;
  -webkit-transform: translateZ(0vh);
  transform: translateZ(0vh);
  z-index: 1;
  -webkit-animation: rotation1 1.5s ease-out infinite;
  animation: rotation1 1.5s ease-out infinite; }

.loader:after {
  right: -13.333333333333334px;
  background: #039edc;
  -webkit-transform: translateZ(0vh);
  transform: translateZ(0vh);
  z-index: 1;
  -webkit-animation: rotation2 1.5s ease-out infinite;
  animation: rotation2 1.5s ease-out infinite; }

@-webkit-keyframes rotation1 {
  25% {
    left: 0;
    -webkit-transform: translateZ(-10vh);
    transform: translateZ(-10vh); }
  50% {
    left: 13.333333333333334px;
    -webkit-transform: translateZ(0vh);
    transform: translateZ(0vh); }
  75% {
    left: 0;
    -webkit-transform: translateZ(20vh);
    transform: translateZ(20vh);
    z-index: 2; } }

@keyframes rotation1 {
  25% {
    left: 0;
    -webkit-transform: translateZ(-10vh);
    transform: translateZ(-10vh); }
  50% {
    left: 13.333333333333334px;
    -webkit-transform: translateZ(0vh);
    transform: translateZ(0vh); }
  75% {
    left: 0;
    -webkit-transform: translateZ(20vh);
    transform: translateZ(20vh);
    z-index: 2; } }

@-webkit-keyframes rotation2 {
  25% {
    right: 0;
    -webkit-transform: translateZ(20vh);
    transform: translateZ(20vh);
    z-index: 2; }
  50% {
    right: 13.333333333333334px;
    -webkit-transform: translateZ(0vh);
    transform: translateZ(0vh); }
  75% {
    right: 0;
    -webkit-transform: translateZ(-10vh);
    transform: translateZ(-10vh); } }

@keyframes rotation2 {
  25% {
    right: 0;
    -webkit-transform: translateZ(20vh);
    transform: translateZ(20vh);
    z-index: 2; }
  50% {
    right: 13.333333333333334px;
    -webkit-transform: translateZ(0vh);
    transform: translateZ(0vh); }
  75% {
    right: 0;
    -webkit-transform: translateZ(-10vh);
    transform: translateZ(-10vh); } }

.cont-obj {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }
  .cont-obj > img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%; }
  .cont-obj.cont-object-fit {
    overflow: hidden;
    background-position: center center;
    background-size: cover; }
    .cont-obj.cont-object-fit > img {
      opacity: 0; }

/* sub layouts
-------------------------------------------------------------- */
.footer-row {
  background: #051A4B;
  color: #fff;
  position: relative;
  z-index: 101; }
  .footer-row .row-bounds {
    padding-top: 80px;
    padding-bottom: 80px; }
  .footer-row .details {
    clear: both;
    padding-top: 30px; }
    .footer-row .details .tagline {
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.3; }
    .footer-row .details .phone {
      font-weight: 700;
      padding: 20px 0 15px;
      display: block;
      color: #fff;
      font-size: 16px; }
      .footer-row .details .phone img {
        position: relative;
        bottom: -9px;
        padding-right: 3px; }
    .footer-row .details .address {
      font-size: 11px;
      padding-bottom: 30px; }
  .footer-row .foot-menu {
    padding-bottom: 30px; }
    .footer-row .foot-menu .label {
      font-size: 14px;
      color: #fff;
      font-weight: 700;
      margin-bottom: 10px;
      display: block; }
    .footer-row .foot-menu li {
      display: inline-block;
      width: 49%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 10px; }
      .footer-row .foot-menu li a {
        font-size: 11px;
        color: #fff;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 100%;
        padding-bottom: 3px;
        display: inline-block; }
  .footer-row .btn {
    display: block;
    margin-bottom: 10px;
    clear: both; }
  .footer-row .copy {
    padding-top: 40px;
    font-size: 10px;
    clear: both; }
  .footer-row .subscribe {
    overflow: hidden;
    padding-bottom: 40px; }
    .footer-row .subscribe h2 {
      font-size: 16px;
      font-weight: bold;
      padding-bottom: 20px; }
    .footer-row .subscribe .icons {
      padding-top: 12px;
      float: left; }
      .footer-row .subscribe .icons a {
        padding-right: 10px; }
  .footer-row .arrow {
    display: none; }
  .footer-row .social-icon {
    -webkit-transition: fill 0.2s ease-in-out;
    -moz-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out; }
  .footer-row .foot-hook {
    clear: both;
    border: 2px solid #039EDC;
    background: #007DC3;
    position: relative;
    padding: 20px 10px 20px 70px;
    color: #fff;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100px;
    border-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box; }
    .footer-row .foot-hook p, .footer-row .foot-hook #cta_16224 p {
      font-size: 14px !important;
      line-height: 1.3 !important; }
      .footer-row .foot-hook p strong, .footer-row .foot-hook #cta_16224 p strong {
        font-weight: bold; }
    .footer-row .foot-hook small {
      display: block;
      font-size: 12px;
      padding-bottom: 5px; }
    .footer-row .foot-hook img {
      position: absolute;
      left: 10px;
      top: 20px;
      width: 50px;
      height: 50px; }
    .footer-row .foot-hook #cta_16224 .cf-cta-item {
      padding: 0 !important; }
    .footer-row .foot-hook #cta_16224 .cf-column, .footer-row .foot-hook #cta_16224 .cf-cta-item-container {
      padding: 0 !important;
      min-height: 0 !important; }
  @media screen and (min-width: 641px) {
    .footer-row .foot-menu {
      float: left;
      width: 33.33%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 10px; }
      .footer-row .foot-menu li {
        width: 100%; }
    .footer-row .subscribe {
      padding-bottom: 30px; }
      .footer-row .subscribe h2 {
        font-size: 20px; }
      .footer-row .subscribe .icons {
        padding-left: 30px; }
    .footer-row .btn.btn-outline {
      width: 280px;
      float: left;
      clear: none; } }
  @media screen and (min-width: 641px) and (max-width: 1060px) {
    .footer-row .btn {
      float: left;
      width: 49%;
      clear: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .footer-row .btn:nth-child(odd) {
        margin-right: 2%;
        clear: both; } }
  @media screen and (min-width: 1061px) {
    .footer-row {
      overflow: hidden; }
      .footer-row .row-bounds {
        padding-top: 100px;
        padding-bottom: 68px; }
      .footer-row .details {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .footer-row .details .tagline {
          padding-right: 30px;
          display: block;
          max-width: 250px; }
        .footer-row .details .address {
          font-size: 13px; }
        .footer-row .details .phone {
          padding: 25px 0 31px; }
      .footer-row .foot-menu {
        float: none;
        width: auto;
        padding-right: 30px; }
        .footer-row .foot-menu .label {
          font-size: 16px; }
        .footer-row .foot-menu li {
          width: auto;
          display: block; }
          .footer-row .foot-menu li a {
            width: auto;
            font-size: 13px; }
      .footer-row .col {
        display: inline; }
      .footer-row .copy {
        padding-top: 100px;
        font-size: 13px; }
      .footer-row .subscribe {
        padding-bottom: 60px; }
        .footer-row .subscribe h2 {
          font-size: 24px; }
      .footer-row .arrow {
        float: left;
        padding-right: 30px;
        display: block; }
      .footer-row .foot-hook {
        padding: 25px 40px 20px 110px;
        min-height: 113px;
        position: fixed;
        bottom: 30px;
        margin-left: 40px;
        margin-right: 30px;
        left: 50%;
        opacity: 0;
        min-width: 580px;
        border-radius: 60px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
        z-index: 300;
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .footer-row .foot-hook small, .footer-row .foot-hook p, .footer-row .foot-hook img {
          opacity: 0;
          -webkit-transition: all 0.3s ease-in-out 0.3s;
          -moz-transition: all 0.3s ease-in-out 0.3s;
          -o-transition: all 0.3s ease-in-out 0.3s;
          transition: all 0.3s ease-in-out 0.3s; }
        .footer-row .foot-hook img {
          left: 20px;
          top: 20px;
          width: 70px;
          height: 70px;
          opacity: 0; } }

@media screen and (min-width: 1061px) {
  .loaded.show-hook .footer-row .foot-hook {
    left: 50%;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .loaded.show-hook .footer-row .foot-hook small, .loaded.show-hook .footer-row .foot-hook p, .loaded.show-hook .footer-row .foot-hook img {
      opacity: 1; } }

.no-touch .footer-row .foot-hook:hover {
  background: #039EDC; }

.no-touch .footer-row .foot-menu a:hover {
  color: #007DC3; }

.no-touch a:hover .social-icon {
  fill: #007DC3; }

.secondary-nav {
  display: none; }
  @media screen and (min-width: 1061px) {
    .secondary-nav {
      display: block;
      position: absolute;
      z-index: 2;
      color: #fff;
      font-size: 14px;
      top: 30px;
      right: 50px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 1; }
      .secondary-nav strong {
        font-weight: bold; }
      .secondary-nav a {
        color: #fff; } }

.no-touch .secondary-nav a:hover {
  color: #051A4B; }

@media screen and (min-width: 1061px) {
  .page-template-home .secondary-nav, .page-template-news .secondary-nav, .tag .secondary-nav, .search .secondary-nav, .single-post .secondary-nav {
    color: #007DC3; }
    .page-template-home .secondary-nav a, .page-template-news .secondary-nav a, .tag .secondary-nav a, .search .secondary-nav a, .single-post .secondary-nav a {
      color: #007DC3; } }

.no-touch .page-template-home .secondary-nav a:hover, .no-touch .page-template-news .secondary-nav a:hover, .no-touch .search .secondary-nav a:hover, .no-touch .tag .secondary-nav a:hover, .no-touch .single-post .secondary-nav a:hover {
  color: #C91D2D; }

.no-touch .page-template-contact .secondary-nav a:hover, .no-touch .page-template-home-new .secondary-nav a:hover {
  color: #007DC3; }

.nav-row {
  position: absolute;
  left: 0;
  top: 0; }
  .nav-row .row-bounds {
    padding: 0 20px; }
    .nav-row .row-bounds .overlay {
      position: fixed;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      display: none;
      z-index: 99;
      opacity: 1; }
  .nav-row .main-nav {
    position: relative;
    z-index: 200; }
  .nav-row .logo {
    display: block;
    max-width: 377px; }
    .nav-row .logo .blue {
      display: none; }
  @media screen and (max-width: 1060px) {
    .nav-row {
      z-index: 30;
      width: 100%;
      opacity: 1;
      min-height: 70px; }
      .nav-row svg {
        display: none; }
      .nav-row .logo {
        position: absolute;
        left: 20px;
        top: 23px;
        z-index: 4000;
        max-width: 180px; }
      .nav-row .overlay-menu {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #051A4B;
        display: none;
        z-index: 98;
        opacity: 1; }
      .nav-row .toggle {
        position: absolute;
        right: 0;
        height: 70px;
        width: 70px;
        z-index: 4000; }
        .nav-row .toggle span {
          text-indent: -9999px;
          position: absolute;
          top: 32px;
          left: 20px;
          height: 2px;
          width: 30px;
          background-color: #fff;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .nav-row .toggle span:before, .nav-row .toggle span:after {
            content: "";
            position: absolute;
            top: 10px;
            left: 0;
            height: 2px;
            width: 30px;
            background-color: #fff;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .nav-row .toggle span:after {
            top: -10px; }
        .nav-row .toggle.active span {
          width: 0;
          left: 35px; }
          .nav-row .toggle.active span:before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 0px;
            left: -15px; }
          .nav-row .toggle.active span:after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 0px;
            left: -15px; }
      .nav-row .main-nav {
        position: absolute;
        left: 0;
        top: 100px;
        padding: 0 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none; }
        .nav-row .main-nav li {
          display: block;
          text-align: left; }
          .nav-row .main-nav li a {
            position: relative;
            display: inline-block;
            color: #fff;
            padding: 0 0 40px;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            opacity: 0; }
            .nav-row .main-nav li a.selected:after {
              content: "";
              border-bottom: 2px solid #fff;
              position: absolute;
              left: 0;
              bottom: 15px;
              width: 100%; }
        .nav-row .main-nav .btn {
          width: 100%;
          margin: 10px auto 40px;
          display: block;
          padding: 10px 20px 9px;
          font-size: 16px;
          opacity: 0; }
        .nav-row .main-nav.open li a {
          padding-bottom: 0;
          opacity: 1; }
        .nav-row .main-nav.open .mobile-sub li a {
          font-size: 12px;
          color: #fff;
          padding: 0; }
        .nav-row .main-nav.open .btn {
          opacity: 1; } }
  @media screen and (min-width: 641px) and (max-width: 1060px) {
    .nav-row .main-nav > ul {
      width: 100%;
      text-align: center; }
      .nav-row .main-nav > ul > li {
        display: inline-block;
        padding: 0 15px;
        vertical-align: top; }
        .nav-row .main-nav > ul > li a {
          position: relative;
          display: inline-block;
          color: #fff;
          padding: 0 0 20px;
          font-size: 14px;
          font-weight: 600;
          text-align: left;
          opacity: 0; }
    .nav-row .main-nav .btn {
      width: 630px;
      margin-top: 30px; }
    .nav-row .main-nav.open li a {
      padding-bottom: 0;
      opacity: 1; }
    .nav-row .main-nav.open li .mobile-sub li a {
      font-size: 12px;
      color: #fff;
      padding: 0;
      font-weight: 400; } }
  @media screen and (min-width: 1061px) {
    .nav-row {
      background: transparent;
      height: 100px;
      position: absolute;
      top: 0;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      width: 100%;
      z-index: 10; }
      .nav-row .row-bounds {
        padding: 0 50px; }
      .nav-row svg {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
      .nav-row .logo {
        margin-top: 74px;
        float: left;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
      .nav-row .toggle {
        display: none; }
      .nav-row .main-nav {
        display: block !important;
        float: right;
        margin-top: 45px;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
        .nav-row .main-nav ul, .nav-row .main-nav .menu-primary-container {
          float: left; }
        .nav-row .main-nav li {
          float: left;
          padding-right: 30px; }
          .nav-row .main-nav li a {
            position: relative;
            float: left;
            color: #fff;
            padding: 10px 0;
            font-size: 16px;
            font-weight: 600; }
            .nav-row .main-nav li a:after {
              content: "";
              border-bottom: 2px solid transparent;
              position: absolute;
              left: 0;
              bottom: 1px;
              width: 100%;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
          .nav-row .main-nav li.current-menu-item a:after {
            border-bottom: 2px solid #fff; }
          .nav-row .main-nav li .mobile-sub {
            display: none; }
        .nav-row .main-nav .btn {
          float: left;
          padding: 8px 30px 7px;
          font-size: 16px;
          margin-top: 25px;
          color: #fff;
          background: #051A4B;
          border-color: #051A4B; }
        .nav-row .main-nav > ul > li {
          display: inline-block;
          float: left; }
          .nav-row .main-nav > ul > li > a {
            display: block;
            height: 70px;
            line-height: 70px;
            color: #fff;
            font-size: 15px;
            font-weight: 700;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .nav-row .main-nav > ul > li > a svg .fill {
              fill: #fff;
              width: 20px;
              height: 15px;
              -webkit-transition: fill 0.2s ease-in-out;
              -moz-transition: fill 0.2s ease-in-out;
              -o-transition: fill 0.2s ease-in-out;
              transition: fill 0.2s ease-in-out; }
            .nav-row .main-nav > ul > li > a.btn {
              padding: 10px 30px;
              border-color: #fff;
              margin-left: 15px;
              height: auto;
              margin-top: 12px;
              line-height: normal; } }

@media screen and (max-width: 1060px) {
  .page-template-contact .nav-row .main-nav.open .btn, .page-template-home-new .nav-row .main-nav.open .btn {
    background: transparent;
    border-color: #051A4B; }
  .page-template-contact .nav-row .overlay-menu, .page-template-home-new .nav-row .overlay-menu {
    background: #007DC3; } }

@media screen and (max-width: 1060px) {
  .no-touch .page-template-contact .nav-row .main-nav.open .btn:hover, .no-touch .page-template-home-new .nav-row .main-nav.open .btn:hover {
    color: #fff; } }

.page-template-home .nav-row .logo .blue, .page-template-news .nav-row .logo .blue, .search .nav-row .logo .blue, .tag .nav-row .logo .blue, .single-post .nav-row .logo .blue {
  display: block; }

.page-template-home .nav-row .logo .white, .page-template-news .nav-row .logo .white, .search .nav-row .logo .white, .tag .nav-row .logo .white, .single-post .nav-row .logo .white {
  display: none; }

@media screen and (max-width: 1060px) {
  .page-template-home .nav-row .overlay-menu, .page-template-news .nav-row .overlay-menu, .search .nav-row .overlay-menu, .tag .nav-row .overlay-menu, .single-post .nav-row .overlay-menu {
    background: white; }
  .page-template-home .nav-row .toggle span, .page-template-news .nav-row .toggle span, .search .nav-row .toggle span, .tag .nav-row .toggle span, .single-post .nav-row .toggle span {
    background-color: #007DC3; }
    .page-template-home .nav-row .toggle span:before, .page-template-home .nav-row .toggle span:after, .page-template-news .nav-row .toggle span:before, .page-template-news .nav-row .toggle span:after, .search .nav-row .toggle span:before, .search .nav-row .toggle span:after, .tag .nav-row .toggle span:before, .tag .nav-row .toggle span:after, .single-post .nav-row .toggle span:before, .single-post .nav-row .toggle span:after {
      background-color: #007DC3; }
  .page-template-home .nav-row .main-nav li a, .page-template-news .nav-row .main-nav li a, .search .nav-row .main-nav li a, .tag .nav-row .main-nav li a, .single-post .nav-row .main-nav li a {
    color: #007DC3; }
    .page-template-home .nav-row .main-nav li a.selected:after, .page-template-news .nav-row .main-nav li a.selected:after, .search .nav-row .main-nav li a.selected:after, .tag .nav-row .main-nav li a.selected:after, .single-post .nav-row .main-nav li a.selected:after {
      border-bottom: 2px solid #007DC3; }
  .page-template-home .nav-row .main-nav.open .mobile-sub li a, .page-template-news .nav-row .main-nav.open .mobile-sub li a, .search .nav-row .main-nav.open .mobile-sub li a, .tag .nav-row .main-nav.open .mobile-sub li a, .single-post .nav-row .main-nav.open .mobile-sub li a {
    color: #007DC3; }
  .page-template-home .nav-row .main-nav.open .btn, .page-template-news .nav-row .main-nav.open .btn, .search .nav-row .main-nav.open .btn, .tag .nav-row .main-nav.open .btn, .single-post .nav-row .main-nav.open .btn {
    opacity: 1; } }

@media screen and (min-width: 641px) and (max-width: 1060px) {
  .page-template-home .nav-row .main-nav > ul > li a, .page-template-news .nav-row .main-nav > ul > li a, .search .nav-row .main-nav > ul > li a, .tag .nav-row .main-nav > ul > li a, .single-post .nav-row .main-nav > ul > li a {
    color: #007DC3; }
  .page-template-home .nav-row .main-nav.open li .mobile-sub li a, .page-template-news .nav-row .main-nav.open li .mobile-sub li a, .search .nav-row .main-nav.open li .mobile-sub li a, .tag .nav-row .main-nav.open li .mobile-sub li a, .single-post .nav-row .main-nav.open li .mobile-sub li a {
    color: #007DC3; } }

@media screen and (min-width: 1061px) {
  .page-template-home .nav-row .main-nav li a, .page-template-news .nav-row .main-nav li a, .search .nav-row .main-nav li a, .tag .nav-row .main-nav li a, .single-post .nav-row .main-nav li a {
    color: #007DC3; }
    .page-template-home .nav-row .main-nav li a:after, .page-template-news .nav-row .main-nav li a:after, .search .nav-row .main-nav li a:after, .tag .nav-row .main-nav li a:after, .single-post .nav-row .main-nav li a:after {
      border-bottom: 2px solid transparent; }
  .page-template-home .nav-row .main-nav li.current-menu-item a:after, .page-template-news .nav-row .main-nav li.current-menu-item a:after, .search .nav-row .main-nav li.current-menu-item a:after, .tag .nav-row .main-nav li.current-menu-item a:after, .single-post .nav-row .main-nav li.current-menu-item a:after {
    border-bottom: 2px solid #007DC3; }
  .page-template-home .nav-row .main-nav .btn, .page-template-news .nav-row .main-nav .btn, .search .nav-row .main-nav .btn, .tag .nav-row .main-nav .btn, .single-post .nav-row .main-nav .btn {
    color: #fff;
    background: #C91D2D;
    border-color: #C91D2D; }
  .page-template-home .nav-row .main-nav > ul > li > a, .page-template-news .nav-row .main-nav > ul > li > a, .search .nav-row .main-nav > ul > li > a, .tag .nav-row .main-nav > ul > li > a, .single-post .nav-row .main-nav > ul > li > a {
    color: #007DC3; }
    .page-template-home .nav-row .main-nav > ul > li > a svg .fill, .page-template-news .nav-row .main-nav > ul > li > a svg .fill, .search .nav-row .main-nav > ul > li > a svg .fill, .tag .nav-row .main-nav > ul > li > a svg .fill, .single-post .nav-row .main-nav > ul > li > a svg .fill {
      fill: #007DC3; }
    .page-template-home .nav-row .main-nav > ul > li > a.btn, .page-template-news .nav-row .main-nav > ul > li > a.btn, .search .nav-row .main-nav > ul > li > a.btn, .tag .nav-row .main-nav > ul > li > a.btn, .single-post .nav-row .main-nav > ul > li > a.btn {
      border-color: #fff; } }

.no-touch .page-template-home .nav-row .main-nav .btn:hover, .no-touch .page-template-news .nav-row .main-nav .btn:hover, .no-touch .search .nav-row .main-nav .btn:hover, .no-touch .single-post .nav-row .main-nav .btn:hover, .no-touch .tag .nav-row .main-nav .btn:hover {
  color: #C91D2D;
  background-color: transparent; }

.page-template-contact .nav-row .main-nav .btn {
  color: #fff;
  background-color: #007DC3;
  border-color: #007DC3; }

.no-touch .page-template-contact .nav-row .main-nav .btn:hover {
  color: #007DC3;
  background-color: transparent;
  border-color: #007DC3; }

.page-template-home-new .nav-row .main-nav .btn {
  color: #fff;
  background-color: #C91D2D;
  border-color: #C91D2D; }

.no-touch .page-template-home-new .nav-row .main-nav .btn:hover {
  color: #fff;
  background-color: #051A4B;
  border-color: #051A4B; }

.no-touch .nav-row .main-nav .btn:hover {
  color: #fff;
  background-color: transparent; }

.cd-morph-dropdown .main-nav {
  display: none; }

.cd-morph-dropdown .morph-dropdown-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: scroll; }

.cd-morph-dropdown .hide a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
  text-align: center;
  padding: 0 50px; }

.cd-morph-dropdown .content li::after {
  clear: both;
  content: "";
  display: block; }

@media screen and (max-width: 1060px) {
  .cd-morph-dropdown .menu {
    text-align: center;
    padding: 10px 0; }
    .cd-morph-dropdown .menu > li > a {
      font-size: 13px;
      margin-left: 0;
      color: #000;
      font-weight: 400;
      text-align: center;
      margin: 3px 0;
      padding: 0 50px;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
  .cd-morph-dropdown .sub-menu {
    display: block;
    padding-bottom: 20px; }
    .cd-morph-dropdown .sub-menu:last-of-type {
      padding: 0; }
    .cd-morph-dropdown .sub-menu > li > a {
      font-size: 11px;
      margin-left: 0;
      color: #000;
      font-weight: 400;
      text-align: center;
      margin: 3px 0;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      .cd-morph-dropdown .sub-menu > li > a:before {
        content: "- ";
        color: #C91D2D; } }

@media screen and (min-width: 1061px) {
  .solid .cd-morph-dropdown .morph-dropdown-wrapper {
    top: 75px; }
  .cd-morph-dropdown::before {
    content: 'desktop';
    display: none; }
  .cd-morph-dropdown .nav-trigger {
    display: none; }
  .cd-morph-dropdown .cont {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1330px;
    margin: 0 auto;
    display: block;
    position: relative; }
  .cd-morph-dropdown .search-box-mobile {
    display: none; }
  .cd-morph-dropdown .morph-dropdown-wrapper {
    display: block;
    position: absolute;
    right: 50px;
    top: 120px;
    width: 770px;
    height: auto;
    overflow: visible;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    .cd-morph-dropdown .morph-dropdown-wrapper .hide {
      display: none; }
  .cd-morph-dropdown .dropdown-list {
    position: absolute;
    top: 0;
    right: -220px;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, width, height;
    -webkit-transition: visibility .3s;
    -o-transition: visibility .3s;
    transition: visibility .3s; }
    .cd-morph-dropdown .dropdown-list > ul {
      position: relative;
      z-index: 1;
      height: 500px;
      width: 500px;
      overflow: hidden;
      background: transparent;
      border: 0; }
      .cd-morph-dropdown .dropdown-list > ul > li {
        border: 0;
        padding-top: 0;
        background: #007DC3;
        border: 2px solid #fff;
        border-radius: 30px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
        width: 240px;
        overflow: hidden; }
        .cd-morph-dropdown .dropdown-list > ul > li#services {
          margin-left: 5px; }
        .cd-morph-dropdown .dropdown-list > ul > li#customers {
          margin-left: 110px; }
        .cd-morph-dropdown .dropdown-list > ul > li#discover {
          margin-left: 230px; }
  .cd-morph-dropdown .dropdown {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%; }
  .cd-morph-dropdown .dropdown.active {
    opacity: 1;
    visibility: visible; }
  .cd-morph-dropdown .dropdown.move-left .content {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }
  .cd-morph-dropdown .dropdown.move-right .content {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px); }
  .cd-morph-dropdown .label {
    display: none; }
  .cd-morph-dropdown .content {
    padding: 20px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    text-align: left; }
  .cd-morph-dropdown .button .content {
    width: 660px; }
  .cd-morph-dropdown .button.small .content {
    width: 130px; }
  .cd-morph-dropdown .button.smaller .content {
    width: 290px; }
    .cd-morph-dropdown .button.smaller .content .menu {
      width: 270px; }
  .cd-morph-dropdown .button.multi .content {
    width: 700px; }
    .cd-morph-dropdown .button.multi .content .menu {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0; }
      .cd-morph-dropdown .button.multi .content .menu > li {
        width: 33.33%;
        padding: 10px 0; }
        .cd-morph-dropdown .button.multi .content .menu > li > a {
          padding-right: 10px;
          font-weight: 600; }
  .cd-morph-dropdown .menu {
    padding: 10px 0; }
    .cd-morph-dropdown .menu > li > a {
      font-size: 13px;
      margin-left: 0;
      color: #fff;
      text-align: center;
      margin: 3px 0;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
  .cd-morph-dropdown .sub-menu {
    padding: 3px 0; }
    .cd-morph-dropdown .sub-menu .sub-menu {
      padding: 0 0 10px 8px; }
      .cd-morph-dropdown .sub-menu .sub-menu > li {
        padding: 0; }
        .cd-morph-dropdown .sub-menu .sub-menu > li > a {
          margin: 0;
          font-size: 11px; }
          .cd-morph-dropdown .sub-menu .sub-menu > li > a:before {
            content: ""; }
    .cd-morph-dropdown .sub-menu > li > a {
      font-size: 12px;
      margin-left: 0;
      color: #fff;
      font-weight: 400;
      text-align: center;
      margin: 3px 0;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      .cd-morph-dropdown .sub-menu > li > a:before {
        content: "- ";
        color: #051A4B; }
  .cd-morph-dropdown .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
    color: #051A4B; }
    .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a svg .fill {
      fill: #051A4B !important; }
  .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .cd-morph-dropdown.is-dropdown-visible .dropdown-list {
    visibility: visible;
    -webkit-transition: width .3s, height .3s, -webkit-transform .3s;
    transition: width .3s, height .3s, -webkit-transform .3s;
    -o-transition: transform .3s, width .3s, height .3s;
    transition: transform .3s, width .3s, height .3s;
    transition: transform .3s, width .3s, height .3s, -webkit-transform .3s; }
    .cd-morph-dropdown.is-dropdown-visible .dropdown-list::before {
      opacity: 1; }
  .cd-morph-dropdown.is-dropdown-visible .bg-layer {
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s; }
  .no-csstransitions .cd-morph-dropdown .dropdown-list {
    display: none; }
  .no-touch .cd-morph-dropdown .main-nav > ul > li > a:hover {
    color: #051A4B; }
    .no-touch .cd-morph-dropdown .main-nav > ul > li > a:hover svg .fill {
      fill: #051A4B !important; }
  .no-touch .cd-morph-dropdown .menu > li > a:hover,
  .no-touch .cd-morph-dropdown .sub-menu > li > a:hover {
    color: #051A4B; } }

@media screen and (min-width: 1061px) {
  .page-template-home .cd-morph-dropdown .dropdown-list > ul > li, .page-template-news .cd-morph-dropdown .dropdown-list > ul > li, .search .cd-morph-dropdown .dropdown-list > ul > li, .tag .cd-morph-dropdown .dropdown-list > ul > li, .single-post .cd-morph-dropdown .dropdown-list > ul > li {
    background: #fff;
    border: 2px solid #f5f5f5; }
  .page-template-home .cd-morph-dropdown .menu > li > a, .page-template-news .cd-morph-dropdown .menu > li > a, .search .cd-morph-dropdown .menu > li > a, .tag .cd-morph-dropdown .menu > li > a, .single-post .cd-morph-dropdown .menu > li > a {
    color: #007DC3; }
  .page-template-home .cd-morph-dropdown .sub-menu > li > a, .page-template-news .cd-morph-dropdown .sub-menu > li > a, .search .cd-morph-dropdown .sub-menu > li > a, .tag .cd-morph-dropdown .sub-menu > li > a, .single-post .cd-morph-dropdown .sub-menu > li > a {
    color: #007DC3; }
    .page-template-home .cd-morph-dropdown .sub-menu > li > a:before, .page-template-news .cd-morph-dropdown .sub-menu > li > a:before, .search .cd-morph-dropdown .sub-menu > li > a:before, .tag .cd-morph-dropdown .sub-menu > li > a:before, .single-post .cd-morph-dropdown .sub-menu > li > a:before {
      color: #C91D2D; }
  .page-template-home .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a, .page-template-news .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a, .search .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a, .tag .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a, .single-post .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
    color: #C91D2D; }
    .page-template-home .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a svg .fill, .page-template-news .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a svg .fill, .search .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a svg .fill, .tag .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a svg .fill, .single-post .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a svg .fill {
      fill: #C91D2D !important; }
  .no-touch .page-template-home .cd-morph-dropdown .main-nav > ul > li > a:hover, .no-touch .page-template-news .cd-morph-dropdown .main-nav > ul > li > a:hover, .no-touch .search .cd-morph-dropdown .main-nav > ul > li > a:hover, .no-touch .tag .cd-morph-dropdown .main-nav > ul > li > a:hover, .no-touch .single-post .cd-morph-dropdown .main-nav > ul > li > a:hover {
    color: #C91D2D; }
    .no-touch .page-template-home .cd-morph-dropdown .main-nav > ul > li > a:hover svg .fill, .no-touch .page-template-news .cd-morph-dropdown .main-nav > ul > li > a:hover svg .fill, .no-touch .search .cd-morph-dropdown .main-nav > ul > li > a:hover svg .fill, .no-touch .tag .cd-morph-dropdown .main-nav > ul > li > a:hover svg .fill, .no-touch .single-post .cd-morph-dropdown .main-nav > ul > li > a:hover svg .fill {
      fill: #C91D2D !important; }
  .no-touch .page-template-home .cd-morph-dropdown .menu > li > a:hover,
  .no-touch .page-template-home .cd-morph-dropdown .sub-menu > li > a:hover, .no-touch .page-template-news .cd-morph-dropdown .menu > li > a:hover,
  .no-touch .page-template-news .cd-morph-dropdown .sub-menu > li > a:hover, .no-touch .search .cd-morph-dropdown .menu > li > a:hover,
  .no-touch .search .cd-morph-dropdown .sub-menu > li > a:hover, .no-touch .tag .cd-morph-dropdown .menu > li > a:hover,
  .no-touch .tag .cd-morph-dropdown .sub-menu > li > a:hover, .no-touch .single-post .cd-morph-dropdown .menu > li > a:hover,
  .no-touch .single-post .cd-morph-dropdown .sub-menu > li > a:hover {
    color: #C91D2D; }
  .page-template-contact .cd-morph-dropdown .sub-menu > li > a:before, .page-template-home-new .cd-morph-dropdown .sub-menu > li > a:before {
    color: #007DC3; }
  .page-template-contact .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a, .page-template-home-new .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
    color: #007DC3; }
    .page-template-contact .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a svg .fill, .page-template-home-new .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a svg .fill {
      fill: #007DC3 !important; }
  .no-touch .page-template-contact .cd-morph-dropdown .main-nav > ul > li > a:hover, .no-touch .page-template-home-new .cd-morph-dropdown .main-nav > ul > li > a:hover {
    color: #007DC3; }
    .no-touch .page-template-contact .cd-morph-dropdown .main-nav > ul > li > a:hover svg .fill, .no-touch .page-template-home-new .cd-morph-dropdown .main-nav > ul > li > a:hover svg .fill {
      fill: #007DC3 !important; }
  .no-touch .page-template-contact .cd-morph-dropdown .menu > li > a:hover, .no-touch .page-template-home-new .cd-morph-dropdown .menu > li > a:hover {
    color: #051A4B; }
  .no-touch .page-template-contact .cd-morph-dropdown .sub-menu > li > a:hover, .no-touch .page-template-home-new .cd-morph-dropdown .sub-menu > li > a:hover {
    color: #007DC3; } }

body .ww h1, body .ww h2, body .ww h3, body .ww h4, body .ww h5, body .ww h6 {
  font-weight: 700;
  padding-bottom: 20px;
  color: #007DC3;
  text-align: left; }

body .ww h1 {
  font-size: 24px; }

body .ww h2 {
  font-size: 20px; }

body .ww h3 {
  font-size: 16px; }

body .ww h4 {
  font-size: 14px; }

body .ww h5 {
  font-size: 12px; }

body .ww h6 {
  font-size: 10px; }

body .ww .wp-caption-text {
  display: none; }

body .ww img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  body .ww img.alignnone {
    margin: 0 0 15px; }
  body .ww img.alignleft, body .ww img.aligncenter, body .ww img.alignright {
    max-width: 50%; }
  body .ww img.alignleft {
    float: left;
    margin: 0 15px 15px 0; }
  body .ww img.aligncenter {
    margin: 0 auto 15px;
    display: block; }
  body .ww img.alignright {
    float: right;
    margin: 0 0 15px 15px; }

body .ww .alignnone {
  margin: 0 0 15px;
  float: left; }

body .ww .alignleft, body .ww .aligncenter, body .ww .alignright {
  max-width: 50%; }

body .ww .alignleft {
  float: left;
  margin: 0 15px 15px 0; }

body .ww .aligncenter {
  margin: 0 auto 15px;
  display: block; }

body .ww .alignright {
  float: right;
  margin: 0 0 15px 15px; }

body .ww.centered {
  text-align: center; }

body .ww.centered .btn {
  margin: 0 auto 15px;
  clear: both; }

body .ww p {
  padding-bottom: 20px; }

body .ww p, body .ww li {
  font-weight: 400;
  font-size: 14px;
  color: #051A4B; }
  body .ww p strong, body .ww li strong {
    font-weight: 600; }
  body .ww p em, body .ww li em {
    font-style: italic; }
  body .ww p a, body .ww li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #007DC3;
    border-bottom: 1px dashed #007DC3;
    border-left: 0;
    border-right: 0;
    font-weight: 600; }

body .ww blockquote {
  border-left: 2px solid #007DC3;
  padding-left: 15px;
  margin-bottom: 15px; }
  body .ww blockquote p {
    padding: 0;
    font-style: italic; }

body .ww ul {
  padding-bottom: 10px; }
  body .ww ul li {
    padding: 0 0 5px 23px;
    position: relative; }
    body .ww ul li:after {
      content: "";
      position: absolute;
      left: 8px;
      top: 9px;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;
      background: #007DC3; }

body .ww ol {
  padding: 0 0 10px 23px;
  list-style: decimal; }
  body .ww ol li {
    padding-bottom: 5px; }

body .ww.white {
  color: #fff; }
  body .ww.white h1, body .ww.white h2, body .ww.white h3, body .ww.white h4, body .ww.white h5, body .ww.white h6 {
    color: #fff; }
  body .ww.white p, body .ww.white li {
    color: #fff; }
    body .ww.white p strong, body .ww.white li strong {
      color: #fff; }
    body .ww.white p a, body .ww.white li a {
      color: #fff;
      border-bottom: 1px dashed #fff; }
  body .ww.white blockquote {
    border-left: 2px solid #007DC3; }
  body .ww.white ul li:after {
    background: #fff; }

@media screen and (min-width: 1061px) {
  body .ww h1 {
    font-size: 36px; }
  body .ww h2 {
    font-size: 30px; }
  body .ww h3 {
    font-size: 20px; }
  body .ww h4 {
    font-size: 16px; }
  body .ww h5 {
    font-size: 14px; }
  body .ww h6 {
    font-size: 12px; }
  body .ww p, body .ww li {
    font-size: 16px; } }

.no-touch body .ww p a:hover, .no-touch body .ww li a:hover {
  color: #C91D2D;
  border-bottom: 1px dashed #C91D2D; }

.no-touch body .ww.white p a:hover, .no-touch body .ww.white li a:hover {
  color: #007DC3;
  border-bottom: 1px dashed #007DC3; }

body #footer-cta, body #contact-cta, body #cta_16226 {
  max-width: 400px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif !important; }
  body #footer-cta h2, body #contact-cta h2, body #cta_16226 h2 {
    line-height: 1.3 !important; }
  body #footer-cta .cf-thanks-message, body #contact-cta .cf-thanks-message, body #cta_16226 .cf-thanks-message {
    background: transparent !important;
    border: 1px dashed #f5f5f5;
    color: #007DC3 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    font-family: "Roboto", sans-serif !important; }
  body #footer-cta .cf-field-large button, body #contact-cta .cf-field-large button, body #cta_16226 .cf-field-large button {
    padding: 20px !important; }
  body #footer-cta .cf-horizontal-somepadding, body #contact-cta .cf-horizontal-somepadding, body #cta_16226 .cf-horizontal-somepadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 0 !important; }
  body #footer-cta .cf-button p, body #contact-cta .cf-button p, body #cta_16226 .cf-button p {
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 20px !important; }
  body #footer-cta .cf-profile-name, body #footer-cta .cf-profile-title, body #footer-cta p, body #contact-cta .cf-profile-name, body #contact-cta .cf-profile-title, body #contact-cta p, body #cta_16226 .cf-profile-name, body #cta_16226 .cf-profile-title, body #cta_16226 p {
    color: #051A4B !important; }
  body #footer-cta .cf-field-large input[type="text"], body #footer-cta .cf-field-large input[type="email"], body #footer-cta .cf-field-large input[type="tel"], body #footer-cta .cf-field-large input[type="url"], body #footer-cta .cf-field-large select, body #footer-cta .cf-field-large textarea, body #contact-cta .cf-field-large input[type="text"], body #contact-cta .cf-field-large input[type="email"], body #contact-cta .cf-field-large input[type="tel"], body #contact-cta .cf-field-large input[type="url"], body #contact-cta .cf-field-large select, body #contact-cta .cf-field-large textarea, body #cta_16226 .cf-field-large input[type="text"], body #cta_16226 .cf-field-large input[type="email"], body #cta_16226 .cf-field-large input[type="tel"], body #cta_16226 .cf-field-large input[type="url"], body #cta_16226 .cf-field-large select, body #cta_16226 .cf-field-large textarea {
    padding: 20px !important;
    color: #051A4B !important;
    font-weight: 500 !important;
    border-radius: 15px !important;
    border: 2px solid #f5f5f5 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "Roboto", sans-serif !important;
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
    font-smoothing: auto !important;
    -webkit-appearance: none !important; }
    body #footer-cta .cf-field-large input[type="text"]::-webkit-input-placeholder, body #footer-cta .cf-field-large input[type="email"]::-webkit-input-placeholder, body #footer-cta .cf-field-large input[type="tel"]::-webkit-input-placeholder, body #footer-cta .cf-field-large input[type="url"]::-webkit-input-placeholder, body #footer-cta .cf-field-large select::-webkit-input-placeholder, body #footer-cta .cf-field-large textarea::-webkit-input-placeholder, body #contact-cta .cf-field-large input[type="text"]::-webkit-input-placeholder, body #contact-cta .cf-field-large input[type="email"]::-webkit-input-placeholder, body #contact-cta .cf-field-large input[type="tel"]::-webkit-input-placeholder, body #contact-cta .cf-field-large input[type="url"]::-webkit-input-placeholder, body #contact-cta .cf-field-large select::-webkit-input-placeholder, body #contact-cta .cf-field-large textarea::-webkit-input-placeholder, body #cta_16226 .cf-field-large input[type="text"]::-webkit-input-placeholder, body #cta_16226 .cf-field-large input[type="email"]::-webkit-input-placeholder, body #cta_16226 .cf-field-large input[type="tel"]::-webkit-input-placeholder, body #cta_16226 .cf-field-large input[type="url"]::-webkit-input-placeholder, body #cta_16226 .cf-field-large select::-webkit-input-placeholder, body #cta_16226 .cf-field-large textarea::-webkit-input-placeholder {
      color: #ccc !important; }
    body #footer-cta .cf-field-large input[type="text"]::-moz-placeholder, body #footer-cta .cf-field-large input[type="email"]::-moz-placeholder, body #footer-cta .cf-field-large input[type="tel"]::-moz-placeholder, body #footer-cta .cf-field-large input[type="url"]::-moz-placeholder, body #footer-cta .cf-field-large select::-moz-placeholder, body #footer-cta .cf-field-large textarea::-moz-placeholder, body #contact-cta .cf-field-large input[type="text"]::-moz-placeholder, body #contact-cta .cf-field-large input[type="email"]::-moz-placeholder, body #contact-cta .cf-field-large input[type="tel"]::-moz-placeholder, body #contact-cta .cf-field-large input[type="url"]::-moz-placeholder, body #contact-cta .cf-field-large select::-moz-placeholder, body #contact-cta .cf-field-large textarea::-moz-placeholder, body #cta_16226 .cf-field-large input[type="text"]::-moz-placeholder, body #cta_16226 .cf-field-large input[type="email"]::-moz-placeholder, body #cta_16226 .cf-field-large input[type="tel"]::-moz-placeholder, body #cta_16226 .cf-field-large input[type="url"]::-moz-placeholder, body #cta_16226 .cf-field-large select::-moz-placeholder, body #cta_16226 .cf-field-large textarea::-moz-placeholder {
      color: #ccc !important; }
    body #footer-cta .cf-field-large input[type="text"]:-ms-input-placeholder, body #footer-cta .cf-field-large input[type="email"]:-ms-input-placeholder, body #footer-cta .cf-field-large input[type="tel"]:-ms-input-placeholder, body #footer-cta .cf-field-large input[type="url"]:-ms-input-placeholder, body #footer-cta .cf-field-large select:-ms-input-placeholder, body #footer-cta .cf-field-large textarea:-ms-input-placeholder, body #contact-cta .cf-field-large input[type="text"]:-ms-input-placeholder, body #contact-cta .cf-field-large input[type="email"]:-ms-input-placeholder, body #contact-cta .cf-field-large input[type="tel"]:-ms-input-placeholder, body #contact-cta .cf-field-large input[type="url"]:-ms-input-placeholder, body #contact-cta .cf-field-large select:-ms-input-placeholder, body #contact-cta .cf-field-large textarea:-ms-input-placeholder, body #cta_16226 .cf-field-large input[type="text"]:-ms-input-placeholder, body #cta_16226 .cf-field-large input[type="email"]:-ms-input-placeholder, body #cta_16226 .cf-field-large input[type="tel"]:-ms-input-placeholder, body #cta_16226 .cf-field-large input[type="url"]:-ms-input-placeholder, body #cta_16226 .cf-field-large select:-ms-input-placeholder, body #cta_16226 .cf-field-large textarea:-ms-input-placeholder {
      color: #ccc !important; }
    body #footer-cta .cf-field-large input[type="text"]:focus, body #footer-cta .cf-field-large input[type="email"]:focus, body #footer-cta .cf-field-large input[type="tel"]:focus, body #footer-cta .cf-field-large input[type="url"]:focus, body #footer-cta .cf-field-large select:focus, body #footer-cta .cf-field-large textarea:focus, body #contact-cta .cf-field-large input[type="text"]:focus, body #contact-cta .cf-field-large input[type="email"]:focus, body #contact-cta .cf-field-large input[type="tel"]:focus, body #contact-cta .cf-field-large input[type="url"]:focus, body #contact-cta .cf-field-large select:focus, body #contact-cta .cf-field-large textarea:focus, body #cta_16226 .cf-field-large input[type="text"]:focus, body #cta_16226 .cf-field-large input[type="email"]:focus, body #cta_16226 .cf-field-large input[type="tel"]:focus, body #cta_16226 .cf-field-large input[type="url"]:focus, body #cta_16226 .cf-field-large select:focus, body #cta_16226 .cf-field-large textarea:focus {
      border-color: #007DC3 !important; }
    body #footer-cta .cf-field-large input[type="text"].cf-error, body #footer-cta .cf-field-large input[type="email"].cf-error, body #footer-cta .cf-field-large input[type="tel"].cf-error, body #footer-cta .cf-field-large input[type="url"].cf-error, body #footer-cta .cf-field-large select.cf-error, body #footer-cta .cf-field-large textarea.cf-error, body #contact-cta .cf-field-large input[type="text"].cf-error, body #contact-cta .cf-field-large input[type="email"].cf-error, body #contact-cta .cf-field-large input[type="tel"].cf-error, body #contact-cta .cf-field-large input[type="url"].cf-error, body #contact-cta .cf-field-large select.cf-error, body #contact-cta .cf-field-large textarea.cf-error, body #cta_16226 .cf-field-large input[type="text"].cf-error, body #cta_16226 .cf-field-large input[type="email"].cf-error, body #cta_16226 .cf-field-large input[type="tel"].cf-error, body #cta_16226 .cf-field-large input[type="url"].cf-error, body #cta_16226 .cf-field-large select.cf-error, body #cta_16226 .cf-field-large textarea.cf-error {
      border: 2px solid #C91D2D !important;
      background: #fff !important; }
      body #footer-cta .cf-field-large input[type="text"].cf-error:focus, body #footer-cta .cf-field-large input[type="email"].cf-error:focus, body #footer-cta .cf-field-large input[type="tel"].cf-error:focus, body #footer-cta .cf-field-large input[type="url"].cf-error:focus, body #footer-cta .cf-field-large select.cf-error:focus, body #footer-cta .cf-field-large textarea.cf-error:focus, body #contact-cta .cf-field-large input[type="text"].cf-error:focus, body #contact-cta .cf-field-large input[type="email"].cf-error:focus, body #contact-cta .cf-field-large input[type="tel"].cf-error:focus, body #contact-cta .cf-field-large input[type="url"].cf-error:focus, body #contact-cta .cf-field-large select.cf-error:focus, body #contact-cta .cf-field-large textarea.cf-error:focus, body #cta_16226 .cf-field-large input[type="text"].cf-error:focus, body #cta_16226 .cf-field-large input[type="email"].cf-error:focus, body #cta_16226 .cf-field-large input[type="tel"].cf-error:focus, body #cta_16226 .cf-field-large input[type="url"].cf-error:focus, body #cta_16226 .cf-field-large select.cf-error:focus, body #cta_16226 .cf-field-large textarea.cf-error:focus {
        border: 2px solid #C91D2D !important; }
  @media screen and (max-width: 1060px) {
    body #footer-cta .cf-field-large input[type="text"], body #footer-cta .cf-field-large input[type="email"], body #footer-cta .cf-field-large input[type="tel"], body #footer-cta .cf-field-large input[type="url"], body #footer-cta .cf-field-large select, body #footer-cta .cf-field-large textarea, body #contact-cta .cf-field-large input[type="text"], body #contact-cta .cf-field-large input[type="email"], body #contact-cta .cf-field-large input[type="tel"], body #contact-cta .cf-field-large input[type="url"], body #contact-cta .cf-field-large select, body #contact-cta .cf-field-large textarea, body #cta_16226 .cf-field-large input[type="text"], body #cta_16226 .cf-field-large input[type="email"], body #cta_16226 .cf-field-large input[type="tel"], body #cta_16226 .cf-field-large input[type="url"], body #cta_16226 .cf-field-large select, body #cta_16226 .cf-field-large textarea {
      font-size: 14px !important; }
    body #footer-cta .cf-button p, body #contact-cta .cf-button p, body #cta_16226 .cf-button p {
      font-size: 16px !important; } }

body #footer-cta button.cf-button {
  border: 2px solid #fff !important; }

body #footer-cta .cf-thanks-message {
  background: transparent !important;
  border: 1px dashed #fff;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  font-family: "Roboto", sans-serif !important; }

body #contact-cta {
  max-width: 800px; }

.cf-cta-snippet {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  -moz-transition: opacity 0.3s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out 0.3s; }

.loaded .cf-cta-snippet {
  opacity: 1; }

body.loaded #contact-page-cta {
  max-height: 1000px; }

body #contact-page-cta {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  min-height: 200px;
  max-height: 200px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out; }
  body #contact-page-cta #element148475_form {
    max-width: 100% !important; }
  body #contact-page-cta #cta_16225 .cf-bottom-padding_2, body #contact-page-cta #cta_16225 .cf-little-vspace {
    padding: 0 !important; }
  body #contact-page-cta .cf-regular-vspace {
    padding-top: 0 !important; }
  body #contact-page-cta .cf-thanks-message {
    background: transparent !important;
    border: 1px dashed #007DC3;
    color: #fff !important;
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif !important;
    -webkit-font-smoothing: !important;
    -moz-osx-font-smoothing: !important;
    font-smoothing: !important;
    padding-top: 1.3em !important; }
  body #contact-page-cta .cf-horizontal-somepadding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  body #contact-page-cta .cf-field-large button {
    padding: 20px !important; }
  body #contact-page-cta .cf-button p {
    font-size: 20px !important;
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif !important;
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
    font-smoothing: auto !important; }
  body #contact-page-cta .cf-field-large input[type="text"], body #contact-page-cta .cf-field-large input[type="email"], body #contact-page-cta .cf-field-large input[type="tel"], body #contact-page-cta .cf-field-large input[type="url"], body #contact-page-cta .cf-field-large select, body #contact-page-cta .cf-field-large textarea {
    border: 2px solid #fff !important;
    padding: 20px !important;
    background: transparent !important;
    color: #fff !important;
    font-weight: 400 !important;
    border-radius: 15px !important;
    font-family: "Roboto", sans-serif !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-appearance: none !important;
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
    font-smoothing: auto !important; }
    body #contact-page-cta .cf-field-large input[type="text"]::-webkit-input-placeholder, body #contact-page-cta .cf-field-large input[type="email"]::-webkit-input-placeholder, body #contact-page-cta .cf-field-large input[type="tel"]::-webkit-input-placeholder, body #contact-page-cta .cf-field-large input[type="url"]::-webkit-input-placeholder, body #contact-page-cta .cf-field-large select::-webkit-input-placeholder, body #contact-page-cta .cf-field-large textarea::-webkit-input-placeholder {
      color: #007DC3 !important; }
    body #contact-page-cta .cf-field-large input[type="text"]::-moz-placeholder, body #contact-page-cta .cf-field-large input[type="email"]::-moz-placeholder, body #contact-page-cta .cf-field-large input[type="tel"]::-moz-placeholder, body #contact-page-cta .cf-field-large input[type="url"]::-moz-placeholder, body #contact-page-cta .cf-field-large select::-moz-placeholder, body #contact-page-cta .cf-field-large textarea::-moz-placeholder {
      color: #007DC3 !important; }
    body #contact-page-cta .cf-field-large input[type="text"]:-ms-input-placeholder, body #contact-page-cta .cf-field-large input[type="email"]:-ms-input-placeholder, body #contact-page-cta .cf-field-large input[type="tel"]:-ms-input-placeholder, body #contact-page-cta .cf-field-large input[type="url"]:-ms-input-placeholder, body #contact-page-cta .cf-field-large select:-ms-input-placeholder, body #contact-page-cta .cf-field-large textarea:-ms-input-placeholder {
      color: #007DC3 !important; }
    body #contact-page-cta .cf-field-large input[type="text"]:focus, body #contact-page-cta .cf-field-large input[type="email"]:focus, body #contact-page-cta .cf-field-large input[type="tel"]:focus, body #contact-page-cta .cf-field-large input[type="url"]:focus, body #contact-page-cta .cf-field-large select:focus, body #contact-page-cta .cf-field-large textarea:focus {
      border-color: #007DC3 !important; }
    body #contact-page-cta .cf-field-large input[type="text"].cf-error, body #contact-page-cta .cf-field-large input[type="email"].cf-error, body #contact-page-cta .cf-field-large input[type="tel"].cf-error, body #contact-page-cta .cf-field-large input[type="url"].cf-error, body #contact-page-cta .cf-field-large select.cf-error, body #contact-page-cta .cf-field-large textarea.cf-error {
      border: 1px dashed #C91D2D !important; }
      body #contact-page-cta .cf-field-large input[type="text"].cf-error:focus, body #contact-page-cta .cf-field-large input[type="email"].cf-error:focus, body #contact-page-cta .cf-field-large input[type="tel"].cf-error:focus, body #contact-page-cta .cf-field-large input[type="url"].cf-error:focus, body #contact-page-cta .cf-field-large select.cf-error:focus, body #contact-page-cta .cf-field-large textarea.cf-error:focus {
        border: 1px dashed #C91D2D !important; }
  body #contact-page-cta .cf-field-large textarea {
    margin-bottom: 30px !important; }
  @media screen and (max-width: 1060px) {
    body #contact-page-cta .cf-field-large input[type="text"], body #contact-page-cta .cf-field-large input[type="email"], body #contact-page-cta .cf-field-large input[type="tel"], body #contact-page-cta .cf-field-large input[type="url"], body #contact-page-cta .cf-field-large select, body #contact-page-cta .cf-field-large textarea {
      font-size: 14px !important; }
    body #contact-page-cta .cf-button p {
      font-size: 16px !important; } }

#cta_13114 .cf-profile-name, #cta_13114 .cf-profile-img img, .cta16226-powered-by {
  display: none !important; }

body #cta_13114 .cf-text-element span {
  font-family: "Roboto", sans-serif !important;
  font-weight: 600 !important;
  color: #283243 !important; }

body #cta_13114 .cf-text-element h2 {
  max-width: 500px !important;
  margin: 0 auto; }

.no-touch .page-template-features .hm-approach-row .top p a, .no-touch .page-template-features .hm-approach-row .top li a,
.no-touch .page-template-features .hm-stats-row p a, .no-touch .page-template-features .hm-stats-row li a,
.no-touch .page-template-features .hm-solution-row .top p a, .no-touch .page-template-features .hm-solution-row .top li a,
.no-touch .page-template-features .ww p a, .no-touch .page-template-features .ww li a {
  color: #E63979; }
  .no-touch .page-template-features .hm-approach-row .top p a:hover, .no-touch .page-template-features .hm-approach-row .top li a:hover,
  .no-touch .page-template-features .hm-stats-row p a:hover, .no-touch .page-template-features .hm-stats-row li a:hover,
  .no-touch .page-template-features .hm-solution-row .top p a:hover, .no-touch .page-template-features .hm-solution-row .top li a:hover,
  .no-touch .page-template-features .ww p a:hover, .no-touch .page-template-features .ww li a:hover {
    border-color: #E63979; }

.no-touch .page-template-features .hm-approach-row .top small, .no-touch .page-template-features .hm-approach-row .top .more, .no-touch .page-template-features .hm-stats-row p strong, .no-touch .page-template-features .hm-stats-row li strong {
  color: #E63979; }

.no-touch .page-template-features .hm-approach-row .top .more:after {
  background-image: url(../images/arrow-m.svg); }

.no-touch .page-template-approach .hm-approach-row .top p a, .no-touch .page-template-approach .hm-approach-row .top li a,
.no-touch .page-template-approach .hm-stats-row p a, .no-touch .page-template-approach .hm-stats-row li a,
.no-touch .page-template-approach .hm-solution-row .top p a, .no-touch .page-template-approach .hm-solution-row .top li a,
.no-touch .page-template-approach .ww p a, .no-touch .page-template-approach .ww li a {
  color: #9900DE; }
  .no-touch .page-template-approach .hm-approach-row .top p a:hover, .no-touch .page-template-approach .hm-approach-row .top li a:hover,
  .no-touch .page-template-approach .hm-stats-row p a:hover, .no-touch .page-template-approach .hm-stats-row li a:hover,
  .no-touch .page-template-approach .hm-solution-row .top p a:hover, .no-touch .page-template-approach .hm-solution-row .top li a:hover,
  .no-touch .page-template-approach .ww p a:hover, .no-touch .page-template-approach .ww li a:hover {
    border-color: #9900DE; }

.no-touch .page-template-approach .hm-solution-row small, .no-touch .page-template-approach .hm-solution-row .top .more, .no-touch .page-template-approach .hm-stats-row p strong, .no-touch .page-template-approach .hm-stats-row li strong {
  color: #9900DE; }

.no-touch .page-template-approach .hm-solution-row .top .more:after {
  background-image: url(../images/arrow-p.svg); }

body #cta_16248 {
  max-width: 670px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif !important; }
  body #cta_16248 .cf-thanks-message {
    background: transparent !important;
    border: 1px dashed #f5f5f5;
    color: #007DC3 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    font-family: "Roboto", sans-serif !important; }
  body #cta_16248 .cf-field-large button {
    padding: 20px 30px !important; }
  body #cta_16248 .cf-horizontal-somepadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 0 !important; }
  body #cta_16248 .cf-button p {
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important; }
  body #cta_16248 .cf-profile-name, body #cta_16248 .cf-profile-title, body #cta_16248 p {
    color: #051A4B !important; }
  body #cta_16248 .cf-bottom-padding_2, body #cta_16248 .cf-little-vspace {
    padding: 0 !important; }
  body #cta_16248 #element148633_form {
    max-width: 100% !important; }
  body #cta_16248 .cf-field-large input[type="text"], body #cta_16248 .cf-field-large input[type="email"], body #cta_16248 .cf-field-large input[type="tel"], body #cta_16248 .cf-field-large input[type="url"], body #cta_16248 .cf-field-large select, body #cta_16248 .cf-field-large textarea {
    padding: 30px 200px 30px 30px !important;
    color: #007DC3 !important;
    font-weight: 400 !important;
    border-radius: 50px !important;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: 2px solid #007DC3 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "Roboto", sans-serif !important;
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
    font-smoothing: auto !important;
    -webkit-appearance: none !important; }
    body #cta_16248 .cf-field-large input[type="text"]::-webkit-input-placeholder, body #cta_16248 .cf-field-large input[type="email"]::-webkit-input-placeholder, body #cta_16248 .cf-field-large input[type="tel"]::-webkit-input-placeholder, body #cta_16248 .cf-field-large input[type="url"]::-webkit-input-placeholder, body #cta_16248 .cf-field-large select::-webkit-input-placeholder, body #cta_16248 .cf-field-large textarea::-webkit-input-placeholder {
      color: #007DC3 !important; }
    body #cta_16248 .cf-field-large input[type="text"]::-moz-placeholder, body #cta_16248 .cf-field-large input[type="email"]::-moz-placeholder, body #cta_16248 .cf-field-large input[type="tel"]::-moz-placeholder, body #cta_16248 .cf-field-large input[type="url"]::-moz-placeholder, body #cta_16248 .cf-field-large select::-moz-placeholder, body #cta_16248 .cf-field-large textarea::-moz-placeholder {
      color: #007DC3 !important; }
    body #cta_16248 .cf-field-large input[type="text"]:-ms-input-placeholder, body #cta_16248 .cf-field-large input[type="email"]:-ms-input-placeholder, body #cta_16248 .cf-field-large input[type="tel"]:-ms-input-placeholder, body #cta_16248 .cf-field-large input[type="url"]:-ms-input-placeholder, body #cta_16248 .cf-field-large select:-ms-input-placeholder, body #cta_16248 .cf-field-large textarea:-ms-input-placeholder {
      color: #007DC3 !important; }
    body #cta_16248 .cf-field-large input[type="text"]:focus, body #cta_16248 .cf-field-large input[type="email"]:focus, body #cta_16248 .cf-field-large input[type="tel"]:focus, body #cta_16248 .cf-field-large input[type="url"]:focus, body #cta_16248 .cf-field-large select:focus, body #cta_16248 .cf-field-large textarea:focus {
      border-color: #039EDC !important; }
    body #cta_16248 .cf-field-large input[type="text"].cf-error, body #cta_16248 .cf-field-large input[type="email"].cf-error, body #cta_16248 .cf-field-large input[type="tel"].cf-error, body #cta_16248 .cf-field-large input[type="url"].cf-error, body #cta_16248 .cf-field-large select.cf-error, body #cta_16248 .cf-field-large textarea.cf-error {
      border: 2px solid #C91D2D !important;
      background: #fff !important; }
      body #cta_16248 .cf-field-large input[type="text"].cf-error:focus, body #cta_16248 .cf-field-large input[type="email"].cf-error:focus, body #cta_16248 .cf-field-large input[type="tel"].cf-error:focus, body #cta_16248 .cf-field-large input[type="url"].cf-error:focus, body #cta_16248 .cf-field-large select.cf-error:focus, body #cta_16248 .cf-field-large textarea.cf-error:focus {
        border: 2px solid #C91D2D !important; }
  body #cta_16248 .cf-button-outer {
    position: absolute !important;
    right: 12px !important;
    top: 11px !important;
    display: block !important; }
    body #cta_16248 .cf-button-outer > button:after {
      content: "Book a demo";
      position: absolute;
      left: 0;
      top: 0;
      background: #039EDC;
      border: 0 !important;
      color: #fff;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border-radius: 40px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;
      padding: 21px 0;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 100%;
      text-align: center;
      font-weight: bold;
      font-size: 17px; }
    body #cta_16248 .cf-button-outer > button:hover:after {
      background: #051A4B;
      color: #039EDC; }
  @media screen and (max-width: 1060px) {
    body #cta_16248 .cf-field-large input[type="text"], body #cta_16248 .cf-field-large input[type="email"], body #cta_16248 .cf-field-large input[type="tel"], body #cta_16248 .cf-field-large input[type="url"], body #cta_16248 .cf-field-large select, body #cta_16248 .cf-field-large textarea {
      padding: 20px 150px 20px 20px !important;
      font-size: 14px !important; }
    body #cta_16248 .cf-button p {
      font-size: 14px !important; }
    body #cta_16248 .cf-field-large button {
      padding: 8px 10px !important; }
    body #cta_16248 .cf-button-outer > button:after {
      padding: 11px 0;
      font-size: 14px; } }
  @media screen and (min-width: 641px) and (max-width: 1060px) {
    body #cta_16248 {
      max-width: 70% !important; } }

body #cta_16390 {
  max-width: 670px;
  padding-right: 30px;
  float: left;
  min-width: 200px;
  font-family: "Roboto", sans-serif !important; }
  body #cta_16390 .cf-thanks-message {
    background: transparent !important;
    border: 1px dashed #f5f5f5;
    color: #007DC3 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    padding: 9px 60px 7px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    font-family: "Roboto", sans-serif !important; }
  body #cta_16390 .cf-field-large button, body #cta_16390 .cf-button {
    padding: 0px !important;
    max-width: 40px !important;
    min-width: 40px !important; }
  body #cta_16390 .cf-outer-center {
    margin: 0 !important; }
  body #cta_16390 .cf-horizontal-somepadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 0 !important; }
  body #cta_16390 .cf-button p {
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important; }
  body #cta_16390 .cf-profile-name, body #cta_16390 .cf-profile-title, body #cta_16390 p {
    color: #051A4B !important; }
  body #cta_16390 .cf-bottom-padding_2, body #cta_16390 .cf-little-vspace {
    padding: 0 !important; }
  body #cta_16390 #element148633_form {
    max-width: 100% !important; }
  body #cta_16390 .cf-field-large input[type="text"], body #cta_16390 .cf-field-large input[type="email"], body #cta_16390 .cf-field-large input[type="tel"], body #cta_16390 .cf-field-large input[type="url"], body #cta_16390 .cf-field-large select, body #cta_16390 .cf-field-large textarea {
    padding: 9px 60px 7px 30px !important;
    color: #007DC3 !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    white-space: nowrap;
    overflow: hidden;
    background: #051A4B !important;
    font-size: 14px !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 450px !important;
    max-width: 100%;
    border: 2px solid #fff !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "Roboto", sans-serif !important;
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
    font-smoothing: auto !important;
    -webkit-appearance: none !important; }
    body #cta_16390 .cf-field-large input[type="text"]::-webkit-input-placeholder, body #cta_16390 .cf-field-large input[type="email"]::-webkit-input-placeholder, body #cta_16390 .cf-field-large input[type="tel"]::-webkit-input-placeholder, body #cta_16390 .cf-field-large input[type="url"]::-webkit-input-placeholder, body #cta_16390 .cf-field-large select::-webkit-input-placeholder, body #cta_16390 .cf-field-large textarea::-webkit-input-placeholder {
      color: #007DC3 !important; }
    body #cta_16390 .cf-field-large input[type="text"]::-moz-placeholder, body #cta_16390 .cf-field-large input[type="email"]::-moz-placeholder, body #cta_16390 .cf-field-large input[type="tel"]::-moz-placeholder, body #cta_16390 .cf-field-large input[type="url"]::-moz-placeholder, body #cta_16390 .cf-field-large select::-moz-placeholder, body #cta_16390 .cf-field-large textarea::-moz-placeholder {
      color: #007DC3 !important; }
    body #cta_16390 .cf-field-large input[type="text"]:-ms-input-placeholder, body #cta_16390 .cf-field-large input[type="email"]:-ms-input-placeholder, body #cta_16390 .cf-field-large input[type="tel"]:-ms-input-placeholder, body #cta_16390 .cf-field-large input[type="url"]:-ms-input-placeholder, body #cta_16390 .cf-field-large select:-ms-input-placeholder, body #cta_16390 .cf-field-large textarea:-ms-input-placeholder {
      color: #007DC3 !important; }
    body #cta_16390 .cf-field-large input[type="text"]:focus, body #cta_16390 .cf-field-large input[type="email"]:focus, body #cta_16390 .cf-field-large input[type="tel"]:focus, body #cta_16390 .cf-field-large input[type="url"]:focus, body #cta_16390 .cf-field-large select:focus, body #cta_16390 .cf-field-large textarea:focus {
      border-color: #039EDC !important; }
    body #cta_16390 .cf-field-large input[type="text"].cf-error, body #cta_16390 .cf-field-large input[type="email"].cf-error, body #cta_16390 .cf-field-large input[type="tel"].cf-error, body #cta_16390 .cf-field-large input[type="url"].cf-error, body #cta_16390 .cf-field-large select.cf-error, body #cta_16390 .cf-field-large textarea.cf-error {
      border: 2px solid #C91D2D !important;
      background: #fff !important; }
      body #cta_16390 .cf-field-large input[type="text"].cf-error:focus, body #cta_16390 .cf-field-large input[type="email"].cf-error:focus, body #cta_16390 .cf-field-large input[type="tel"].cf-error:focus, body #cta_16390 .cf-field-large input[type="url"].cf-error:focus, body #cta_16390 .cf-field-large select.cf-error:focus, body #cta_16390 .cf-field-large textarea.cf-error:focus {
        border: 2px solid #C91D2D !important; }
  body #cta_16390 .cf-button-outer {
    position: absolute !important;
    right: 28px !important;
    top: 8px !important;
    max-width: 40px !important;
    min-width: 40px !important;
    display: block !important; }
    body #cta_16390 .cf-button-outer > button:after {
      content: "";
      background: #051A4B url(../images/arrow-blue.svg) no-repeat center center;
      -webkit-background-size: 8px 14px;
      -moz-background-size: 8px 14px;
      -o-background-size: 8px 14px;
      background-size: 8px 14px;
      position: absolute;
      left: -3px;
      top: -8px;
      border: 0 !important;
      color: #fff;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border-radius: 40px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;
      padding: 18px 0;
      width: 60px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 100%;
      text-align: center;
      font-weight: bold;
      font-size: 14px; }
    body #cta_16390 .cf-button-outer > button:hover:after {
      background: #051A4B url(../images/arrow-blue.svg) no-repeat center center;
      -webkit-background-size: 8px 14px;
      -moz-background-size: 8px 14px;
      -o-background-size: 8px 14px;
      background-size: 8px 14px; }
  @media screen and (max-width: 640px) {
    body #cta_16390 {
      padding-right: 0;
      float: none; }
      body #cta_16390 .cf-field-large input[type="text"], body #cta_16390 .cf-field-large input[type="email"], body #cta_16390 .cf-field-large input[type="tel"], body #cta_16390 .cf-field-large input[type="url"], body #cta_16390 .cf-field-large select, body #cta_16390 .cf-field-large textarea {
        width: 100% !important; }
      body #cta_16390 #element150259_form {
        max-width: 100% !important; } }
  @media screen and (max-width: 1060px) {
    body #cta_16390 {
      max-width: 100%; } }
  @media screen and (min-width: 641px) and (max-width: 1060px) {
    body #cta_16390 {
      max-width: 70% !important; } }
  @media screen and (min-width: 1061px) {
    body #cta_16390 {
      width: 450px; } }

body #cta_31817 {
  max-width: 670px;
  padding-right: 30px;
  float: left;
  min-width: 200px;
  font-family: "Roboto", sans-serif !important;
}

body #cta_31817 .cf-thanks-message {
  background: transparent !important;
  border: 1px dashed #f5f5f5;
  color: #007DC3 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  padding: 9px 60px 7px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  font-family: "Roboto", sans-serif !important;
}

body #cta_31817 .cf-field-large button,
body #cta_31817 .cf-button {
  padding: 0px !important;
  max-width: 40px !important;
  min-width: 40px !important;
}

body #cta_31817 .cf-outer-center {
  margin: 0 !important;
}

body #cta_31817 .cf-horizontal-somepadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 0 !important;
}

body #cta_31817 .cf-button p {
  font-weight: 600 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
}

body #cta_31817 .cf-profile-name,
body #cta_31817 .cf-profile-title,
body #cta_31817 p {
  color: #FFF !important;
}

body #cta_31817 .cf-bottom-padding_2,
body #cta_31817 .cf-little-vspace {
  padding: 0 !important;
}

body #cta_31817 #element148633_form {
  max-width: 100% !important;
}

body #cta_31817 .cf-field-large input[type="text"],
body #cta_31817 .cf-field-large input[type="email"],
body #cta_31817 .cf-field-large input[type="tel"],
body #cta_31817 .cf-field-large input[type="url"],
body #cta_31817 .cf-field-large select,
body #cta_31817 .cf-field-large .cf-form-theme-default textarea {
  padding: 9px 60px 7px 30px !important;
  color: #007DC3 !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  white-space: nowrap;
  overflow: hidden;
  background: #FFF !important;
  font-size: 14px !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 450px !important;
  max-width: 100%;
  border: 2px solid #000 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Roboto", sans-serif !important;
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
  font-smoothing: auto !important;
  -webkit-appearance: none !important;
}

body #cta_31817 .cf-field-large input[type="text"]::-webkit-input-placeholder,
body #cta_31817 .cf-field-large input[type="email"]::-webkit-input-placeholder,
body #cta_31817 .cf-field-large input[type="tel"]::-webkit-input-placeholder,
body #cta_31817 .cf-field-large input[type="url"]::-webkit-input-placeholder,
body #cta_31817 .cf-field-large select::-webkit-input-placeholder,
body #cta_31817 .cf-field-large textarea::-webkit-input-placeholder {
  color: #007DC3 !important;
}

body #cta_31817 .cf-field-large input[type="text"]::-moz-placeholder,
body #cta_31817 .cf-field-large input[type="email"]::-moz-placeholder,
body #cta_31817 .cf-field-large input[type="tel"]::-moz-placeholder,
body #cta_31817 .cf-field-large input[type="url"]::-moz-placeholder,
body #cta_31817 .cf-field-large select::-moz-placeholder,
body #cta_31817 .cf-field-large textarea::-moz-placeholder {
  color: #007DC3 !important;
}

body #cta_31817 .cf-field-large input[type="text"]:-ms-input-placeholder,
body #cta_31817 .cf-field-large input[type="email"]:-ms-input-placeholder,
body #cta_31817 .cf-field-large input[type="tel"]:-ms-input-placeholder,
body #cta_31817 .cf-field-large input[type="url"]:-ms-input-placeholder,
body #cta_31817 .cf-field-large select:-ms-input-placeholder,
body #cta_31817 .cf-field-large textarea:-ms-input-placeholder {
  color: #007DC3 !important;
}

body #cta_31817 .cf-field-large input[type="text"]:focus,
body #cta_31817 .cf-field-large input[type="email"]:focus,
body #cta_31817 .cf-field-large input[type="tel"]:focus,
body #cta_31817 .cf-field-large input[type="url"]:focus,
body #cta_31817 .cf-field-large select:focus,
body #cta_31817 .cf-field-large textarea:focus {
  border-color: #007DC3 !important;
}

body #cta_31817 .cf-field-large input[type="text"].cf-error,
body #cta_31817 .cf-field-large input[type="email"].cf-error,
body #cta_31817 .cf-field-large input[type="tel"].cf-error,
body #cta_31817 .cf-field-large input[type="url"].cf-error,
body #cta_31817 .cf-field-large select.cf-error,
body #cta_31817 .cf-field-large textarea.cf-error {
  border: 2px solid #007DC3 !important;
  background: #fff !important;
}

body #cta_31817 .cf-field-large input[type="text"].cf-error:focus,
body #cta_31817 .cf-field-large input[type="email"].cf-error:focus,
body #cta_31817 .cf-field-large input[type="tel"].cf-error:focus,
body #cta_31817 .cf-field-large input[type="url"].cf-error:focus,
body #cta_31817 .cf-field-large select.cf-error:focus,
body #cta_31817 .cf-field-large textarea.cf-error:focus {
  border: 2px solid #C91D2D !important;
}

body #cta_31817 .cf-button-outer {
  position: absolute !important;
  right: 28px !important;
  top: 12px !important;
  max-width: 40px !important;
  min-width: 40px !important;
  display: block !important;
}

body #cta_31817 .cf-button-outer>button:after {
  content: "";
  background: #FFF url(../images/arrow-blue.svg) no-repeat center center;
  -webkit-background-size: 8px 14px;
  -moz-background-size: 8px 14px;
  -o-background-size: 8px 14px;
  background-size: 8px 14px;
  position: absolute;
  left: -3px;
  top: -8px;
  border: 0 !important;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 40px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  padding: 18px 0;
  width: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

body #cta_31817 .cf-button-outer>button:hover:after {
  background: #FFF url(../images/arrow-blue.svg) no-repeat center center;
  -webkit-background-size: 8px 14px;
  -moz-background-size: 8px 14px;
  -o-background-size: 8px 14px;
  background-size: 8px 14px;
}

@media screen and (max-width: 640px) {
  body #cta_31817 {
    padding-right: 0;
    float: none;
  }
  body #cta_31817 .cf-field-large input[type="text"],
  body #cta_31817 .cf-field-large input[type="email"],
  body #cta_31817 .cf-field-large input[type="tel"],
  body #cta_31817 .cf-field-large input[type="url"],
  body #cta_31817 .cf-field-large select,
  body #cta_31817 .cf-field-large textarea {
    width: 100% !important;
  }
  body #cta_31817 #element150259_form {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1060px) {
  body #cta_31817 {
    max-width: 100%;
  }
}

@media screen and (min-width: 641px) and (max-width: 1060px) {
  body #cta_31817 {
    max-width: 70% !important;
  }
}

@media screen and (min-width: 1061px) {
  body #cta_31817 {
    width: 300px;
  }
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

embed,
iframe,
object {
  max-width: 100%; }

.custom-logo-link {
  display: inline-block; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%; }

.gallery-caption {
  display: block; }

body .entry-content > * {
  margin: 36px auto;
  padding-left: 20px;
  padding-right: 20px; }

body .entry-content > img {
  border-radius: 20px; }

body .entry-content > .wp-block-spacer {
  margin: 0 auto; }

body .entry-content > .alignwide {
  max-width: 953px; }

body .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100%; }

body .entry-content > .sticky > * {
  margin: 36px auto;
  max-width: 800px;
  padding-left: 14px;
  padding-right: 14px; }

body .entry-content > .sticky > .alignwide {
  max-width: 1250px; }

body .entry-content > .sticky > .alignfull {
  margin: 1.5em 0;
  max-width: 100%; }

body .entry-content p a, body .entry-content td a, body .entry-content li a {
  color: #051A4B;
  border-bottom: 1px dashed #051A4B;
  text-decoration: none; }
  body .entry-content p a:hover, body .entry-content p a:focus, body .entry-content td a:hover, body .entry-content td a:focus, body .entry-content li a:hover, body .entry-content li a:focus {
    text-decoration: none;
    color: #007DC3;
    border-color: #007DC3; }

body .entry-content p strong, body .entry-content li strong {
  font-weight: bold; }

body .entry-content ul,
body .entry-content ol {
  margin: 1.5em auto;
  max-width: 640px;
  list-style-position: outside; }

body .entry-content .wp-block-button__link:not(.has-background), body .entry-content .wp-block-button__link:not(.has-background):active, body .entry-content .wp-block-button__link:not(.has-background):focus, body .entry-content .wp-block-button__link:not(.has-background):hover {
  background-color: #000;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  body .entry-content .wp-block-button__link:not(.has-background):hover, body .entry-content .wp-block-button__link:not(.has-background):active:hover, body .entry-content .wp-block-button__link:not(.has-background):focus:hover, body .entry-content .wp-block-button__link:not(.has-background):hover:hover {
    background: #000; }

body .entry-content .wp-block-video video {
  max-width: 636px; }

body .entry-content .wp-block-cover {
  border-radius: 10px;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  body .entry-content .wp-block-cover.alignfull {
    border-radius: 0; }
  body .entry-content .wp-block-cover a {
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    font: 14px/1.3 "Roboto", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    padding: 13px 30px 15px;
    background: #039EDC;
    border: 2px solid #039EDC;
    font-weight: 600;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    text-decoration: none; }
    body .entry-content .wp-block-cover a:hover, body .entry-content .wp-block-cover a:focus {
      color: #fff !important;
      border-color: #fff;
      background: transparent; }

body .entry-content .wp-block-image img {
  display: block;
  border-radius: 20px; }

body .entry-content .wp-block-image.alignleft, body .entry-content .wp-block-image.alignright {
  width: 100%; }

body .entry-content .wp-block-image.alignfull img {
  width: 100vw; }

body .entry-content .wp-block-image .aligncenter {
  margin: 0 auto; }

body .entry-content .wp-block-image figcaption {
  font-size: 11px; }

body .entry-content .wp-block-quote cite {
  color: #051A4B; }
  body .entry-content .wp-block-quote cite a {
    color: #051A4B; }

@media screen and (min-width: 1061px) {
  body .entry-content > * {
    max-width: 640px;
    padding-left: 50px;
    padding-right: 50px; }
  body .entry-content > .sticky > * {
    padding-left: 50px;
    padding-right: 50px; } }

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto; }

.wp-block-cover-text p {
  padding: 1.5em 14px; }

ul.wp-block-latest-posts.alignwide, ul.wp-block-latest-posts.alignfull, ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px; }

.wp-block-table {
  display: block;
  overflow-x: auto; }
  .wp-block-table table {
    border-collapse: collapse;
    width: 100%; }
  .wp-block-table td,
  .wp-block-table th {
    border-color: transparent;
    padding: 10px 20px 10px 0;
    font-size: 14px;
    border-left: 0;
    border-right: 0; }
    .wp-block-table td strong,
    .wp-block-table th strong {
      color: #051A4B;
      font-weight: 600; }
  .wp-block-table tr:first-child td {
    border-top: 0;
    border-bottom: 2px solid #051A4B; }
  .wp-block-table tr:nth-child(2) td {
    padding-top: 20px; }

.entry-content {
  display: block;
  position: relative;
  padding: 0; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-weight: 700;
    padding-bottom: 20px;
    color: #007DC3;
    text-align: left; }
  .entry-content h1 {
    font-size: 24px; }
  .entry-content h2 {
    font-size: 20px; }
  .entry-content h3 {
    font-size: 16px; }
  .entry-content h4 {
    font-size: 14px; }
  .entry-content h5 {
    font-size: 12px; }
  .entry-content h6 {
    font-size: 10px; }
  .entry-content li {
    margin-left: 2.5em;
    margin-bottom: 6px; }
  .entry-content ul ul,
  .entry-content ol ol,
  .entry-content ul ol,
  .entry-content ol ul {
    margin: 0 auto; }
  .entry-content ul ul li,
  .entry-content ol ol li,
  .entry-content ul ol li,
  .entry-content ol ul li {
    margin-left: 0; }
  .entry-content .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    max-width: 100%;
    margin: 0;
    z-index: 20; }
  .entry-content .sticky-right {
    position: -webkit-sticky;
    position: sticky;
    top: 20px; }
  .entry-content .wp-block-separator {
    border-color: #039EDC;
    max-width: 100px;
    border-width: 3px; }
  .entry-content h2 {
    outline: none;
    margin: 30px auto 20px;
    padding-bottom: 0; }
  .entry-content h3 {
    margin: 30px auto 20px;
    padding-bottom: 0; }
    .entry-content h3 a {
      color: #007DC3; }
  .entry-content h4 {
    margin: 30px auto 20px;
    padding-bottom: 0; }
  .entry-content p {
    margin: 0 auto 20px; }
  .entry-content p,
  .entry-content li,
  .entry-content td {
    color: #051A4B; }
    .entry-content p em,
    .entry-content li em,
    .entry-content td em {
      font-style: italic; }
    .entry-content p a,
    .entry-content li a,
    .entry-content td a {
      color: #039EDC;
      text-decoration: underline;
      font-weight: bold; }
  .entry-content ul {
    padding-bottom: 10px;
    font-size: 14px; }
    .entry-content ul.wp-block-gallery {
      max-width: 815px; }
    .entry-content ul li {
      padding: 0 0 5px 45px;
      margin-left: 0;
      position: relative; }
      .entry-content ul li:after {
        content: "";
        position: absolute;
        left: 12px;
        top: 7px;
        width: 4px;
        height: 4px;
        background: #000;
        border-radius: 50%; }
    .entry-content ul.wp-block-gallery li {
      padding: 0; }
      .entry-content ul.wp-block-gallery li:after {
        display: none; }
  .entry-content ol {
    padding: 0 0 10px 50px;
    list-style: decimal; }
    .entry-content ol li {
      padding: 0 0 5px 25px;
      position: relative;
      margin-left: 0; }
  .entry-content .wp-block-quote {
    border: 0 !important;
    padding: 0 20px !important;
    text-align: center; }
    .entry-content .wp-block-quote p {
      color: #051A4B;
      font-weight: 200;
      font-style: normal;
      font-size: 20px;
      margin-bottom: 20px;
      text-align: center; }
    .entry-content .wp-block-quote cite {
      font-size: 12px;
      font-weight: 400;
      color: #000; }
      .entry-content .wp-block-quote cite a {
        color: #000; }
        .entry-content .wp-block-quote cite a:hover {
          color: #007DC3;
          border-color: #007DC3; }
  .entry-content .call-out {
    border: 10px solid #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px; }
  .entry-content .wp-block-columns {
    max-width: 1113px; }
    .entry-content .wp-block-columns.align-wide {
      max-width: 1113px; }
    .entry-content .wp-block-columns.alignfull {
      max-width: 100%; }
    .entry-content .wp-block-columns .wp-block-column {
      padding: 0 20px; }
      .entry-content .wp-block-columns .wp-block-column h1, .entry-content .wp-block-columns .wp-block-column h2, .entry-content .wp-block-columns .wp-block-column h3, .entry-content .wp-block-columns .wp-block-column h4, .entry-content .wp-block-columns .wp-block-column h5, .entry-content .wp-block-columns .wp-block-column p {
        padding-bottom: 20px; }
      .entry-content .wp-block-columns .wp-block-column ul,
      .entry-content .wp-block-columns .wp-block-column ol {
        margin: 0; }
      .entry-content .wp-block-columns .wp-block-column .wp-block-columns {
        padding-left: 0;
        padding-right: 0; }
  .entry-content .wp-block-pullquote {
    border-top: 0;
    border-bottom: 0;
    color: #000;
    font-weight: 200; }
    .entry-content .wp-block-pullquote cite {
      display: block;
      padding-top: 20px;
      color: #000;
      text-transform: none; }
  .entry-content .has-30-70-columns h3 {
    font-weight: 200; }
  @media screen and (max-width: 1060px) {
    .entry-content .wp-block-columns {
      display: block;
      padding-left: 20px;
      padding-right: 20px; }
      .entry-content .wp-block-columns .wp-block-column {
        padding: 0 0 20px;
        margin: 0; }
        .entry-content .wp-block-columns .wp-block-column h1, .entry-content .wp-block-columns .wp-block-column h2, .entry-content .wp-block-columns .wp-block-column h3, .entry-content .wp-block-columns .wp-block-column h4, .entry-content .wp-block-columns .wp-block-column h5, .entry-content .wp-block-columns .wp-block-column p {
          padding-bottom: 15px; } }
  @media screen and (min-width: 1061px) {
    .entry-content h1 {
      font-size: 36px; }
    .entry-content h2 {
      font-size: 30px; }
    .entry-content h3 {
      font-size: 20px; }
    .entry-content h4 {
      font-size: 16px; }
    .entry-content h5 {
      font-size: 14px; }
    .entry-content h6 {
      font-size: 12px; }
    .entry-content .wp-block-columns {
      display: block;
      padding-left: 23px;
      padding-right: 23px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .entry-content .wp-block-columns .wp-block-column {
        padding: 0 27px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
        .entry-content .wp-block-columns .wp-block-column h1, .entry-content .wp-block-columns .wp-block-column h2, .entry-content .wp-block-columns .wp-block-column h3, .entry-content .wp-block-columns .wp-block-column h4, .entry-content .wp-block-columns .wp-block-column h5, .entry-content .wp-block-columns .wp-block-column p {
          padding-bottom: 15px; }
        .entry-content .wp-block-columns .wp-block-column .wp-block-columns {
          padding-left: 0;
          padding-right: 0; }
        .entry-content .wp-block-columns .wp-block-column .wp-block-column {
          padding: 0 27px 20px 0; }
      .entry-content .wp-block-columns.has-30-70-columns > .wp-block-column {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%; }
        .entry-content .wp-block-columns.has-30-70-columns > .wp-block-column:nth-child(2) {
          -ms-flex-preferred-size: 65%;
          flex-basis: 65%; }
    .entry-content li {
      font-size: 16px; }
    .entry-content ul {
      font-size: 18px; }
      .entry-content ul li:after {
        top: 12px; }
    .entry-content ol {
      font-size: 18px; }
    .entry-content .wp-block-quote {
      max-width: 837px; }
    .entry-content .wp-block-quote p {
      font-size: 30px;
      line-height: 1.4; } }

body .wp-block-cover-image {
  margin: 0 auto; }

iframe {
  width: 100%; }

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

body .wp-block-embed figcaption {
  color: #051A4B; }

.wp-block-quote.is-large {
  margin: 0 auto 16px; }

.wp-block-pullquote > p:first-child {
  margin-top: 0; }

.wp-block-separator {
  margin: 3em auto;
  padding: 0; }

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0; }
  .entry-content > * {
    padding-left: 0px;
    padding-right: 0px; } }

.sab-edit-settings, .saboxplugin-wrap .saboxplugin-socials {
  display: none !important; }

.blocks-gallery-item img {
  border-radius: 10px; }

@media screen and (max-width: 640px) {
  .wp-block-spacer {
    max-height: 60px; } }

.content-card {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 27px;
  position: relative;
  text-align: center; }
  .content-card .img {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    padding-top: 60%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    border-radius: 20px; }
  .content-card h3 {
    padding: 40px 30px 10px;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .content-card p {
    font-size: 14px;
    padding: 0 30px 20px;
    color: #051A4B; }
  .content-card .more {
    margin: 0 30px 20px;
    display: inline-block;
    text-decoration: underline; }
  .content-card .meta {
    position: absolute;
    left: 15px;
    top: 0;
    color: #fff;
    font-size: 10px;
    padding: 3px 15px;
    font-weight: bold; }
  .content-card .btn {
    margin: 0 5px; }

.entry-content > .two-cards-row {
  margin: 0;
  max-width: 100%;
  padding: 0; }
  .entry-content > .two-cards-row .row-bounds {
    padding-top: 0; }
  @media screen and (min-width: 641px) {
    .entry-content > .two-cards-row .row-bounds {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .entry-content > .two-cards-row .row-bounds:after {
        content: '';
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto; }
    .entry-content > .two-cards-row .row-bounds > .content-card {
      display: inline;
      width: 49%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 0 2% 0; }
      .entry-content > .two-cards-row .row-bounds > .content-card:nth-child(2n) {
        margin: 0 0 2% 2%; } }
  @media screen and (min-width: 1061px) {
    .entry-content > .two-cards-row {
      padding: 0; } }

.entry-content > .text-carousel-row {
  margin: 0;
  max-width: 100%;
  padding: 0 0 0 0; }
  .entry-content > .text-carousel-row h4 {
    text-align: center;
    display: block;
    padding-bottom: 20px;
    margin: 0; }
  @media screen and (min-width: 1061px) {
    .entry-content > .text-carousel-row {
      padding: 0 0 0 0; }
      .entry-content > .text-carousel-row h4 {
        padding-bottom: 40px; } }

.text-slides {
  padding: 0 27px 100px;
  position: relative; }
  .text-slides h4 {
    margin: 0; }
  .text-slides .cycle-pager {
    position: absolute;
    width: 100px;
    margin-left: -50px;
    left: 50%;
    bottom: 50px;
    z-index: 320;
    text-align: center; }
    .text-slides .cycle-pager > span {
      margin: 0 5px;
      opacity: 0.3;
      border-radius: 50%;
      background: #007DC3;
      width: 10px;
      height: 10px;
      display: inline-block;
      text-indent: -9999px;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .text-slides .cycle-pager > span:hover, .text-slides .cycle-pager > span:focus {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4); }
      .text-slides .cycle-pager > span.cycle-pager-active {
        opacity: 1; }
  .text-slides .text-slide {
    text-align: center;
    width: 100%; }
    .text-slides .text-slide p {
      font-size: 20px;
      font-weight: 200;
      line-height: 1.4;
      max-width: 750px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      padding: 0 27px; }
  @media screen and (min-width: 1061px) {
    .text-slides {
      padding-bottom: 140px;
      padding-top: 0; }
      .text-slides .cycle-pager {
        bottom: 70px; }
      .text-slides .text-slide p {
        font-size: 30px; } }

.entry-content > .main-content-part {
  padding: 0;
  text-align: center;
  max-width: 100%;
  margin: 0; }
  .entry-content > .main-content-part .row-bounds {
    max-width: 950px;
    padding-top: 0; }
  .entry-content > .main-content-part ul {
    padding-bottom: 20px;
    margin: 0; }
  .entry-content > .main-content-part li {
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 14px; }
  .entry-content > .main-content-part p, .entry-content > .main-content-part h2, .entry-content > .main-content-part h3, .entry-content > .main-content-part h4 {
    margin: 0; }
  .entry-content > .main-content-part p {
    padding-bottom: 20px; }
  .entry-content > .main-content-part h2 {
    padding-bottom: 20px; }
  .entry-content > .main-content-part h3, .entry-content > .main-content-part h4 {
    padding-bottom: 20px; }
  .entry-content > .main-content-part .grey-content {
    text-align: left; }
    .entry-content > .main-content-part .grey-content .image {
      padding-bottom: 20px; }
      .entry-content > .main-content-part .grey-content .image img {
        width: 100%;
        border-radius: 20px; }
  @media screen and (min-width: 641px) {
    .entry-content > .main-content-part .grey-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .entry-content > .main-content-part .grey-content .image {
        width: 40%; }
      .entry-content > .main-content-part .grey-content .text {
        width: 60%;
        padding-left: 20px; } }
  @media screen and (min-width: 1061px) {
    .entry-content > .main-content-part {
      padding: 0; }
      .entry-content > .main-content-part h2, .entry-content > .main-content-part h3 {
        padding-bottom: 40px; }
      .entry-content > .main-content-part li {
        font-size: 16px; }
      .entry-content > .main-content-part .grey-content .text {
        padding-left: 50px; } }

.entry-content > .video-row {
  margin: 0;
  max-width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden; }
  .entry-content > .video-row .row-bounds {
    padding-top: 0; }
  .entry-content > .video-row .wp-video-popup {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
    .entry-content > .video-row .wp-video-popup > div {
      display: block;
      width: 100%;
      height: 50vw;
      border-radius: 20px;
      background-size: cover;
      position: relative;
      z-index: 2;
      overflow: hidden; }
    .entry-content > .video-row .wp-video-popup:hover svg, .entry-content > .video-row .wp-video-popup:focus svg {
      -webkit-transform: scale(1.25);
      -moz-transform: scale(1.25);
      -ms-transform: scale(1.25);
      transform: scale(1.25); }
      .entry-content > .video-row .wp-video-popup:hover svg .arc, .entry-content > .video-row .wp-video-popup:focus svg .arc {
        fill: #fff; }
    .entry-content > .video-row .wp-video-popup svg {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 3;
      margin: -61px 0 0 -62px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .entry-content > .video-row .wp-video-popup svg .arc {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        fill: #007DC3; }
  .entry-content > .video-row .cont {
    position: relative; }
  @media screen and (max-width: 640px) {
    .entry-content > .video-row .row-bounds {
      padding-left: 0;
      padding-right: 0; }
    .entry-content > .video-row h2, .entry-content > .video-row .columns, .entry-content > .video-row .desc, .entry-content > .video-row .all-block {
      padding-left: 20px;
      padding-right: 20px; }
    .entry-content > .video-row .cont .wp-video-popup > div {
      border-radius: 0; } }
  @media screen and (max-width: 1060px) {
    .entry-content > .video-row .wp-video-popup svg {
      width: 60px;
      height: 60px;
      margin: -30px 0 0 -30px; } }
  @media screen and (min-width: 641px) {
    .entry-content > .video-row {
      padding-left: 27px;
      padding-right: 27px; } }
  @media screen and (min-width: 1061px) {
    .entry-content > .video-row {
      padding: 0; }
      .entry-content > .video-row h2 {
        padding-bottom: 40px; }
      .entry-content > .video-row .wp-video-popup > div {
        height: 600px; } }

.heading {
  text-align: center;
  display: block;
  padding-bottom: 40px; }
  .heading h2 {
    color: #000; }

.all-block {
  text-align: center;
  display: block;
  padding-top: 20px; }

.entry-content > .cta-row {
  max-width: 100%;
  margin: 0; }
  .entry-content > .cta-row h4 {
    color: #fff;
    text-align: center;
    margin: 0; }

.columns {
  padding: 20px 0;
  max-width: 1050px;
  margin: 0 auto; }
  .columns img {
    height: 70px;
    width: auto;
    margin: 0 auto 20px; }
  .columns .col {
    padding-bottom: 40px; }
  @media screen and (min-width: 641px) {
    .columns {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .columns:after {
        content: '';
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto; }
      .columns .col {
        width: 31%;
        margin-right: 3.5%; }
        .columns .col:nth-child(3n) {
          margin-right: 0; } }

.ui {
  z-index: 10; }
  .ui.table {
    width: 100%;
    background: #FFFFFF;
    margin: 1em 0em;
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    border-collapse: separate;
    border-spacing: 0px;
    border-radius: 10px; }
    .ui.table:first-child {
      margin-top: 0em; }
    .ui.table:last-child {
      margin-bottom: 0em; }
    .ui.table th, .ui.table td {
      -webkit-transition: background 0.1s ease,color 0.1s ease;
      -o-transition: background 0.1s ease,color 0.1s ease;
      transition: background 0.1s ease,color 0.1s ease; }
      .ui.table th.link, .ui.table td.link {
        cursor: pointer; }
    .ui.table thead {
      -webkit-box-shadow: none;
      box-shadow: none; }
      .ui.table thead th {
        cursor: auto;
        background: #007DC3;
        text-align: inherit;
        color: #fff;
        padding: 0.92857143em 0.78571429em;
        vertical-align: inherit;
        font-style: none;
        font-weight: bold;
        text-transform: none;
        border-left: none;
        font-size: 12px; }
        .ui.table thead th .next {
          position: absolute;
          right: 0;
          top: 0;
          font-size: 16px;
          cursor: pointer; }
          .ui.table thead th .next:before {
            content: "→";
            display: inline-block;
            padding: 12px 20px;
            cursor: pointer; }
          .ui.table thead th .next.disabled {
            opacity: 0;
            cursor: default; }
        .ui.table thead th .prev {
          position: absolute;
          left: 0;
          top: 0;
          font-size: 16px;
          cursor: pointer; }
          .ui.table thead th .prev:before {
            content: "←";
            display: inline-block;
            padding: 12px 20px;
            cursor: pointer; }
          .ui.table thead th .prev.disabled {
            opacity: 0;
            cursor: default; }
      .ui.table thead tr > th:first-child {
        border-left: none; }
      .ui.table thead tr:first-child > th:first-child {
        border-radius: 0.28571429rem 0em 0em 0em; }
      .ui.table thead tr:first-child > th:last-child {
        border-radius: 0em 0.28571429rem 0em 0em; }
      .ui.table thead tr:first-child > th:only-child {
        border-radius: 0.28571429rem 0.28571429rem 0em 0em; }
    .ui.table tfoot {
      -webkit-box-shadow: none;
      box-shadow: none; }
      .ui.table tfoot th {
        cursor: auto;
        border-top: 1px solid rgba(34, 36, 38, 0.15);
        background: #F9FAFB;
        text-align: inherit;
        color: rgba(0, 0, 0, 0.87);
        padding: 0.78571429em 0.78571429em;
        vertical-align: middle;
        font-style: normal;
        font-weight: normal;
        text-transform: none; }
      .ui.table tfoot tr > th:first-child {
        border-left: none; }
      .ui.table tfoot tr:first-child > th:first-child {
        border-radius: 0em 0em 0em 0.28571429rem; }
      .ui.table tfoot tr:first-child > th:last-child {
        border-radius: 0em 0em 0.28571429rem 0em; }
      .ui.table tfoot tr:first-child > th:only-child {
        border-radius: 0em 0em 0.28571429rem 0.28571429rem; }
    .ui.table tr td {
      border-top: 1px solid #f5f5f5;
      color: #007DC3;
      font-size: 12px; }
    .ui.table tr:first-child td {
      border-top: none; }
    .ui.table tbody + tbody tr:first-child td {
      border-top: 1px solid rgba(34, 36, 38, 0.1); }
    .ui.table td {
      padding: 0.78571429em 0.78571429em;
      text-align: inherit; }
    .ui.table > .icon {
      vertical-align: baseline; }
      .ui.table > .icon:only-child {
        margin: 0em; }
    .ui.table.segment {
      padding: 0em; }
      .ui.table.segment:after {
        display: none; }
      .ui.table.segment.stacked:after {
        display: block; }
    .ui.table th .image, .ui.table td .image {
      max-width: none; }
      .ui.table th .image img, .ui.table td .image img {
        max-width: none; }
  .ui.table tr.positive, .ui.table td.positive {
    -webkit-box-shadow: 0px 0px 0px #A3C293 inset;
    box-shadow: 0px 0px 0px #A3C293 inset; }
  .ui.table tr.positive, .ui.table td.positive {
    background: #FCFFF5 !important;
    color: #2C662D !important; }
  .ui.table tr.negative, .ui.table td.negative {
    -webkit-box-shadow: 0px 0px 0px #E0B4B4 inset;
    box-shadow: 0px 0px 0px #E0B4B4 inset; }
  .ui.table tr.negative, .ui.table td.negative {
    background: #FFF6F6 !important;
    color: #9F3A38 !important; }
  .ui.table tr.error, .ui.table td.error {
    -webkit-box-shadow: 0px 0px 0px #E0B4B4 inset;
    box-shadow: 0px 0px 0px #E0B4B4 inset; }
  .ui.table tr.error, .ui.table td.error {
    background: #FFF6F6 !important;
    color: #9F3A38 !important; }
  .ui.table tr.warning, .ui.table td.warning {
    -webkit-box-shadow: 0px 0px 0px #C9BA9B inset;
    box-shadow: 0px 0px 0px #C9BA9B inset; }
  .ui.table tr.warning, .ui.table td.warning {
    background: #FFFAF3 !important;
    color: #573A08 !important; }
  .ui.table tr.active, .ui.table td.active {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset; }
  .ui.table tr.active, .ui.table td.active {
    background: #007DC3 !important;
    color: #fff !important; }
  .ui.table td.range {
    background: #039EDC !important;
    color: #fff !important; }
  .ui.table tr.disabled td, .ui.table tr td.disabled, .ui.table tr.disabled:hover, .ui.table tr:hover td.disabled {
    pointer-events: none;
    color: #DAE2E9; }
  .ui.table[class*="left aligned"], .ui.table [class*="left aligned"] {
    text-align: left; }
  .ui.table[class*="center aligned"], .ui.table [class*="center aligned"] {
    text-align: center; }
  .ui.table[class*="right aligned"], .ui.table [class*="right aligned"] {
    text-align: right; }
  .ui.table[class*="top aligned"], .ui.table [class*="top aligned"] {
    vertical-align: top; }
  .ui.table[class*="middle aligned"], .ui.table [class*="middle aligned"] {
    vertical-align: middle; }
  .ui.table[class*="bottom aligned"], .ui.table [class*="bottom aligned"] {
    vertical-align: bottom; }
  .ui.table th.collapsing, .ui.table td.collapsing {
    width: 1px;
    white-space: nowrap; }
  .ui.fixed.table {
    table-layout: fixed; }
    .ui.fixed.table th, .ui.fixed.table td {
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
  .ui.selectable.table tbody tr:hover, .ui.table tbody tr td.selectable:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    color: rgba(0, 0, 0, 0.95) !important; }
  .ui.selectable.inverted.table tbody tr:hover, .ui.inverted.table tbody tr td.selectable:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important; }
  .ui.table tbody tr td.selectable {
    padding: 0em; }
    .ui.table tbody tr td.selectable > a:not(.ui) {
      display: block;
      color: inherit;
      padding: 0.78571429em 0.78571429em; }
  .ui.selectable.table tr.error:hover, .ui.table tr td.selectable.error:hover {
    background: #ffe7e7 !important;
    color: #943634 !important; }
  .ui.selectable.table tr:hover td.error {
    background: #ffe7e7 !important;
    color: #943634 !important; }
  .ui.selectable.table tr.warning:hover {
    background: #fff4e4 !important;
    color: #493107 !important; }
  .ui.table tr td.selectable.warning:hover {
    background: #fff4e4 !important;
    color: #493107 !important; }
  .ui.selectable.table tr:hover td.warning {
    background: #fff4e4 !important;
    color: #493107 !important; }
  .ui.selectable.table tr.active:hover {
    background: #E0E0E0 !important;
    color: rgba(0, 0, 0, 0.87) !important; }
  .ui.table tr td.selectable.active:hover {
    background: #E0E0E0 !important;
    color: rgba(0, 0, 0, 0.87) !important; }
  .ui.selectable.table tr:hover td.active {
    background: #E0E0E0 !important;
    color: rgba(0, 0, 0, 0.87) !important; }
  .ui.selectable.table tr.positive:hover {
    background: #f7ffe6 !important;
    color: #275b28 !important; }
  .ui.table tr td.selectable.positive:hover {
    background: #f7ffe6 !important;
    color: #275b28 !important; }
  .ui.selectable.table tr:hover td.positive {
    background: #f7ffe6 !important;
    color: #275b28 !important; }
  .ui.selectable.table tr.negative:hover {
    background: #ffe7e7 !important;
    color: #943634 !important; }
  .ui.table tr td.selectable.negative:hover, .ui.selectable.table tr:hover td.negative {
    background: #ffe7e7 !important;
    color: #943634 !important; }
  .ui.attached.table {
    top: 0px;
    bottom: 0px;
    border-radius: 0px;
    margin: 0em -1px;
    width: calc(100% - (-1px * 2));
    max-width: calc(100% - (-1px * 2));
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #D4D4D5; }
  .ui.attached + .ui.attached.table:not(.top) {
    border-top: none; }
  .ui[class*="top attached"].table {
    bottom: 0px;
    margin-bottom: 0em;
    top: 0px;
    margin-top: 1em;
    border-radius: 0.28571429rem 0.28571429rem 0em 0em; }
  .ui.table[class*="top attached"]:first-child {
    margin-top: 0em; }
  .ui[class*="bottom attached"].table {
    bottom: 0px;
    margin-top: 0em;
    top: 0px;
    margin-bottom: 1em;
    -webkit-box-shadow: none,none;
    box-shadow: none,none;
    border-radius: 0em 0em 0.28571429rem 0.28571429rem; }
    .ui[class*="bottom attached"].table:last-child {
      margin-bottom: 0em; }
  .ui.striped.table > tr:nth-child(2n), .ui.striped.table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 50, 0.02); }
  .ui.inverted.striped.table > tr:nth-child(2n), .ui.inverted.striped.table tbody tr:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.05); }
  .ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
    background: #EFEFEF !important;
    color: rgba(0, 0, 0, 0.95) !important; }
  .ui.table[class*="single line"], .ui.table [class*="single line"], .ui.table[class*="single line"], .ui.table [class*="single line"] {
    white-space: nowrap; }
  .ui.one.column.table td {
    width: 100%; }
  .ui.two.column.table td {
    width: 50%; }
  .ui.three.column.table td {
    width: 33.33333333%; }
  .ui.four.column.table td {
    width: 25%; }
  .ui.five.column.table td {
    width: 20%; }
  .ui.six.column.table td {
    width: 16.66666667%; }
  .ui.seven.column.table td {
    width: 14.28571429%; }
  .ui.eight.column.table td {
    width: 12.5%; }
  .ui.nine.column.table td {
    width: 11.11111111%; }
  .ui.ten.column.table td {
    width: 10%; }
  .ui.eleven.column.table td {
    width: 9.09090909%; }
  .ui.twelve.column.table td {
    width: 8.33333333%; }
  .ui.thirteen.column.table td {
    width: 7.69230769%; }
  .ui.fourteen.column.table td {
    width: 7.14285714%; }
  .ui.fifteen.column.table td {
    width: 6.66666667%; }
  .ui.sixteen.column.table td {
    width: 6.25%; }
  .ui.table th.one.wide, .ui.table td.one.wide {
    width: 6.25%; }
  .ui.table th.two.wide, .ui.table td.two.wide {
    width: 12.5%; }
  .ui.table th.three.wide, .ui.table td.three.wide {
    width: 18.75%; }
  .ui.table th.four.wide, .ui.table td.four.wide {
    width: 25%; }
  .ui.table th.five.wide, .ui.table td.five.wide {
    width: 31.25%; }
  .ui.table th.six.wide, .ui.table td.six.wide {
    width: 37.5%; }
  .ui.table th.seven.wide, .ui.table td.seven.wide {
    width: 43.75%; }
  .ui.table th.eight.wide, .ui.table td.eight.wide {
    width: 50%; }
  .ui.table th.nine.wide, .ui.table td.nine.wide {
    width: 56.25%; }
  .ui.table th.ten.wide, .ui.table td.ten.wide {
    width: 62.5%; }
  .ui.table th.eleven.wide, .ui.table td.eleven.wide {
    width: 68.75%; }
  .ui.table th.twelve.wide, .ui.table td.twelve.wide {
    width: 75%; }
  .ui.table th.thirteen.wide, .ui.table td.thirteen.wide {
    width: 81.25%; }
  .ui.table th.fourteen.wide, .ui.table td.fourteen.wide {
    width: 87.5%; }
  .ui.table th.fifteen.wide, .ui.table td.fifteen.wide {
    width: 93.75%; }
  .ui.table th.sixteen.wide, .ui.table td.sixteen.wide {
    width: 100%; }
  .ui.sortable.table thead th {
    cursor: pointer;
    white-space: nowrap;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87); }
    .ui.sortable.table thead th:first-child {
      border-left: none; }
    .ui.sortable.table thead th.sorted {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .ui.sortable.table thead th.sorted:hover {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
    .ui.sortable.table thead th:after {
      display: none;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      content: '';
      height: 1em;
      width: auto;
      opacity: 0.8;
      margin: 0em 0em 0em 0.5em;
      font-family: 'Icons'; }
    .ui.sortable.table thead th.ascending:after {
      content: '\f0d8'; }
    .ui.sortable.table thead th.descending:after {
      content: '\f0d7'; }
  .ui.sortable.table th.disabled:hover {
    cursor: auto;
    color: rgba(40, 40, 40, 0.3); }
  .ui.sortable.table thead th:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8); }
  .ui.sortable.table thead th.sorted {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95); }
    .ui.sortable.table thead th.sorted:after {
      display: inline-block; }
    .ui.sortable.table thead th.sorted:hover {
      background: rgba(0, 0, 0, 0.05);
      color: rgba(0, 0, 0, 0.95); }

/******************************* Nag*******************************/
a.ui.nag {
  cursor: pointer; }

.ui.nag > .title {
  display: inline-block;
  margin: 0em 0.5em;
  color: #FFFFFF; }

.ui.nag > .close.icon {
  cursor: pointer;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  right: 1em;
  font-size: 1em;
  margin: -0.5em 0em 0em;
  color: #FFFFFF;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.ui.nag:hover {
  background: #555555;
  opacity: 1; }

.ui.nag .close:hover {
  opacity: 1; }

.ui.overlay.nag {
  position: absolute;
  display: block; }

.ui.fixed.nag {
  position: fixed; }

.ui.bottom.nags, .ui.bottom.nag {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  top: auto;
  bottom: 0em; }

.ui.inverted.nags .nag, .ui.inverted.nag {
  background-color: #F3F4F5;
  color: rgba(0, 0, 0, 0.85); }

.ui.inverted.nags .nag .close, .ui.inverted.nags .nag .title {
  color: rgba(0, 0, 0, 0.4); }

.ui.inverted.nag .close, .ui.inverted.nag .title {
  color: rgba(0, 0, 0, 0.4); }

.ui.nags .nag {
  border-radius: 0em !important; }
  .ui.nags .nag:last-child {
    border-radius: 0em 0em 0.28571429rem 0.28571429rem; }

.ui.bottom.nags .nag:last-child {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em; }

.ui.popup {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 2px 0 0 -2px;
  /* Fixes content being squished when inline (moz only) */
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  z-index: 1900;
  line-height: 1.4285em;
  max-width: 250px;
  background: #FFFFFF;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); }
  .ui.popup > .header {
    padding: 0em;
    font-family: 'Lato','Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 1.14285714em;
    line-height: 1.2;
    font-weight: bold; }
    .ui.popup > .header + .content {
      padding-top: 0.5em; }

.ui.visible.overlay.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease,-webkit-transform 500ms ease; }

.ui.visible.left.overlay.sidebar, .ui.visible.right.overlay.sidebar, .ui.visible.top.overlay.sidebar, .ui.visible.bottom.overlay.sidebar {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0); }

.ui.visible.overlay.sidebar ~ .fixed, .ui.visible.overlay.sidebar ~ .pusher {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.ui.push.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease,-webkit-transform 500ms ease;
  z-index: 102; }

.ui.left.push.sidebar {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.ui.right.push.sidebar {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.ui.top.push.sidebar {
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0); }

.ui.bottom.push.sidebar {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0); }

.ui.visible.push.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.ui.uncover.sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1; }

.ui.visible.uncover.sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease,-webkit-transform 500ms ease; }

.ui.slide.along.sidebar {
  z-index: 1; }

.ui.left.slide.along.sidebar {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

.ui.right.slide.along.sidebar {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0); }

.ui.top.slide.along.sidebar {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.ui.bottom.slide.along.sidebar {
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0); }

.ui.animating.slide.along.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease,-webkit-transform 500ms ease; }

.ui.visible.slide.along.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.ui.slide.out.sidebar {
  z-index: 1; }

.ui.left.slide.out.sidebar {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0); }

.ui.right.slide.out.sidebar {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

.ui.top.slide.out.sidebar {
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0); }

.ui.bottom.slide.out.sidebar {
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0); }

.ui.animating.slide.out.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease,-webkit-transform 500ms ease; }

.ui.visible.slide.out.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.ui.scale.down.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease,-webkit-transform 500ms ease;
  z-index: 102; }

.ui.left.scale.down.sidebar {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.ui.right.scale.down.sidebar {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.ui.top.scale.down.sidebar {
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0); }

.ui.bottom.scale.down.sidebar {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0); }

.ui.scale.down.left.sidebar ~ .pusher {
  -webkit-transform-origin: 75% 50%;
  -ms-transform-origin: 75% 50%;
  transform-origin: 75% 50%; }

.ui.scale.down.right.sidebar ~ .pusher {
  -webkit-transform-origin: 25% 50%;
  -ms-transform-origin: 25% 50%;
  transform-origin: 25% 50%; }

.ui.scale.down.top.sidebar ~ .pusher {
  -webkit-transform-origin: 50% 75%;
  -ms-transform-origin: 50% 75%;
  transform-origin: 50% 75%; }

.ui.scale.down.bottom.sidebar ~ .pusher {
  -webkit-transform-origin: 50% 25%;
  -ms-transform-origin: 50% 25%;
  transform-origin: 50% 25%; }

.ui.animating.scale.down > .visible.ui.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease,-webkit-transform 500ms ease; }

.ui.visible.scale.down.sidebar ~ .pusher, .ui.animating.scale.down.sidebar ~ .pusher {
  display: block !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important; }

.ui.visible.scale.down.sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .ui.visible.scale.down.sidebar ~ .pusher {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }

.ui.sticky {
  position: static;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 800; }
  .ui.sticky.bound {
    position: absolute;
    left: auto;
    right: auto; }
  .ui.sticky.fixed {
    position: fixed;
    left: auto;
    right: auto; }
  .ui.sticky.bound.top, .ui.sticky.fixed.top {
    top: 0px;
    bottom: auto; }
  .ui.sticky.bound.bottom, .ui.sticky.fixed.bottom {
    top: auto;
    bottom: 0px; }

.ui.native.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky; }

.ui.tab {
  display: none; }
  .ui.tab.active, .ui.tab.open {
    display: block; }
  .ui.tab.loading {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 250px; }
    .ui.tab.loading * {
      position: relative !important;
      left: -10000px !important; }
    .ui.tab.loading:before, .ui.tab.loading.segment:before {
      position: absolute;
      content: '';
      top: 100px;
      left: 50%;
      margin: -1.25em 0em 0em -1.25em;
      width: 2.5em;
      height: 2.5em;
      border-radius: 500rem;
      border: 0.2em solid rgba(0, 0, 0, 0.1); }
    .ui.tab.loading:after, .ui.tab.loading.segment:after {
      position: absolute;
      content: '';
      top: 100px;
      left: 50%;
      margin: -1.25em 0em 0em -1.25em;
      width: 2.5em;
      height: 2.5em;
      -webkit-animation: button-spin 0.6s linear;
      animation: button-spin 0.6s linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      border-radius: 500rem;
      border-color: #767676 transparent transparent;
      border-style: solid;
      border-width: 0.2em;
      -webkit-box-shadow: 0px 0px 0px 1px transparent;
      box-shadow: 0px 0px 0px 1px transparent; }

/******************************* Transitions*******************************/
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/******************************* States*******************************/
/* Animating */
.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important; }

/* Loading */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px; }

/* Hidden */
.hidden.transition {
  display: none;
  visibility: hidden; }

/* Visible */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  /* backface-visibility:@backfaceVisibility;transform: @use3DAcceleration;*/ }

/*-------------- Fade---------------*/
.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/* In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

/* Out */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); } }

/*-------------- Flips---------------*/
.flip.transition.in, .flip.transition.out {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms; }

.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn; }

.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut; }

.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn; }

.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut; }

/* In */
@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

/* Out */
@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

/*-------------- Scale---------------*/
.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn; }

.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut; }

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Out */
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

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

.row:after {
  clear: both; }

.row-bounds {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px; }
  @media screen and (min-width: 1061px) {
    .row-bounds {
      padding: 80px 50px; } }
  @media screen and (min-width: 1250px) {
    .row-bounds {
      padding: 120px 50px; } }

.down {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 30px;
  height: 17px;
  padding: 20px;
  margin: -57px 0 0 -35px;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (min-width: 1061px) {
    .down {
      margin-top: -67px; } }

.no-touch .down:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

.hm-hero-row {
  background-size: 100% 100%;
  padding: 50px 0 30px;
  position: relative;
  overflow: hidden;
  z-index: 3;
  color: #fff; }
  .hm-hero-row .box-bg {
    position: absolute;
    width: 400%;
    height: 200%;
    bottom: 0;
    left: -150%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    -webkit-transform: rotateZ(-0.001deg); }
  .hm-hero-row .box-in {
    position: absolute;
    width: 50%;
    height: 50%;
    bottom: 0;
    left: 30%;
    background-size: cover;
    background-position: center center; }
  @media screen and (min-width: 641px) {
    .hm-hero-row {
      padding: 50px 0 60px; } }
  @media screen and (min-width: 1061px) {
    .hm-hero-row {
      padding: 110px 0 80px;
      margin-bottom: 60px; }
      .hm-hero-row .box-bg {
        position: absolute;
        width: 200%;
        height: 200%;
        bottom: 0;
        left: -60%;
        border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
        overflow: hidden;
        -webkit-transform: rotateZ(-0.001deg); }
      .hm-hero-row .box-in {
        position: absolute;
        width: 50%;
        height: 50%;
        bottom: 0;
        left: 30%;
        background-size: cover;
        background-position: center center; } }

.form-row {
  z-index: 100;
  position: relative; }
  .form-row .row-bounds {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-bottom: 0; }
  .form-row .intro {
    color: #007DC3;
    padding-bottom: 30px; }
    .form-row .intro.wide {
      padding-bottom: 0; }
    .form-row .intro h1 {
      font-weight: bold;
      font-size: 30px;
      line-height: 1.2;
      margin-bottom: 18px;
      color: #fff; }
    .form-row .intro p {
      font-size: 16px;
      font-weight: 400;
      max-width: 748px;
      margin: 0 auto 20px;
      color: #fff; }
  .form-row .form {
    background: rgba(11, 23, 50, 0.44);
    border-radius: 33px;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; }
    .form-row .form h2 {
      font-weight: bold;
      font-size: 16px;
      line-height: 1.3;
      color: #fff;
      padding-bottom: 15px; }
    .form-row .form .group {
      position: relative;
      margin: 20px 0 30px; }
    .form-row .form .group-half {
      float: left;
      width: 48%; }
      .form-row .form .group-half.out {
        float: right; }
    .form-row .form input {
      background: transparent;
      color: #fff;
      font-size: 16px;
      padding: 8px 40px 8px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 100%;
      border: none;
      border-radius: 0;
      border-bottom: 2px solid #fff;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .form-row .form input:focus {
        outline: none; }
      .form-row .form input:focus ~ label,
      .form-row .form input.full ~ label {
        top: -18px;
        font-size: 12px;
        color: #039EDC; }
      .form-row .form input:focus ~ .bar:before {
        width: 100%; }
    .form-row .form input[type="password"] {
      letter-spacing: 0.3em; }
    .form-row .form input:-webkit-autofill,
    .form-row .form input:-webkit-autofill:hover,
    .form-row .form input:-webkit-autofill:focus,
    .form-row .form textarea:-webkit-autofill,
    .form-row .form textarea:-webkit-autofill:hover,
    .form-row .form textarea:-webkit-autofill:focus,
    .form-row .form select:-webkit-autofill,
    .form-row .form select:-webkit-autofill:hover,
    .form-row .form select:-webkit-autofill:focus {
      -webkit-text-fill-color: #fff;
      -webkit-box-shadow: 0 0 0px 1000px #d0d5ea00 inset;
      -webkit-transition: background-color 5000s ease-in-out 50000s;
      -o-transition: background-color 5000s ease-in-out 50000s;
      transition: background-color 5000s ease-in-out 50000s; }
      .form-row .form input:-webkit-autofill ~ label,
      .form-row .form input:-webkit-autofill:hover ~ label,
      .form-row .form input:-webkit-autofill:focus ~ label,
      .form-row .form textarea:-webkit-autofill ~ label,
      .form-row .form textarea:-webkit-autofill:hover ~ label,
      .form-row .form textarea:-webkit-autofill:focus ~ label,
      .form-row .form select:-webkit-autofill ~ label,
      .form-row .form select:-webkit-autofill:hover ~ label,
      .form-row .form select:-webkit-autofill:focus ~ label {
        top: -8px;
        font-size: 12px;
        color: #039EDC; }
    .form-row .form input.auto:-webkit-autofill,
    .form-row .form input.auto:-webkit-autofill:hover,
    .form-row .form input.auto:-webkit-autofill:focus,
    .form-row .form textarea.auto:-webkit-autofill,
    .form-row .form textarea.auto:-webkit-autofill:hover,
    .form-row .form textarea.auto:-webkit-autofill:focus,
    .form-row .form select.auto:-webkit-autofill,
    .form-row .form select.auto:-webkit-autofill:hover,
    .form-row .form select.auto:-webkit-autofill:focus {
      padding: 8px 40px 8px 10px;
      -webkit-box-shadow: 0 0 0px 1000px #0c1732 inset;
      -webkit-transition: background-color 5000s ease-in-out 50000s;
      -o-transition: background-color 5000s ease-in-out 50000s;
      transition: background-color 5000s ease-in-out 50000s;
      border-top: 1px solid #007DC3;
      border-left: 1px solid #007DC3;
      border-right: 1px solid #007DC3;
      border-color: #007DC3; }
      .form-row .form input.auto:-webkit-autofill ~ label,
      .form-row .form input.auto:-webkit-autofill:hover ~ label,
      .form-row .form input.auto:-webkit-autofill:focus ~ label,
      .form-row .form textarea.auto:-webkit-autofill ~ label,
      .form-row .form textarea.auto:-webkit-autofill:hover ~ label,
      .form-row .form textarea.auto:-webkit-autofill:focus ~ label,
      .form-row .form select.auto:-webkit-autofill ~ label,
      .form-row .form select.auto:-webkit-autofill:hover ~ label,
      .form-row .form select.auto:-webkit-autofill:focus ~ label {
        top: -20px; }
    .form-row .form .icon {
      top: 6px;
      width: 30px;
      height: 30px;
      position: absolute;
      right: 6px;
      z-index: 100; }
    .form-row .form label {
      color: #039EDC;
      font-size: 16px;
      font-weight: normal;
      position: absolute;
      pointer-events: none;
      left: 0;
      top: 10px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .form-row .form .eye {
      background-image: url(../images/eye.svg);
      background-repeat: no-repeat;
      background-position: center center; }
    .form-row .form .date {
      background-image: url(../images/date.svg);
      background-repeat: no-repeat;
      background-position: center center;
      right: -6px;
      pointer-events: none; }
    .form-row .form .eye-slash {
      background-image: url(../images/eye-hide.svg);
      background-repeat: no-repeat;
      background-position: center center; }
    .form-row .form .bar {
      position: relative;
      display: block;
      width: 100%; }
      .form-row .form .bar:before {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0px;
        position: absolute;
        background: #039EDC;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        left: 0%; }
    .form-row .form .btn-box {
      overflow: hidden; }
    .form-row .form .btn-submit {
      float: right; }
    .form-row .form .forgot {
      font-size: 12px;
      display: inline-block;
      padding: 0 20px 20px 0; }
      .form-row .form .forgot a {
        color: #fff;
        text-decoration: none; }
        .form-row .form .forgot a:hover {
          color: #039EDC; }
    .form-row .form .already {
      font-size: 15px;
      display: inline-block;
      padding: 0 20px 20px 0;
      color: rgba(255, 255, 255, 0.5); }
      .form-row .form .already a {
        color: #fff;
        text-decoration: none; }
        .form-row .form .already a:hover {
          color: #039EDC; }
    .form-row .form .terms {
      clear: both;
      font-size: 10px;
      display: block;
      padding: 20px 20px 0 0;
      color: rgba(255, 255, 255, 0.5); }
      .form-row .form .terms a {
        color: #fff;
        text-decoration: none; }
        .form-row .form .terms a:hover {
          color: #039EDC; }
    .form-row .form .btn-box-flex {
      clear: both;
      text-align: center; }
      .form-row .form .btn-box-flex .btn-submit, .form-row .form .btn-box-flex .or {
        float: none;
        width: 100%;
        display: block; }
      .form-row .form .btn-box-flex .or {
        padding: 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 50px; }
  @media screen and (min-width: 641px) {
    .form-row .form {
      padding: 50px 30px; } }
  @media screen and (min-width: 641px) and (max-width: 1060px) {
    .form-row .form {
      padding: 50px 30px; }
    .form-row .btn-box-flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .form-row .btn-box-flex .btn-submit, .form-row .btn-box-flex .or {
        float: none;
        width: auto; } }
  @media screen and (min-width: 1061px) {
    .form-row .row-bounds {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      text-align: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .form-row .intro {
      width: 55%;
      padding: 0; }
      .form-row .intro h1 {
        font-size: 40px; }
      .form-row .intro p {
        font-size: 20px;
        padding-bottom: 20px;
        max-width: 720px; }
      .form-row .intro.wide {
        margin: 0 auto;
        text-align: center; }
    .form-row .form {
      width: 40%; }
      .form-row .form h2 {
        font-size: 20px; } }
  @media screen and (min-width: 1250px) {
    .form-row .intro h1 {
      font-size: 46px; }
    .form-row .form .forgot, .form-row .form .already {
      line-height: 60px;
      padding-bottom: 0; }
    .form-row .btn-box-flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .form-row .btn-box-flex .btn-submit, .form-row .btn-box-flex .or {
        float: none;
        width: auto; }
      .form-row .btn-box-flex .btn-submit {
        white-space: nowrap;
        padding-left: 30px;
        padding-right: 30px; } }

@-webkit-keyframes pulse {
  0% {
    width: 50%;
    height: 50%;
    margin: 25%; }
  50% {
    width: 80%;
    height: 80%;
    margin: 10%; }
  100% {
    width: 50%;
    height: 50%;
    margin: 25%; } }

@keyframes pulse {
  0% {
    width: 50%;
    height: 50%;
    margin: 25%; }
  50% {
    width: 80%;
    height: 80%;
    margin: 10%; }
  100% {
    width: 50%;
    height: 50%;
    margin: 25%; } }

.loaded .header-form .cf-cta-snippet {
  opacity: 1; }

.no-touch .hm-hero-row p a:hover {
  color: #C91D2D;
  border-color: #C91D2D; }

.hm-for-row .row-bounds {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.hm-for-row h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.hm-for-row p {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  padding-bottom: 30px;
  padding-right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.hm-for-row .col {
  position: relative;
  z-index: 2; }

.hm-for-row .for {
  padding-right: 40px;
  display: block; }
  .hm-for-row .for:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 30px;
    margin-top: -30px;
    background: url(../images/arrow-bl.svg) no-repeat center center; }

@media screen and (min-width: 850px) {
  .hm-for-row .row-bounds {
    padding-top: 90px;
    padding-bottom: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .hm-for-row .col {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%; }
    .hm-for-row .col:last-child h3 {
      max-width: 100px; }
  .hm-for-row .for {
    padding-right: 30px;
    padding-left: 20px;}
  .hm-for-row .existing {
    min-width: 300px; }
  .hm-for-row h3 {
    max-width: 180px;
    padding-bottom: 10px; } }

@media screen and (min-width: 1061px) {
  .hm-for-row h3 {
    max-width: 100%;
    white-space: nowrap; } }

@media screen and (min-width: 1250px) {
  .hm-for-row h3 {
    font-size: 18px; } }

.no-touch .hm-for-row a.col:hover h3, .no-touch .hm-for-row a.col:hover p {
  color: #007DC3; }

.home-panels-row {
  padding: 40px 20px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out; }
  .home-panels-row.inner-page {
    background-image: -webkit-linear-gradient(317deg, #03092F 0%, #073376 100%);
    background-image: -o-linear-gradient(317deg, #03092F 0%, #073376 100%);
    background-image: linear-gradient(-227deg, #03092F 0%, #073376 100%);
    padding: 60px 20px; }
  .home-panels-row .loader {
    width: 20px;
    height: 20px; }
  .home-panels-row h2 {
    font-weight: 700;
    font-size: 16px;
    padding: 5px 0 30px;
    line-height: 1.3;
    color: #fff; }
  .home-panels-row .container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .home-panels-row .container .owl-stage-outer {
      position: relative;
      right: -100px;
      -webkit-transition: right 0.5s ease-in-out;
      -moz-transition: right 0.5s ease-in-out;
      -o-transition: right 0.5s ease-in-out;
      transition: right 0.5s ease-in-out; }
    .home-panels-row .container .owl-stage {
      overflow: hidden; }
    .home-panels-row .container.inview .owl-stage-outer {
      right: 0; }
  .home-panels-row .owl-item {
    float: left;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .home-panels-row .owl-dots {
    display: none; }
  .home-panels-row .owl-nav {
    display: none; }
  .home-panels-row .panel {
    width: 100%;
    padding: 100% 30px 0;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    background: #051948;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .home-panels-row .panel:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 1;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .home-panels-row .panel .icon {
      margin: 0 auto 10px;
      position: relative;
      z-index: 2; }
    .home-panels-row .panel h3 {
      color: #fff;
      font-size: 14px;
      max-width: 200px;
      margin: 0 auto; }
    .home-panels-row .panel > div {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 0;
      width: 100%;
      margin-top: -86px; }
  @media screen and (min-width: 641px) {
    .home-panels-row h2 {
      font-size: 20px;
      text-align: center; }
    .home-panels-row .container .owl-stage-outer {
      right: -200px; }
    .home-panels-row .container.inview .owl-stage-outer {
      right: 0; }
    .home-panels-row .panel {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .home-panels-row .panel > div {
        min-height: 110px; } }
  @media screen and (min-width: 1061px) {
    .home-panels-row {
      padding: 30px 35px 80px; }
      .home-panels-row.inner-page {
        padding: 80px 35px; }
      .home-panels-row h2 {
        font-size: 24px; }
      .home-panels-row .owl-item {
        padding: 15px;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out; }
        .home-panels-row .owl-item.active {
          opacity: 1; }
      .home-panels-row .owl-nav {
        opacity: 1;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 100;
        width: 100%;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .home-panels-row .owl-nav > div {
          text-indent: -9999px;
          width: 65px;
          height: 60px;
          position: absolute;
          top: -30px;
          cursor: pointer; }
          .home-panels-row .owl-nav > div.disabled {
            opacity: 0;
            cursor: default; }
          .home-panels-row .owl-nav > div:after, .home-panels-row .owl-nav > div:before {
            content: "";
            position: absolute;
            top: 0;
            background-color: #051e52;
            width: 30px;
            height: 2px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          .home-panels-row .owl-nav > div.owl-prev {
            left: -28px; }
            .home-panels-row .owl-nav > div.owl-prev:after, .home-panels-row .owl-nav > div.owl-prev:before {
              background-color: #062862; }
            .home-panels-row .owl-nav > div.owl-prev:after {
              top: 38px;
              left: 16px;
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
            .home-panels-row .owl-nav > div.owl-prev:before {
              top: 18px;
              left: 16px;
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
          .home-panels-row .owl-nav > div.owl-next {
            right: -28px; }
            .home-panels-row .owl-nav > div.owl-next:after, .home-panels-row .owl-nav > div.owl-next:before {
              background-color: #051a4a; }
            .home-panels-row .owl-nav > div.owl-next:after {
              top: 38px;
              right: 16px;
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            .home-panels-row .owl-nav > div.owl-next:before {
              top: 18px;
              right: 16px;
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      .home-panels-row .container:hover .owl-nav > div:after, .home-panels-row .container:hover .owl-nav > div:before {
        background: #fff; }
      .home-panels-row .container {
        padding: 0 60px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .home-panels-row .panel {
        background: #051e52;
        margin: 0 auto;
        border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box; }
        .home-panels-row .panel > div {
          min-height: 170px; }
        .home-panels-row .panel h4 {
          font-size: 24px; }
        .home-panels-row .panel p {
          font-size: 14px;
          font-weight: 200; }
      .home-panels-row .icon {
        width: 100px;
        height: 100px; } }

.loaded .home-panels-row .container {
  opacity: 1; }

.no-touch .home-panels-row .panel:hover {
  background: #041741; }

.no-touch .home-panels-row .owl-nav > div:hover:before, .no-touch .home-panels-row .owl-nav > div:hover:after {
  background: #007DC3; }

.home-logos-row {
  position: relative;
  z-index: 3;
  padding: 0 20px 60px; }
  .home-logos-row h2 {
    font-weight: 200;
    font-size: 16px;
    padding: 5px 0 30px;
    line-height: 1.3;
    color: #fff; }
    .home-logos-row h2 strong {
      font-weight: 700; }
  @media screen and (min-width: 641px) {
    .home-logos-row {
      text-align: center;
      padding: 20px 20px 70px; }
      .home-logos-row h2 {
        font-size: 20px; }
      .home-logos-row img {
        max-width: 500px;
        margin: 0 auto; } }
  @media screen and (min-width: 1061px) {
    .home-logos-row {
      padding: 0 20px 110px; }
      .home-logos-row h2 {
        font-size: 24px;
        padding-bottom: 40px; }
      .home-logos-row img {
        max-width: 650px; } }

.home-news-row {
  position: relative;
  z-index: 3;
  background: #007DC3;
  min-height: 100px; }
  .home-news-row .block-row, .home-news-row .block {
    display: block; }
  .home-news-row .case-link {
    background: #051A4B;
    display: block;
    color: #fff; }
    .home-news-row .case-link .img {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center center; }
      .home-news-row .case-link .img > div {
        padding-top: 100%; }
    .home-news-row .case-link .details {
      position: relative;
      padding: 30px 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .home-news-row .case-link h3 {
      font-size: 16px;
      font-weight: bold;
      padding-bottom: 10px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .home-news-row .case-link p {
      font-size: 14px;
      padding-bottom: 10px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .home-news-row .case-link .cta {
      font-size: 11px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .home-news-row .cta {
    color: #fff;
    text-align: center; }
    .home-news-row .cta > div {
      padding: 30px 20px; }
    .home-news-row .cta h4 {
      font-weight: 200;
      font-size: 20px;
      padding-bottom: 15px; }
    .home-news-row .cta .cta-btn {
      display: block;
      border: 2px solid #051A4B;
      padding: 13px 30px;
      border-radius: 30px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;
      font-size: 14px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .home-news-row .cta small {
      display: block;
      padding-top: 15px;
      font-size: 10px; }
  @media screen and (min-width: 641px) {
    .home-news-row .case {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .home-news-row .case .img, .home-news-row .case .details {
        width: 50%;
        display: inline; }
    .home-news-row .block-row:nth-child(even) .case {
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .home-news-row .case-link {
      position: relative; }
      .home-news-row .case-link .details {
        padding: 60px 20px; }
        .home-news-row .case-link .details h3 {
          font-size: 20px;
          padding-bottom: 20px; }
      .home-news-row .case-link .cta {
        position: absolute;
        bottom: 60px;
        left: 20px; }
    .home-news-row .cta > div {
      padding: 60px 20px; } }
  @media screen and (min-width: 1061px) {
    .home-news-row .block-row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center !important;
      -webkit-align-items: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
      .home-news-row .block-row:nth-child(even) {
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .home-news-row .block-row .block {
        display: inline; }
    .home-news-row .block {
      width: 50%; } }
  @media screen and (min-width: 1250px) {
    .home-news-row .case-link .details {
      padding: 60px 30px; }
      .home-news-row .case-link .details h3 {
        font-size: 24px; }
      .home-news-row .case-link .details p {
        font-size: 16px; }
    .home-news-row .case-link .cta {
      left: 30px;
      font-size: 12px; }
    .home-news-row .cta > div {
      padding: 60px 30px; }
    .home-news-row .cta h4 {
      font-size: 36px;
      padding-bottom: 30px; }
    .home-news-row .cta .cta-btn {
      padding: 30px;
      border-radius: 50px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;
      font-size: 16px; }
    .home-news-row .cta small {
      padding-top: 30px;
      font-size: 12px; } }

.no-touch .home-news-row .cta .cta-btn:hover {
  background: #051A4B; }

.no-touch .home-news-row .case-link .details h3:hover, .no-touch .home-news-row .case-link .details .cta:hover {
  color: #039EDC; }

.news-row {
  background: #051A4B; }
  .news-row .news-link {
    display: block; }
  .news-row .img {
    background-color: #051A4B;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center; }
    .news-row .img > div {
      padding-top: 80%; }
  .news-row .details {
    padding: 30px 20px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .news-row h2 {
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 18px;
    line-height: 1.3;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .news-row p {
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff; }
  .news-row blockquote p {
    font-size: 13px;
    font-style: italic; }
  @media screen and (min-width: 641px) {
    .news-row .news-link .news {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center !important;
      -webkit-align-items: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
    .news-row .news-link:nth-child(even) .news {
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .news-row .details {
      display: inline-block;
      width: 50%; }
    .news-row .img {
      display: inline-block;
      width: 50%; }
      .news-row .img > div {
        padding-top: 130%; } }
  @media screen and (min-width: 1061px) {
    .news-row .img > div {
      padding-top: 100%; }
    .news-row .details {
      padding: 30px 50px 40px; }
    .news-row h2 {
      font-size: 40px;
      padding-bottom: 18px; }
    .news-row p {
      font-size: 20px; } }
  @media screen and (min-width: 1250px) {
    .news-row .img {
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      -o-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out;
      -webkit-background-size: 180% auto;
      -moz-background-size: 180% auto;
      -o-background-size: 180% auto;
      background-size: 180% auto; }
      .news-row .img > div {
        padding-top: 90%; }
      .news-row .img.inview {
        -webkit-background-size: 120% auto;
        -moz-background-size: 120% auto;
        -o-background-size: 120% auto;
        background-size: 120% auto; }
    .news-row .details {
      padding: 30px 80px 40px; } }

.no-touch .news-row h2:hover {
  color: #007DC3; }

.header-row {
  background-color: #007DC3;
  text-align: left;
  padding: 52px 0 0;
  color: #fff;
  position: relative; }
  .header-row h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px; }
  .header-row p, .header-row li {
    font-size: 14px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 0 20px;
    color: #fff; }
    .header-row p strong, .header-row li strong {
      font-weight: 700; }
    .header-row p em, .header-row li em {
      font-style: italic; }
    .header-row p a, .header-row li a {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      color: #fff;
      text-decoration: underline;
      font-weight: 700; }
  .header-row blockquote p {
    font-style: italic; }
  .header-row ul {
    padding-bottom: 10px;
    text-align: left; }
    .header-row ul li {
      padding: 0 0 5px 23px;
      position: relative; }
      .header-row ul li:after {
        content: "";
        position: absolute;
        left: 8px;
        top: 7px;
        width: 4px;
        height: 4px;
        background: #007DC3; }
  .header-row ol {
    text-align: left;
    padding: 0 0 10px 23px;
    list-style: decimal; }
    .header-row ol li {
      padding-bottom: 5px; }
  .header-row .pills {
    padding-top: 20px; }
    .header-row .pills .btn-tab {
      margin: 0 2px; }
      .header-row .pills .btn-tab.active {
        background-color: #fff;
        border-color: #fff;
        color: #007DC3;
        cursor: default; }
  @media screen and (max-width: 640px) {
    .header-row .pills .btn-tab {
      border-width: 1px;
      padding: 7px 14px 6px;
      font-size: 12px; } }
  @media screen and (min-width: 1061px) {
    .header-row {
      text-align: center;
      padding: 100px 0 0; }
      .header-row h1 {
        font-size: 52px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto; }
      .header-row p, .header-row li {
        font-size: 20px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto; } }

.no-touch .header-row p a:hover, .no-touch .header-row li a:hover {
  border-color: #283243; }

.search-bar {
  max-width: 590px;
  margin: 30px auto 0;
  position: relative; }
  .search-bar .search-field {
    color: #051A4B;
    border: 2px solid #051A4B;
    border-radius: 50px;
    padding: 20px 80px 20px 40px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .search-bar .search-field::-webkit-input-placeholder {
      color: #007DC3 !important; }
    .search-bar .search-field::-moz-placeholder {
      color: #007DC3 !important; }
    .search-bar .search-field:-ms-input-placeholder {
      color: #007DC3 !important; }
    .search-bar .search-field:focus {
      border-color: #007DC3; }
  .search-bar .search-submit {
    border: 0;
    text-indent: -9999px;
    background: url(../images/search.svg) no-repeat center center;
    position: absolute;
    width: 70px;
    height: 100%;
    right: 15px;
    top: 0; }

.page-template-news .header-row, .tag .header-row, .single-post .header-row, .search .header-row {
  background: #fff; }
  .page-template-news .header-row h1, .page-template-news .header-row small, .tag .header-row h1, .tag .header-row small, .single-post .header-row h1, .single-post .header-row small, .search .header-row h1, .search .header-row small {
    color: #007DC3;
    margin-bottom: 0; }
  .page-template-news .header-row small, .tag .header-row small, .single-post .header-row small, .search .header-row small {
    display: block;
    margin: 0 auto; }
  @media screen and (min-width: 1061px) {
    .page-template-news .header-row h1, .page-template-news .header-row small, .tag .header-row h1, .tag .header-row small, .single-post .header-row h1, .single-post .header-row small, .search .header-row h1, .search .header-row small {
      max-width: 640px !important; } }

.page-template-news .header-row {
  background: #fff; }
  .page-template-news .header-row .row-bounds {
    padding-bottom: 20px; }
  @media screen and (min-width: 1061px) {
    .page-template-news .header-row .row-bounds {
      padding-bottom: 40px; } }

.single-post .header-row {
  text-align: left; }
  .single-post .header-row .row-bounds {
    padding: 30px 20px 20px; }
  .single-post .header-row h1 {
    font-size: 24px;
    text-align: left; }
    .single-post .header-row h1.large {
      font-size: 32px; }
    .single-post .header-row h1.small {
      font-size: 20px; }
  @media screen and (min-width: 1061px) {
    .single-post .header-row .row-bounds {
      padding: 70px 50px 20px; }
    .single-post .header-row h1 {
      font-size: 36px; }
      .single-post .header-row h1.large {
        font-size: 42px; }
      .single-post .header-row h1.small {
        font-size: 30px; } }

.loaded.page-template-about .header-row {
  background: rgba(8, 50, 146, 0.35); }

.page-template-about .header-row {
  background: #6480a4;
  -webkit-transition: background 1s ease-in-out;
  -moz-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out; }
  .page-template-about .header-row .row-bounds {
    -webkit-transition: padding-top 1s ease-in-out;
    -moz-transition: padding-top 1s ease-in-out;
    -o-transition: padding-top 1s ease-in-out;
    transition: padding-top 1s ease-in-out;
    padding-top: 30%;
    padding-bottom: 20px; }
  .page-template-about .header-row h1 {
    -webkit-transition: padding-bottom 1s ease-in-out;
    -moz-transition: padding-bottom 1s ease-in-out;
    -o-transition: padding-bottom 1s ease-in-out;
    transition: padding-bottom 1s ease-in-out; }
  .page-template-about .header-row p {
    padding-bottom: 10px; }
  @media screen and (min-width: 1061px) {
    .page-template-about .header-row p {
      padding-bottom: 30px; } }

.bg {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-color: #94a9ae;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative; }

.page-template-contact .header-row {
  background: #051A4B; }

.wide-image {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0; }

.case-studies-row .case-link {
  display: block; }

.case-studies-row .case {
  color: #556B79; }

.case-studies-row .img {
  background-color: #ccc;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }
  .case-studies-row .img > div {
    padding-top: 80%; }

.case-studies-row .details {
  padding: 30px 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.case-studies-row small {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #007DC3;
  display: block;
  font-weight: 500;
  padding-bottom: 5px; }

.case-studies-row h2 {
  color: #283243;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 18px;
  line-height: 1.3; }

.case-studies-row p {
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 400; }

.case-studies-row .btn.arrow {
  margin: 0 0 20px;
  -webkit-transition: all 0.2s ease-in-out,
 padding-right 0.3s ease-in-out 0s,
 opacity 0.3s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out,
 padding-right 0.3s ease-in-out 0s,
 opacity 0.3s ease-in-out 0s;
  transition: all 0.2s ease-in-out,
 padding-right 0.3s ease-in-out 0s,
 opacity 0.3s ease-in-out 0s;
  padding-right: 70px; }

.case-studies-row blockquote p {
  font-size: 13px;
  font-style: italic; }

.case-studies-row .name {
  font-weight: 500;
  font-size: 12px; }
  .case-studies-row .name img {
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    float: left;
    position: relative;
    top: -9px;
    margin-right: 10px; }

@media screen and (min-width: 641px) {
  .case-studies-row .case-link .case {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .case-studies-row .case-link:nth-child(even) .case {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .case-studies-row .details {
    display: inline-block;
    width: 50%; }
  .case-studies-row .img {
    display: inline-block;
    width: 50%; }
    .case-studies-row .img > div {
      padding-top: 130%; } }

@media screen and (min-width: 1061px) {
  .case-studies-row .img > div {
    padding-top: 100%; }
  .case-studies-row .details {
    padding: 30px 50px 40px; }
  .case-studies-row small {
    font-size: 14px; }
  .case-studies-row h2 {
    font-size: 40px;
    padding-bottom: 18px; }
  .case-studies-row p {
    font-size: 20px; }
  .case-studies-row blockquote p {
    font-size: 18px; }
  .case-studies-row .name {
    font-size: 16px; } }

@media screen and (min-width: 1250px) {
  .case-studies-row .img {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-background-size: 180% auto;
    -moz-background-size: 180% auto;
    -o-background-size: 180% auto;
    background-size: 180% auto; }
    .case-studies-row .img > div {
      padding-top: 90%; }
    .case-studies-row .img.inview {
      -webkit-background-size: 120% auto;
      -moz-background-size: 120% auto;
      -o-background-size: 120% auto;
      background-size: 120% auto; }
  .case-studies-row .details {
    padding: 30px 80px 40px; } }

.no-touch .case-studies-row .btn:hover {
  padding-right: 100px; }

.cta-row {
  color: #fff;
  text-align: center;
  background: #007DC3;
  display: block; }
  .cta-row > div {
    padding: 30px 20px; }
  .cta-row h4 {
    font-weight: 200;
    font-size: 20px;
    padding-bottom: 15px; }
  .cta-row .cta-btn {
    display: block;
    border: 2px solid #051A4B;
    padding: 13px 30px;
    border-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    max-width: 600px;
    font-weight: bold;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .cta-row small {
    display: block;
    padding-top: 15px;
    font-size: 10px; }
  @media screen and (min-width: 641px) {
    .cta-row > div {
      padding: 60px 20px; } }
  @media screen and (min-width: 1250px) {
    .cta-row > div {
      padding: 100px 30px; }
    .cta-row h4 {
      font-size: 36px;
      padding-bottom: 30px; }
    .cta-row .cta-btn {
      padding: 30px;
      border-radius: 50px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;
      font-size: 16px; }
    .cta-row small {
      padding-top: 30px;
      font-size: 12px; } }

.no-touch .cta-row .cta-btn:hover {
  background: #051A4B; }

.tag-row {
  color: #fff;
  text-align: center;
  background: #007DC3;
  display: block; }
  .tag-row > div {
    padding: 30px 20px; }
  .tag-row h4 {
    font-weight: 200;
    font-size: 20px;
    padding-bottom: 15px; }
  .tag-row .tags a {
    display: inline-block;
    background: #051A4B;
    margin: 2px;
    padding: 3px 15px;
    color: #fff;
    border-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 12px !important;
    font-weight: 400;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .tag-row .tags a:hover {
      color: #051A4B;
      background: #fff; }
  @media screen and (min-width: 641px) {
    .tag-row > div {
      padding: 60px 20px; } }
  @media screen and (min-width: 1250px) {
    .tag-row > div {
      padding: 100px 30px; }
    .tag-row h4 {
      font-size: 36px;
      padding-bottom: 30px; } }

.no-touch .tag-row .cta-btn:hover {
  background: #051A4B; }

.contact-statement-row {
  display: block;
  background: #191f29 url(../images/map2.png) no-repeat;
  -webkit-transition: background-size 0s ease-in-out;
  -moz-transition: background-size 0s ease-in-out;
  -o-transition: background-size 0s ease-in-out;
  transition: background-size 0s ease-in-out;
  background-position: center center;
  text-align: center;
  padding: 0 0 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px 0; }
  .contact-statement-row:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #141e2e;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    opacity: 0; }
  .contact-statement-row h4 {
    position: relative;
    font-weight: 200;
    font-size: 30px;
    letter-spacing: -0.3px;
    line-height: 1.2;
    margin-bottom: 18px;
    z-index: 3; }
  .contact-statement-row p {
    position: relative;
    z-index: 3;
    font-size: 14px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 25px; }
  .contact-statement-row .btn {
    z-index: 3; }
  @media screen and (min-width: 1061px) {
    .contact-statement-row {
      padding: 0 0; }
      .contact-statement-row h4 {
        font-size: 70px;
        margin-bottom: 30px; }
      .contact-statement-row p {
        font-size: 20px;
        max-width: 800px;
        margin-bottom: 40px; } }

.contact-row {
  padding: 60px 0 0;
  background: #051A4B; }
  .contact-row .row-bounds {
    overflow: hidden; }
  .contact-row .ww h2 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 20px;
    color: #fff; }
  .contact-row .ww h3 {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 5px;
    color: #fff; }
  .contact-row .ww table {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #fff; }
    .contact-row .ww table td {
      vertical-align: top; }
    .contact-row .ww table td:first-child {
      min-width: 220px; }
    .contact-row .ww table a {
      color: #fff;
      font-weight: bold;
      border-bottom: 1px dashed #fff; }
  .contact-row .ww li {
    color: #fff; }
  .contact-row .ww p {
    font-size: 14px;
    padding-bottom: 20px;
    font-weight: 400;
    color: #fff; }
    .contact-row .ww p strong {
      color: #fff; }
    .contact-row .ww p a {
      color: #fff;
      font-weight: bold;
      border-bottom: 1px dashed #fff; }
  @media screen and (max-width: 1060px) {
    .contact-row .ww table td {
      display: block; } }
  @media screen and (min-width: 641px) {
    .contact-row .col {
      width: 50%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .contact-row .col:nth-child(2n-3) {
        clear: both;
        padding-right: 30px; }
      .contact-row .col:nth-child(2n) {
        padding-left: 30px; } }
  @media screen and (min-width: 1061px) {
    .contact-row {
      padding: 110px 0 20px; }
      .contact-row .ww h2 {
        font-size: 30px; }
      .contact-row .ww h3 {
        font-size: 20px; }
      .contact-row .ww p, .contact-row .ww table {
        font-size: 16px; }
      .contact-row .ww table td:first-child {
        min-width: 300px; } }

.no-touch .contact-row .ww table a:hover, .no-touch .contact-row .ww p a:hover {
  color: #007DC3;
  border-color: #007DC3; }

.features-row {
  border-top: 1px solid #f5f5f5; }
  .features-row .row-bounds {
    overflow: hidden; }
  .features-row h2 {
    font-weight: 700;
    font-size: 20px;
    color: #007DC3; }
    .features-row h2 strong {
      font-weight: 700; }
  .features-row .features {
    padding-top: 20px;
    overflow: hidden; }
  .features-row .feature {
    padding: 0 0 20px 36px;
    position: relative; }
    .features-row .feature:last-child {
      padding-bottom: 0; }
  .features-row h3 {
    font-size: 14px;
    font-weight: 600; }
  .features-row p {
    font-weight: 400;
    font-size: 12px; }
  .features-row .icon {
    float: left;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: -3px; }
  .features-row .page {
    border: 4px solid #051A4B;
    border-top: 40px solid #051A4B;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    background: #fff;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: top center;
    padding-top: 104%; }
    .features-row .page:after, .features-row .page:before {
      content: "";
      width: 14px;
      height: 14px;
      position: absolute;
      background: #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      left: 10px;
      top: -26px;
      border-radius: 50%;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box; }
    .features-row .page:before {
      left: 28px; }
    .features-row .page img {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      opacity: 0; }
  .features-row .monitor {
    position: absolute;
    bottom: 0;
    left: 20px;
    border-left: 15px solid #283243;
    border-right: 15px solid #283243;
    border-top: 20px solid #283243;
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px 15px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: top center;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding-top: 0; }
    .features-row .monitor:after {
      content: "";
      width: 4px;
      height: 4px;
      position: absolute;
      background: #000;
      left: 50%;
      top: -12px;
      border-radius: 5px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;
      margin-left: -2px; }
    .features-row .monitor img {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      opacity: 0; }
  .features-row .phone {
    position: absolute;
    bottom: 0;
    right: 20px;
    border-left: 6px solid #283243;
    border-right: 6px solid #283243;
    border-top: 30px solid #283243;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: top center;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    padding-top: 0; }
    .features-row .phone:after {
      content: "";
      width: 3px;
      height: 3px;
      position: absolute;
      border: 1px solid #000;
      left: 50%;
      top: -22px;
      border-radius: 5px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;
      margin-left: -1.5px; }
  .features-row.left-page .devices, .features-row.right-page .devices {
    padding: 30px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .features-row.bottom-devices .devices {
    padding-top: 30%;
    margin-top: 20px; }
  @media screen and (min-width: 641px) {
    .features-row .features {
      padding-top: 30px; }
    .features-row .cont {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    .features-row.left-page .cont {
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .features-row.left-page .devices {
      display: inline-block;
      width: 50%;
      padding: 30px 20px 15px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .features-row.left-page .features {
      display: inline-block;
      width: 50%;
      padding-left: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .features-row.right-page .devices {
      display: inline-block;
      width: 50%;
      padding: 30px 0 15px 20px; }
    .features-row.right-page .features {
      display: inline-block;
      width: 50%;
      padding-right: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  @media screen and (min-width: 641px) and (max-width: 1060px) {
    .features-row.bottom-devices .feature {
      width: 50%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .features-row.bottom-devices .feature:nth-child(2n-3) {
        clear: both;
        padding-right: 20px; }
      .features-row.bottom-devices .feature:nth-child(2n) {
        padding-left: 56px; }
        .features-row.bottom-devices .feature:nth-child(2n) .icon {
          left: 20px; }
    .features-row.left-page .devices {
      padding: 30px 20px 15px 0; }
    .features-row.left-page .features {
      padding-left: 20px; }
    .features-row.right-page .devices {
      padding: 30px 0 15px 20px; }
    .features-row.right-page .features {
      padding-right: 20px; } }
  @media screen and (min-width: 1061px) {
    .features-row h2 {
      font-size: 30px; }
    .features-row h3 {
      font-size: 20px; }
    .features-row p {
      font-size: 16px; }
    .features-row .features {
      padding-top: 50px; }
    .features-row .feature {
      padding: 0 0 0 50px; }
    .features-row .icon {
      width: 36px;
      height: 36px;
      top: -4px; }
    .features-row.bottom-devices .devices {
      margin-top: 0; }
    .features-row.bottom-devices .feature {
      width: 23%;
      float: left;
      margin-right: 2.6%;
      margin-bottom: 2.6%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .features-row.bottom-devices .feature:nth-child(4n-7) {
        clear: both; }
      .features-row.bottom-devices .feature:nth-child(4n) {
        margin-right: 0; }
    .features-row.left-page .devices {
      padding: 50px 60px 15px 0; }
    .features-row.left-page .feature {
      width: 50%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .features-row.left-page .feature:nth-child(2n-3) {
        clear: both;
        padding-right: 20px; }
      .features-row.left-page .feature:nth-child(2n) {
        padding-left: 70px; }
        .features-row.left-page .feature:nth-child(2n) .icon {
          left: 20px; }
    .features-row.right-page .devices {
      padding: 50px 0 15px 60px; }
    .features-row.right-page .feature {
      width: 50%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .features-row.right-page .feature:nth-child(2n-3) {
        clear: both;
        padding-right: 20px; }
      .features-row.right-page .feature:nth-child(2n) {
        padding-left: 66px; }
        .features-row.right-page .feature:nth-child(2n) .icon {
          left: 20px; }
    .features-row .monitor {
      left: 50px;
      border-left: 25px solid #283243;
      border-right: 25px solid #283243;
      border-top: 30px solid #283243;
      border-radius: 20px 20px 0 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box; }
      .features-row .monitor:after {
        width: 6px;
        height: 6px;
        top: -17px;
        margin-left: -3px; }
    .features-row .phone {
      right: 50px;
      border-left: 10px solid #283243;
      border-right: 10px solid #283243;
      border-top: 50px solid #283243;
      border-radius: 12px 12px 0 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box; }
      .features-row .phone:after {
        width: 4px;
        height: 4px;
        top: -34px;
        margin-left: -2px; } }
  @media screen and (min-width: 1250px) {
    .features-row.bottom-devices .devices {
      margin-top: -30px; } }

.slides-row {
  margin-top: -335px;
  position: relative;
  z-index: 1; }
  .slides-row .row-bounds {
    padding-top: 0;
    padding-bottom: 0; }
  .slides-row .slides {
    background: #9900DE;
    overflow: hidden;
    height: 380px; }
  .slides-row .slide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-image: none !important;
    color: #fff;
    text-align: center;
    height: 380px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .slides-row .slide .details {
      display: table;
      vertical-align: middle;
      height: 100%;
      width: 100%;
      background: #8700c5;
      padding: 30px 30px 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .slides-row .slide .details .cont {
        display: table-cell;
        vertical-align: middle; }
  .slides-row .pager {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 50px;
    line-height: 0.75;
    margin-top: -50px;
    position: relative;
    z-index: 2000; }
    .slides-row .pager span {
      color: #BF3EF9;
      cursor: pointer;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      .slides-row .pager span.cycle-pager-active {
        color: #fff; }
  .slides-row h2 {
    padding-bottom: 20px;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.3;
    max-width: 500px;
    margin: 0 auto; }
  .slides-row p {
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    max-width: 500px;
    margin: 0 auto; }
  @media screen and (min-width: 1061px) {
    .slides-row {
      margin-top: -378px; }
      .slides-row .slides {
        height: 480px; }
      .slides-row .slide {
        height: 480px; }
      .slides-row .pager {
        font-size: 70px;
        margin-top: -60px; }
      .slides-row h2 {
        padding-bottom: 30px;
        font-size: 50px;
        max-width: 800px; }
      .slides-row p {
        padding-bottom: 20px;
        font-size: 20px;
        max-width: 600px; } }
  @media screen and (min-width: 1250px) {
    .slides-row {
      margin-top: -417px; } }

.no-touch .slides-row .pager span:hover {
  color: #fff; }

.approach-row .row-bounds {
  overflow: hidden; }

.approach-row h2 {
  font-weight: 700;
  font-size: 20px;
  color: #007DC3; }
  .approach-row h2 strong {
    font-weight: 700; }

.approach-row .approaches {
  padding-top: 30px;
  overflow: hidden; }

.approach-row .approach {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #f5f5f5;
  border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box; }

.approach-row h3 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #007DC3; }

.approach-row p {
  font-weight: 400;
  font-size: 12px;
  color: #007DC3; }

.approach-row .icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px; }

@media screen and (min-width: 641px) {
  .approach-row h2 {
    text-align: center; } }

@media screen and (min-width: 641px) and (max-width: 1060px) {
  .approach-row .approaches {
    padding-top: 50px; }
  .approach-row .approach {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .approach-row .approach:nth-child(2n-3) {
      clear: both;
      padding-right: 20px; }
    .approach-row .approach:nth-child(2n) {
      padding-left: 70px; }
      .approach-row .approach:nth-child(2n) .icon {
        left: 20px; } }

@media screen and (min-width: 1061px) {
  .approach-row h2 {
    font-size: 30px; }
  .approach-row h3 {
    font-size: 20px; }
  .approach-row p {
    font-size: 16px; }
  .approach-row .approaches {
    padding-top: 80px; }
  .approach-row .approach {
    padding: 0 0 20px 50px; }
  .approach-row .icon {
    width: 36px;
    height: 36px;
    top: -4px; }
  .approach-row .approach {
    width: 31.6%;
    float: left;
    margin-right: 2.6%;
    margin-bottom: 2.6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .approach-row .approach:nth-child(3n-5) {
      clear: both; }
    .approach-row .approach:nth-child(3n) {
      margin-right: 0; } }

.loaded.page-template-about .details-row {
  background: rgba(8, 50, 146, 0.35); }

.details-row {
  background: #6480a4;
  -webkit-transition: background 1s ease-in-out;
  -moz-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
  color: #fff; }
  .details-row .row-bounds {
    padding-top: 0;
    overflow: hidden; }
  .details-row .cols {
    padding-top: 20px; }
  .details-row h2 {
    font-weight: 400;
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto; }
    .details-row h2 strong {
      font-weight: 700; }
  .details-row p {
    padding-bottom: 20px;
    font-weight: 400; }
  @media screen and (min-width: 641px) {
    .details-row h2 {
      text-align: center; }
    .details-row .cols {
      padding-top: 50px; }
    .details-row .col {
      width: 50%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .details-row .col:nth-child(2n-3) {
        clear: both;
        padding-right: 20px; }
      .details-row .col:nth-child(2n) {
        padding-left: 20px; } }
  @media screen and (min-width: 1061px) {
    .details-row .cols {
      padding-top: 80px; }
    .details-row h2 {
      font-size: 30px; }
    .details-row p {
      font-size: 16px; } }

.flex-content-row {
  background: #fff;
  border-top: 1px solid #f5f5f5; }
  .flex-content-row.blue {
    background: #007DC3; }
    .flex-content-row.blue h2 {
      color: #fff; }
  .flex-content-row .row-bounds {
    overflow: hidden; }
  .flex-content-row .cols {
    padding-top: 20px; }
  .flex-content-row h2 {
    font-weight: 700;
    font-size: 20px;
    color: #007DC3; }
    .flex-content-row h2 strong {
      font-weight: 700; }
  .flex-content-row p {
    padding-bottom: 20px;
    font-weight: 400; }
  @media screen and (min-width: 641px) {
    .flex-content-row .cols {
      padding-top: 20px; }
    .flex-content-row .col {
      width: 50%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .flex-content-row .col:nth-child(2n-3) {
        clear: both;
        padding-right: 20px; }
      .flex-content-row .col:nth-child(2n) {
        padding-left: 20px; } }
  @media screen and (min-width: 1061px) {
    .flex-content-row h2 {
      font-size: 30px; }
    .flex-content-row p {
      font-size: 16px; } }

.hm-solution-row {
  background: -moz-linear-gradient(top, #fff, #F3F6FA);
  background: -webkit-gradient(top left, bottom left, color-stop(#fff), color-stop(#F3F6FA));
  background: -webkit-linear-gradient(top, #fff, #F3F6FA);
  background: -o-linear-gradient(top, #fff, #F3F6FA);
  background: -ms-linear-gradient(top, #fff, #F3F6FA);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F3F6FA));
  background: linear-gradient(to bottom, #fff, #F3F6FA);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$value1', endColorstr='$value2', GradientType=1 ); }
  .hm-solution-row .row-bounds {
    overflow: hidden;
    position: relative; }
  .hm-solution-row small {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #E63979;
    display: block;
    font-weight: 500;
    padding-bottom: 5px; }
  .hm-solution-row h2 {
    color: #283243;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 18px;
    line-height: 1.3; }
  .hm-solution-row .top p {
    padding-bottom: 20px; }
  .hm-solution-row .top p, .hm-solution-row .top li {
    font-size: 14px;
    font-weight: 400;
    max-width: 700px; }
    .hm-solution-row .top p strong, .hm-solution-row .top li strong {
      font-weight: 600;
      color: #283243; }
    .hm-solution-row .top p em, .hm-solution-row .top li em {
      font-style: italic; }
    .hm-solution-row .top p a, .hm-solution-row .top li a {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      color: #E63979;
      border-bottom: 1px dashed #DAE2E9;
      font-weight: 600; }
  .hm-solution-row .top blockquote {
    border-left: 2px solid #DAE2E9;
    padding-left: 15px;
    margin-bottom: 15px; }
    .hm-solution-row .top blockquote p {
      padding: 0;
      font-style: italic; }
  .hm-solution-row .top ul {
    padding-bottom: 10px; }
    .hm-solution-row .top ul li {
      padding: 0 0 5px 23px;
      position: relative; }
      .hm-solution-row .top ul li:after {
        content: "";
        position: absolute;
        left: 8px;
        top: 7px;
        width: 4px;
        height: 4px;
        background: #556B79; }
  .hm-solution-row .top ol {
    padding: 0 0 10px 23px;
    list-style: decimal; }
    .hm-solution-row .top ol li {
      padding-bottom: 5px; }
  .hm-solution-row .top .more {
    color: #E63979;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-right: 25px;
    display: inline-block; }
    .hm-solution-row .top .more:after {
      content: "";
      background: url(../images/arrow-m.svg) no-repeat;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background-size: cover;
      position: absolute;
      right: 5px;
      top: 50%;
      width: 7px;
      height: 12px;
      margin-top: -8px; }
  .hm-solution-row .features {
    padding-top: 30px;
    overflow: hidden; }
    .hm-solution-row .features.inview .feature {
      opacity: 1;
      margin-top: 0; }
  .hm-solution-row .feature {
    padding: 0 0 20px 36px;
    position: relative;
    margin-top: 60px;
    opacity: 0; }
    .hm-solution-row .feature:last-child {
      padding-bottom: 0; }
    .hm-solution-row .feature:nth-child(1) {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .hm-solution-row .feature:nth-child(2) {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .hm-solution-row .feature:nth-child(3) {
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
    .hm-solution-row .feature:nth-child(4) {
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out; }
    .hm-solution-row .feature:nth-child(5) {
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    .hm-solution-row .feature:nth-child(6) {
      -webkit-transition: all 1.2s ease-in-out;
      -moz-transition: all 1.2s ease-in-out;
      -o-transition: all 1.2s ease-in-out;
      transition: all 1.2s ease-in-out; }
    .hm-solution-row .feature:nth-child(7) {
      -webkit-transition: all 1.4s ease-in-out;
      -moz-transition: all 1.4s ease-in-out;
      -o-transition: all 1.4s ease-in-out;
      transition: all 1.4s ease-in-out; }
    .hm-solution-row .feature:nth-child(8) {
      -webkit-transition: all 1.6s ease-in-out;
      -moz-transition: all 1.6s ease-in-out;
      -o-transition: all 1.6s ease-in-out;
      transition: all 1.6s ease-in-out; }
  .hm-solution-row h3 {
    font-size: 14px;
    font-weight: 600;
    color: #283243; }
  .hm-solution-row p {
    font-weight: 400;
    font-size: 12px;
    color: #556B79; }
  .hm-solution-row .icon {
    float: left;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: -3px; }
  .hm-solution-row .monitor {
    position: absolute;
    bottom: 0;
    left: 20px;
    border-left: 15px solid #283243;
    border-right: 15px solid #283243;
    border-top: 20px solid #283243;
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px 15px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: top center;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding-top: 0; }
    .hm-solution-row .monitor:after {
      content: "";
      width: 4px;
      height: 4px;
      position: absolute;
      background: #000;
      left: 50%;
      top: -12px;
      border-radius: 5px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;
      margin-left: -2px; }
    .hm-solution-row .monitor img {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      opacity: 0; }
  .hm-solution-row .phone {
    position: absolute;
    bottom: 0;
    right: 20px;
    border-left: 6px solid #283243;
    border-right: 6px solid #283243;
    border-top: 30px solid #283243;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: top center;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    padding-top: 0; }
    .hm-solution-row .phone:after {
      content: "";
      width: 3px;
      height: 3px;
      position: absolute;
      border: 1px solid #000;
      left: 50%;
      top: -22px;
      border-radius: 5px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;
      margin-left: -1.5px; }
  .hm-solution-row .devices {
    padding-top: 30%;
    margin-top: 20px; }
    .hm-solution-row .devices.inview .monitor {
      padding-top: 30%; }
    .hm-solution-row .devices.inview .phone {
      padding-top: 18%; }
  @media screen and (min-width: 641px) {
    .hm-solution-row h2 {
      max-width: 70%; }
    .hm-solution-row .cont {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center !important;
      -webkit-align-items: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
    .hm-solution-row .features {
      padding-top: 30px; }
    .hm-solution-row .feature {
      width: 50%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .hm-solution-row .feature:nth-child(2n-3) {
        clear: both;
        padding-right: 20px; }
      .hm-solution-row .feature:nth-child(2n) {
        padding-left: 56px; }
        .hm-solution-row .feature:nth-child(2n) .icon {
          left: 20px; } }
  @media screen and (min-width: 1061px) {
    .hm-solution-row small {
      font-size: 14px; }
    .hm-solution-row h2 {
      font-size: 40px;
      padding-bottom: 30px;
      max-width: 100%; }
    .hm-solution-row .top {
      float: left;
      width: 45%;
      padding-bottom: 0;
      padding-top: 20px;
      position: static; }
      .hm-solution-row .top p, .hm-solution-row .top li {
        font-size: 20px;
        max-width: 100%; }
      .hm-solution-row .top ul li:after {
        top: 12px; }
      .hm-solution-row .top .more {
        position: absolute;
        font-size: 16px;
        top: 129px;
        right: 44px; }
    .hm-solution-row h3 {
      font-size: 20px; }
    .hm-solution-row .features {
      padding-top: 20px;
      float: right;
      width: 50%; }
      .hm-solution-row .features p {
        font-size: 16px; }
    .hm-solution-row .feature {
      padding: 0 0 20px 50px; }
      .hm-solution-row .feature:nth-child(2n) {
        padding-left: 70px; }
    .hm-solution-row .icon {
      width: 36px;
      height: 36px;
      top: -4px; }
    .hm-solution-row .devices {
      margin-top: 0;
      clear: both; }
    .hm-solution-row .monitor {
      left: 50px;
      border-left: 25px solid #283243;
      border-right: 25px solid #283243;
      border-top: 30px solid #283243;
      border-radius: 20px 20px 0 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box; }
      .hm-solution-row .monitor:after {
        width: 6px;
        height: 6px;
        top: -17px;
        margin-left: -3px; }
    .hm-solution-row .phone {
      right: 50px;
      border-left: 10px solid #283243;
      border-right: 10px solid #283243;
      border-top: 50px solid #283243;
      border-radius: 12px 12px 0 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box; }
      .hm-solution-row .phone:after {
        width: 4px;
        height: 4px;
        top: -34px;
        margin-left: -2px; } }
  @media screen and (min-width: 1250px) {
    .hm-solution-row .devices {
      margin-top: -30px; }
    .hm-solution-row .top .more {
      top: 169px; } }

.no-touch .hm-solution-row .top p a:hover, .no-touch .hm-solution-row .top li a:hover {
  border-color: #E63979; }

.hm-stats-row {
  background: -moz-linear-gradient(top, #fff, #F3F6FA);
  background: -webkit-gradient(top left, bottom left, color-stop(#fff), color-stop(#F3F6FA));
  background: -webkit-linear-gradient(top, #fff, #F3F6FA);
  background: -o-linear-gradient(top, #fff, #F3F6FA);
  background: -ms-linear-gradient(top, #fff, #F3F6FA);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F3F6FA));
  background: linear-gradient(to bottom, #fff, #F3F6FA);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$value1', endColorstr='$value2', GradientType=1 ); }
  .hm-stats-row .row-bounds:after {
    content: "";
    display: table;
    clear: both; }
  .hm-stats-row .col {
    position: relative;
    padding: 135px 0 0 0; }
    .hm-stats-row .col:last-child {
      margin: 30px 0 0 0; }
  .hm-stats-row p {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    max-width: 710px;
    margin: 0 auto;
    padding-bottom: 20px; }
  .hm-stats-row p, .hm-stats-row li {
    font-size: 14px;
    font-weight: 400;
    max-width: 700px; }
    .hm-stats-row p strong, .hm-stats-row li strong {
      color: #007DC3;
      font-weight: 700; }
    .hm-stats-row p em, .hm-stats-row li em {
      font-style: italic; }
    .hm-stats-row p a, .hm-stats-row li a {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      color: #007DC3;
      border-bottom: 1px dashed #DAE2E9;
      font-weight: 600; }
  .hm-stats-row blockquote {
    border-left: 2px solid #DAE2E9;
    padding-left: 15px;
    margin-bottom: 15px; }
    .hm-stats-row blockquote p {
      padding: 0;
      font-style: italic; }
  .hm-stats-row ul {
    padding-bottom: 10px; }
    .hm-stats-row ul li {
      padding: 0 0 5px 23px;
      position: relative; }
      .hm-stats-row ul li:after {
        content: "";
        position: absolute;
        left: 8px;
        top: 7px;
        width: 4px;
        height: 4px;
        background: #556B79; }
  .hm-stats-row ol {
    padding: 0 0 10px 23px;
    list-style: decimal; }
    .hm-stats-row ol li {
      padding-bottom: 5px; }
  .hm-stats-row .img {
    position: absolute;
    left: 50%;
    margin-left: -71px;
    top: 5px;
    width: 184px;
    height: 111px;
    background-image: url(../images/sites.svg);
    -webkit-background-size: 141px 91px;
    -moz-background-size: 141px 91px;
    -o-background-size: 141px 91px;
    background-size: 141px 91px;
    background-position: bottom left;
    background-repeat: no-repeat; }
    .hm-stats-row .img.users {
      background-image: url(../images/users.svg); }
      .hm-stats-row .img.users > div {
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out; }
    .hm-stats-row .img strong {
      display: block;
      font-weight: bold;
      font-family: "Roboto",Arial,sans-serif;
      font-size: 34px;
      line-height: 1;
      padding-bottom: 5px; }
    .hm-stats-row .img span {
      font-size: 11px;
      line-height: 1;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 600;
      display: block; }
    .hm-stats-row .img > div {
      content: "";
      width: 128px;
      height: 81px;
      position: absolute;
      right: 0;
      top: -20px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      color: #283243;
      text-align: center;
      padding: 10px 5px 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-image: url(../images/bubble.png);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    .hm-stats-row .img.inview > div {
      opacity: 1;
      top: 0; }
  @media screen and (min-width: 1061px) {
    .hm-stats-row .row-bounds {
      padding-bottom: 100px; }
    .hm-stats-row .img {
      left: 0;
      margin-left: 0;
      top: 5px; }
    .hm-stats-row .col {
      padding: 0 0 0 216px;
      float: left;
      width: 47%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .hm-stats-row .col:last-child {
        margin: 0 0 0 6%; }
    .hm-stats-row p, .hm-stats-row li {
      font-size: 16px;
      text-align: left; }
    .hm-stats-row .img > div {
      top: -40px; }
    .hm-stats-row .img.inview > div {
      top: 0; } }

.no-touch .hm-stats-row p a:hover, .no-touch .hm-stats-row li a:hover {
  border-color: #007DC3; }

.hm-approach-row {
  background: -moz-linear-gradient(top, #fff, #F3F6FA);
  background: -webkit-gradient(top left, bottom left, color-stop(#fff), color-stop(#F3F6FA));
  background: -webkit-linear-gradient(top, #fff, #F3F6FA);
  background: -o-linear-gradient(top, #fff, #F3F6FA);
  background: -ms-linear-gradient(top, #fff, #F3F6FA);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F3F6FA));
  background: linear-gradient(to bottom, #fff, #F3F6FA);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$value1', endColorstr='$value2', GradientType=1 ); }
  .hm-approach-row .row-bounds {
    overflow: hidden; }
  .hm-approach-row .top {
    padding-bottom: 30px; }
    .hm-approach-row .top small {
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #9900DE;
      display: block;
      font-weight: 500;
      padding-bottom: 5px; }
    .hm-approach-row .top h2 {
      color: #283243;
      font-weight: 700;
      font-size: 24px;
      padding-bottom: 18px;
      line-height: 1.3; }
    .hm-approach-row .top p {
      padding-bottom: 20px; }
    .hm-approach-row .top p, .hm-approach-row .top li {
      font-size: 14px;
      font-weight: 400;
      max-width: 700px; }
      .hm-approach-row .top p strong, .hm-approach-row .top li strong {
        font-weight: 700;
        color: #283243; }
      .hm-approach-row .top p em, .hm-approach-row .top li em {
        font-style: italic; }
      .hm-approach-row .top p a, .hm-approach-row .top li a {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #9900DE;
        border-bottom: 1px dashed #DAE2E9;
        font-weight: 600; }
    .hm-approach-row .top blockquote {
      border-left: 2px solid #DAE2E9;
      padding-left: 15px;
      margin-bottom: 15px; }
      .hm-approach-row .top blockquote p {
        padding: 0;
        font-style: italic; }
    .hm-approach-row .top ul {
      padding-bottom: 10px; }
      .hm-approach-row .top ul li {
        padding: 0 0 5px 23px;
        position: relative; }
        .hm-approach-row .top ul li:after {
          content: "";
          position: absolute;
          left: 8px;
          top: 7px;
          width: 4px;
          height: 4px;
          background: #556B79; }
    .hm-approach-row .top ol {
      padding: 0 0 10px 23px;
      list-style: decimal; }
      .hm-approach-row .top ol li {
        padding-bottom: 5px; }
    .hm-approach-row .top .more {
      color: #9900DE;
      font-size: 14px;
      font-weight: 600;
      position: relative;
      padding-right: 25px;
      display: inline-block; }
      .hm-approach-row .top .more:after {
        content: "";
        background: url(../images/arrow-p.svg) no-repeat;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background-size: cover;
        position: absolute;
        right: 5px;
        top: 50%;
        width: 7px;
        height: 12px;
        margin-top: -8px; }
  .hm-approach-row .cols.inview .col {
    opacity: 1;
    margin-top: 0; }
  .hm-approach-row .col {
    padding: 30px 20px 15px;
    position: relative;
    margin: 80px 0 20px;
    opacity: 0;
    background-color: #fff;
    display: block;
    -webkit-box-shadow: 0 2px 5px 0 rgba(180, 188, 194, 0.3);
    box-shadow: 0 2px 5px 0 rgba(180, 188, 194, 0.3);
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .hm-approach-row .col:last-child {
      margin-bottom: 0; }
    .hm-approach-row .col:nth-child(1) {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .hm-approach-row .col:nth-child(2) {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .hm-approach-row .col:nth-child(3) {
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
    .hm-approach-row .col img {
      display: block; }
    .hm-approach-row .col h3 {
      padding: 15px 0;
      font-size: 18px;
      font-weight: 700;
      color: #283243; }
    .hm-approach-row .col p {
      color: #556B79;
      padding-bottom: 15px;
      font-size: 12px;
      font-weight: 400; }
      .hm-approach-row .col p strong {
        font-weight: 600;
        color: #283243; }
    .hm-approach-row .col li {
      color: #556B79;
      padding-bottom: 5px;
      padding-left: 15px;
      position: relative;
      font-size: 12px;
      font-weight: 400; }
      .hm-approach-row .col li strong {
        font-weight: 600;
        color: #283243; }
      .hm-approach-row .col li:after {
        content: "";
        position: absolute;
        left: 1px;
        top: 7px;
        background-color: #556B79;
        width: 3px;
        height: 3px;
        border-radius: 50%; }
    .hm-approach-row .col ul {
      padding-bottom: 10px; }
  @media screen and (min-width: 641px) {
    .hm-approach-row .top {
      position: relative; }
      .hm-approach-row .top h2 {
        max-width: 50%; }
      .hm-approach-row .top p, .hm-approach-row .top li {
        max-width: 50%; }
      .hm-approach-row .top .more {
        position: absolute;
        bottom: 50px;
        right: 0; }
    .hm-approach-row .cols {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    .hm-approach-row .col {
      display: inline-block;
      margin: 0;
      width: 32%; } }
  @media screen and (min-width: 1061px) {
    .hm-approach-row .top {
      padding-bottom: 60px; }
      .hm-approach-row .top small {
        font-size: 14px; }
      .hm-approach-row .top h2 {
        font-size: 40px;
        padding-bottom: 18px; }
      .hm-approach-row .top p, .hm-approach-row .top li {
        font-size: 20px;
        max-width: 45%; }
      .hm-approach-row .top ul li:after {
        top: 12px; }
      .hm-approach-row .top .more {
        font-size: 16px;
        bottom: 80px; }
    .hm-approach-row .col {
      padding: 40px 30px 20px; }
      .hm-approach-row .col h3 {
        padding: 20px 0;
        font-size: 26px; }
      .hm-approach-row .col p {
        padding-bottom: 20px;
        font-size: 18px; }
      .hm-approach-row .col li {
        padding-bottom: 10px;
        padding-left: 15px;
        font-size: 18px; }
        .hm-approach-row .col li:after {
          content: "";
          position: absolute;
          left: 1px;
          top: 11px;
          background-color: #556B79;
          width: 4px;
          height: 4px;
          border-radius: 50%; } }

.no-touch .hm-approach-row .top p a:hover, .no-touch .hm-approach-row .top li a:hover {
  border-color: #9900DE; }

.no-touch .hm-approach-row .top .more:hover:after {
  right: 0; }

.hm-contact-row {
  background: -moz-linear-gradient(top, #fff, #F3F6FA);
  background: -webkit-gradient(top left, bottom left, color-stop(#fff), color-stop(#F3F6FA));
  background: -webkit-linear-gradient(top, #fff, #F3F6FA);
  background: -o-linear-gradient(top, #fff, #F3F6FA);
  background: -ms-linear-gradient(top, #fff, #F3F6FA);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F3F6FA));
  background: linear-gradient(to bottom, #fff, #F3F6FA);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$value1', endColorstr='$value2', GradientType=1 );
  text-align: center; }
  .hm-contact-row .row-bounds {
    overflow: hidden; }
  .hm-contact-row h2 {
    color: #283243;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 18px;
    line-height: 1.3; }
  @media screen and (min-width: 1061px) {
    .hm-contact-row h2 {
      font-size: 40px; } }

.share-row {
  background: #fff;
  clear: both;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-align: center; }
  .share-row .row-bounds {
    max-width: 500px; }
    .share-row .row-bounds > div {
      background: #fff;
      border-radius: 30px;
      padding-top: 20px;
      border: 2px solid #f5f5f5;
      overflow: hidden; }
  .share-row h4 {
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 18px;
    color: #007DC3; }
  .share-row .addthis_inline_share_toolbox_mrc1 {
    max-width: 320px;
    margin: 0 auto; }
  .share-row .at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
    fill: #007DC3 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .share-row .at-style-responsive .at-share-btn {
    background-color: transparent !important;
    margin: 0 !important;
    width: 20%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .share-row .at-style-responsive .at-share-btn:hover, .share-row .at-style-responsive .at-share-btn:focus {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      background-color: transparent !important; }
    .share-row .at-style-responsive .at-share-btn .at-icon-wrapper {
      float: none !important;
      width: 38px !important;
      height: 38px !important; }
  @media screen and (min-width: 1061px) {
    .share-row .row-bounds {
      padding-top: 40px;
      padding-bottom: 40px;
      max-width: 800px;
      overflow: hidden; }
    .share-row h4 {
      float: left;
      width: 50%;
      text-align: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 0 0 30px; }
    .share-row .addthis_inline_share_toolbox_mrc1 {
      float: right;
      width: 50%;
      clear: none !important;
      max-width: 245px;
      padding: 0 20px 5px 0; }
    .share-row .at-style-responsive .at-share-btn:hover .at-icon, .share-row .at-style-responsive .at-share-btn:focus .at-icon {
      fill: #C91D2D !important; } }
  @media screen and (min-width: 1600px) {
    .share-row {
      background: -moz-linear-gradient(left, #fff, #fff);
      background: -webkit-gradient(left top, right top, color-stop(#fff), color-stop(#fff));
      background: -webkit-linear-gradient(left, #fff, #fff);
      background: -o-linear-gradient(left, #fff, #fff);
      background: -ms-linear-gradient(left, #fff, #fff);
      background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
      background: linear-gradient(to right, #fff, #fff);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$value1', endColorstr='$value2', GradientType=1 );
      border-radius: 10px 0 0 10px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #e1e9f3;
      border-right: 0;
      position: fixed;
      right: -73px;
      top: 50%;
      z-index: 102;
      -webkit-transition: left 0.5s ease-in-out;
      -moz-transition: left 0.5s ease-in-out;
      -o-transition: left 0.5s ease-in-out;
      transition: left 0.5s ease-in-out;
      margin-top: -164px; }
      .share-row.show {
        right: 0; }
      .share-row h4 {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        font-size: 9px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #007DC3; }
        .share-row h4 span {
          display: none; }
      .share-row .row-bounds {
        padding: 30px 10px 20px;
        overflow: hidden;
        max-width: 70px; }
        .share-row .row-bounds > div {
          padding: 0;
          border: 0;
          border-radius: 0; }
      .share-row .addthis_inline_share_toolbox_mrc1 {
        float: none;
        width: 100%;
        padding: 0; }
      .share-row .at-style-responsive .at-share-btn {
        width: 48px;
        border-radius: 3px !important;
        margin-bottom: 5px !important;
        clear: both;
        float: left; }
        .share-row .at-style-responsive .at-share-btn .at-icon-wrapper {
          float: none !important;
          width: 28px !important;
          height: 24px !important; } }

.testimonial-row {
  text-align: center;
  color: #007DC3;
  border-top: 1px solid #f5f5f5;
  background: #fff;
  position: relative; }
  .testimonial-row h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    font-style: italic; }
  .testimonial-row .name {
    font-size: 10px; }
    .testimonial-row .name strong {
      font-weight: bold;
      font-size: 14px;
      display: block; }
    .testimonial-row .name img {
      width: 40px;
      height: 40px;
      background: #ccc;
      border-radius: 50%;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;
      display: block;
      margin: 20px auto 10px; }
  @media screen and (min-width: 1061px) {
    .testimonial-row h2 {
      font-size: 30px; }
    .testimonial-row .name {
      font-size: 12px; }
      .testimonial-row .name strong {
        font-size: 16px; }
      .testimonial-row .name img {
        width: 80px;
        height: 80px;
        margin-top: 30px; } }

.next-row {
  border-top: 1px solid #f5f5f5; }
  .next-row .row-bounds {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0; }
    .next-row .row-bounds:after {
      content: "";
      left: 50%;
      background: #f5f5f5;
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0; }
  .next-row h5 {
    color: #007DC3;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    float: left;
    max-width: 310px; }
  .next-row .col {
    float: left;
    width: 50%;
    display: inline-block;
    position: relative; }
    .next-row .col:before {
      content: ".";
      overflow: hidden;
      top: 0;
      left: 0;
      width: 1px;
      height: 1px;
      opacity: 0;
      display: inherit;
      text-indent: -9999px; }
  .next-row .case-link {
    width: 100%;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block; }
    .next-row .case-link:before, .next-row .case-link:after {
      content: "";
      display: table; }
    .next-row .case-link:after {
      clear: both; }
    .next-row .case-link svg {
      width: 7px;
      height: 13px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -7px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .next-row .col:last-child .case-link {
    text-align: right; }
    .next-row .col:last-child .case-link h5 {
      float: right; }
    .next-row .col:last-child .case-link svg {
      left: auto;
      right: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  @media screen and (min-width: 641px) {
    .next-row .case-link {
      padding: 40px 20px 40px 84px; }
      .next-row .case-link .img {
        width: 50px;
        height: 50px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -25px;
        border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box; }
    .next-row .col:last-child .case-link {
      padding: 40px 84px 40px 20px; }
      .next-row .col:last-child .case-link .img {
        left: auto;
        right: 20px; } }
  @media screen and (min-width: 1061px) {
    .next-row .row-bounds {
      padding-top: 0;
      padding-bottom: 0; }
    .next-row h5 {
      font-size: 20px; }
    .next-row .case-link {
      padding: 40px 40px 40px 130px; }
      .next-row .case-link .img {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 80px;
        height: 80px;
        left: 30px;
        margin-top: -40px;
        border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box; }
    .next-row .col:last-child .case-link {
      padding: 40px 130px 40px 40px; }
      .next-row .col:last-child .case-link .img {
        left: auto;
        right: 30px; } }

@media screen and (min-width: 1061px) {
  .no-touch .next-row .col .case-link:hover {
    padding: 40px 40px 40px 100px; }
    .no-touch .next-row .col .case-link:hover .img {
      width: 50px;
      height: 50px;
      left: 30px;
      margin-top: -25px; } }

@media screen and (min-width: 1061px) {
  .no-touch .next-row .col:last-child .case-link:hover {
    padding: 40px 100px 40px 40px; }
    .no-touch .next-row .col:last-child .case-link:hover .img {
      left: auto;
      right: 30px; } }

.photo-block {
  background: #051A4B;
  display: block; }
  .photo-block .img {
    background-color: #051A4B;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center; }
    .photo-block .img > div {
      padding-top: 80%; }
  .photo-block .details {
    padding: 30px 20px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  @media screen and (min-width: 641px) {
    .photo-block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center !important;
      -webkit-align-items: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
      .photo-block.right {
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .photo-block .details {
        display: inline-block;
        width: 50%; }
      .photo-block .img {
        display: inline-block;
        width: 50%; }
        .photo-block .img > div {
          padding-top: 130%; } }
  @media screen and (min-width: 1061px) {
    .photo-block .img > div {
      padding-top: 100%; }
    .photo-block .details {
      padding: 30px 50px 40px; } }
  @media screen and (min-width: 1250px) {
    .photo-block .img > div {
      padding-top: 90%; }
    .photo-block .details {
      padding: 30px 120px 40px 80px; } }

.page-about-thn .photo-block {
  background: #051A4B;
  display: block; }
  .page-about-thn .photo-block .img {
    background-color: #051A4B;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center; }
    .page-about-thn .photo-block .img > div {
      padding-top: 80%; }
  .page-about-thn .photo-block .details {
    padding: 30px 20px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .page-about-thn .photo-block .details img.alignnone {
      float: none;
      max-width: 150px;
      margin-bottom: 0;
      border-radius: 50%; }
  @media screen and (min-width: 641px) {
    .page-about-thn .photo-block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: stretch !important;
      -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
      .page-about-thn .photo-block.right {
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .page-about-thn .photo-block .details {
        padding: 40px 20px 40px; }
      .page-about-thn .photo-block .img > div {
        padding-top: 130%; } }
  @media screen and (min-width: 1061px) {
    .page-about-thn .photo-block .img > div {
      padding-top: 0; }
    .page-about-thn .photo-block .details {
      padding: 40px 50px 40px; } }
  @media screen and (min-width: 1250px) {
    .page-about-thn .photo-block .img > div {
      padding-top: 0; }
    .page-about-thn .photo-block .details {
      padding: 80px 120px 80px 80px; } }

.grid-row {
  text-align: center;
  background: #007DC3; }
  .grid-row .row-bounds {
    padding-bottom: 20px; }
  .grid-row .grid {
    margin-bottom: 30px;
    display: block; }
    .grid-row .grid.hide {
      display: none; }
  .grid-row .icon {
    border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .grid-row h3 {
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    min-height: 43px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  @media screen and (min-width: 641px) {
    .grid-row .grids {
      overflow: hidden;
      margin: 0 -1.16%; }
    .grid-row .grid {
      float: left;
      width: 31%;
      margin: 0 1.16% 3.5%; } }
  @media screen and (min-width: 1061px) {
    .grid-row .row-bounds {
      padding-bottom: 60px; } }

.no-touch .grid-row .grid:hover .icon {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.no-touch .grid-row .grid:hover h3 {
  -webkit-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -ms-transform: translatey(-10px);
  transform: translatey(-10px); }

.page-template-services .grid-row {
  border: 0; }
  .page-template-services .grid-row .row-bounds {
    padding-top: 0; }

@media screen and (min-width: 641px) {
  .page-template-services .grids {
    overflow: hidden;
    margin: 0 -1.16%; }
  .page-template-services .grid {
    float: left;
    width: 22.68%;
    margin: 0 1.16% 3.5%; } }

.page-suppliers .grid-row {
  border: 0; }
  .page-suppliers .grid-row .row-bounds {
    padding-top: 0; }

@media screen and (min-width: 1061px) {
  .page-suppliers .grids {
    overflow: hidden;
    margin: 0 -1.16%; }
  .page-suppliers .grid {
    float: left;
    width: 17.68%;
    margin: 0 1.16% 3.5%; } }

.page-template-customers .grid-row {
  border: 0; }
  .page-template-customers .grid-row .row-bounds {
    padding-top: 0; }

.blog-main-row {
  background: #fff; }
  .blog-main-row .row-bounds {
    padding-top: 0;
    max-width: 3000px;
    overflow: hidden; }
    .blog-main-row .row-bounds h1 {
      color: #007DC3;
      font-size: 30px; }
    .blog-main-row .row-bounds h2.fine {
      color: #051A4B;
      font-weight: 200; }
  .blog-main-row .col:nth-child(1) {
    padding: 0 0 10px; }
  .blog-main-row .col:nth-child(2) {
    padding: 30px 0;
    border-top: 4px solid #f5f5f5; }
  .blog-main-row .details {
    padding: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1; }
  .blog-main-row .item {
    display: block;
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden; }
    .blog-main-row .item:after {
      content: "";
      position: absolute;
      background-image: -webkit-linear-gradient(255deg, #07337644 0%, #03092F 100%);
      background-image: -o-linear-gradient(255deg, #07337644 0%, #03092F 100%);
      background-image: linear-gradient(-165deg, #07337644 0%, #03092F 100%);
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0.5; }
    .blog-main-row .item:last-child {
      margin: 0; }
    .blog-main-row .item h3 {
      padding: 2px 0 5px;
      font-size: 24px;
      color: #fff;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      line-height: 1.3; }
    .blog-main-row .item p {
      color: #fff;
      padding: 0;
      font-size: 14px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .blog-main-row .item small {
      display: block;
      color: #039EDC;
      font-size: 12px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .blog-main-row .item .search-highlight {
      color: #051A4B; }
    .blog-main-row .item .img {
      border-radius: 4px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;
      padding-top: 80%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center center; }
  @media screen and (max-width: 799px) {
    .blog-main-row .item:after {
      opacity: 0.8; } }
  @media screen and (min-width: 800px) and (max-width: 1060px) {
    .blog-main-row .item {
      float: left;
      width: 49%;
      margin: 0 1% 1% 0; }
      .blog-main-row .item:after {
        opacity: 0.8; }
      .blog-main-row .item:nth-child(2n) {
        margin-right: 0; }
      .blog-main-row .item:nth-child(2n - 3) {
        clear: left; } }
  @media screen and (min-width: 1061px) {
    .blog-main-row .row-bounds h1 {
      font-size: 52px; }
    .blog-main-row .item {
      float: left;
      width: 32.66%;
      margin: 0 1% 1% 0; }
      .blog-main-row .item:nth-child(2), .blog-main-row .item:nth-child(6), .blog-main-row .item:nth-child(6) {
        width: 66.32%; }
        .blog-main-row .item:nth-child(2) .img, .blog-main-row .item:nth-child(6) .img, .blog-main-row .item:nth-child(6) .img {
          padding-top: 39.4%; }
      .blog-main-row .item:nth-child(2), .blog-main-row .item:nth-child(5), .blog-main-row .item:nth-child(7), .blog-main-row .item:nth-child(10) {
        margin-right: 0; }
      .blog-main-row .item:nth-child(3), .blog-main-row .item:nth-child(6), .blog-main-row .item:nth-child(8) {
        clear: left; }
      .blog-main-row .item p {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0; } }
  @media screen and (min-width: 1600px) {
    .blog-main-row .details {
      padding: 40px; }
    .blog-main-row .item h3 {
      font-size: 32px; } }

@media screen and (min-width: 1061px) {
  .no-touch .blog-main-row .item:hover:after, .no-touch .blog-main-row .item:hover:after {
    opacity: 1; }
  .no-touch .blog-main-row .item:hover p, .no-touch .blog-main-row .item:hover p {
    max-height: 300px;
    opacity: 1; } }

.no-touch .blog-main-row .item:hover small, .no-touch .blog-main-row .item-small:hover small {
  color: #007DC3; }

.no-touch .blog-main-row .col:nth-child(3) a:hover h3 {
  color: #007DC3; }

.custom-pagination {
  clear: both;
  line-height: 50px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding-top: 40px; }
  .custom-pagination .page-numbers {
    color: #051A4B;
    margin: 0 10px;
    display: inline-block; }
    .custom-pagination .page-numbers.current {
      color: #007DC3;
      font-weight: 700; }
    .custom-pagination .page-numbers:hover {
      color: #007DC3;
      font-weight: 700; }
  .custom-pagination .page-num {
    display: none; }
  .custom-pagination .prev, .custom-pagination .next {
    border: 2px solid #f5f5f5;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    margin: 0 10px 0 0; }
  .custom-pagination .next {
    margin: 0 0 0 10px; }

.entry-content .author_bio_section {
  background: none repeat scroll 0 0 #fff;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
  margin-bottom: 0; }
  .entry-content .author_bio_section:before {
    content: "";
    display: block;
    border-top: 2px solid #f5f5f5;
    margin-bottom: 40px; }
  .entry-content .author_bio_section p {
    font-size: 14px; }
  .entry-content .author_bio_section a {
    color: #051A4B; }
  .entry-content .author_bio_section .author_name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #007DC3; }
  .entry-content .author_bio_section img {
    width: 60px;
    display: block;
    border-radius: 50%;
    margin: 0 auto 10px; }
  @media screen and (min-width: 1061px) {
    .entry-content .author_bio_section .author_name {
      font-size: 18px; } }

.print-logo {
  display: none; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-logo {
    display: block;
    padding: 20px; }
    .print-logo img {
      width: 200px;
      display: block; }
  .ww ul {
    list-style: disc;
    padding-left: 25px; }
    .ww ul li {
      padding-left: 0; }
  /* hiding header and footer
	-------------------------------------------------------------- */
  .header-row, .footer-row, .nav-row, .category-two-col-row .col:first-child, .controls-row {
    display: none; } }
