/*
Theme Name: Ryan Engineering
Theme URI: 
Author: Kristin Falkner
Author URI: http://www.kristinfalkner.com
Description: A custom theme built with Foundation, Sass and Gulp
Text Domain: ryan-engineering
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #999;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -25px;
  margin-left: -1.5625rem;
  margin-right: -25px;
  margin-right: -1.5625rem;
}

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

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

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

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

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

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

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

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

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

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

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

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #999;
  line-height: 0;
}

h1 {
  font-size: 45px;
  font-size: 2.8125rem;
}

h2 {
  font-size: 26px;
  font-size: 1.625rem;
}

h3 {
  font-size: 21px;
  font-size: 1.3125rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  font-size: 17px;
  font-size: 1.0625rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3.625rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  h3 {
    font-size: 1.3125rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  color: #0f2c52;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #0d2647;
}

a img {
  border: 0;
}

hr {
  max-width: 1200px;
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #999;
  border-left: 0;
  margin: 20px auto;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-left: 1.25rem;
}

ol {
  margin-left: 20px;
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 4.8px;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 9px 20px 0 19px;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #999;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #444;
}

cite {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #444;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #999;
  cursor: help;
  border-bottom: 1px dotted #000;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  background-color: #d0d0d0;
  border: 1px solid #999;
  padding: 2px 5px 1px;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 2px 4px 0;
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #d0d0d0;
  color: #000;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 3.2px;
  margin-top: 0.2rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #444;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -16px;
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #444;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 39px;
  height: 2.4375rem;
  padding: 8px;
  padding: 0.5rem;
  border: 1px solid #d0d0d0;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #999;
  background-color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #d0d0d0;
  cursor: default;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 8px;
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  color: #0f2c52;
}

label.middle {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 9px 0;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 16px;
  padding: 0 1rem;
  background: #d0d0d0;
  color: #000;
  border: 1px solid #999;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 40px;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

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

legend {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #999;
  padding: 20px;
  padding: 1.25rem;
  margin: 18px 0;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fff;
  padding: 0 3px;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -3px;
  margin-left: -0.1875rem;
}

select {
  height: 39px;
  height: 2.4375rem;
  padding: 8px;
  padding: 0.5rem;
  border: 1px solid #d0d0d0;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2868, 68, 68%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #d0d0d0;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -8px;
  margin-top: -0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.clearfix::after {
  clear: both;
}

.header__logo, .slick-dots button {
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
}

a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
  text-align: center;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
}

.alignleft {
  float: left;
  margin: 0 30px 10px 0;
  margin: 0 1.875rem 0.625rem 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 30px;
  margin: 0 0 0.625rem 1.875rem;
}

.aligncenter {
  display: block;
  float: none;
  margin: 16px auto;
  margin: 1rem auto;
}

.alignnone {
  display: block;
  float: none;
  margin: 16px 0;
  margin: 1rem 0;
}

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

.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #d0d0d0;
  padding: 15px 23px 14px;
  padding: 0.9375rem 1.4375rem 0.875rem;
  width: auto;
  height: auto;
  text-decoration: none;
  line-height: normal;
  color: #ff0101;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  clip: auto !important;
}

.header {
  background: #0f2c52;
}

.header__inner {
  max-width: 1200px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  position: relative;
  padding: 20px 0;
  padding: 1.25rem 0;
  text-align: center;
}

.header__inner::before, .header__inner::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.header__inner::after {
  clear: both;
}

.header__inner:last-child:not(:first-child) {
  float: right;
}

.header__inner, .header__inner:last-child {
  float: none;
}

@media screen and (min-width: 64em) {
  .header__inner {
    padding-bottom: 0;
  }
}

.header__logo {
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  left: 1.5625rem;
  z-index: 10;
  width: 100px;
  width: 6.25rem;
  height: 110px;
  height: 6.875rem;
}

@media screen and (min-width: 40em) {
  .header__logo {
    background-size: 8.4375rem 9.4375rem;
    width: 13.5rem;
    height: 12.5rem;
  }
}

.header__nav {
  display: none;
}

@media screen and (min-width: 64em) {
  .header__nav {
    display: block;
  }
}

.header__nav ul {
  margin: 0;
}

.header__nav li {
  display: inline-block;
  position: relative;
  margin: 0 20px;
  margin: 0 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  list-style-type: none;
}

.header__nav li.current-menu-item > a {
  color: #b9d4fc;
}

.header__nav li:hover > a {
  color: #b9d4fc;
}

.header__nav li:hover > ul {
  display: block;
}

.header__nav li ul {
  display: none;
  position: absolute;
  top: 40px;
  top: 2.5rem;
  left: -20px;
  left: -1.25rem;
  z-index: 10;
  background: #fff;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

.header__nav li li {
  display: block;
  margin: 0;
  padding: 10px 0;
  padding: 0.625rem 0;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  white-space: nowrap;
}

.header__nav li li.current-menu-item > a {
  color: #000;
}

.header__nav li li:hover > a {
  color: #0f2c52;
}

.header__nav li li a {
  display: block;
  color: #0f2c52;
}

.header__nav li li a:hover {
  color: #000;
}

.header__nav a {
  color: #fff;
}

.header__nav a:hover {
  color: #b9d4fc;
}

.header__phone {
  float: right;
  margin-right: 25px;
  margin-right: 1.5625rem;
}

@media screen and (min-width: 64em) {
  .header__phone {
    position: absolute;
    top: 1.25rem;
    right: 0;
    float: none;
  }
}

.header__phone a {
  line-height: 1;
  color: #b9d4fc;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .header__phone a {
    font-size: 1.25rem;
  }
}

.header__phone i {
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.3125rem;
  vertical-align: middle;
}

.header__toggle {
  display: block;
  float: right;
  margin: 2px 25px 0 0;
  margin: 0.125rem 1.5625rem 0 0;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 40em) {
  .header__toggle {
    margin-top: 0;
  }
}

@media screen and (min-width: 64em) {
  .header__toggle {
    display: none;
  }
}

.header__toggle:hover {
  color: #b9d4fc;
}

.footer {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.footer::before, .footer::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer::after {
  clear: both;
}

.footer h3 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  color: #0f2c52;
}

.footer ul {
  margin: 0;
}

.footer li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  list-style-type: none;
}

.footer a {
  color: #999;
}

.footer a:hover {
  color: #444;
}

.footer__inner {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.footer__inner::before, .footer__inner::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer__inner::after {
  clear: both;
}

.footer__top {
  position: relative;
}

.footer__top::before {
  position: absolute;
  top: 0;
  left: 25px;
  left: 1.5625rem;
  background: #d0d0d0;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  height: 1px;
  content: '';
}

.footer__about {
  display: none;
}

@media screen and (min-width: 40em) {
  .footer__about {
    width: 25%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    display: block;
    padding-top: 1.875rem;
  }
  .footer__about:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .footer__about {
    width: 16.66667%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .footer__about:last-child:not(:first-child) {
    float: right;
  }
}

.footer__services {
  display: none;
}

@media screen and (min-width: 40em) {
  .footer__services {
    width: 75%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    display: block;
    border-left: 1px solid #d0d0d0;
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
  }
  .footer__services:last-child:not(:first-child) {
    float: right;
  }
  .footer__services-col-1 {
    width: 58.33333%;
    float: left;
  }
  .footer__services-col-1:last-child:not(:first-child) {
    float: right;
  }
  .footer__services-col-2 {
    width: 41.66667%;
    float: left;
  }
  .footer__services-col-2:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .footer__services {
    width: 58.33333%;
    float: left;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    border-right: 1px solid #d0d0d0;
  }
  .footer__services:last-child:not(:first-child) {
    float: right;
  }
}

.footer__services-columns {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.footer__services-columns::before, .footer__services-columns::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer__services-columns::after {
  clear: both;
}

.footer__contact {
  display: none;
}

@media screen and (min-width: 64em) {
  .footer__contact {
    width: 25%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    display: block;
    padding-top: 1.875rem;
  }
  .footer__contact:last-child:not(:first-child) {
    float: right;
  }
  .footer__contact-inner {
    padding-left: 1.25rem;
  }
}

.footer__contact p {
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
}

.footer__contact li {
  line-height: 1;
}

.footer__contact i {
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  vertical-align: middle;
  color: #b9d4fc;
  font-size: 17px;
  font-size: 1.0625rem;
}

.footer__licenses {
  display: none;
}

@media screen and (min-width: 40em) {
  .footer__licenses {
    display: block;
    position: relative;
    clear: both;
    padding: 0.9375rem 1.5625rem 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 0.75rem;
  }
  .footer__licenses::before {
    position: absolute;
    top: 0;
    left: 1.5625rem;
    background: #d0d0d0;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    height: 1px;
    content: '';
  }
}

.footer__licenses p {
  margin: 0;
}

.footer__licenses strong {
  color: #0f2c52;
}

.footer__copyright {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  position: relative;
  padding-top: 10px;
  padding-top: 0.625rem;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}

.footer__copyright:last-child:not(:first-child) {
  float: right;
}

.button {
  display: inline-block;
  position: relative;
  border: 0;
  background: #0f2c52;
  padding: 10px 35px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.button:hover {
  background: #0b1f39;
  color: #fff;
}

.button--light {
  background: #b9d4fc;
  padding: 20px 35px;
  padding: 1.25rem 2.1875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0f2c52;
}

.button--light:hover {
  background: #0f2c52;
  color: #fff;
}

#comments .commentlist {
  margin-left: 0px;
}

#respond ul {
  margin-left: 0px;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}

.commentlist li:last-child {
  margin-bottom: 0;
}

.commentlist li ul.children {
  margin: 0;
}

.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}

.commentlist .vcard {
  margin-left: 50px;
}

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.commentlist .vcard time {
  float: right;
}

.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}

.commentlist .vcard time a:hover {
  text-decoration: underline;
}

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.commentlist .comment-reply-link {
  float: right;
}

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}

.respond-form form {
  margin: 0.75em 0;
}

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
  display: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

.cta {
  margin-top: 30px;
  margin-top: 1.875rem;
  background-color: #b9d4fc;
  background-image: url("images/ctabg.png"), url("images/cta-stripes.png");
  background-repeat: no-repeat, repeat-x;
  background-position: left center;
  background-size: auto 100%;
  padding: 40px 0;
  padding: 2.5rem 0;
}

@media screen and (min-width: 40em) {
  .cta {
    margin-top: 3.125rem;
    padding: 3.75rem 0;
  }
}

.cta__inner {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  text-align: center;
}

.cta__inner::before, .cta__inner::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.cta__inner::after {
  clear: both;
}

.cta__inner:last-child:not(:first-child) {
  float: right;
}

.cta__inner, .cta__inner:last-child {
  float: none;
}

.cta__box {
  margin: 0 auto;
  -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.18);
          box-shadow: 0 0 8px rgba(34, 34, 34, 0.18);
  background: #fff;
  padding: 40px;
  padding: 2.5rem;
  width: 100%;
  max-width: 1020px;
  max-width: 63.75rem;
}

.cta h3 {
  color: #0f2c52;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) {
  .cta h3 {
    font-size: 1.875rem;
  }
}

.cta ul {
  margin: 25px 0 0;
  margin: 1.5625rem 0 0;
}

.cta li {
  display: block;
  margin: 15px 0;
  margin: 0.9375rem 0;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  list-style-type: none;
}

@media screen and (min-width: 40em) {
  .cta li {
    display: inline-block;
    margin: 0 1.25rem;
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 64em) {
  .cta li {
    margin: 0 2.5rem;
  }
}

.cta li.phone i {
  display: inline-block;
  vertical-align: middle;
}

.cta a {
  color: #999;
}

.cta a:hover {
  color: #0f2c52;
}

.cta a:hover i {
  color: #0f2c52;
}

.cta i {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-right: 5px;
  margin-right: 0.3125rem;
  color: #b9d4fc;
}

@media screen and (min-width: 64em) {
  .gform_wrapper .left-half,
  .gform_wrapper .right-half {
    float: left;
    width: 48%;
  }
  .gform_wrapper .right-half {
    float: right;
  }
}

.gform_wrapper ul {
  margin: 0;
  list-style: none outside none;
}

.gform_wrapper .gfield_checkbox label {
  display: inline-block;
  max-width: 80%;
}

.gform_wrapper .gfield_required {
  padding-left: 5px;
  color: #0f2c52;
}

.gform_wrapper textarea {
  height: 180px;
  height: 11.25rem;
  resize: none;
}

.gform_wrapper .gform_footer {
  position: relative;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: right;
}

.gform_wrapper .form-required {
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  left: 0;
  color: #0f2c52;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
}

@media screen and (min-width: 64em) {
  .gform_wrapper .form-required {
    top: 0.5rem;
    font-size: 1rem;
  }
}

.gform_wrapper .button {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .validation_error {
  position: relative;
  top: -20px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  color: #ff0101;
}

.gform_wrapper .validation_message {
  display: none;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
  border: 1px solid #ff0101;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero__inner {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  display: table;
  height: 320px;
  height: 20rem;
}

.hero__inner::before, .hero__inner::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.hero__inner::after {
  clear: both;
}

.hero__inner:last-child:not(:first-child) {
  float: right;
}

.hero__inner, .hero__inner:last-child {
  float: none;
}

@media screen and (min-width: 40em) {
  .hero__inner {
    height: 27.5rem;
  }
}

.hero__titles {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.hero h1,
.hero h2 {
  text-transform: uppercase;
  color: #0f2c52;
}

.hero h1 span,
.hero h2 span {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.hero h1 {
  line-height: 1.5;
}

.hero h1 span {
  background: rgba(185, 212, 252, 0.84);
  padding: 0 10px;
  padding: 0 0.625rem;
}

.hero h2 span {
  background: rgba(255, 255, 255, 0.84);
  padding: 0 10px;
  padding: 0 0.625rem;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 65px;
  top: 4.0625rem;
  left: 0;
  z-index: 10;
  background: #0f2c52;
  padding-top: 15px;
  padding-top: 0.9375rem;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .mobile-menu {
    display: none !important;
  }
}

.mobile-menu ul {
  margin: 0;
}

.mobile-menu li {
  display: block;
  border-bottom: 1px solid #153e73;
  text-align: right;
  list-style-type: none;
}

.mobile-menu li ul {
  display: none;
  background: #b9d4fc;
}

.mobile-menu li li {
  border-bottom: 1px solid #0f2c52;
}

.mobile-menu li li a {
  padding: 5px 25px;
  padding: 0.3125rem 1.5625rem;
  color: #0f2c52;
}

.mobile-menu li li a:hover {
  background: #fff;
  color: #0f2c52;
}

.mobile-menu a {
  display: block;
  padding: 10px 25px;
  padding: 0.625rem 1.5625rem;
  color: #fff;
}

.mobile-menu a:hover {
  color: #b9d4fc;
}

.admin-bar .mobile-menu {
  top: 97px;
  top: 6.0625rem;
}

.contact__body {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  margin-top: -60px;
  margin-top: -3.75rem;
}

.contact__body::before, .contact__body::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.contact__body::after {
  clear: both;
}

.contact__body-inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.contact__body-inner:last-child:not(:first-child) {
  float: right;
}

.contact__body-box {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.18);
          box-shadow: 0 0 8px rgba(34, 34, 34, 0.18);
  background: #fff;
}

.contact__body-box::before, .contact__body-box::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.contact__body-box::after {
  clear: both;
}

.contact__body-info {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  background: #b9d4fc;
  padding-top: 40px;
  padding-top: 2.5rem;
  color: #0f2c52;
}

.contact__body-info:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .contact__body-info {
    width: 41.66667%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .contact__body-info:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .contact__body-info {
    width: 30%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .contact__body-info:last-child:not(:first-child) {
    float: right;
  }
}

.contact__body-form {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.contact__body-form:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .contact__body-form {
    width: 58.33333%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .contact__body-form:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .contact__body-form {
    width: 70%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .contact__body-form:last-child:not(:first-child) {
    float: right;
  }
}

.contact__body-form .gform_wrapper {
  padding: 20px 5px 30px;
  padding: 1.25rem 0.3125rem 1.875rem;
}

@media screen and (min-width: 40em) {
  .contact__body-form .gform_wrapper {
    padding: 2.5rem 2.5rem 3.75rem;
  }
}

.contact__address {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 0 20px 0 40px;
  padding: 0 1.25rem 0 2.5rem;
}

.contact__address::before {
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 10px;
  left: 0.625rem;
  font: 20px "FontAwesome";
  font: 1.25rem "FontAwesome";
  content: '\f041';
}

.contact__address p {
  margin: 0;
}

.contact__address strong {
  font-size: 18px;
  font-size: 1.125rem;
}

.contact__phone {
  position: relative;
  padding-left: 40px;
  padding-left: 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.contact__phone::before {
  position: absolute;
  top: 6px;
  top: 0.375rem;
  left: 10px;
  left: 0.625rem;
  font: 20px "FontAwesome";
  font: 1.25rem "FontAwesome";
  content: '\f095';
}

.contact__phone span {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}

.contact__email {
  position: relative;
  margin: 20px 0 40px;
  margin: 1.25rem 0 2.5rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.contact__email::before {
  position: absolute;
  top: 3px;
  top: 0.1875rem;
  left: 8px;
  left: 0.5rem;
  font: 20px "FontAwesome";
  font: 1.25rem "FontAwesome";
  content: '\f0e0';
}

.contact__map {
  position: relative;
  top: -60px;
  top: -3.75rem;
  margin-bottom: -60px;
  margin-bottom: -3.75rem;
}

.contact__map .acf-map {
  width: 100%;
  height: 500px;
  height: 31.25rem;
}

.error-page {
  padding: 200px 0;
  padding: 12.5rem 0;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .homepage__hero .hero__inner {
    height: 36.25rem;
  }
}

.homepage__hero h1 {
  display: inline-block;
  width: 100%;
  max-width: 680px;
  max-width: 42.5rem;
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 40em) {
  .homepage__hero h1 {
    font-size: 2.8125rem;
  }
}

@media screen and (min-width: 64em) {
  .homepage__hero h1 {
    font-size: 3.625rem;
  }
}

.homepage__hero h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 40em) {
  .homepage__hero h2 {
    font-size: 1.875rem;
  }
}

.homepage__services {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  margin-top: -32px;
  margin-top: -2rem;
}

.homepage__services::before, .homepage__services::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.homepage__services::after {
  clear: both;
}

.homepage__services-inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.homepage__services-inner:last-child:not(:first-child) {
  float: right;
}

.homepage__services-grid {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  padding: 40px 0 20px;
  padding: 2.5rem 0 1.25rem;
}

.homepage__services-grid::before, .homepage__services-grid::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.homepage__services-grid::after {
  clear: both;
}

.homepage__services-item {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.homepage__services-item:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .homepage__services-item {
    width: 50%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .homepage__services-item:last-child:not(:first-child) {
    float: right;
  }
  .homepage__services-item:last-child:last-child {
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .homepage__services-item {
    width: 33.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .homepage__services-item:last-child:not(:first-child) {
    float: right;
  }
  .homepage__services-item:last-child:last-child {
    float: left;
  }
}

.homepage__services-item:hover .homepage__services-item-icon {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.homepage__services-item:hover .homepage__services-item-icon span {
  background-color: #b9d4fc;
}

.homepage__services-item:hover h3 {
  color: #091c34;
}

.homepage__services-item:hover p {
  color: #444;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .homepage__services-item--last {
    display: none;
  }
}

.homepage__services-item--last:hover .homepage__services-item-icon span {
  background-color: #0f2c52;
}

.homepage__services-item--last .homepage__services-item-icon span {
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-color: #0f2c52;
  background: #0f2c52;
}

.homepage__services-item--last .homepage__services-item-icon span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -10px;
  margin: -2.25rem 0 0 -0.625rem;
  line-height: 1;
  color: #fff;
  font-size: 68px;
  font-size: 4.25rem;
  font-family: 'FontAwesome';
  content: '\f105';
}

.homepage__services-item-icon {
  float: left;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
}

.homepage__services-item-icon span {
  display: table-cell;
  border: 2px solid #b9d4fc;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
}

.homepage__services-item-text {
  float: right;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}

.homepage__services-item h3 {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 0 7px;
  margin: 0 0 0.4375rem;
  text-transform: uppercase;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
}

.homepage__services-item p {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 1.2;
  color: #999;
  font-size: 15px;
  font-size: 0.9375rem;
}

.homepage__services h2 {
  background: #0f2c52;
  padding: 20px;
  padding: 1.25rem;
  text-align: right;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 40em) {
  .homepage__services h2 {
    font-size: 1.5rem;
  }
}

.homepage__separator {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 280px;
  height: 17.5rem;
}

@media screen and (min-width: 40em) {
  .homepage__separator {
    height: 25rem;
  }
}

@media screen and (min-width: 64em) {
  .homepage__separator {
    height: 36.25rem;
  }
}

.homepage__about {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  margin-top: -60px;
  margin-top: -3.75rem;
}

.homepage__about::before, .homepage__about::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.homepage__about::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .homepage__about {
    margin-top: -7.5rem;
  }
}

.homepage__about-inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.homepage__about-inner:last-child:not(:first-child) {
  float: right;
}

.homepage__about-box {
  -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.18);
          box-shadow: 0 0 8px rgba(34, 34, 34, 0.18);
  border-top: 20px solid #b9d4fc;
  background: #fff;
  padding: 35px 0;
  padding: 2.1875rem 0;
}

@media screen and (min-width: 40em) {
  .homepage__about-box {
    padding: 3.75rem 0;
  }
}

.homepage__about h2 {
  padding: 0 40px;
  padding: 0 2.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #0f2c52;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) {
  .homepage__about h2 {
    font-size: 1.875rem;
  }
}

.homepage__about p {
  margin: 0 auto;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
  width: 100%;
  max-width: 900px;
  max-width: 56.25rem;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 40em) {
  .homepage__about p {
    line-height: 2;
    font-size: 1.3125rem;
  }
}

.homepage__portfolio {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.homepage__portfolio::before, .homepage__portfolio::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.homepage__portfolio::after {
  clear: both;
}

.homepage__portfolio-inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.homepage__portfolio-inner:last-child:not(:first-child) {
  float: right;
}

.homepage__portfolio-carousel-wrapper {
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
  width: 100%;
}

.homepage__portfolio-slide {
  position: relative;
}

.homepage__portfolio-slide a:hover .homepage__portfolio-title {
  opacity: 0;
}

.homepage__portfolio-slide a:hover .homepage__portfolio-image-hover {
  opacity: 1;
}

.homepage__portfolio-slide a:focus {
  outline: none;
}

.homepage__portfolio-image {
  position: relative;
}

.homepage__portfolio-image::before {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(15, 44, 82, 0)), to(rgba(15, 44, 82, 0.8)));
  background: -webkit-linear-gradient(top, rgba(15, 44, 82, 0) 20%, rgba(15, 44, 82, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(15, 44, 82, 0) 20%, rgba(15, 44, 82, 0.8) 100%);
  width: 100%;
  height: 100%;
  content: '';
}

.homepage__portfolio-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 0;
  z-index: 2;
  background: rgba(15, 44, 82, 0.8);
  padding: 20px;
  padding: 1.25rem;
  width: 100%;
  height: 100%;
  color: #fff;
}

.homepage__portfolio-image-hover h3 {
  font-size: 16px;
  font-size: 1rem;
}

.homepage__portfolio-image-hover ul {
  margin: 0;
}

.homepage__portfolio-image-hover li {
  list-style-type: none;
}

.homepage__portfolio-image-hover .button {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-top: 15px;
  margin-top: 0.9375rem;
  border: 2px solid #fff;
  background: none;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
}

.homepage__portfolio-image-hover .button:hover {
  background: #fff;
  color: #0f2c52;
}

.homepage__portfolio-title {
  position: absolute;
  bottom: 5px;
  bottom: 0.3125rem;
  left: 10px;
  left: 0.625rem;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.homepage__portfolio-button {
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.homepage__portfolio-button::before {
  position: absolute;
  top: 50%;
  left: 0;
  background: #d0d0d0;
  width: -webkit-calc(50% - 200px);
  width: calc(50% - 200px);
  height: 1px;
  content: '';
}

.homepage__portfolio-button::after {
  position: absolute;
  top: 50%;
  right: 0;
  background: #d0d0d0;
  width: -webkit-calc(50% - 200px);
  width: calc(50% - 200px);
  height: 1px;
  content: '';
}

.licensing__hero .hero__inner {
  height: 200px;
  height: 12.5rem;
}

@media screen and (min-width: 40em) {
  .licensing__hero .hero__inner {
    height: 17.8125rem;
  }
}

.licensing__map {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.licensing__map::before, .licensing__map::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.licensing__map::after {
  clear: both;
}

.licensing__map-inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.licensing__map-inner:last-child:not(:first-child) {
  float: right;
}

.licensing__search {
  background: #ebebeb;
  padding: 60px 0;
  padding: 3.75rem 0;
  font-size: 20px;
  font-size: 1.25rem;
}

.licensing__search-inner {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  text-align: center;
}

.licensing__search-inner::before, .licensing__search-inner::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.licensing__search-inner::after {
  clear: both;
}

.licensing__search-inner:last-child:not(:first-child) {
  float: right;
}

.licensing__search-inner, .licensing__search-inner:last-child {
  float: none;
}

.licensing__search h2 {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  color: #0f2c52;
}

.licensing__search h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -80px;
  margin-left: -5rem;
  background: #0f2c52;
  width: 160px;
  width: 10rem;
  height: 2px;
  height: 0.125rem;
  content: '';
}

.licensing__search h2 strong {
  color: #a1b9db;
}

.licensing__search p {
  color: #666;
}

.licensing__search select {
  display: block;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
  border: 2px solid #0f2c52;
  width: 100%;
  max-width: 310px;
  max-width: 19.375rem;
  height: 46px;
  height: 2.875rem;
}

.licensing__search select:focus {
  outline: none;
}

.licensing__search-result {
  display: none;
}

.licensing__search-result .licensing-reset {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.page-template-licensing .cta {
  margin-top: 0;
}

.portfolio__hero .hero__inner {
  height: 200px;
  height: 12.5rem;
}

@media screen and (min-width: 40em) {
  .portfolio__hero .hero__inner {
    height: 17.8125rem;
  }
}

.portfolio__filters {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
}

.portfolio__filters::before, .portfolio__filters::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.portfolio__filters::after {
  clear: both;
}

.portfolio__filters-inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.portfolio__filters-inner:last-child:not(:first-child) {
  float: right;
}

.portfolio__filters-trigger {
  display: block;
  margin: 0 0 0 5px;
  margin: 0 0 0 0.3125rem;
  border: 2px solid #0f2c52;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}

.portfolio__filters-dropdown {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .portfolio__filters-dropdown {
    width: 48.5%;
  }
}

@media screen and (min-width: 64em) {
  .portfolio__filters-dropdown {
    width: 32.3%;
  }
}

.portfolio__filters-dropdown::after {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: -1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #0f2c52;
  font: 24px "FontAwesome";
  font: 1.5rem "FontAwesome";
  content: '\f107';
}

.portfolio__filters-dropdown ul {
  display: none;
  position: absolute;
  top: 47px;
  top: 2.9375rem;
  left: 5px;
  left: 0.3125rem;
  z-index: 5;
  margin: 0;
  background: #0f2c52;
  width: -webkit-calc(100% - 5px);
  width: calc(100% - 5px);
}

.portfolio__filters-dropdown ul a {
  display: block;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
  color: #fff;
}

.portfolio__filters-dropdown ul a:hover {
  color: #b9d4fc;
}

.portfolio__filters-dropdown li {
  list-style-type: none;
}

.portfolio__grid {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 20px;
  padding: 1.25rem;
}

.portfolio__grid::before, .portfolio__grid::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.portfolio__grid::after {
  clear: both;
}

.portfolio__item {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  -webkit-backface-visibility: hidden;
}

.portfolio__item:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .portfolio__item {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .portfolio__item:last-child:not(:first-child) {
    float: right;
  }
  .portfolio__item:last-child:last-child {
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .portfolio__item {
    width: 33.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .portfolio__item:last-child:not(:first-child) {
    float: right;
  }
  .portfolio__item:last-child:last-child {
    float: left;
  }
}

.portfolio__item.scale-anm {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.portfolio__item a:focus {
  outline: none;
}

.portfolio__item-inner {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #f3f3f3;
}

.portfolio__item-inner:hover {
  background: #b9d4fc;
}

.portfolio__item-inner:hover .portfolio__item-image::after {
  opacity: .65;
}

.portfolio__item-inner:hover .portfolio__item-view {
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
          transform: translateY(-35%);
  opacity: 1;
}

.portfolio__item-image {
  position: relative;
}

.portfolio__item-image::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  background: #0f2c52;
  width: 100%;
  height: 100%;
  content: '';
}

.portfolio__item-image img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.portfolio__item-view {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
}

.portfolio__item-view span {
  display: block;
  margin: 0 auto 10px;
  margin: 0 auto 0.625rem;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-size: 26px;
  font-size: 1.625rem;
}

.portfolio__item-title {
  padding: 15px;
  padding: 0.9375rem;
}

.portfolio__item h3 {
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
  line-height: 1.1;
  font-size: 18px;
  font-size: 1.125rem;
}

.portfolio__item h4 {
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.portfolio-detail {
  position: relative;
  overflow: hidden;
}

.portfolio-detail__slider ul {
  margin: 0;
}

.portfolio-detail__slider img {
  width: 100%;
  height: auto;
}

.portfolio-detail__panel {
  position: absolute;
  bottom: -140px;
  bottom: -8.75rem;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #ebebeb;
  width: 100%;
  height: 140px;
  height: 8.75rem;
  color: #7f7e7e;
}

.portfolio-detail__panel.revealed {
  bottom: 0;
}

.portfolio-detail__panel-inner {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.portfolio-detail__panel-inner::before, .portfolio-detail__panel-inner::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.portfolio-detail__panel-inner::after {
  clear: both;
}

.portfolio-detail__panel-inner:last-child:not(:first-child) {
  float: right;
}

.portfolio-detail__panel-inner, .portfolio-detail__panel-inner:last-child {
  float: none;
}

.portfolio-detail__panel-tab {
  position: absolute;
  top: -50px;
  top: -3.125rem;
  right: 25px;
  right: 1.5625rem;
  z-index: 1;
  background: #0f2c52;
  cursor: pointer;
  padding: 0 15px;
  padding: 0 0.9375rem;
  height: 50px;
  height: 3.125rem;
  text-transform: uppercase;
  line-height: 50px;
  line-height: 3.125rem;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.portfolio-detail__panel-tab.open i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.portfolio-detail__panel-tab i {
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 15px;
  width: 0.9375rem;
  vertical-align: top;
  line-height: 50px;
  line-height: 3.125rem;
  font-size: 21px;
  font-size: 1.3125rem;
}

.portfolio-detail__panel h1 {
  color: #0f2c52;
  font-size: 20px;
  font-size: 1.25rem;
}

.portfolio-detail__panel h1 span {
  margin: 0 5px;
  margin: 0 0.3125rem;
}

.single-portfolio .header__nav .portfolio-link a,
.post-type-archive-portfolio .header__nav .portfolio-link a {
  color: #b9d4fc;
}

.single-portfolio .cta,
.post-type-archive-portfolio .cta {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.service__body {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  margin-top: -1.25rem;
}

.service__body::before, .service__body::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.service__body::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .service__body {
    font-size: 1.125rem;
  }
}

.service__body-inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.service__body-inner:last-child:not(:first-child) {
  float: right;
}

.service__body-box {
  -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.18);
          box-shadow: 0 0 8px rgba(34, 34, 34, 0.18);
  border-top: 20px solid #b9d4fc;
  background: #fff;
  padding: 35px;
  padding: 2.1875rem;
}

@media screen and (min-width: 40em) {
  .service__body-box {
    padding: 3.75rem;
  }
}

.service__body-box-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
  max-width: 59.375rem;
}

.service__body-box-inner p,
.service__body-box-inner li {
  line-height: 2;
}

.service__body-box .two-column-list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 40em) {
  .service__body-box .two-column-list {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

.service__body-box .no-css3-columns {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 40em) {
  .service__body-box .no-css3-columns ul {
    float: left;
    width: 48%;
  }
  .service__body-box .no-css3-columns ul:last-child {
    float: right;
  }
}

.service__body ul {
  margin: 0;
}

.service__body li {
  margin-left: 18px;
  margin-left: 1.125rem;
  color: #0f2c52;
  font-weight: 700;
}

.service__body li li {
  margin-left: 20px;
  margin-left: 1.25rem;
  list-style-type: circle;
}

.team__members {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  margin-top: -60px;
  margin-top: -3.75rem;
}

.team__members::before, .team__members::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.team__members::after {
  clear: both;
}

.team__members-inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.team__members-inner:last-child:not(:first-child) {
  float: right;
}

.team__members-box {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.18);
          box-shadow: 0 0 8px rgba(34, 34, 34, 0.18);
  background: #fff;
  padding: 25px 15px 10px;
  padding: 1.5625rem 0.9375rem 0.625rem;
}

.team__members-box::before, .team__members-box::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.team__members-box::after {
  clear: both;
}

.team__member {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.team__member:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .team__member {
    width: 50%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .team__member:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .team__member {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .team__member:last-child:not(:first-child) {
    float: right;
  }
  .team__member:last-child:last-child {
    float: left;
  }
}

.team__member a:hover,
.team__member a:focus {
  outline: none;
}

.team__member a:hover img,
.team__member a:focus img {
  opacity: .9;
}

.team__member a:hover h3 span::after,
.team__member a:focus h3 span::after {
  max-width: 100%;
}

.team__member a:hover h4,
.team__member a:focus h4 {
  color: #0f2c52;
}

.team__member-image {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  background: #0f2c52;
}

.team__member img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateZ(0);
}

.team__member h3 {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}

.team__member h3 span {
  position: relative;
}

.team__member h3 span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #0f2c52;
  width: 100%;
  max-width: 0;
  height: 2px;
  height: 0.125rem;
  content: '';
}

.team__member h4 {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0;
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.team__modal {
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  padding: 1.25rem;
  width: 100%;
  max-width: 1150px;
  max-width: 71.875rem;
}

@media screen and (min-width: 64em) {
  .team__modal {
    padding: 2.5rem;
  }
}

.team__modal-inner {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.team__modal-inner::before, .team__modal-inner::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.team__modal-inner::after {
  clear: both;
}

.team__modal-inner.has-footer {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 64em) {
  .team__modal-inner.has-footer {
    margin-bottom: 2.5rem;
  }
}

.team__modal-image {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.team__modal-image:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .team__modal-image {
    width: 32%;
    float: left;
    margin-bottom: 0;
  }
  .team__modal-image:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .team__modal-image {
    width: 34%;
    float: left;
  }
  .team__modal-image:last-child:not(:first-child) {
    float: right;
  }
}

.team__modal-info {
  width: 100%;
  float: left;
}

.team__modal-info:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .team__modal-info {
    width: 63%;
    float: left;
    position: relative;
  }
  .team__modal-info:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 40em) {
  .team__modal-info.has-qa {
    padding-bottom: 9.0625rem;
  }
}

.team__modal-info p {
  margin: 0;
}

.team__modal-qa {
  margin-top: 20px;
  margin-top: 1.25rem;
  background: #f3f3f3;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 40em) {
  .team__modal-qa {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
  }
}

.team__modal-qa h5 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  color: #0f2c52;
  font-size: 18px;
  font-size: 1.125rem;
}

.team__modal-qa .slick-prev,
.team__modal-qa .slick-next {
  background-color: transparent;
  width: 9px;
  width: 0.5625rem;
  height: 14px;
  height: 0.875rem;
}

.team__modal-qa .slick-prev:after,
.team__modal-qa .slick-next:after {
  font-size: 24px;
  font-size: 1.5rem;
}

.team__modal-qa .slick-prev {
  top: -18px;
  top: -1.125rem;
  left: 180px;
  left: 11.25rem;
}

.team__modal-qa .slick-next {
  top: -18px;
  top: -1.125rem;
  right: auto;
  left: 200px;
  left: 12.5rem;
}

.team__modal-qa-slide {
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}

.team__modal-qa-slide p {
  margin: 0;
  line-height: 1.2;
  color: #7b7a7a;
}

.team__modal-qa-slide strong {
  display: block;
  margin: 5px 0 3px;
  margin: 0.3125rem 0 0.1875rem;
  color: #0f2c52;
  font-weight: 400;
}

.team__modal-footer {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  background: #b9d4fc;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  color: #0f2c52;
  font-size: 14px;
  font-size: 0.875rem;
}

.team__modal-footer::before, .team__modal-footer::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.team__modal-footer::after {
  clear: both;
}

.team__modal-footer-col {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.team__modal-footer-col:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .team__modal-footer-col {
    width: 33.33333%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    margin-bottom: 0;
  }
  .team__modal-footer-col:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 40em) {
  .team__modal-reading {
    background: url("images/icon-reading.png") no-repeat 10px 0;
    background-size: 2.5rem 2.5rem;
    padding-left: 3.75rem;
    height: auto;
    min-height: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .team__modal-reading {
    background-size: 5rem 5rem;
    padding-left: 6.875rem;
    min-height: 5rem;
  }
}

@media screen and (min-width: 40em) {
  .team__modal-listening {
    background: url("images/icon-listening.png") no-repeat 10px 0;
    background-size: 2.5rem 2.5rem;
    padding-left: 3.75rem;
    height: auto;
    min-height: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .team__modal-listening {
    background-size: 5rem 5rem;
    padding-left: 6.875rem;
    min-height: 5rem;
  }
}

.team__modal-watching {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .team__modal-watching {
    background: url("images/icon-watching.png") no-repeat 10px 0;
    background-size: 2.5rem 2.5rem;
    padding-left: 3.75rem;
    height: auto;
    min-height: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .team__modal-watching {
    background-size: 5rem 5rem;
    padding-left: 6.875rem;
    min-height: 5rem;
  }
}

.team__modal h3 {
  margin: 0;
  color: #0f2c52;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 40em) {
  .team__modal h3 {
    font-size: 1.375rem;
  }
}

.team__modal h4 {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.team__modal h4 span {
  margin: 0 8px 0 5px;
  margin: 0 0.5rem 0 0.3125rem;
}

.team__modal h5 {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0f2c52;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #0f2c52;
}

.mfp-close-btn-in .mfp-close:hover {
  opacity: .6;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #b9d4fc;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 16px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  font-size: 14px;
  font-size: 0.875rem;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 -15px;
  margin: 0 -0.9375rem;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 20;
  display: block;
  height: 48px;
  width: 42px;
  opacity: 1;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #fff;
  color: #0f2c52;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev::after,
.slick-next::after {
  font: 48px / 1 "FontAwesome";
  font: 3rem / 1 "FontAwesome";
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .3;
  cursor: default;
}

.slick-prev {
  left: 0;
}

@media screen and (min-width: 90em) {
  .slick-prev {
    left: -3rem;
  }
}

.slick-prev::after {
  content: '\f104';
}

.slick-next {
  right: 0;
}

@media screen and (min-width: 90em) {
  .slick-next {
    right: -3rem;
  }
}

.slick-next::after {
  content: '\f105';
}

.slick-dots {
  position: absolute;
  top: 50%;
  right: 20px;
  right: 1.25rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}

.slick-dots li {
  margin: 3px 0;
  margin: 0.1875rem 0;
  list-style-type: none;
}

.slick-dots li.slick-active button {
  border-color: #0f2c52;
}

.slick-dots button {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}

.slick-dots button:focus {
  outline: none;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

label.gfield_label{
	display:inline-block;
}

 /* turn7 Edits  */

 /* elements  */

.wrapper {
  max-width:850px;
  margin:0 auto;
}

.careers {
  padding:40px 0;
}

.blue-button {
  border:2px solid #0F2C52;
  font-weight:bold;
  color:#0F2C52;
  padding:12px 35px;
  font-size:24px;
  cursor: pointer;
}

.blue-button:hover {
  background-color:#0F2C52;
  color:#fff;
}

/* end elements  */

.careers h2 {
  color: #0F2C52;
  padding-bottom:20px;
}

@media screen and (max-width:1000px) {
  .careers h2 {
    text-align: center;
  }
}

.careers .wrapper{
  display: flex;
  max-width: 1280px;
  margin:0 auto;
  justify-content: space-between;
  padding:30px;
}

@media screen and (max-width:1000px) {
  .careers .wrapper{
    flex-direction: column;
  }
}

.careers-container{
  width: calc(100% - 420px);
}

@media screen and (max-width:1000px) {
  .careers-container{
    width: 100%;
  }
}

.careers-general {
  width: 390px;
}

@media screen and (max-width:1000px) {
  .careers-general{
    margin-top: 40px;
    width: 100%;
  }
}

.careers-general-container{
  background-color: #EBF4FF;
  border-radius: 10px;
  padding: 45px 20px;
  color: #0F2C52;
  text-align: center;
  position: relative;
}

.careers-general-container #modal{
  font-size: 14px;
  text-decoration: underline;
}

.careers-general-container h3 {
  text-transform: uppercase;
}

.careers-general-container p {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.careers-general-container span {
  cursor:pointer;
}

.page-template-career .mfp-content{
  width: 600px !important;
}

@media screen and (max-width:650px) {
  .page-template-career .mfp-content{
    width: 95% !important;
  }
}

.job-item {
  padding:25px 0;
  border-bottom:1px solid #D9D9D9;
}

.job-item:first-child{
  border-top:1px solid #D9D9D9;
}

.job-item h3{
  color: #0F2C52;
}

.job-item p{
  color: #000000;
  margin-bottom: 0;
}

/* Single Page */
.job-header {
  border-bottom:1px solid #D9D9D9;
  margin:60px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-header-info p {
  color:#000000;
}

.return-page {
  display: flex;
  margin-top:20px;
  font-size: 16px;
  color:#606060;
}

.return-page svg{
  width:12px;
  margin-right:8px;
}

.return-page svg path{
  fill:#606060;
}

.job-header h1 {
  color:#0F2C52;
  font-size:28px;
}

.article-content{
  color:#000;
}

.apply-content{
  padding:25px 0;
  display: none;
}

.apply-content-header{
  text-align: center;
  padding-top:40px;
}

.apply-content-header h2{
  color:#0F2C52;
}

.apply-content-header h3 {
  color:#5F5F5F;
  font-size: 1em;
}

.apply-content-header p {
  color:#000;
}

.gform_heading{
  display: none;
}

.gfield {
  display: flex;
  justify-content: space-between;
  max-width: 490px;
  margin: 0 auto 15px;  
}

.gfield_label{
  font-size: 18px;
  display: inline-block;
  width: 230px;
  text-align: left;
}

.gform_wrapper{
  margin-top:40px;
}

.gform_fileupload_rules{
  font-size: 15px;
}

[type="file"] {
  font-size: 12px;
  margin-bottom: 6px;
}

.gform_fileupload_rules {
  font-size: 12px;
  width: 100%;
  max-width: 150px;
  display: block;
  text-align: left;
  margin-bottom: 12px;
}

.ginput_container_fileupload {
  max-width: 220px;
}

.gform_footer{
  display: flex;
  flex-direction: column-reverse;
}

.gform_submission_error{
  font-size: 15px;
  max-width: 420px;
  margin: 0px auto 50px;
}

.gform_footer [type="submit"] {
  margin: 0 auto;  
}

.header__logo img {
  position: absolute;
  width: 100%;
  top:0;
  left:0;
  background-color: #ffffff;
  padding: 10px;
}

@media screen and (min-width: 650px) {
  .header__logo {
      width: 12.5rem;
  }
  .header__logo img {
    padding: 20px;
  }    
}

@media screen and (min-width: 950px) {
  .header__logo {
      width: 180px;
  }
  .header__logo img {
    padding: 25px;
  }  
}

.popup-modal-dismiss{
  position: absolute;
  right: 14px;
  top: 10px;
  width: 20px;
}