@charset "UTF-8";

.section-subscribe {display: none;}
::-moz-selection {
  background: #4098CE;
  color: #fff; }

::selection {
  background: #4098CE;
  color: #fff; }

/**
 * Return proper color depending on background.
 *
 * @param  {color} $color The background color
 * @param  {color} $light The text if BG is light
 * @param  {color} $dark  The text if BG is dark
 * @return {color}        The color of the text depending on background.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

@font-face {
  font-family: "Adelle Regular";
  src: url(../fonts/Adelle/Adelle_Regular.otf);
  font-weight: normal; }

@font-face {
  font-family: "Adelle Italic";
  src: url(../fonts/Adelle/Adelle_Italic.otf);
  font-style: italic; }

@font-face {
  font-family: "Adelle Bold";
  src: url(../fonts/Adelle/Adelle_Bold.otf);
  font-weight: bold; }

@font-face {
  font-family: "Futura Medium Condensed";
  src: url(../fonts/Futura_Medium_Condensed/Bitstream-Futura_MdCn_BT_Medium.ttf);
  font-weight: normal; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

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

body.admin-bar {
  padding-top: 32px; }
  @media (max-width: 782px) {
    body.admin-bar {
      padding-top: 46px; } }

/*.legacy {
	font-family: $font-primary;
	font-size: $global-font-size;
	color: $color-body-text;
	line-height: 1.3333;
}*/
/**
 * Since this is dashboard layout we need 100% width on all
 * elements, so there is no empty space left.
 */
.row {
  max-width: 100%;
  width: 100%; }

a {
  text-decoration: none;
  color: #3399cc; }

.legacy h1, .legacy h2, .legacy h3, .legacy h4, .legacy h5 {
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0; }

.legacy h2 {
  font-size: 30px; }

.legacy blockquote {
  font-style: italic; }

hr {
  height: 1px;
  border: none;
  width: 100%;
  background: #f0f0f0; }

img.alignright {
  margin: 20px 0 20px 20px; }

img.alignleft {
  margin: 20px 20px 20px 0; }

img.aligncenter {
  margin: 20px auto; }

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

/**
 * Required classes by WordPress. To pass the theme check
 * stylings to those must be applied, since the SASS watch
 * script is skipping classes that have no properties.
 */
.sticky {
  display: block; }

.bypostauthor {
  display: block; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

ol, ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

#content[tabindex="-1"]:focus {
  outline: 0; }

.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%; }

.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 {
  margin-bottom: 1.5em; }

.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.33%; }

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

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

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

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

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

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

.gallery-caption {
  display: block; }

body,
button,
input,
select,
textarea {
  font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic;
  font-family: "Adelle Italic", serif; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/**
 * Place ul element in the middle of its parent. The structure
 * .center-ul > ul must be followed in order to work. (uds)
 */
.center-ul {
  text-align: center; }
  .center-ul > ul {
    display: inline-block; }

/**
 * WordPress required styling
 */
.float-right {
  float: right; }

.float-left {
  float: left; }

.no-float,
.flost-none {
  float: none; }

.is-hidden {
  display: none; }

.cb {
  clear: both; }

hr.clear {
  border: none;
  background: transparent;
  clear: both; }

/**
 * Text Modifiers
 */
.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

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

.text-uppercase {
  text-transform: uppercase !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-normalcase {
  text-transform: none !important; }

.text-italic {
  font-style: italic; }

@media (max-width: 640px) {
  .m-aligncenter,
  img.m-aligncenter {
    text-align: center;
    float: none;
    margin: 20px auto; }
    .m-aligncenter .alignleft,
    .m-aligncenter .alignright,
    img.m-aligncenter .alignleft,
    img.m-aligncenter .alignright {
      margin: 0;
      float: none; } }

.text-white {
  color: white; }
  .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
    color: white; }
  .text-white a {
    color: white; }
  .text-white a:hover {
    color: white; }

.text-colored {
  color: #3399cc; }

@media (min-width: 640px) {
  .mobile-only {
    display: none !important; } }

/**
 * Quick margin classes
 */
@media (min-width: 640px) {
  .mt-0 {
    margin-top: 0 !important; }
  .mt-10 {
    margin-top: 10px !important; }
  .mt-20 {
    margin-top: 20px !important; }
  .mt-30 {
    margin-top: 30px !important; }
  .mt-40 {
    margin-top: 40px !important; }
  .mt-50 {
    margin-top: 50px !important; }
  .mt-60 {
    margin-top: 60px !important; }
  .mt-70 {
    margin-top: 70px !important; }
  .mt-80 {
    margin-top: 80px !important; }
  .mt-90 {
    margin-top: 90px !important; }
  .mt-100 {
    margin-top: 100px !important; }
  .mb-0 {
    margin-bottom: 0 !important; }
  .mb-10 {
    margin-bottom: 10px !important; }
  .mb-20 {
    margin-bottom: 20px !important; }
  .mb-30 {
    margin-bottom: 30px !important; }
  .mb-40 {
    margin-bottom: 40px !important; }
  .mb-50 {
    margin-bottom: 50px !important; }
  .mb-60 {
    margin-bottom: 60px !important; }
  .mb-70 {
    margin-bottom: 70px !important; }
  .mb-80 {
    margin-bottom: 80px !important; }
  .mb-90 {
    margin-bottom: 90px !important; }
  .mb-100 {
    margin-bottom: 100px !important; } }

/**
 * Helpful on .columns classes
 */
.position-initial {
  position: initial; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  font-family: sans-serif; }

body {
  font-size: 16px;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%; }

img, iframe, video {
  max-width: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

em {
  font-style: italic; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

.sprite {
  display: none; }

.hidden {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=32em&large=64em&xlarge=75em&xxlarge=90em"; }

.row {
  max-width: 950px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto; }
  .row .row,
  .column-row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }

.column,
.columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

@media screen and (min-width: 32em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (min-width: 32em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.row.medium-unstack .column {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 32em) {
    .row.medium-unstack .column {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

.row.large-unstack .column {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack .column {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

@media screen and (min-width: 32em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

.row.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.row.align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.row.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.row.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.row.align-top {
  -ms-flex-align: start;
      align-items: flex-start; }

.column.align-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.row.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.column.align-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.row.align-middle {
  -ms-flex-align: center;
      align-items: center; }

.column.align-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.row.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.column.align-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

@keyframes flicker {
  0% {
    opacity: 0; }
  12.5% {
    opacity: .25; }
  25% {
    opacity: 0; }
  37.5% {
    opacity: 0; }
  50% {
    opacity: .75; }
  62.5% {
    opacity: 0; }
  75% {
    opacity: 1; }
  87.5% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bannermove {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateX(-80%); } }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
select, textarea, .textlink, .textlink:after, .cs:after, .cs:before, .cs .bottom .name, .cs .arrow, .cs .arrow path, .download-link, .download-link path, .lightbox .close path {
  transition: .375s all ease-in-out; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

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

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

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

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

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

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

svg {
  max-width: 100%;
  max-height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  color: #8A959E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
select {
  font-family: "Open Sans", sans-serif;
  padding: 0px 25px;
  height: 48px;
  font-size: .875em;
  line-height: 48px;
  background-color: #fff;
  color: #8A959E;
  border: 1px solid #CECECE;
  box-shadow: none;
  border-radius: 50px;
  box-sizing: border-box; }

input[type="submit"].button {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  line-height: 1;
  font-weight: 700;
  font-size: "Open Sans", sans-serif;
  font-size: .875em; }

textarea {
  font-size: .875em;
  line-height: 3.6rem;
  padding: 0px 0 6px 0;
  height: 200px;
  resize: none; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: #4098CE; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 1rem 1rem 1rem 0; }

label.box-wrap {
  font-size: 1.5rem;
  margin-left: .5rem;
  font-weight: normal;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.select-dropdown {
  float: left;
  width: 100%;
  position: relative; }
  .select-dropdown:after, .select-dropdown:before {
    content: '';
    width: 7px;
    height: 1px;
    background: #8A959E;
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px; }
  .select-dropdown:before {
    transform: rotate(-45deg);
    right: 0px; }
  .select-dropdown select {
    background: transparent; }

.form {
  width: 100%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .form input {
    width: 100%; }
  .form fieldset {
    margin-bottom: 30px; }
  .form .half {
    float: left;
    width: 47%; }
  .form .full {
    float: left;
    width: 100%; }
  .form .button-container {
    width: 100%;
    float: left;
    margin-top: 50px; }
    @media screen and (min-width: 43.75em) {
      .form .button-container {
        margin-top: 30px; } }
  .form .button {
    display: inline-block; }

table {
  width: 100%; }

th,
td {
  padding: 1.2rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid #8A959E; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

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

.h1, .page-content h1 {
  font-weight: 600;
  font-size: 4em;
  line-height: 1.1; }

.h2, .page-content h2, .headings h2, .lightbox .form-section .heading {
  font-size: 1.875em;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 25px; }

.h3, .page-content h3 {
  font-size: 1.5em;
  line-height: 2; }

.h4, .page-content h4 {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #4098CE; }

.h5, .page-content h5 {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700; }

.h6, .page-content h6 {
  font-size: 1.8rem;
  font-weight: 700; }

.p {
  margin-top: 0;
  max-width: 80rem;
  font-size: 1em;
  line-height: 2.2;
  margin-bottom: 30px;
  letter-spacing: .003rem; }

p a {
  color: #4098CE;
  transition: 0.375s all ease-in-out; }
  p a:hover {
    color: #8A959E; }

.dark p a:hover {
  color: #fff; }

b, strong {
  font-weight: 700; }

i {
  font-style: italic; }

a {
  text-decoration: none; }

.ul, .page-content ul {
  list-style: none; }
  .ul.circle-list, .page-content ul.circle-list {
    padding: 30px 0; }
  .ul li, .page-content ul li {
    font-size: 1em;
    padding-left: 18px;
    margin-bottom: 20px;
    position: relative; }
    @media screen and (min-width: 50em) {
      .ul li, .page-content ul li {
        font-size: 1.6rem; } }
    .ul li:before, .page-content ul li:before {
      content: '';
      width: 16px;
      height: 16px;
      border: 2px solid #8A959E;
      border-radius: 50%;
      position: absolute;
      left: -15px;
      top: 5px;
      opacity: .5; }
    .ul li:after, .page-content ul li:after {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #F2F3F4;
      position: absolute;
      left: -11px;
      top: 9px; }

.ol, .page-content ol {
  list-style: decimal inside; }
  .ol li, .page-content ol li {
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: relative; }
    @media screen and (min-width: 50em) {
      .ol li, .page-content ol li {
        font-size: 1.6rem; } }

.page-content h5 {
  margin-bottom: 20px; }

.page-content h6 {
  margin-bottom: 20px; }

.page-content ul {
  text-align: left;
  margin-bottom: 30px; }

.page-content ol {
  text-align: left;
  margin-bottom: 30px; }

.page-content blockquote {
  font-size: 1.5em;
  line-height: 2;
  position: relative;
  padding-left: 70px; }
  @media screen and (min-width: 31.25em) {
    .page-content blockquote {
      font-size: 1.25em; } }
  .page-content blockquote:before {
    content: '';
    width: 37px;
    height: 30px;
    background: url(../resources/quote.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 0; }
  .page-content blockquote:after {
    content: '';
    width: 3px;
    height: 100%;
    background: #F2F3F4;
    position: absolute;
    left: 50px;
    top: 0; }

.page-content .alignleft {
  float: left;
  margin: 20px 20px 40px 0; }

.page-content .alignright {
  float: right;
  margin: 20px 0 20px 40px; }

.page-content .aligncenter {
  float: none;
  margin: 20px auto 40px; }

.headings {
  margin-bottom: 20px; }
  .headings h2 {
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    color: #4098CE; }
    .headings h2:first-child {
      padding-right: 0px;
      margin-right: 0px;
      position: relative; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .section-testimonials .owl-prev, .section-testimonials
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/Font_Awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/Font_Awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/Font_Awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/Font_Awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/Font_Awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/Font_Awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.cs:after, .cs:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.site-content#content {
  -ms-flex: none !important;
      flex: none !important; }

body {
  overflow: scroll; }

.row.micro {
  max-width: 500px; }

.row.narrow {
  max-width: 685px; }

.row.medium {
  max-width: 820px; }

.row.wide {
  max-width: 950px; }

@media (max-width: 960px) {
  .row {
    max-width: 95%; }
    .row.micro, .row.narrow, .row.medium {
      max-width: 95%; } }

.site {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
      flex-direction: column; }

.site-content {
  -ms-flex: 1;
      flex: 1; }

@media (max-width: 640px) {
  .column,
  .columns {
    padding-left: 20px;
    padding-right: 20px; } }

.site-header-placeholder {
  height: 117px; }
  .has-featured-image .site-header-placeholder {
    display: none; }

.page-template-default .main-header,
.post-template-default .main-header,
.error404 .main-header {
  background-color: #0a4a78; }

header .button, main .button, .lightbox .button {
  display: inline-block;
  padding: 15px 40px;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .875em;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.375s all ease-in-out; }
  header .button:hover, main .button:hover, .lightbox .button:hover {
    background: #3493CB;
    border-color: transparent; }
  header .button.blue, main .button.blue, .lightbox .button.blue {
    border: 2px solid transparent;
    background: #4098CE;
    color: #fff; }
    header .button.blue:hover, main .button.blue:hover, .lightbox .button.blue:hover {
      color: #4098CE;
      background: transparent;
      border-color: #4098CE; }

.textlink {
  color: #4098CE;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px; }
  .textlink:after {
    content: '';
    height: 2px;
    width: 100%;
    transform-origin: left;
    background: #4098CE;
    position: absolute;
    left: 0;
    transform: scale(0.25);
    bottom: 0px; }
  .textlink:hover:after {
    transform: scale(1); }

.archive-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .archive-grid .entry-body-wrapper {
    position: relative; }
    .archive-grid .entry-body-wrapper:after {
      background: #f3f8fa;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 100%;
      display: block;
      content: ''; }
  .archive-grid .entry {
    width: 33%;
    padding: 15px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    overflow: hidden; }
  .archive-grid .entry-thumbnail {
    background-size: cover;
    background-position: 50%; }
  @media (max-width: 960px) {
    .archive-grid {
      margin-left: -10px;
      margin-right: -10px; }
      .archive-grid .entry {
        padding: 10px; } }
  @media (max-width: 640px) {
    .archive-grid .entry {
      width: 50%; } }
  @media (max-width: 420px) {
    .archive-grid .entry {
      width: 100%; } }

.page-template-blog .category-item-all a {
  color: #3399cc; }

.category-broadly-essentials .category-item-broadly-essentials a {
  color: #3399cc; }

.category-customer-stories .category-item-customer-stories a {
  color: #3399cc; }

@media (max-width: 640px) {
  .page-template-blog .category-item-all a {
    background-color: #3399cc;
    color: white; }
  .category-broadly-essentials .category-item-broadly-essentials a {
    background-color: #3399cc;
    color: white; }
  .category-customer-stories .category-item-customer-stories a {
    background-color: #3399cc;
    color: white; } }

.site-content.legacy .button {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  background: #3399cc;
  font-family: "Futura Medium Condensed";
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  color: white; }
  .site-content.legacy .button.accent {
    background-color: #ebbd1c;
    color: #0a4a78; }
    .site-content.legacy .button.accent:hover {
      background-color: #efcb4b; }
  .site-content.legacy .button.wide {
    padding-top: 4px;
    padding-left: 3.4375rem;
    padding-right: 3.4375rem; }
  .site-content.legacy .button.semi-wide {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }

main .case-studies {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
  z-index: 100;
  padding: 40px 0; }
  main .case-studies .line-bg {
    position: absolute;
    right: -180px;
    top: -100px;
    z-index: 1; }
    @media screen and (max-width: 50em) {
      main .case-studies .line-bg {
        display: none; } }
  @media screen and (max-width: 34.375em) {
    main .case-studies {
      font-size: 80%; } }
  main .case-studies .cs.mini {
    float: left;
    width: 47%;
    margin-bottom: 50px; }
    @media screen and (max-width: 50em) {
      main .case-studies .cs.mini {
        width: 100%; } }
  main .case-studies .cs.full {
    margin-bottom: 50px; }

.cs {
  position: relative;
  z-index: 100;
  float: left;
  width: 100%; }
  .cs.full .quote {
    margin: 0 auto 50px; }
  .cs.full .text {
    margin: 0 auto;
    max-width: 423px; }
  .cs.full .number {
    width: 100%;
    text-align: center; }
  .cs.full .bottom {
    text-align: center; }
  .cs.mini {
    float: left;
    min-height: 370px; }
    .cs.mini .top {
      padding: 30px; }
  .cs:after {
    background: #202B33;
    opacity: .6; }
  .cs:before {
    background: #202B33;
    opacity: .5;
    z-index: -1;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .cs:hover:before {
    opacity: 1; }
  .cs .top {
    width: 100%;
    float: left;
    min-height: 380px;
    padding: 70px 30px;
    position: relative;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: no-repeat center center;
    background-size: cover; }
  .cs .quote {
    width: 42px;
    height: 36px;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
    display: block; }
    .cs .quote path {
      fill: #fff; }
  .cs .text {
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.4;
    position: relative;
    display: block;
    z-index: 10; }
  .cs .number {
    display: block;
    color: #F7CE3C;
    font-size: 4em;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1; }
  .cs .bottom .inner {
    position: relative;
    z-index: 100;
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 30px; }
  .cs .bottom:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%; }
  .cs .bottom:hover .name {
    color: #212A31; }
  .cs .bottom:hover .arrow {
    transform: translateY(-50%) translateX(5px); }
    .cs .bottom:hover .arrow path {
      fill: #4098CE; }
  .cs .bottom .name {
    display: block;
    font-size: 1.125em;
    color: #8A959E;
    margin-bottom: 10px; }
  .cs .arrow {
    position: absolute;
    width: 15px;
    height: 30px;
    right: 40px;
    top: 50%;
    transform: translateY(-50%); }
    .cs .arrow path {
      fill: #CECECE; }

article .social-links {
  text-align: center;
  margin: 50px 0; }
  article .social-links li {
    display: inline-block;
    margin: 0 3px; }
  article .social-links a {
    display: inline-block;
    color: #a4a4a4;
    background-color: #f6f6f6;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 35px; }
  article .social-links a:hover {
    background-color: #ebbd1c;
    color: white; }

.features-list {
  font-size: 18px;
  max-width: 360px; }
  .features-list p {
    margin: 0; }
  .features-list h1, .features-list h2, .features-list h3 {
    font-size: 30px;
    margin-bottom: 10px; }
  @media (min-width: 1000px) {
    .features-list {
      margin-left: 60px; } }

.feature-list-rotate {
  position: relative;
  height: 100%;
  width: 100%; }
  @media (max-width: 640px) {
    .feature-list-rotate {
      min-height: 340px; } }
  .feature-list-rotate .feature.is-visible h3 {
    color: #3399cc;
    transition: 0.5s; }
  .feature-list-rotate .feature {
    margin-bottom: 25px; }
  .feature-list-rotate .feature-image {
    position: absolute;
    opacity: 0;
    left: 50%;
    right: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 0.3s; }
  @media (max-width: 640px) {
    .safari .feature-list-rotate {
      margin: 20px 0;
      min-height: 300px; } }
  .safari .feature-list-rotate .feature-image {
    transform: translateX(-50%) translateY(50px); }
    @media (max-width: 640px) {
      .safari .feature-list-rotate .feature-image {
        transform: translateX(-50%);
        top: auto; }
        .safari .feature-list-rotate .feature-image-02 {
          transform: translateX(-50%) translateY(50px); } }
    .safari .feature-list-rotate .feature-image-02 {
      transform: translateX(-50%) translateY(100px); }
  .feature-list-rotate .feature-image.is-visible {
    opacity: 1;
    transition: 0.5s; }

.services-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .services-grid .service-item {
    display: inline-block;
    width: 50%;
    padding: 0 10px;
    text-align: center;
    color: #333; }
    .services-grid .service-item span {
      font-size: 15px;
      display: block;
      margin: 0 auto 40px; }
  .services-grid .service-image-wrapper {
    min-height: 100px;
    pointer: cursor; }
  @media (min-width: 640px) {
    .services-grid span {
      max-width: 150px; }
    .services-grid .service-item {
      width: 25%; } }
  .services-grid.line {
    width: 100%; }
    .services-grid.line .service-item {
      width: calc(100%/8); }
    .services-grid.line .service-image-wrapper {
      transform: scale(0.5);
      position: relative; }
    .services-grid.line .icons {
      margin: 0 auto;
      position: absolute;
      left: 50%;
      right: 50%;
      transform: translateX(-50%); }
    .services-grid.line span {
      margin-bottom: 0;
      font-size: 12px;
      margin-top: -10px; }
    @media (max-width: 800px) {
      .services-grid.line .service-item {
        width: calc(100%/4); } }
    @media (max-width: 640px) {
      .services-grid.line .service-item {
        width: calc(100%/2); } }

.icons {
  background-image: url(../images/icons-spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block; }
  .icons.features--animal {
    background-position: -5px -5px;
    width: 110px;
    height: 84px; }
  .icons.features--auto {
    background-position: -5px -99px;
    width: 98px;
    height: 80px; }
  .icons.features--bell {
    background-position: -5px -189px;
    width: 108px;
    height: 79px; }
  .icons.features--house {
    background-position: -5px -278px;
    width: 89px;
    height: 82px; }
  .icons.features--med {
    background-position: -5px -370px;
    width: 146px;
    height: 78px; }
  .icons.features--pro-serv {
    background-position: -5px -458px;
    width: 96px;
    height: 82px; }
  .icons.features--shop {
    background-position: -5px -550px;
    width: 110px;
    height: 80px; }
  .icons.features--shop-dark {
    background-position: -5px -731px;
    width: 110px;
    height: 80px; }
  .icons.features--spa {
    background-position: -5px -640px;
    width: 96px;
    height: 83px; }

.button-placeholder {
  display: block;
  height: 40px; }

.testimonial {
  max-width: 550px;
  margin: 0 auto; }
  .testimonial .testimonial-body {
    font-family: "Futura Medium Condensed";
    font-size: 28px;
    line-height: 3.125rem; }
  .testimonial .testimonial-about {
    font-family: "Futura Medium Condensed";
    font-size: 18px;
    font-style: italic;
    color: #ebbd1c;
    margin-top: 20px;
    display: block; }
  .testimonial .testimonial-more {
    color: #3399cc;
    font-size: 18px;
    margin-top: 10px;
    display: block; }
  .testimonial .testimonial-heading {
    font-size: 28px; }

.blog-categories {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Futura Medium Condensed"; }
  .blog-categories a {
    color: black;
    text-transform: uppercase;
    font-size: 21px; }
  .blog-categories a:hover {
    color: #3399cc; }
  .blog-categories .category-item {
    display: inline-block; }
    .blog-categories .category-item:before {
      content: "|";
      color: #ebbd1c;
      font-weight: bold;
      dipslay: inline-block;
      margin: 0 10px; }
    .blog-categories .category-item:first-child:before {
      display: none; }
    .blog-categories .category-item.current a {
      color: #3399cc; }
  @media (max-width: 640px) {
    .blog-categories a {
      padding: 8px 16px;
      color: white;
      font-size: 18px;
      background: #1d6fa2;
      cursor: pointer;
      display: inline-block;
      margin-bottom: 5px;
      margin-right: 5px; }
    .blog-categories .category-item:before {
      display: none;
      content: none; } }

.textblock {
  border-left: 1px dashed #ebbd1c;
  padding-left: 30px;
  margin-left: 30px;
  margin-top: 10px;
  max-width: 390px; }
  .textblock.basic {
    padding-left: 0;
    margin: 0;
    border: none; }
    @media (max-width: 640px) {
      .textblock.basic {
        margin: 0 auto; } }
  .textblock.right {
    margin-left: 0;
    padding-left: 80px; }
    @media (max-width: 640px) {
      .textblock.right {
        margin: 0 auto;
        padding: 0; } }
  .textblock-heading {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px; }
  .textblock-content {
    font-size: 18px; }
  .textblock .more-link {
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    display: inline-block;
    font-size: 18px; }
    .textblock .more-link:hover {
      color: #3399cc; }
  @media (max-width: 640px) {
    .textblock {
      text-align: center; }
      .textblock, .textblock .right {
        padding-left: 0;
        margin: 0;
        border: none; } }

.case-studies .row {
  overflow: hidden; }

.case-studies.two-col .columns:nth-child(2n):after {
  display: none; }

.case-studies .columns {
  text-align: center;
  position: relative; }
  .case-studies .columns:after {
    height: 70%;
    top: 15%;
    width: 1px;
    position: absolute;
    right: 0;
    border-left: 1px dashed #ebbd1c;
    content: '';
    display: block; }

.case-studies .study {
  padding: 20px; }

.case-studies .columns:nth-child(3n):after {
  display: none; }

.case-studies .study-heading {
  font-size: 26px;
  color: #0a4a78;
  margin-bottom: 20px; }

.case-studies .study-image {
  min-height: 120px;
  margin-bottom: 30px;
  text-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
  margin-right: auto; }

.case-studies .study-content {
  min-height: 170px; }
  @media (max-width: 800px) {
    .case-studies .study-content {
      min-height: 0;
      margin-bottom: 10px; }
      .case-studies .study-content p {
        max-width: 530px;
        margin: 0 auto; } }

.case-studies .read-more {
  font-weight: bold;
  font-size: 13px; }

.case-studies p {
  margin: 0; }

@media (max-width: 640px) {
  .case-studies .row {
    -ms-flex-direction: column;
        flex-direction: column; }
  .case-studies .columns {
    width: 100%; }
  .case-studies .columns:after {
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #ebbd1c;
    position: relative; }
  .case-studies .study {
    text-align: center; }
  .case-studies .textblock.basic {
    padding: 0; } }

.about-us-blockquote {
  max-width: 320px; }
  .about-us-blockquote blockquote {
    color: #3399cc;
    font-family: "Futura Medium Condensed";
    font-size: 30px;
    line-height: 39px;
    padding: 0;
    margin: 0; }
  .about-us-blockquote .blockquote-author {
    text-align: right;
    font-size: 24px;
    font-family: "Futura Medium Condensed";
    color: #3399cc;
    font-style: italic;
    opacity: .66;
    margin-top: 10px;
    display: inline-block;
    float: right; }
  @media (max-width: 640px) {
    .about-us-blockquote {
      text-align: center;
      float: none;
      margin: 0 auto 30px; }
      .about-us-blockquote .blockquote-author {
        float: none; } }

.icon-list li {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }

.icon-list .icon {
  width: 70px;
  text-align: center; }

.icon-list .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 20px; }

.icon-list span {
  display: block;
  font-size: 18px;
  margin: 2px 0; }

@media (max-width: 800px) {
  .how-it-works-section-image {
    transform: scale(0.9); } }

.add-margin-top-40 {
  margin-top: 40% !important; }

.entry-header {
  text-align: center;
  margin-bottom: 40px; }

.entry-thumbnail {
  display: block; }

.entry-meta {
  margin-top: 5px;
  font-size: 12px; }
  .entry-meta a {
    color: #333; }
    .entry-meta a:hover {
      color: #333; }

.entry .entry-title {
  font-size: 27px;
  color: #3399cc;
  margin-bottom: 30px;
  text-align: center; }

.entry-content {
  font-size: 18px; }
  .entry-content ul {
    list-style: disc;
    margin: 20px 40px 0; }
  .entry-content ol {
    list-style: decimal;
    margin: 20px 0 0 40px; }
    @media (max-width: 640px) {
      .entry-content ol {
        margin-left: 20px; } }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
    margin-bottom: 0.3em; }
  .entry-content p {
    margin-top: 0; }
  .entry-content li {
    margin-bottom: 10px; }
  .entry-content .notice {
    margin-bottom: 30px; }
  .entry-content em {
    font-family: "Adelle Italic", serif; }

.entry .social-links li {
  margin: 0 8px; }

.entry.small .entry-title {
  margin-bottom: 0;
  font-size: 20px;
  min-height: 2.3em;
  text-align: left;
  display: block; }

.entry.small .entry-date {
  display: block;
  margin: 6px 0;
  font-size: 10px; }

.entry.small .entry-thumbnail img {
  width: 100%;
  height: auto;
  margin-bottom: -7px; }

.entry.small .entry-excerpt {
  margin-top: 10px;
  font-size: 14px; }

.entry.background .entry-main {
  background-color: #f3f8fa;
  padding: 10px;
  height: 100%; }

.entry.background .overlay-link {
  display: none; }

.meta-separator {
  color: #ebbd1c;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px; }

input,
textarea {
  background-color: #fafcfd;
  border: 3px solid #e8f1f6;
  font-size: 18px;
  color: #333;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 3px; }
  input:focus,
  textarea:focus {
    outline: none;
    border-color: #3399cc; }

.required-label {
  display: block;
  text-align: right;
  margin-top: -20px;
  color: #999;
  margin-bottom: 20px; }
  @media (max-width: 640px) {
    .required-label {
      text-align: center; } }

input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1; }

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }

.contact-form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999; }

.contact-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1; }

.contact-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1; }

.contact-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999; }

.wpcf7-form br {
  display: none; }

.wpcf7-form br.force {
  display: block; }

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  padding: 0;
  text-align: center;
  margin: 0;
  border: none; }

span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  right: 9px;
  top: 16px;
  font-weight: bold; }

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block; }

.grid-isotope {
  opacity: 0;
  transition: 1s; }

.section-members .is-loaded .grid-isotope {
  opacity: 1;
  transition: 1s; }

.section-members .grid-item {
  overflow: hidden; }

.grid-item {
  width: 24.5%;
  padding-bottom: 24.5%; }

.grid-item--width2 {
  width: 12.25%;
  padding-bottom: 12.25%; }

@media (max-width: 640px) {
  .grid-item {
    width: 49%;
    padding-bottom: 49%; }
  .grid-item--width2 {
    width: 100%;
    padding-bottom: 100%; } }

.demo-item {
  height: 215px;
  width: 215px;
  display: block;
  background: #0a4a78;
  margin: 20px; }

.grid-filters {
  text-align: center;
  margin-bottom: 25px; }
  .grid-filters span {
    padding: 8px 16px;
    color: white;
    font-family: "Futura Medium Condensed";
    font-size: 18px;
    background: #1d6fa2;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px; }
  .grid-filters span:hover,
  .grid-filters .is-active {
    background-color: #0a4a78; }
  .grid-filters li {
    display: inline-block;
    margin: 0 5px; }
  .grid-filters span.active {
    background-color: #0a4a78; }
  @media (max-width: 640px) {
    .grid-filters {
      margin-top: 20px; } }

.download-link {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #4098CE;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .download-link svg {
    width: 27px;
    height: 30px; }
  .download-link path {
    fill: #fff; }
  .download-link:hover {
    background: #fff; }
    .download-link:hover path {
      fill: #4098CE; }

.lightbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  display: none; }
  .lightbox.active {
    display: -ms-flexbox;
    display: flex; }
    .lightbox.active.top .form-section {
      height: 100vh;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
    .lightbox.active:before {
      display: block;
      animation-duration: 0.4s;
      animation-fill-mode: both;
      animation-name: fadeIn; }
    .lightbox.active .form-section {
      display: block;
      animation-duration: 0.4s;
      animation-fill-mode: both;
      animation-delay: .4s;
      position: relative;
      z-index: 900;
      animation-name: fadeInUp; }
  .lightbox.inactive {
    display: -ms-flexbox;
    display: flex; }
    .lightbox.inactive:before {
      animation-duration: 0.4s;
      animation-fill-mode: both;
      animation-name: fadeOut;
      animation-delay: .4s; }
    .lightbox.inactive .form-section {
      animation-duration: 0.4s;
      animation-fill-mode: both;
      animation-delay: 0s;
      animation-name: fadeOutDown; }
  .lightbox:before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(34, 46, 55, 0.75);
    display: none; }
  .lightbox .close {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 20px;
    height: 20px;
    z-index: 1000;
    cursor: pointer; }
    @media screen and (max-width: 37.5em) {
      .lightbox .close {
        right: 20px;
        top: 40px; } }
    .lightbox .close:hover path {
      fill: #4098CE; }
  .lightbox .form-section {
    max-width: 850px;
    width: 100%;
    border-radius: 3px;
    padding: 80px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    background: #fff;
    display: none; }
    @media screen and (max-width: 50em) {
      .lightbox .form-section {
        padding: 40px 0; } }
    .lightbox .form-section .heading {
      width: 100%;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #CECECE; }
    .lightbox .form-section .content {
      margin-bottom: 80px; }
      @media screen and (max-width: 50em) {
        .lightbox .form-section .content {
          margin-bottom: 40px; } }

.grid-masonry .grid-item {
  padding: 10px; }

.grid-masonry .grid-item,
.grid-masonry .grid-sizer {
  width: 25%;
  padding-bottom: 25%;
  position: relative; }

.grid-masonry .grid-item.height-half {
  padding-bottom: calc(25%); }
  @media (max-width: 640px) {
    .grid-masonry .grid-item.height-half {
      padding-bottom: 50%; } }
  @media (max-width: 800px) {
    .grid-masonry .grid-item.height-half.tablet-full {
      padding-bottom: 50%; } }

.grid-masonry .grid-item.height-quad {
  padding-bottom: calc(25% / 2); }
  @media (max-width: 640px) {
    .grid-masonry .grid-item.height-quad {
      padding-bottom: 25%; } }

.grid-masonry .grid-item--width2 {
  width: 50%;
  padding-bottom: calc((25% * 2) + 1.13%); }

.grid-masonry .grid-inner {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%; }

@media (max-width: 800px) {
  .grid-masonry .grid-item {
    width: 50%;
    padding-bottom: 50%; }
  .grid-masonry .grid-item--width2 {
    width: 100%;
    padding-bottom: 100%; } }

@media (max-width: 640px) {
  .grid-masonry .grid-item--width2,
  .grid-masonry .grid-item {
    width: 100%;
    padding-bottom: 100%; } }

.grid-masonry .grid-content {
  background: #0a4a78;
  color: white;
  height: 100%;
  padding: 10px;
  background-position: center;
  background-size: cover;
  font-size: 18px; }

.grid-masonry .grid-content.center, .grid-masonry .grid-content.bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }
  .grid-masonry .grid-content.center span, .grid-masonry .grid-content.bottom span {
    display: block;
    margin: 0 auto; }

.grid-masonry .grid-content.bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.grid-masonry img {
  width: 100%;
  height: 100%;
  margin-bottom: -7px; }

.grid-masonry .color-dark {
  color: #333; }

.member {
  position: absolute;
  height: calc( 100% - 15px);
  width: calc( 100% - 15px);
  background-size: cover;
  background-color: #0a4a78;
  background-position: center; }
  .member:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    position: absolute; }
  .member-inner {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-image: #0a4a78;
    padding: 15px; }
  .member-info {
    max-width: 70%;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-family: "Futura Medium Condensed";
    font-size: 18px;
    z-index: 10; }
  .member-name {
    display: block; }
  .member-postition {
    display: block; }
  .member-social {
    position: absolute;
    right: 15px;
    bottom: 8px;
    z-index: 10; }
    .member-social a {
      display: inline-block;
      margin-left: 5px; }

/**
 * Mobile menu
 * ============================================================================
 * Basic styling and settings for the mobile menu. Edit to match each theme's
 * design. 
 *
 * @version 1.2
 */
/**
 * Menu settings
 * ============================================================================
 * Setting the menu default variables for easier tweaks.
 */
/**
 * Needs to be used when the mobile menu covers the whole screen while opened
 * and its possible to scroll inside the menu while maitaining the wrapper element's
 * positioning. Keep commented out by default.
 */
/**
 * Primary navigation base styling.
 * ============================================================================
 */
.site-navigation {
  display: inline-block;
  /**
	 * Begin the mobile menu styling.
	 */ }
  .site-navigation .menu-toggle {
    display: inline-block;
    color: #fff;
    line-height: 1;
    font-size: 26px;
    background: none;
    border: none;
    margin-top: 20px; }
    .site-navigation .menu-toggle:hover {
      cursor: pointer;
      color: #3399cc; }
    .site-navigation .menu-toggle:focus {
      outline: none; }
    @media (min-width: 960px) {
      .site-navigation .menu-toggle {
        display: none; } }
  .site-navigation .menu-item {
    display: inline-block;
    position: relative;
    margin-right: 0;
    font-weight: bold; }
    .site-navigation .menu-item:last-of-type {
      margin-right: 0; }
    .site-navigation .menu-item a {
      color: white; }
  .site-navigation .sub-menu a {
    color: white; }
  @media (max-width: 960px) {
    .site-navigation .menu-item {
      border-bottom: none;
      margin: 0;
      display: block; }
      .site-navigation .menu-item a {
        display: block;
        padding: 20px; }
      .site-navigation .menu-item a:hover {
        color: #3399cc; }
      .site-navigation .menu-item:last-of-type {
        border-bottom: none; }
    .site-navigation .sub-menu {
      display: none;
      border-top: 1px solid #0a4a78;
      background: #083e65; }
    .site-navigation .menu-item.is-extended .sub-menu {
      display: block; } }

.menu-primary-container {
  float: right; }

/**
 * Displaying the mobile menu on click.
 */
@media (max-width: 960px) {
  .menu-primary-container {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1.5rem;
    background: #0a4a78;
    border-bottom: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
  .is-extended .menu-primary-container {
    display: block; }
  .is-extended .menu-primary {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; } }

/**
 * Starts the standard desktop menu styling.
 */
@media (min-width: 960px) {
  .menu-primary-container {
    display: block; }
  .site-navigation .menu-toggle {
    display: none; }
  .site-navigation .sub-menu {
    pointer-events: none;
    opacity: 0;
    transition: 0.2s;
    transform: translateY(40px); }
  .site-navigation .menu-item-has-children:hover > .sub-menu {
    display: block; }
  .site-navigation li {
    position: relative; }
  .site-navigation li:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transition: 0.2s;
    transform: translateY(0); }
  .menu-item:last-of-type .sub-menu {
    right: 0;
    left: auto; }
  .site-navigation .sub-menu {
    position: absolute;
    border: none;
    top: calc(100% + -2);
    background: #083e65;
    max-width: 200px;
    text-align: left;
    z-index: 99; }
    .site-navigation .sub-menu:before {
      position: absolute;
      bottom: 100%;
      width: 100%;
      height: 0;
      background: transparent;
      content: '';
      display: block; }
    .site-navigation .sub-menu a {
      display: block;
      padding: 8px 13px;
      font-weight: normal; }
      .site-navigation .sub-menu a:hover {
        background: transparent;
        color: #3399cc; }
    .site-navigation .sub-menu li {
      width: 100%;
      border-bottom: 1px solid #08395c;
      float: none;
      min-width: 200px;
      display: block; } }

/**
 * Styling the dropdown-arrow element. It takes more properties
 * so its in separate module here in the file.
 */
.menu-item-has-children {
  position: relative; }
  .menu-item-has-children .dropdown-arrow {
    height: 4rem;
    width: 4rem;
    padding: 0;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 4px;
    line-height: 1.7;
    font-size: 38px;
    transition: 0.5s; }
    .menu-item-has-children .dropdown-arrow, .menu-item-has-children .dropdown-arrow i {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .menu-item-has-children.is-extended .dropdown-arrow {
    transform: rotate(90deg);
    transition: 0.5s; }
  @media (min-width: 960px) {
    .menu-item-has-children .dropdown-arrow {
      display: none; } }

@media (max-width: 960px) {
  .menu-primary-container {
    height: 100vh;
    width: 100vw;
    margin: 0;
    top: 0;
    position: fixed; }
    .menu-primary-container > div {
      width: 100%;
      display: table-cell;
      vertical-align: middle; }
    .menu-primary-container .menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: column;
          flex-direction: column;
      text-align: center;
      width: 100%; }
    .menu-primary-container .menu-item,
    .menu-primary-container .page_item {
      display: block; }
      .menu-primary-container .menu-item a,
      .menu-primary-container .page_item a {
        display: block;
        padding: 15px; }
  .site-navigation .menu-toggle {
    z-index: 1;
    position: relative;
    color: white; }
    .site-navigation .menu-toggle:hover, .site-navigation .menu-toggle:focus, .site-navigation .menu-toggle:active {
      color: white; } }

@media (max-width: 960px) {
  .menu-primary-container {
    transform: translateX(100%);
    transition: 0.4s;
    font-size: 28px;
    display: table; }
    .menu-primary-container .menu-item a {
      padding: 15px; }
  .is-extended .menu-primary-container {
    transform: translateX(0);
    transition: 0.4s;
    display: table; }
  .is-menu-opened .site-content {
    transition: 0.4s;
    transform: translateX(-30%); }
  .site-content {
    transition: 0.4s;
    transform: translateX(0); } }

@media (min-width: 960px) {
  .site-navigation .menu > li > a {
    padding: 0.5em 0;
    margin: 1em 0.5em;
    border-bottom: 2px solid transparent;
    transition: 0.2s; }
    .site-navigation .menu > li > a:hover {
      background: none;
      border-bottom-color: white;
      transition: 0.2s; }
    .site-navigation .menu > li > a:active {
      border-bottom-color: #3399cc; }
  .site-navigation .menu > li.current-menu-item > a {
    background: none;
    border-bottom-color: white;
    transition: 0.2s; } }

.site-navigation a:hover {
  background: none; }

.ralated-posts-wrap {
  background-color: #f3f8fa;
  padding: 20px 30px 30px; }
  .ralated-posts-wrap .related-posts-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px; }
  @media (min-width: 840px) {
    .ralated-posts-wrap {
      padding: 20px 0px 50px; } }

.related-posts {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px / 2; }
  .related-posts .entry {
    margin: 0 10px;
    -ms-flex: 1 1;
        flex: 1 1; }
  @media (max-width: 640px) {
    .related-posts {
      display: block; }
      .related-posts .entry {
        margin-bottom: 30px; } }

.legacy .salesforce_w2l_lead {
  margin-top: 20px; }

.legacy .home .wpcf7 {
  margin-bottom: -25px; }
  @media (max-width: 640px) {
    .legacy .home .wpcf7 {
      margin-bottom: 0; }
      .legacy .home .wpcf7 .sf_field {
        margin-bottom: 15px; } }

@media (min-width: 640px) {
  .legacy .section-subscribe {
    position: relative; }
    .legacy .section-subscribe div.wpcf7-validation-errors,
    .legacy .section-subscribe div.wpcf7-mail-sent-ok {
      position: absolute;
      bottom: 10px; }
    .legacy .section-subscribe .wpcf7-form.invalid {
      margin-bottom: 20px; }
    .safari .legacy .section-subscribe div.wpcf7-validation-errors,
    .safari .legacy .section-subscribe div.wpcf7-mail-sent-ok {
      width: 100%;
      left: 0; }
    .legacy .section-subscribe .subscribe-form.demo {
      margin-bottom: 340px; }
      .legacy .section-subscribe .subscribe-form.demo div.wpcf7-validation-errors,
      .legacy .section-subscribe .subscribe-form.demo div.wpcf7-mail-sent-ok {
        position: relative; } }

.legacy .contact-form .wpcf7-form {
  display: block; }
  .legacy .contact-form .wpcf7-form input,
  .legacy .contact-form .wpcf7-form textarea {
    background-color: #fafcfd;
    border: 3px solid #e8f1f6;
    font-size: 18px;
    color: #333;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 3px; }
    .legacy .contact-form .wpcf7-form input:focus,
    .legacy .contact-form .wpcf7-form textarea:focus {
      outline: none;
      border-color: #3399cc; }

.legacy .salesforce_w2l_lead,
.legacy .w2llead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .legacy .salesforce_w2l_lead sup,
  .legacy .w2llead sup {
    display: none; }
  .legacy .salesforce_w2l_lead .has-errors,
  .legacy .w2llead .has-errors {
    background: rgba(185, 50, 50, 0.5); }
  .legacy .salesforce_w2l_lead .block,
  .legacy .w2llead .block {
    margin-left: 10px;
    margin-right: 10px; }
  .legacy .salesforce_w2l_lead input[type="submit"],
  .legacy .w2llead input[type="submit"] {
    margin-top: 22px;
    display: inline-block;
    background: #3399cc;
    font-family: "Adelle Regular", serif;
    text-transform: uppercase;
    font-size: 18px;
    padding: 13px 56px 8px;
    font-weight: bold;
    color: white;
    background-color: #ebbd1c;
    color: white; }
  @media (max-width: 640px) {
    .legacy .salesforce_w2l_lead,
    .legacy .w2llead {
      display: block;
      text-align: center;
      margin: 0; }
      .legacy .salesforce_w2l_lead input,
      .legacy .w2llead input {
        margin: 5px auto; } }
  .legacy .salesforce_w2l_lead input,
  .legacy .w2llead input {
    background: #93c6e4;
    font-size: 16px;
    border: none;
    color: white;
    padding: 0.75rem 1.25rem;
    display: block;
    border-radius: 0px; }
  .legacy .salesforce_w2l_lead .sf_field,
  .legacy .w2llead .sf_field {
    margin-right: 20px;
    -ms-flex: 1 0;
        flex: 1 0; }
  .legacy .salesforce_w2l_lead label,
  .legacy .w2llead label {
    font-size: 16px;
    display: block;
    height: 20px;
    margin-bottom: 2px; }
  .legacy .salesforce_w2l_lead .sf_required_fields_msg,
  .legacy .salesforce_w2l_lead .sf_type_checkbox,
  .legacy .w2llead .sf_required_fields_msg,
  .legacy .w2llead .sf_type_checkbox {
    display: none; }
  @media (max-width: 640px) {
    .legacy .salesforce_w2l_lead,
    .legacy .w2llead {
      margin: 0;
      margin-top: 20px; }
      .legacy .salesforce_w2l_lead .sf_field,
      .legacy .w2llead .sf_field {
        margin-right: 0; } }

.legacy .contact-form .wpcf7-form p {
  margin-bottom: 0; }

.legacy .contact-form .submit.wpcf7-submit {
  margin-top: 0; }

.legacy .contact-form .required-label {
  margin-bottom: 0; }

.legacy .section-demo .block {
  margin-left: 0;
  margin-right: 0; }

.legacy .section-demo .subscribe-text {
  margin-top: 25px; }
  .legacy .section-demo .subscribe-text p {
    margin-bottom: 0 !important; }
  .legacy .section-demo .subscribe-text ul {
    margin: 10px 40px !important; }

.legacy .section-demo .salesforce_w2l_lead,
.legacy .section-demo .w2llead {
  display: block;
  max-width: 380px;
  margin: 0 auto; }

.legacy .section-demo input {
  font-size: 18px;
  padding: 10px; }

.legacy .section-demo .w2lsubmit {
  text-align: center; }

.legacy .section-demo input[type="submit"] {
  display: inline-block;
  width: auto;
  padding-left: 70px;
  padding-right: 70px; }

.legacy .section-demo .salesforce_w2l_lead .sf_required_fields_msg {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  color: #fff;
  opacity: 0.5; }

.legacy .section-demo .salesforce_w2l_lead {
  margin-bottom: 300px;
  margin-top: 60px; }

.legacy .section-demo .sf_field {
  margin-bottom: 25px; }

.page-template-blog .legacy .w2llead input[type="text"] {
  max-width: 173px; }

.page-template-blog .legacy .w2llead input[type="submit"] {
  min-width: 373px;
  height: 48px;
  padding-top: 13px; }

/**
 * The standard section wrapper. Use this with other classes for the base styling.
 */
.section-fullwidth {
  padding: 40px 0; }
  .section-fullwidth.background-light-blue {
    background-color: #3399cc; }
  .section-fullwidth.background-light-gray {
    background-color: #f0f5f7; }
  .section-fullwidth.large-padding {
    padding: 100px 0; }
    @media (max-width: 800px) {
      .section-fullwidth.large-padding {
        padding: 50px 0; } }
  .section-fullwidth.text-white {
    color: white; }
    .section-fullwidth.text-white h1.h2, .section-fullwidth.text-white .lightbox .form-section h1.heading, .lightbox .form-section .section-fullwidth.text-white h1.heading, .section-fullwidth.text-white h3, .section-fullwidth.text-white h4,
    .section-fullwidth.text-white a {
      color: white; }

.section-about-us.large-padding {
  padding-top: 40px; }
  @media (max-width: 800px) {
    .section-about-us.large-padding .mt-70 {
      margin-top: 50px; } }

.section-main {
  padding: 45px 0; }

#thumbnail-gradient {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #0a4a78;
  background: linear-gradient(to right, #0a4a78, transparent, #0a4a78); }

.section-page-heading {
  /*background-color: #0a4a78;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: white;
  text-align: center;
  position: relative; }
  .section-page-heading.industries-page.with-thumbnail .page-title {
    text-align: left;
    width: 80%; }
  .section-page-heading.automotive-page .page-heading-overlay-content img {
    display: inline-block;
    width: 30%;
    vertical-align: middle; }
  .section-page-heading.automotive-page .page-heading-overlay-content .page-title {
    text-align: right;
    width: 60%;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle; }
  .section-page-heading .size-post-thumbnail {
    margin-bottom: -7px;
    opacity: 0;
    min-height: 330px;
    max-height: 430px; }
    @media (max-width: 640px) {
      .section-page-heading .size-post-thumbnail {
        min-height: 140px; } }
  .page-template-homepage .section-page-heading .size-post-thumbnail {
    max-height: 100%; }
  .section-page-heading .row {
    position: relative; }
  .section-page-heading.with-thumbnail .page-heading-overlay-content {
    position: absolute;
    bottom: 55px;
    width: 100%;
    height: auto; }
    @media (max-width: 640px) {
      .section-page-heading.with-thumbnail .page-heading-overlay-content {
        width: auto;
        padding: 0 20px;
        position: relative;
        margin: 0 auto; } }
  .section-page-heading.without-thumbnail .page-heading-overlay-content {
    margin: 45px auto; }
  .section-page-heading.has-featured-image {
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat; }
  .section-page-heading .page-title {
    font-size: 50px;
    text-shadow: 0 1px 1px black;
    color: white;
    letter-spacing: -1px; }
    @media (max-width: 640px) {
      .section-page-heading .page-title {
        font-size: 30px; } }
  .site-content .section-page-heading .page-title {
    color: white; }
  .section-page-heading .page-title-content {
    min-height: 80px; }
  .section-page-heading .page-subtitle {
    text-transform: none;
    text-shadow: 0 1px 1px black;
    margin-bottom: 30px;
    margin-top: -25px; }

.section-header {
  text-align: center; }
  .section-header .section-title {
    font-size: 30px; }
  @media (max-width: 640px) {
    .section-header {
      margin-bottom: 20px; } }

.section-how-we-work {
  padding-bottom: 70px; }
  .section-how-we-work .read-more {
    display: block;
    margin-top: 20px; }

@media (max-width: 640px) {
  .section-services .section-title {
    margin-bottom: 20px; } }

.section-services .more {
  text-align: center;
  font-family: "Futura Medium Condensed";
  font-size: 21px;
  margin-top: 20px;
  margin-top: 40px;
  margin-bottom: 0px; }

@media (max-width: 640px) {
  .section-services .service-image-wrapper {
    transform: scale(0.9); } }

.section-testimonials {
  background: #0a4a78 url(../images/bg-testimonials.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 100px 0;
  color: white;
  position: relative; }
  .section-testimonials.section-testimonial-automotive {
    background-image: none;
    color: #444;
    padding: 60px 0; }
  .section-testimonials .row {
    max-width: 840px; }
  .section-testimonials .owl-nav {
    position: absolute;
    top: 50%;
    bottom: 50%;
    width: 100%;
    transform: translateY(calc(-50% - 70px));
    height: 0; }
  .section-testimonials .owl-next, .section-testimonials .owl-prev {
    position: absolute;
    right: 0; }
  .section-testimonials .owl-prev {
    right: auto;
    left: 0; }
  .section-testimonials .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
  .section-testimonials .left, .section-testimonials .right {
    height: 170px;
    width: 70px;
    background: url(../images/slider-arrow.svg) no-repeat;
    background-size: contain;
    display: block;
    transition: 0.2s; }
    .section-testimonials .left:active, .section-testimonials .right:active {
      transform: scale(0.8);
      transition: 0.2s; }
    @media (max-width: 800px) {
      .section-testimonials .left, .section-testimonials .right {
        transform: scale(0.4); }
        .section-testimonials .left:active, .section-testimonials .right:active {
          transform: scale(0.3); } }
  .section-testimonials .right {
    transform: rotate(180deg); }
    .section-testimonials .right:active {
      transform: rotate(180deg) scale(0.8); }
    @media (max-width: 800px) {
      .section-testimonials .right {
        transform: rotate(180deg) scale(0.4); }
        .section-testimonials .right:active {
          transform: rotate(180deg) scale(0.3); } }
  .section-testimonials .owl-item .testimonial {
    opacity: 0;
    transition: 1s; }
  .section-testimonials .owl-item.active .testimonial {
    opacity: 1;
    transition: 1s; }
  .section-testimonials.alt {
    color: #333;
    background-image: url(../images/bg-testimonials-2.jpg);
    padding-top: 100px;
    padding-bottom: 30px; }
    .section-testimonials.alt .testimonial-heading {
      margin-top: 200px;
      font-size: 28px;
      display: block;
      margin-bottom: 10px; }
    .section-testimonials.alt .testimonial-body {
      line-height: 39px; }
    .section-testimonials.alt .right,
    .section-testimonials.alt .left, .section-testimonials.alt .right {
      height: 140px;
      width: 60px;
      opacity: 0.75; }
    .section-testimonials.alt .left, .section-testimonials.alt .right {
      background-image: url(../images/slider-arrow-white.svg); }
  @media (max-width: 800px) {
    .section-testimonials {
      padding: 40px 0; }
      .section-testimonials .columns {
        padding: 0; }
      .section-testimonials blockquote {
        margin: 0 2em; }
      .section-testimonials .testimonial-heading {
        margin: 0 30px 20px; } }

.section-get-in-touch h2 {
  display: block;
  margin-bottom: 40px;
  text-transform: none; }

.section-get-in-touch .button {
  font-family: "Adelle Regular", serif;
  font-size: 18px;
  padding: 10px 30px; }

.section-broadly-about {
  background: #0a4a78 url(../images/broadly-about.jpg) no-repeat center center;
  background-size: cover;
  padding: 180px 0;
  text-align: center;
  color: white; }
  @media (max-width: 640px) {
    .section-broadly-about {
      padding: 80px 0; } }
  .section-broadly-about .textblock.basic {
    margin: 0 auto;
    line-height: 33px; }

.section-investors .aligncenter {
  margin: 0 auto; }

.section-investors .textblock.basic {
  padding-left: 60px;
  font-size: 18px;
  margin-right: 0;
  max-width: 100%; }

.section-investors .button {
  color: white;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 10px; }

.section-hiring {
  font-size: 18px; }
  .section-hiring td:nth-child(2) {
    width: 35%;
    padding-right: 0;
    text-align: right; }
  .section-hiring td {
    padding: 10px 10px 10px 0; }
  .section-hiring thead {
    font-weight: bold; }
  .section-hiring a {
    color: #3399ff; }
  .section-hiring .button {
    color: white;
    padding: 8px 25px;
    font-family: "Adelle Regular", serif;
    font-size: 18px; }
  @media (max-width: 800px) {
    .section-hiring td:nth-child(2) {
      text-align: left;
      width: 100%;
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
      margin-bottom: 20px;
      font-style: italic;
      padding-top: 0; }
    .section-hiring td {
      display: block; } }

.section-contacts .icon-list {
  padding-left: 50px; }

@media (max-width: 800px) {
  .section-contacts .icon-list {
    padding-left: 40px; } }

@media (max-width: 640px) {
  .section-contacts .icon-list {
    padding-left: 0px;
    margin-top: 60px; } }

@media (max-width: 800px) {
  .section-featured-case-studies .row {
    -ms-flex-direction: column;
        flex-direction: column; }
  .section-featured-case-studies .section-header {
    margin-bottom: 0px !important; }
  .section-featured-case-studies .case-studies .columns {
    width: 100%; }
  .section-featured-case-studies .case-studies .columns:after {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    top: auto;
    border-bottom: 1px dashed #ebbd1c; }
  .section-featured-case-studies .case-studies .study-image {
    max-width: 150px;
    margin: 0 auto; } }

.section-fullwidth.hiw-say-thank-you {
  padding-top: 80px; }

.section-fullwidth.hiw-get-great-reviews {
  padding-bottom: 130px; }

.section-fullwidth.hiw-more-referals {
  padding: 70px 0; }

.section-fullwidth.hiw-improve-website .textblock {
  margin-top: 30px; }

@media (max-width: 640px) {
  .section-fullwidth.hiw-say-thank-you {
    padding-top: 40px; } }

.section-contacts .section-header {
  margin-bottom: 40px; }

@media (max-width: 800px) {
  .section-contacts .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .section-contacts .icon-list {
    padding: 0;
    margin-top: 40px; }
    .section-contacts .icon-list li {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #f0f0f0; }
    .section-contacts .icon-list li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; } }

.section-subscribe {
  background-color: #3399cc;
  padding-top: 30px;
  color: white; }
  .section-subscribe .align-center {
    text-align: center; }
  .section-subscribe .mail-icon:before {
    content: '\f003';
    font-family: FontAwesome;
    font-size: 30px; }
  .section-subscribe .header-title {
    display: inline-block;
    margin: 0 auto;
    line-height: 1;
    padding: 20px;
    position: relative; }
    @media (max-width: 425px) {
      .section-subscribe .header-title {
        padding: 10px; } }
    .section-subscribe .header-title:before, .section-subscribe .header-title:after {
      content: "";
      position: absolute;
      height: 5px;
      border-top: 2px solid white;
      top: 50%;
      width: 50px; }
      @media (max-width: 640px) {
        .section-subscribe .header-title:before, .section-subscribe .header-title:after {
          display: none; } }
    .section-subscribe .header-title:before {
      right: 100%; }
    .section-subscribe .header-title:after {
      left: 100%; }
  .section-subscribe .w2llead input[type="submit"] {
    color: #0a4a78;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  @media (max-width: 425px) {
    .section-subscribe .w2llead input, .section-subscribe .w2llead input[type="submit"] {
      font-size: 16px !important; } }
  @media (max-width: 375px) {
    .section-subscribe .w2llead input, .section-subscribe .w2llead input[type="submit"] {
      font-size: 12px !important; } }
  @media (max-width: 900px) {
    .section-subscribe .salesforce_w2l_lead, .section-subscribe .w2llead {
      display: block;
      text-align: center; } }
  @media (max-width: 900px) {
    .section-subscribe .salesforce_w2l_lead .sf_field, .section-subscribe .w2llead .sf_field {
      margin: 0; } }

.page-template-testing-blog .section-page-heading.without-thumbnail img {
  display: none; }

/* Begin Solid Sections */
.subscribe-form {
  margin-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -20px;
  margin-right: -20px; }
  .subscribe-form .has-errors {
    background: rgba(185, 50, 50, 0.5); }
  .subscribe-form .block {
    margin-left: 10px;
    margin-right: 10px; }
  .subscribe-form input[type="submit"] {
    margin-top: 22px; }
  @media (max-width: 640px) {
    .subscribe-form {
      display: block;
      text-align: center;
      margin: 0; }
      .subscribe-form input {
        margin: 5px auto; } }
  .subscribe-form input {
    background: #e8f1f6;
    font-size: 16px;
    border: none;
    color: #000;
    padding: 0.4375rem;
    display: block; }
  .subscribe-form label {
    font-size: 16px;
    display: block;
    height: 20px;
    margin-bottom: 2px; }

.subscribe-form.demo {
  -ms-flex-direction: column;
      flex-direction: column; }
  .subscribe-form.demo .block {
    margin-bottom: 30px; }
  .subscribe-form.demo input,
  .subscribe-form.demo .block {
    max-width: 400px;
    width: 100%; }
  .subscribe-form.demo input {
    font-size: 20px;
    padding: 10px 15px; }
  .subscribe-form.demo label {
    margin-bottom: 0; }
  .subscribe-form.demo .button {
    display: inline-block;
    color: white;
    font-family: "Adelle Regular", serif;
    width: auto;
    padding-left: 80px;
    padding-right: 80px;
    font-weight: bold; }
  .subscribe-form.demo .required-label {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #ccc;
    width: 100%;
    max-width: 400px;
    margin-top: -25px; }
  .subscribe-form.demo .button-wrapper {
    text-align: center; }
  @media (max-width: 640px) {
    .subscribe-form.demo {
      margin-top: 40px; }
      .subscribe-form.demo .block,
      .subscribe-form.demo input {
        width: inherit; }
      .subscribe-form.demo .required-label {
        text-align: center; } }

.success_message {
  text-align: center;
  display: block;
  margin-top: 25px; }

.tag {
  display: inline-block;
  padding: 3px 14px;
  border-radius: 50px;
  font-size: .875em;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #fff; }
  .tag.business {
    background: #37BCEA; }
  .tag.medical {
    background: #A47DFF; }
  .tag.webinar {
    background: #CECECE; }
  .tag.animal {
    background: #FF7DC8; }
  .tag.automotive {
    background: #6EA9FF; }
  .tag.construction {
    background: #FFAD57; }
  .tag.health {
    background: #FF6969; }
  .tag.home {
    background: #6A7886; }
  .tag.hospitality {
    background: #00C18B; }

.testimonials-stream .broadly-reviews {
  font-size: 18px; }
  .testimonials-stream .broadly-reviews .fa {
    font-size: 29.5px;
    color: #3399cc;
    margin-right: 2px; }

.testimonials-stream .broadly-review-aggregate {
  font-size: 21px;
  margin: 8px 8px 16px 8px; }

.testimonials-stream .broadly-review {
  position: relative;
  margin: 8px;
  border-top: 1px solid #eeeeee;
  padding: 16px 0 8px 0;
  line-height: 1.3; }

.testimonials-stream .broadly-review-avatar {
  float: left;
  overflow: hidden; }

.testimonials-stream .broadly-review-avatar img {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%; }

.testimonials-stream .broadly-review-main {
  margin-left: 64px; }

@media (max-width: 640px) {
  .testimonials-stream .broadly-review-heading time {
    color: #999;
    font-style: italic; } }

.testimonials-stream .broadly-review-heading .review-title-stars {
  line-height: 1.4em;
  vertical-align: middle; }
  .testimonials-stream .broadly-review-heading .review-title-stars .fa {
    font-size: 22.5px; }

.testimonials-stream .broadly-review-body {
  margin: 8px 0 40px; }

.testimonials-stream .broadly-review-via {
  float: right;
  line-height: 1.2em;
  margin-top: -30px; }
  .testimonials-stream .broadly-review-via img {
    vertical-align: middle; }

.page.page-id-1458 .entry-header {
  display: none; }

.error-404 {
  max-width: 500px;
  margin: 0 auto; }
  .error-404 .search-form {
    margin-top: 40px; }
  .error-404 .page-header {
    margin-bottom: 10px;
    display: block; }
  .error-404 .search-submit {
    background: #ebbd1c;
    border: none;
    color: white;
    display: inline-block;
    width: auto; }

#wpcf7-f6547-o1 .wpcf7-response-output, #wpcf7-f6547-o1 .wpcf7-mail-sent-ok {
  color: #8A959E!important; }

.entry {
  position: relative; }
  .entry .overlay-link {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.site-content .page-title {
  text-align: center;
  color: #3399cc;
  margin-bottom: 20px; }

a.mailto {
  color: #333; }
  a.mailto:hover {
    color: #333; }

.wpcf7 .ajax-loader {
  display: none; }

.contact-form input[type="submit"] {
  background-color: #ebbd1c;
  color: white;
  display: inline-block;
  width: auto;
  font-family: "Adelle Regular", serif;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 50px 8px;
  border: none;
  border-radius: 0;
  text-transform: uppercase; }

.contact-form .contact-form-submit {
  text-align: left;
  margin: 0; }

@media (max-width: 640px) {
  .contact-form input[type="button"] {
    margin: 0 auto; }
  .contact-form .contact-form-submit {
    text-align: center; } }
