@charset "UTF-8";
/* ======================================================================
Utility
====================================================================== */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.footer-utility-nav__list, .nav-secondary .nav-secondary__list, .social__list {
  list-style: none;
  padding-right: 0;
  padding-left: 0;
}
.footer-utility-nav__list li, .nav-secondary .nav-secondary__list li, .social__list li {
  display: inline-block;
}

.card__img, .ft-card__img, .slider-project__item, .slider-home__item, .banner-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial-box__heading, .ft-link__label, .slider-home__supra, .nav-prevnext a, .footer-utility-nav__list li a, .cta-link {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ======================================================================
Vendor
====================================================================== */
/* ======================================================================
Base
====================================================================== */
/* =================================================================================
  12 column grid
  --------------
  Based on display: inline-block; and font-size: 0; + font-size: 1rem;
================================================================================= */
.container {
  width: 100%;
  max-width: 1236px;
  margin: 0 auto;
  padding: 0 10px;
}

.columns {
  font-size: 0;
  margin-right: -12px;
  margin-left: -12px;
}

.col {
  display: inline-block;
  width: calc(100% - 24px);
  vertical-align: top;
  margin-right: 12px;
  margin-left: 12px;
  font-size: 1rem;
}

.show-md {
  display: none;
}

.col-1 {
  width: calc(8.333% - 24px);
}

.col-2 {
  width: calc(16.666% - 24px);
}

.col-3 {
  width: calc(25% - 24px);
}

.col-4 {
  width: calc(33.333% - 24px);
}

.col-5 {
  width: calc(41.666% - 24px);
}

.col-6 {
  width: calc(50% - 24px);
}

.col-7 {
  width: calc(58.333% - 24px);
}

.col-8 {
  width: calc(66.666% - 24px);
}

.col-9 {
  width: calc(75% - 24px);
}

.col-10 {
  width: calc(83.333% - 24px);
}

.col-11 {
  width: calc(91.666% - 24px);
}

.col-12 {
  width: calc(100% - 24px);
}

.col-offset-0 {
  margin-left: 12px;
}

.col-offset-1 {
  margin-left: calc(8.333% + 12px);
}

.col-offset-2 {
  margin-left: calc(16.666% + 12px);
}

.col-offset-3 {
  margin-left: calc(25% + 12px);
}

.col-offset-4 {
  margin-left: calc(33.333% + 12px);
}

.col-offset-5 {
  margin-left: calc(41.666% + 12px);
}

.col-offset-6 {
  margin-left: calc(50% + 12px);
}

.col-offset-7 {
  margin-left: calc(58.333% + 12px);
}

.col-offset-8 {
  margin-left: calc(66.666% + 12px);
}

.col-offset-9 {
  margin-left: calc(75% + 12px);
}

.col-offset-10 {
  margin-left: calc(83.333% + 12px);
}

.col-offset-11 {
  margin-left: calc(91.666% + 12px);
}

@media only screen and (min-width: 480px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .col-sm-1 {
    width: calc(8.333% - 24px);
  }

  .col-sm-2 {
    width: calc(16.666% - 24px);
  }

  .col-sm-3 {
    width: calc(25% - 24px);
  }

  .col-sm-4 {
    width: calc(33.333% - 24px);
  }

  .col-sm-5 {
    width: calc(41.666% - 24px);
  }

  .col-sm-6 {
    width: calc(50% - 24px);
  }

  .col-sm-7 {
    width: calc(58.333% - 24px);
  }

  .col-sm-8 {
    width: calc(66.666% - 24px);
  }

  .col-sm-9 {
    width: calc(75% - 24px);
  }

  .col-sm-10 {
    width: calc(83.333% - 24px);
  }

  .col-sm-11 {
    width: calc(91.666% - 24px);
  }

  .col-sm-12 {
    width: calc(100% - 24px);
  }

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

  .col-sm-offset-1 {
    margin-left: calc(8.333% + 12px);
  }

  .col-sm-offset-2 {
    margin-left: calc(16.666% + 12px);
  }

  .col-sm-offset-3 {
    margin-left: calc(25% + 12px);
  }

  .col-sm-offset-4 {
    margin-left: calc(33.333% + 12px);
  }

  .col-sm-offset-5 {
    margin-left: calc(41.666% + 12px);
  }

  .col-sm-offset-6 {
    margin-left: calc(50% + 12px);
  }

  .col-sm-offset-7 {
    margin-left: calc(58.333% + 12px);
  }

  .col-sm-offset-8 {
    margin-left: calc(66.666% + 12px);
  }

  .col-sm-offset-9 {
    margin-left: calc(75% + 12px);
  }

  .col-sm-offset-10 {
    margin-left: calc(83.333% + 12px);
  }

  .col-sm-offset-11 {
    margin-left: calc(91.666% + 12px);
  }
}
@media only screen and (min-width: 768px) {
  .show-md {
    display: inherit;
  }

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

  .col-md-1 {
    width: calc(8.333% - 24px);
  }

  .col-md-2 {
    width: calc(16.666% - 24px);
  }

  .col-md-3 {
    width: calc(25% - 24px);
  }

  .col-md-4 {
    width: calc(33.333% - 24px);
  }

  .col-md-5 {
    width: calc(41.666% - 24px);
  }

  .col-md-6 {
    width: calc(50% - 24px);
  }

  .col-md-7 {
    width: calc(58.333% - 24px);
  }

  .col-md-8 {
    width: calc(66.666% - 24px);
  }

  .col-md-9 {
    width: calc(75% - 24px);
  }

  .col-md-10 {
    width: calc(83.333% - 24px);
  }

  .col-md-11 {
    width: calc(91.666% - 24px);
  }

  .col-md-12 {
    width: calc(100% - 24px);
  }

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

  .col-md-offset-1 {
    margin-left: calc(8.333% + 12px);
  }

  .col-md-offset-2 {
    margin-left: calc(16.666% + 12px);
  }

  .col-md-offset-3 {
    margin-left: calc(25% + 12px);
  }

  .col-md-offset-4 {
    margin-left: calc(33.333% + 12px);
  }

  .col-md-offset-5 {
    margin-left: calc(41.666% + 12px);
  }

  .col-md-offset-6 {
    margin-left: calc(50% + 12px);
  }

  .col-md-offset-7 {
    margin-left: calc(58.333% + 12px);
  }

  .col-md-offset-8 {
    margin-left: calc(66.666% + 12px);
  }

  .col-md-offset-9 {
    margin-left: calc(75% + 12px);
  }

  .col-md-offset-10 {
    margin-left: calc(83.333% + 12px);
  }

  .col-md-offset-11 {
    margin-left: calc(91.666% + 12px);
  }
}
@media only screen and (min-width: 991px) {
  .col-lg-1 {
    width: calc(8.333% - 24px);
  }

  .col-lg-2 {
    width: calc(16.666% - 24px);
  }

  .col-lg-3 {
    width: calc(25% - 24px);
  }

  .col-lg-4 {
    width: calc(33.333% - 24px);
  }

  .col-lg-5 {
    width: calc(41.666% - 24px);
  }

  .col-lg-6 {
    width: calc(50% - 24px);
  }

  .col-lg-7 {
    width: calc(58.333% - 24px);
  }

  .col-lg-8 {
    width: calc(66.666% - 24px);
  }

  .col-lg-9 {
    width: calc(75% - 24px);
  }

  .col-lg-10 {
    width: calc(83.333% - 24px);
  }

  .col-lg-11 {
    width: calc(91.666% - 24px);
  }

  .col-lg-12 {
    width: calc(100% - 24px);
  }

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

  .col-lg-offset-1 {
    margin-left: calc(8.333% + 12px);
  }

  .col-lg-offset-2 {
    margin-left: calc(16.666% + 12px);
  }

  .col-lg-offset-3 {
    margin-left: calc(25% + 12px);
  }

  .col-lg-offset-4 {
    margin-left: calc(33.333% + 12px);
  }

  .col-lg-offset-5 {
    margin-left: calc(41.666% + 12px);
  }

  .col-lg-offset-6 {
    margin-left: calc(50% + 12px);
  }

  .col-lg-offset-7 {
    margin-left: calc(58.333% + 12px);
  }

  .col-lg-offset-8 {
    margin-left: calc(66.666% + 12px);
  }

  .col-lg-offset-9 {
    margin-left: calc(75% + 12px);
  }

  .col-lg-offset-10 {
    margin-left: calc(83.333% + 12px);
  }

  .col-lg-offset-11 {
    margin-left: calc(91.666% + 12px);
  }
}
@media only screen and (min-width: 1199px) {
  .col-xl-1 {
    width: calc(8.333% - 24px);
  }

  .col-xl-2 {
    width: calc(16.666% - 24px);
  }

  .col-xl-3 {
    width: calc(25% - 24px);
  }

  .col-xl-4 {
    width: calc(33.333% - 24px);
  }

  .col-xl-5 {
    width: calc(41.666% - 24px);
  }

  .col-xl-6 {
    width: calc(50% - 24px);
  }

  .col-xl-7 {
    width: calc(58.333% - 24px);
  }

  .col-xl-8 {
    width: calc(66.666% - 24px);
  }

  .col-xl-9 {
    width: calc(75% - 24px);
  }

  .col-xl-10 {
    width: calc(83.333% - 24px);
  }

  .col-xl-11 {
    width: calc(91.666% - 24px);
  }

  .col-xl-12 {
    width: calc(100% - 24px);
  }

  .col-xl-offset-0 {
    margin-left: 12px;
  }

  .col-xl-offset-1 {
    margin-left: calc(8.333% + 12px);
  }

  .col-xl-offset-2 {
    margin-left: calc(16.666% + 12px);
  }

  .col-xl-offset-3 {
    margin-left: calc(25% + 12px);
  }

  .col-xl-offset-4 {
    margin-left: calc(33.333% + 12px);
  }

  .col-xl-offset-5 {
    margin-left: calc(41.666% + 12px);
  }

  .col-xl-offset-6 {
    margin-left: calc(50% + 12px);
  }

  .col-xl-offset-7 {
    margin-left: calc(58.333% + 12px);
  }

  .col-xl-offset-8 {
    margin-left: calc(66.666% + 12px);
  }

  .col-xl-offset-9 {
    margin-left: calc(75% + 12px);
  }

  .col-xl-offset-10 {
    margin-left: calc(83.333% + 12px);
  }

  .col-xl-offset-11 {
    margin-left: calc(91.666% + 12px);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  overflow-x: hidden;
  /* mobile menu */
  background: #004066;
}

html {
  height: 100%;
  font-size: 100%;
  font-family: "Lora", serif;
}
@media (min-width: 991px) {
  html {
    font-size: 100%;
  }
}

body {
  margin: 0;
}

.body-overlay {
  position: relative;
  background: #fff;
  transition: -webkit-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  transition: -moz-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  transition: -ms-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  -ms-transition: -ms-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
}

p {
  margin: 1em 0;
  line-height: 1.6;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.25;
}

h1 {
  margin: 0.625em 0;
  font-size: 3.75em;
}

h2 {
  margin: 0.625em 0;
  font-size: 1.5em;
}

h3 {
  margin: 0.625em 0;
  font-size: 1.25em;
}

h4 {
  margin: 0.938em 0;
  font-size: 1.125em;
}

h5 {
  margin: 0.938em 0;
  font-size: 1em;
  line-height: 1.125;
  text-transform: uppercase;
}

h6 {
  margin: 0.938em 0;
  font-size: 1em;
  line-height: 1.125;
}

ul, ol {
  margin: 1.25em 0 0.625em;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1.875em;
}

figure {
  margin: 0;
}

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

hr {
  height: 1px;
  margin: 2.5rem 0;
  border: none;
  background: rgba(51, 51, 51, 0.2);
}

a:focus,
a img,
input:focus,
textarea:focus,
button:focus {
  outline: 0 none;
  /*Chrome Outline Fix*/
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

input,
textarea {
  width: 100%;
  outline: none;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 0.4em 0.5em;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

button {
  font-size: 1em;
  cursor: pointer;
}

input,
textarea {
  border: 1px solid #d7d7d7;
}

::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

::-moz-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:-moz-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:placeholder-shown {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

.clearfix::before, .aligncenter::before,
.clearfix::after,
.aligncenter::after {
  content: "";
  display: table;
  clear: both;
}

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* a, a:visited { text-decoration: underline; } */
  .content a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .site-header .header-logo a:after {
    content: "";
  }

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

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }

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

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }
}
/* ======================================================================
Components
====================================================================== */
.alignnone {
  margin-right: 1.5em;
}

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

.alignright,
figure.alignright,
.alignleft,
figure.alignleft {
  display: block;
  float: none;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 480px) {
  .alignright,
figure.alignright {
    display: inline;
    float: right;
    margin: 0.4em 0 0.6em 1.5em;
  }
}

@media (min-width: 480px) {
  .alignleft,
figure.alignleft {
    display: inline;
    float: left;
    margin: 0.4em 1.5em 0.6em 0;
  }
}

.wp-caption.alignleft {
  margin-bottom: 1em;
}

.wp-caption.alignright {
  margin-bottom: 1em;
}

.wp-caption.alignright img,
.wp-caption.alignleft img {
  display: block;
}

.wp-caption .wp-caption-text {
  padding: 0.5em;
  font-size: 0.9em;
  text-align: center;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

.site-columns {
  margin-bottom: 5rem;
}

.content > *:first-child {
  margin-top: 0;
}
.content h1, .content h2 {
  color: #0076bb;
  font-size: 1.5rem;
}
.content h3 {
  color: #f15a2a;
  font-size: 1.125rem;
}
.content ul,
.content ol {
  margin: 2rem 0;
}
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.content li {
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.content .lead {
  color: #83c033;
  font-size: 1.3rem;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.3;
}
@media (min-width: 480px) {
  .content .lead {
    font-size: 1.5rem;
  }
}
.content .lead--alternate {
  color: #666;
}
.content .lead + h2,
.content .lead + h3,
.content .lead + h4,
.content .lead + h5,
.content .lead + h6 {
  margin-top: 0.938em;
}
.content .callout {
  margin: 1.5rem 0 1.5rem 1rem;
  border-left: 1px solid #0076bb;
  padding: 0 0 0 1rem;
  color: #8a8c8e;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .content .callout {
    margin: 1.75rem 0 1.75rem 2rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 991px) {
  .content .callout {
    margin: 2rem 0 2rem 3rem;
    font-size: 1.5rem;
  }
}
.content .footnote {
  margin-top: 3em;
  font-size: 0.85em;
  font-style: italic;
  line-height: 1.3;
}

.call-to-action {
  margin: 1.25em 0;
  font-weight: bold;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.call-to-action a {
  color: #83c033;
}
.call-to-action a:hover, .call-to-action a:focus {
  color: #70a42c;
}
.call-to-action a:hover::after, .call-to-action a:focus::after {
  left: 0.5em;
}

.call-to-action a:after {
  content: "";
  position: relative;
  left: 0;
  padding-left: 0.5em;
  font-family: "FontAwesome";
  transition: left 0.25s;
}

.call-to-action--open a:after {
  content: "";
}

.call-to-action--open:hover a:after,
.call-to-action--open:focus a:after {
  left: auto;
}

.call-to-action--back a:before {
  content: "";
  position: relative;
  font-family: "FontAwesome";
  padding-right: 0.5em;
}

.call-to-action--back a:after {
  content: "";
  display: none;
}

@media (min-width: 480px) {
  .content-thumbnail {
    max-width: 50%;
  }
}

.table,
.content table {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 1em;
  padding-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.889rem;
  white-space: nowrap;
  vertical-align: top;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media (min-width: 768px) {
  .table,
.content table {
    white-space: normal;
  }
}
.table tr:nth-of-type(even),
.content table tr:nth-of-type(even) {
  background: #f1f1f1;
}
.table th,
.content table th {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  background: #0076bb;
}
.table td, .table th,
.content table td,
.content table th {
  padding: 10px;
  border: 1px solid #D5D5D5;
  line-height: 1.3;
}
.table:before,
.content table:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: -webkit-radial-gradient(left ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%) 0 center;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%) 0 center;
  background-size: 8px 100%, 8px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .table:before,
.content table:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .table,
.content table {
    display: table;
    min-width: 0;
    margin-bottom: 2em;
    background: none;
  }
}

/* =================================================================================
  Google Maps Embed via WYSIWYG
  https://bitbucket.org/snippets/windmilldesign/jK7Bp/google-maps-embed-via-wordpress-editor
================================================================================= */
.content__google-maps {
  display: block;
  margin: 2em 0;
  max-height: 450px;
  overflow: hidden;
}

.content__google-maps__overlay {
  display: block;
  position: relative;
  padding-bottom: 75%;
  /* assumes 600 : 450 aspect ratio */
  height: 0;
  max-width: 1000px;
  overflow: hidden;
}

.content__google-maps__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-height: 450px;
  pointer-events: none;
}

.content__google-maps__frame--active {
  pointer-events: auto;
}

.content .has-small-font-size,
.content .has-normal-font-size,
.content .has-large-font-size,
.content .has-huge-font-size {
  font-size: 1rem;
}
.content .has-white-background-color {
  background-color: #fff;
}
.content .has-grey-background-color {
  background-color: #333;
}
.content .has-black-background-color {
  background-color: #000;
}
.content .has-blue-background-color {
  background-color: #0076bb;
}
.content .has-green-background-color {
  background-color: #83c033;
}
.content .has-red-ornage-background-color {
  background-color: #f15a2a;
}
.content .has-gold-yellow-background-color {
  background-color: #f6b32a;
}
.content .has-dark-blue-background-color {
  background-color: #004066;
}
.content .has-white-color {
  color: #fff;
}
.content .has-grey-color {
  color: #333;
}
.content .has-black-color {
  color: #000;
}
.content .has-blue-color {
  color: #0076bb;
}
.content .has-green-color {
  color: #83c033;
}
.content .has-red-orange-color {
  color: #f15a2a;
}
.content .has-gold-yellow-color {
  color: #f6b32a;
}
.content .has-dark-blue-color {
  color: #004066;
}
.content .wp-block-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.content .wp-block-gallery {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.content .blocks-gallery-grid {
  margin: 0;
}
.content .wp-block-quote {
  margin: 1.5rem 0 1.5rem 1rem;
  border-left: 1px solid #0076bb;
  padding: 0 0 0 1rem;
  color: #8a8c8e;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .content .wp-block-quote {
    margin: 2rem 0 2rem 2rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 991px) {
  .content .wp-block-quote {
    margin: 3rem 0 3rem 3rem;
    font-size: 1.5rem;
  }
}
.content .wp-block-quote * {
  margin-bottom: 0;
}
.content .wp-block-quote > *:first-child {
  margin-top: 0;
}
.content .wp-block-quote cite {
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.content .wp-block-cover {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.content .wp-block-pullquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-top: 3px solid;
  border-bottom: 3px solid;
  border-color: rgba(138, 140, 142, 0.4);
}
.content .wp-block-pullquote blockquote {
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.4;
}
.content .wp-block-pullquote blockquote cite {
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.content .wp-block-pullquote.is-style-solid-color {
  border: none;
}
.content .wp-block-media-text {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.content .wp-block-media-text__content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.content .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.content .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
.content .wp-block-button a {
  transition: background 0.3s, color 0.3s;
}
.content .wp-block-button a.has-grey-background-color:hover, .content .wp-block-button a.has-grey-background-color:focus {
  background-color: #4d4d4d;
}
.content .wp-block-button a.has-black-background-color:hover, .content .wp-block-button a.has-black-background-color:focus {
  background-color: #1a1a1a;
}
.content .wp-block-button a.has-blue-background-color:hover, .content .wp-block-button a.has-blue-background-color:focus {
  background-color: #0096ee;
}
.content .wp-block-button a.has-green-background-color:hover, .content .wp-block-button a.has-green-background-color:focus {
  background-color: #9bd254;
}
.content .wp-block-button a.has-red-orange-background-color:hover, .content .wp-block-button a.has-red-orange-background-color:focus {
  background-color: #f47f5a;
}
.content .wp-block-button a.has-gold-yellow-background-color:hover, .content .wp-block-button a.has-gold-yellow-background-color:focus {
  background-color: #f8c45b;
}
.content .wp-block-button a.has-dark-blue-background-color:hover, .content .wp-block-button a.has-dark-blue-background-color:focus {
  background-color: #006099;
}
.content .wp-block-button.is-style-outline a:hover, .content .wp-block-button.is-style-outline a:focus {
  color: #fff;
}
.content .wp-block-button.is-style-outline a.has-grey-color {
  border-color: #333;
}
.content .wp-block-button.is-style-outline a.has-grey-color:hover, .content .wp-block-button.is-style-outline a.has-grey-color:focus {
  background-color: #333;
}
.content .wp-block-button.is-style-outline a.has-black-color {
  border-color: #000;
}
.content .wp-block-button.is-style-outline a.has-black-color:hover, .content .wp-block-button.is-style-outline a.has-black-color:focus {
  background-color: #000;
}
.content .wp-block-button.is-style-outline a.has-blue-color {
  border-color: #0076bb;
}
.content .wp-block-button.is-style-outline a.has-blue-color:hover, .content .wp-block-button.is-style-outline a.has-blue-color:focus {
  background-color: #0076bb;
}
.content .wp-block-button.is-style-outline a.has-green-color {
  border-color: #83c033;
}
.content .wp-block-button.is-style-outline a.has-green-color:hover, .content .wp-block-button.is-style-outline a.has-green-color:focus {
  background-color: #83c033;
}
.content .wp-block-button.is-style-outline a.has-red-orange-color {
  border-color: #f15a2a;
}
.content .wp-block-button.is-style-outline a.has-red-orange-color:hover, .content .wp-block-button.is-style-outline a.has-red-orange-color:focus {
  background-color: #f15a2a;
}
.content .wp-block-button.is-style-outline a.has-gold-yellow-color {
  border-color: #f6b32a;
}
.content .wp-block-button.is-style-outline a.has-gold-yellow-color:hover, .content .wp-block-button.is-style-outline a.has-gold-yellow-color:focus {
  background-color: #f6b32a;
}
.content .wp-block-button.is-style-outline a.has-dark-blue-color {
  border-color: #004066;
}
.content .wp-block-button.is-style-outline a.has-dark-blue-color:hover, .content .wp-block-button.is-style-outline a.has-dark-blue-color:focus {
  background-color: #004066;
}

a {
  color: #f15a2a;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: rgba(241, 90, 42, 0.75);
  text-decoration: none;
}

a.click-to-call,
a.click-to-call:visited,
a.click-to-call:hover,
a.click-to-call:focus,
a.click-to-call:active {
  color: inherit;
  text-decoration: inherit;
}

.cta-link {
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.cta-link::after {
  content: "";
  position: relative;
  left: 0;
  margin-left: 0.5em;
  font-family: "FontAwesome";
  transition: left 0.25s;
}
.cta-link:hover::after {
  left: 0.5em;
}

.btn {
  display: inline-block;
  padding: 0.8em 1.2em;
  border: 2px solid #0076bb;
  border-radius: 10px;
  background-color: transparent;
  color: #0076bb;
  font-size: 0.75em;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.4s;
}
.btn:hover {
  color: #FFF;
  background-color: #0076bb;
}
@media (min-width: 768px) {
  .btn {
    font-size: 0.85em;
  }
}

.btn--secondary {
  color: #FFF;
  border-color: #83c033;
  background-color: #83c033;
}

.btn--secondary:hover {
  border-color: #70a42c;
  background-color: #70a42c;
}

.btn--open:after {
  content: "";
  font-family: "FontAwesome";
  font-weight: normal;
  padding-left: 1em;
  -webkit-font-smoothing: antialised;
  font-smoothing: antialised;
}

/* =============================================================
"Fancy" button is Ujarak from
http://tympanus.net/Development/ButtonStylesInspiration
============================================================= */
.btn--fancy,
.btn--fancy::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn--fancy {
  position: relative;
  z-index: 5;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}
.btn--fancy::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 9px;
  background: #0076bb;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn--fancy--inverse {
  background: #0076bb;
  color: #fff;
}
.btn--fancy--inverse::before {
  background: #fff;
}

.btn--fancy:hover {
  border-color: #0076bb;
  color: #fff;
}
.btn--fancy:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.btn--fancy--inverse:hover {
  border-color: #0076bb;
  color: #0076bb;
}

.main-search {
  max-width: 300px;
}

.main-search__group {
  position: relative;
  border: 1px solid #d7d7d7;
}

input.main-search__field {
  display: block;
  border: none;
  padding-right: 3em;
}

.main-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 0.75em;
  padding-left: 0.75em;
  border: none;
  border-left: 1px solid #d7d7d7;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
  color: #ccc;
}

.nav-social {
  color: rgba(255, 255, 255, 0.6);
}

.social__list {
  margin: 0;
}

.social__item:nth-child(n+2) {
  margin-left: 0.3em;
}

.social__item a {
  color: inherit;
}
.social__item a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.site-header {
  position: relative;
  padding-top: 0;
  background: #fff;
}
.site-header .container {
  position: relative;
}

.header-top {
  display: none;
  padding: 0.9rem 0 0.85rem;
  background: #0076bb;
}
@media (min-width: 768px) {
  .header-top {
    display: block;
  }
}

.header-main .container {
  position: relative;
  height: 95px;
}

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

.header-utility .nav-social {
  display: inline-block;
}

.header-logo {
  position: absolute;
  left: 1em;
  top: 1em;
  z-index: 999;
  width: 175px;
}

.header-logo a {
  position: absolute;
  width: 100%;
  padding-top: 32.701422%;
  background: url(../images/logo.svg) 0 0 no-repeat;
  background-size: contain;
  font-size: 0;
}

@media (min-width: 768px) {
  .header-logo {
    width: 200px;
    left: 2em;
    top: 0;
  }

  .header-logo:before {
    content: "";
    position: absolute;
    left: -24px;
    top: -20px;
    width: 100px;
    padding-top: 100px;
    background: #FFF;
    border-radius: 100px;
  }
}
.header-search {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 991px) {
  .header-search {
    position: absolute;
    top: 20px;
    right: 18px;
    width: 225px;
    padding-right: 0;
    padding-left: 0;
  }
}

.header-search__group {
  position: relative;
  border: 1px solid #d7d7d7;
}

input.header-search__field {
  border: none;
  padding-right: 3em;
  background: #fff;
}

.header-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 0.75em;
  padding-left: 0.75em;
  border: none;
  border-left: 1px solid #d7d7d7;
  border-radius: 0;
  background: #fff;
  color: #ccc;
}

.social--header {
  position: static;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 991px) {
  .social--header {
    position: absolute;
    top: 4rem;
    right: 18px;
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 991px) {
  .nav-sm-only {
    display: none;
  }
}

.nav-main--active .body-overlay {
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  transform: translateX(-270px);
}
@media (min-width: 991px) {
  .nav-main--active .body-overlay {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.nav-main {
  position: absolute;
  right: -270px;
  top: 0;
  z-index: 101;
  display: block;
  width: 270px;
  padding-top: 10px;
  margin: 0;
  background: #004066;
  overflow-x: hidden;
}
@media (min-width: 991px) {
  .nav-main {
    right: 0;
    top: 50%;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    overflow-x: visible;
    -webkittransform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.nav-main .nav-main__list {
  list-style: none;
  margin: 0 0 0.7rem 0;
  padding: 0 15px;
  font-size: 0;
}
.nav-main .nav-main__list--mobile {
  display: block;
}
@media (min-width: 991px) {
  .nav-main .nav-main__list--mobile {
    display: none;
  }
}
.nav-main .nav-main__list--primary {
  display: none;
}
@media (min-width: 991px) {
  .nav-main .nav-main__list--primary {
    display: flex;
    direction: row;
    margin: 0;
    padding-right: 0;
    padding-left: 370px;
  }
}
.nav-main .nav-main__item {
  position: relative;
  display: block;
  font-size: 1rem;
}
.nav-main .nav-main__item:nth-child(n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 991px) {
  .nav-main .nav-main__item {
    display: flex;
  }
  .nav-main .nav-main__item::after, .nav-main .nav-main__item:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 1px;
    height: 2em;
    margin-top: -1em;
    background: rgba(0, 0, 0, 0.15);
  }
  .nav-main .nav-main__item:first-child::before {
    left: 0;
  }
  .nav-main .nav-main__item::after {
    right: 0;
  }
  .nav-main .nav-main__item:nth-child(n+2) {
    border-top: none;
  }
}
.nav-main .ie11 .nav-lg-last:after {
  display: none;
}
.nav-main .ie11 .nav-main__list {
  padding-left: 450px !important;
}
.nav-main .ie11 .nav-main__item > a {
  display: block;
}
.nav-main .nav-main__item a {
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.3;
}
@media (min-width: 991px) {
  .nav-main .nav-main__item a {
    color: #000;
  }
}
.nav-main .nav-main__item > a {
  display: block;
  padding: 10px 0;
  font-weight: 700;
}
@media (min-width: 991px) {
  .nav-main .nav-main__item > a {
    max-width: 150px;
    display: flex;
    align-items: center;
    padding: 1rem 1.125rem;
    font-size: 0.875rem;
    text-align: center;
  }
}
@media (min-width: 991px) {
  .nav-main .nav-main__item > a:hover,
.nav-main .nav-main__item--active > a {
    color: #83c033;
  }
}
.nav-main .nav-main__item--parent > a::after {
  content: "";
  margin-left: 0.75em;
  font-family: "FontAwesome";
  opacity: 0.25;
}
@media (min-width: 991px) {
  .nav-main .nav-main__item--parent > a::after {
    display: none;
  }
}
.nav-main .nav-main__item--parent > a:hover::after,
.nav-main .nav-main__item--parent.nav-main__item--active > a::after {
  opacity: 1;
}
.nav-main .nav-main__submenu {
  display: none;
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
}
@media (min-width: 991px) {
  .nav-main .nav-main__submenu {
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    z-index: -1;
    display: block;
    min-width: 14rem;
    height: 0;
    border-top: 5px solid #83c033;
    background: #fff;
    box-shadow: 0 4px 10px rgba(50, 50, 50, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
  }
}
@media (min-width: 991px) {
  .nav-main .nav-main__submenu::before {
    content: "";
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 0px 6.5px;
    border-color: transparent transparent #83c033 transparent;
    transform: translateX(-50%);
  }
}
.nav-main .nav-main__item--active .nav-main__submenu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 991px) {
  .nav-main .nav-main__item--active .nav-main__submenu {
    top: calc(100% - 5px);
    z-index: 100;
    transition: opacity 0.5s, top 0.5s;
  }
}
@media (min-width: 991px) {
  .nav-main .nav-main__item--active .nav-main__submenu::before {
    border-width: 0 6.5px 7px 6.5px;
    transition: border-width 0.25s;
    transition-delay: 0.35s;
  }
}
.nav-main .nav-main__submenu--left {
  left: auto;
  right: 0;
}
.nav-main .nav-main__submenu--mega {
  width: 18rem;
}
.nav-main .nav-main__submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 991px) {
  .nav-main .nav-main__submenu ul {
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 991px) {
  .nav-main .nav-main__submenu--mega ul {
    display: inline-block;
    width: 49%;
  }
}
.nav-main .nav-main__submenu li {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
@media (min-width: 991px) {
  .nav-main .nav-main__submenu li:first-child {
    border-top: none;
  }
  .nav-main .nav-main__submenu li:nth-child(n+2) {
    border-top: 1px solid rgba(0, 0, 0, 0.17);
  }
}
.nav-main .nav-main__submenu a {
  display: block;
  padding: 0.75rem 0.75rem 0.75rem 2em;
  font-size: 0.8em;
  text-decoration: none;
}
@media (min-width: 991px) {
  .nav-main .nav-main__submenu a {
    padding: 0.75rem 1.2rem;
  }
  .nav-main .nav-main__submenu a:hover {
    color: #83c033;
  }
}

.toggle-nav-main {
  position: absolute;
  top: 2.5em;
  right: 10px;
  /* container padding and toggle padding */
  z-index: 9999;
  padding: 8px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .toggle-nav-main {
    top: 1.6em;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (min-width: 991px) {
  .toggle-nav-main {
    display: none;
  }
}

.toggle-nav-main__wrap {
  position: relative;
  width: 30px;
  height: 20px;
  transition: -webkit-transform 0.5s ease-out;
  transition: -ms-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.toggle-nav-main__bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 1000px;
  background: #0076bb;
  transition: all 0.5s ease-out;
}
.toggle-nav-main__bar:nth-child(1) {
  top: 0;
}
.toggle-nav-main__bar:nth-child(2) {
  top: 50%;
  margin-top: -2px;
  opacity: 1;
}
.toggle-nav-main__bar:nth-child(3) {
  bottom: 1px;
}

.nav-main--active .toggle-nav-main__wrap {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  /* spins the whole toggle */
}

.nav-main--active .toggle-nav-main__bar:nth-child(1) {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-main--active .toggle-nav-main__bar:nth-child(2) {
  opacity: 0;
}
.nav-main--active .toggle-nav-main__bar:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-secondary {
  display: inline-block;
  margin-right: 1rem;
  color: #fff;
}
.nav-secondary .nav-secondary__list {
  margin: 0;
}
.nav-secondary .nav-main__item {
  font-size: 0.8rem;
  font-weight: 600;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nav-secondary .nav-main__item:nth-child(n+2)::before {
  content: "|";
  margin-right: 0.4em;
  margin-left: 0.3em;
}
.nav-secondary .nav-main__item .fa {
  margin-right: 0.4em;
  opacity: 0.6;
}
.nav-secondary .nav-main__item a {
  color: inherit;
}
.nav-secondary .nav-main__item a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.nav-secondary .nav-main__item--parent {
  position: relative;
}
.nav-secondary .nav-main__item--parent > a {
  position: relative;
}
.nav-secondary .nav-main__item--parent > a::after {
  content: "";
  margin-left: 0.4em;
  font-family: "FontAwesome";
}
.nav-secondary .nav-main__submenu {
  position: absolute;
  top: calc(100% + 1.5rem);
  left: 50%;
  z-index: -1;
  display: block;
  min-width: 14rem;
  height: 0;
  border-top: 5px solid #f6b32a;
  background: #fff;
  box-shadow: 0 4px 10px rgba(50, 50, 50, 0.3);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
}
.nav-secondary .nav-main__submenu::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 0px 6.5px;
  border-color: transparent transparent #f6b32a transparent;
  transform: translateX(-50%);
}
.nav-secondary .nav-main__item--active .nav-main__submenu {
  top: calc(100% + 0.75rem);
  z-index: 9999;
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, top 0.5s;
}
.nav-secondary .nav-main__item--active .nav-main__submenu::before {
  border-width: 0 6.5px 7px 6.5px;
  transition: border-width 0.25s;
  transition-delay: 0.35s;
}
.nav-secondary .nav-main__submenu ul {
  list-style: none;
  margin: 0;
  padding: 0.3rem 0 0.5rem;
}
.nav-secondary .nav-main__submenu li {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.nav-secondary .nav-main__submenu li:first-child {
  border-top: none;
}
.nav-secondary .nav-main__submenu li:nth-child(n+2) {
  border-top: 1px solid rgba(0, 0, 0, 0.17);
}
.nav-secondary .nav-main__submenu a {
  display: block;
  padding: 0.75rem 1.2rem;
  color: #000;
  font-size: 0.8em;
  text-decoration: none;
}
.nav-secondary .nav-main__submenu a:hover {
  color: #f6b32a;
}

.nav-sm-only .nav-social {
  padding: 0 15px;
}

.sticky-site-footer {
  min-height: 100vh;
  padding-bottom: 355px;
}
@media (min-width: 480px) {
  .sticky-site-footer {
    padding-bottom: 410px;
  }
}
@media (min-width: 768px) {
  .sticky-site-footer {
    padding-bottom: 450px;
  }
}
@media (min-width: 991px) {
  .sticky-site-footer {
    padding-bottom: 370px;
  }
}

.sticky-site-footer .site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 355px;
  /* slightly smaller than .sticky-site-footer padding-bottom */
}
@media (min-width: 480px) {
  .sticky-site-footer .site-footer {
    height: 410px;
  }
}
@media (min-width: 768px) {
  .sticky-site-footer .site-footer {
    height: 450px;
  }
}
@media (min-width: 991px) {
  .sticky-site-footer .site-footer {
    height: 370px;
  }
}

.site-footer {
  background-color: #004066;
  background-image: url("../images/footer-skyline.svg");
  background-repeat: no-repeat;
  background-position: center 250px;
  background-size: 900px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@media (min-width: 480px) {
  .site-footer {
    background-position: center 260px;
    background-size: 1300px;
  }
}
@media (min-width: 768px) {
  .site-footer {
    background-position: center 298px;
  }
}
@media (min-width: 991px) {
  .site-footer {
    background-size: 1690px;
    background-position: center 175px;
  }
}

.footer-primary {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  background: #0076bb;
}
@media (min-width: 480px) {
  .footer-primary {
    padding-bottom: 1.5rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 991px) {
  .footer-primary {
    padding-bottom: 1rem;
    padding-bottom: 1.2rem;
  }
}

.footer-primary .container {
  position: relative;
}

.footer-primary__left {
  text-align: center;
}
@media (min-width: 991px) {
  .footer-primary__left {
    float: left;
    text-align: left;
  }
}

.footer-logo {
  display: inline-block;
  width: 55px;
}

.footer-contact {
  padding-top: 0.75rem;
  margin-bottom: 0.75rem;
  vertical-align: top;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
}
@media (min-width: 480px) {
  .footer-contact {
    padding-top: 1rem;
    padding-left: 1rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 991px) {
  .footer-contact {
    display: inline-block;
    width: 400px;
    margin-bottom: 0;
    padding-top: 0.25rem;
    font-size: 0.875rem;
  }
}

.footer-utility {
  text-align: center;
}
@media (min-width: 991px) {
  .footer-utility {
    float: right;
    padding-top: 0.25rem;
    text-align: right;
  }
}

.footer-utility .nav-social {
  margin-bottom: 0.5rem;
}

.footer-utility-nav__list {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.65rem;
}
@media (min-width: 480px) {
  .footer-utility-nav__list {
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .footer-utility-nav__list {
    font-size: 0.8rem;
  }
}
.footer-utility-nav__list li:nth-child(n+2)::before {
  content: "|";
  margin-right: 0.4em;
  margin-left: 0.2em;
}

.footer-utility-nav__list li a {
  color: inherit;
}
.footer-utility-nav__list li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-copyright {
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(100% + 2.2rem);
  color: rgba(0, 118, 187, 0.7);
  font-size: 0.8rem;
}
@media (min-width: 480px) {
  .footer-copyright {
    right: 50%;
    transform: translateX(50%);
    top: calc(100% + 2.75rem);
  }
}
@media (min-width: 991px) {
  .footer-copyright {
    top: calc(100% + 2.2rem);
    right: 18px;
    transform: translateX(0);
    text-align: right;
  }
}

.site-headline {
  padding: 2.5rem 0 2rem;
  margin: 0;
}

.headline-title {
  margin: 0;
  color: #f15a2a;
  font-size: 1.7rem;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}
@media (min-width: 480px) {
  .headline-title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .headline-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 991px) {
  .headline-title {
    font-size: 2.8rem;
  }
}

.page-id-981 .headline-title {
  text-align: center;
}

.article-header__title {
  margin-top: 0;
  margin-bottom: 0.3em;
  color: #0076bb;
  font-size: 1.375rem;
}

.list-article .article-header__title {
  font-size: 1.1rem;
}
@media (min-width: 480px) {
  .list-article .article-header__title {
    font-size: 1.375rem;
  }
}

.article-header__title a {
  color: #0076bb;
}

.article-header__title a:hover {
  color: #83c033;
}

.nav-article-meta {
  font-size: 0.875em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #666;
  margin-bottom: 1.25em;
}
.nav-article-meta a {
  color: #64a3c8;
}
.nav-article-meta a:hover {
  color: #83c033;
}

.nav-article-meta__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-article-meta li {
  display: inline;
}
.nav-article-meta li::before {
  content: "•";
  display: inline-block;
  margin-left: 0.6em;
  margin-right: 0.5em;
}
.nav-article-meta li:first-child::before {
  display: none;
}

.list-article {
  background-color: #eff0f1;
}
@media (min-width: 768px) {
  .list-article {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.list-article:nth-of-type(n+2) {
  margin-top: 1.75em;
}

.list-article__thumb {
  display: block;
  width: 100%;
  height: 175px;
  margin-bottom: 0.2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* @include breakpoint($sm) {
      float: left;
      display: inline-block;
      width: 115px;
      height: 115px;
      margin-top: 0.5em;
      margin-right: 1em;
  }

  @include breakpoint($md) {
      width: 200px;
      height: 200px;
      margin-right: 1.5em;
      margin-bottom: 0.5em;
  }
  */
}
@media (min-width: 768px) {
  .list-article__thumb {
    width: 38%;
    height: auto;
    margin: 0;
  }
}

.list-article__content {
  padding: 1.5em;
}
@media (min-width: 768px) {
  .list-article__content {
    padding: 2.75em;
  }
}
.list-article__content .content {
  color: #666;
}

@media (min-width: 768px) {
  .list-article--has-thumb .list-article__content {
    width: 62%;
  }
}

@media (min-width: 768px) {
  .list-article--no-thumb {
    border-left: #8dc642 4px solid;
  }
}

.alert-bar {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #f6b32a;
  color: #fff;
  transition: background 0.3s;
}
.alert-bar .cta-link {
  color: #fff;
  font-size: 0.875rem;
}

a.alert-bar:hover, a.alert-bar:focus {
  background-color: #e39c0a;
  color: #fff;
}

.alert-bar__inner {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.alert-bar__content {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.alert-bar__content + .cta-link {
  margin-top: 0.5rem;
}

.nav-prevnext {
  margin-top: 3rem;
  overflow: hidden;
}

.nav-prevnext ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-prevnext li {
  float: left;
  width: 45%;
}

.nav-prevnext li.nav-item-next {
  float: right;
  text-align: right;
}

.nav-prevnext a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9375rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #83c033;
}
.nav-prevnext a:hover, .nav-prevnext a:focus {
  color: #70a42c;
}

.nav-item-prev a:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 0.5em;
}

.nav-item-next a:after {
  content: "";
  font-family: "FontAwesome";
  margin-left: 0.5em;
}

.nav-breadcrumbs__list {
  padding: 0;
  list-style: none;
}

.breadcrumbs__item {
  display: inline-block;
}
.breadcrumbs__item::before {
  content: " > ";
  /* &gt; */
}
.breadcrumbs__item:first-child::before {
  content: "";
}

body .gform_wrapper.gf_browser_chrome .gform_body {
  width: 100%;
}

body .gform_wrapper form {
  max-width: 580px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 0;
}

body .gform_confirmation_wrapper {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

body .gform_wrapper .gform_body img {
  margin: 0;
}

body .gform_wrapper .gform_body label.gfield_label + div.ginput_container {
  margin-top: 0;
}

.gform_wrapper .gform_body form li,
.gform_wrapper .gform_body li {
  margin-bottom: 0.25rem;
}

.gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}

.gform_wrapper .gform_footer {
  margin: 0 !important;
}

.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body input[type=number],
.gform_wrapper .gform_body input[type=password],
.gform_wrapper .gform_body input[type=tel],
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=url],
.gform_wrapper .gform_body textarea {
  padding: 0.5em !important;
}

.gform_wrapper li.hidden_label input,
.gform_wrapper li.hidden_label textarea {
  margin-top: 0.75em;
}

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: inherit;
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  margin-left: 5px;
}

.gform_wrapper .gform_body .top_label .gfield_label {
  margin: 0.33em 0 0.5em 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
}

.gform_wrapper .gform_body .gfield_required {
  color: inherit;
}

.gform_wrapper .gform_body .top_label .gfield_description {
  padding-top: 0.2em;
}

.gform_wrapper .gform_body li.field_description_above .gfield_description {
  margin-bottom: 0.2em;
}

.gform_wrapper .gform_body .description,
.gform_wrapper .gform_body .gfield_description,
.gform_wrapper .gform_body .gsection_description,
.gform_wrapper .gform_body .instruction {
  font-size: 0.8rem;
}

.gform_wrapper form div.validation_error {
  color: #790000;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1.6em;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 0.8em 0;
}

.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}

.gform_wrapper .gform_body .gfield_description + .gform_wrapper .gfield_description.validation_message,
.gform_wrapper .gform_body .ginput_container + .gfield_description.validation_message {
  margin-top: 0;
}

.gform_wrapper .gform_body .gfield_description.validation_message,
.gform_wrapper .gform_body .top_label .gfield_description.validation_message {
  padding: 0.25em 0 0.65em !important;
}

.gform_wrapper .gform_body li.gfield.gfield_error,
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #FFDFE0;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
}

.gform_body .gfield-choice-input {
  width: auto;
}

/* Base(Blade) selectBoxIt styles. Change and add when necessary. */
.selectboxit-container,
.selectboxit,
.selectboxit-options {
  width: 100% !important;
  /* override js inline style */
  max-width: 500px;
  min-width: 0 !important;
  /* override js inline style */
}

.selectboxit-container .selectboxit,
.selectboxit-container .selectboxit-options,
.selectboxit-option-first,
.selectboxit-option-last {
  border-radius: 0;
}

.selectboxit-btn {
  border: 1px solid #d7d7d7;
  background: transparent;
}

.selectboxit-selected {
  background: #bbb;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #444;
  background-image: none;
}

/* ======================================================================
Project
====================================================================== */
.banner-img {
  display: block;
  width: 100%;
  height: 150px;
}
@media (min-width: 480px) {
  .banner-img {
    height: 175px;
  }
}
@media (min-width: 768px) {
  .banner-img {
    height: 300px;
  }
}
@media (min-width: 991px) {
  .banner-img {
    height: 340px;
  }
}

.banner-img--false .body-overlay {
  background-image: linear-gradient(rgba(204, 204, 204, 0.7), rgba(204, 204, 204, 0) 30vh);
}

.content .completed-projects {
  margin: 2.5em 0;
}

.completed-projects__name {
  font-weight: 700;
  min-width: 185px;
}

@media (max-width: 767px) {
  .content .completed-projects {
    display: table;
    white-space: normal;
  }

  .content .completed-projects:before {
    /* radial gradient use on normal responsive tables to reinforce horizontal scrolling */
    display: none;
  }

  .content .completed-projects thead {
    display: none;
  }

  .content .completed-projects tr {
    display: block;
  }

  .content .completed-projects tr:nth-of-type(even) {
    background: transparent;
  }

  .content .completed-projects td {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 1.5;
  }

  .content .completed-projects td:first-child {
    border-top: 1px solid #e5e2dd;
    padding-top: 1em;
  }

  .content .completed-projects td:last-child {
    padding-bottom: 1em;
  }

  .content .completed-projects td:before {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    display: inline-block;
    width: 100px;
  }

  .completed-projects__name {
    color: #0076bb;
    font-size: 1.1em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
  }

  .completed-projects__location {
    font-size: 0.9375em;
    opacity: 0.7;
    margin-top: 0.25em;
    margin-bottom: 1.25em;
  }

  .completed-projects__acres:before {
    content: "Acres";
  }

  .completed-projects__businesses:before {
    content: "Businesses";
  }

  .completed-projects__employees:before {
    content: "Employees";
  }

  .completed-projects__taxes:before {
    content: "Taxes";
  }
}
.unslider {
  position: relative;
}

.unslider-arrow {
  position: absolute;
  display: inline-block;
  top: 50%;
  z-index: 20;
  width: 15px;
  height: 28px;
  color: #fff;
  transform: translateY(-50%);
  text-indent: -9999px;
  opacity: 0.5;
  transition: opacity 0.25s;
}
@media (min-width: 768px) {
  .unslider-arrow {
    width: 25px;
    height: 40px;
  }
}
.unslider-arrow:hover {
  color: #fff;
  opacity: 0.7;
}
.unslider-arrow::before {
  position: absolute;
  top: -0.18em;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 40px;
  font-family: "FontAwesome";
  text-indent: 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .unslider-arrow::before {
    font-size: 60px;
  }
}

.unslider-arrow.prev:before {
  content: "";
}

.unslider-arrow.next:before {
  content: "";
}

.slider-home .unslider-arrow.prev {
  left: 5px;
}
@media (min-width: 480px) {
  .slider-home .unslider-arrow.prev {
    left: 10px;
  }
}
@media (min-width: 991px) {
  .slider-home .unslider-arrow.prev {
    left: 20px;
  }
}
@media (min-width: 1250px) {
  .slider-home .unslider-arrow.prev {
    left: calc( (100% - 1236px) / 2 );
  }
}

.slider-home .unslider-arrow.next {
  right: 5px;
}
@media (min-width: 480px) {
  .slider-home .unslider-arrow.next {
    right: 10px;
  }
}
@media (min-width: 991px) {
  .slider-home .unslider-arrow.next {
    right: 20px;
  }
}
@media (min-width: 1250px) {
  .slider-home .unslider-arrow.next {
    right: calc( (100% - 1236px) / 2 );
  }
}

.slider-home,
.slider-home__flex {
  height: 275px;
}
@media (min-width: 480px) {
  .slider-home,
.slider-home__flex {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .slider-home,
.slider-home__flex {
    height: 470px;
  }
}
@media (min-width: 1199px) {
  .slider-home,
.slider-home__flex {
    height: 525px;
  }
}

.slider-home {
  background: #0076bb;
}

.slider-home__item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0076bb;
  background-blend-mode: multiply;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .slider-home__item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.no-backgroundblendmode .slider-home__item {
  position: relative;
}
.no-backgroundblendmode .slider-home__item__tint {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 102, 162, 0.5);
}
.no-backgroundblendmode .slider-home__item .container {
  position: relative;
  z-index: 5;
}

.slider-home__flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 480px) {
  .slider-home__flex {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .slider-home__flex {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1250px) {
  .slider-home__flex {
    padding-right: 0;
    padding-left: 0;
  }
}

.slider-home__heading,
.slider-home__supra {
  text-align: center;
}

.slider-home__supra {
  margin: 0 0 0.4rem 0;
  font-size: 0.7rem;
  font-weight: 700;
}
@media (min-width: 480px) {
  .slider-home__supra {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .slider-home__supra {
    margin-bottom: 0.8rem;
    font-size: 1.125rem;
  }
}

.slider-home__heading {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 300;
}
@media (min-width: 480px) {
  .slider-home__heading {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .slider-home__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1199px) {
  .slider-home__heading {
    font-size: 3.4rem;
  }
}

.slider-home__item .btn {
  margin-top: 1.5rem;
  border-color: #f6b32a;
  color: #fff;
}
@media (min-width: 768px) {
  .slider-home__item .btn {
    margin-top: 3rem;
  }
}
@media (min-width: 1199px) {
  .slider-home__item .btn {
    margin-top: 4rem;
  }
}

.slider-home__item .btn--fancy:hover {
  color: #004066;
}
.slider-home__item .btn--fancy::before {
  background: #f6b32a;
}

.project-gallery {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .project-gallery {
    margin-bottom: 3.5em;
  }
}

.project-gallery .unslider-arrow {
  opacity: 0.9;
}

.slider-project ul {
  height: 100%;
}

.slider-project__item {
  position: relative;
  height: 100%;
}

.slider-project__item:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 57.229%;
}

.slider-project__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.9375em;
  background: rgba(0, 118, 187, 0.7);
  font-family: "Lora", serif;
  font-size: 0.75em;
  font-style: italic;
  line-height: 1.4;
  color: #FFF;
}
@media (min-width: 768px) {
  .slider-project__caption {
    font-size: 0.875em;
    left: 0.9375em;
    right: 0.9375em;
    bottom: 0.9375em;
  }
}

.section--fact {
  padding: 1.75rem 0 2rem;
  background: #83c033;
  color: #fff;
}
@media (min-width: 480px) {
  .section--fact {
    padding: 2rem 0 2.25rem;
  }
}
@media (min-width: 768px) {
  .section--fact {
    min-height: 350px;
    padding: 5rem 0;
  }
}

.col--banner-fact {
  position: relative;
}
@media (min-width: 768px) {
  .col--banner-fact::before {
    content: "";
    position: absolute;
    top: -1.8rem;
    left: -6rem;
    display: block;
    width: 154px;
    height: 252px;
    background-image: url("../images/bg-question-mark.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}

.banner-fact__heading {
  margin: 0 0 0.4em;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@media (min-width: 480px) {
  .banner-fact__heading {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .banner-fact__heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 991px) {
  .banner-fact__heading {
    font-size: 3rem;
  }
}

.banner-fact__desc {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .banner-fact__desc {
    font-size: 1.06rem;
  }
}

.section--ft-links {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section--ft-links {
    margin-bottom: 3rem;
  }
}

.ft-links {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0.25rem;
  background: #f4f3f2;
}
@media (min-width: 480px) {
  .ft-links {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 991px) {
  .ft-links {
    padding-top: 1.75rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1199px) {
  .ft-links {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.ft-links::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #f15a2a, #f15a2a 25%, #f6b32a 25%, #f6b32a 50%, #83c033 50%, #83c033 75%, #0076bb 75%, #0076bb);
}
@media (min-width: 768px) {
  .ft-links::before {
    height: 15px;
  }
}

.ft-link {
  position: relative;
  margin-bottom: 1.75rem;
  padding: 0 1rem;
  text-align: center;
}
@media (min-width: 480px) {
  .ft-link {
    width: 50%;
  }
}
@media (min-width: 991px) {
  .ft-link {
    width: 25%;
    margin-bottom: 0;
  }
}
@media (min-width: 1199px) {
  .ft-link {
    padding: 0 1.5rem;
  }
}

@media (min-width: 991px) {
  .ft-link:nth-child(n+2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #e4e1df;
  }
}

.ft-link__icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform: scale(1);
  transition: transform 0.25s;
}
@media (min-width: 991px) {
  .ft-link__icon {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1199px) {
  .ft-link__icon {
    margin-bottom: 2rem;
  }
}

.ft-link:nth-child(1) .ft-link__icon {
  background-image: url("../images/icons/Brownfield-Redevelopment-Icon.svg");
}

.ft-link:nth-child(2) .ft-link__icon {
  background-image: url("../images/icons/Harbor-Management.svg");
}

.ft-link:nth-child(3) .ft-link__icon {
  background-image: url("../images/icons/Energy-Finance-Icon.svg");
}

.ft-link:nth-child(4) .ft-link__icon {
  background-image: url("../images/icons/Consulting-Icon.svg");
}

.ft-link__label {
  color: #000;
  font-size: 0.7rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  transition: color 0.25s;
}
@media (min-width: 768px) {
  .ft-link__label {
    font-size: 0.8rem;
  }
}
@media (min-width: 1199px) {
  .ft-link__label {
    font-size: 1.06rem;
  }
}
.ft-link__label::after {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  margin-left: 0.3em;
  font-family: "FontAwesome";
  transition: left 0.25s;
}

.ft-link__link {
  display: block;
}

.ft-link__link:hover .ft-link__icon {
  transform: scale(1.2);
}
.ft-link__link:hover .ft-link__label {
  color: #f15a2a;
}
.ft-link__link:hover .ft-link__label::after {
  left: 0.4em;
}

.section--ft-card {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section--ft-card {
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .ft-card {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.ft-card__img {
  width: 100%;
  height: 240px;
}
@media (min-width: 480px) {
  .ft-card__img {
    height: 260px;
  }
}
@media (min-width: 768px) {
  .ft-card__img {
    width: 50%;
    height: auto;
  }
}
@media (min-width: 991px) {
  .ft-card__img {
    min-height: 375px;
  }
}

.ft-card__content {
  padding: 1rem 1rem 1.5rem;
  background: #83c033;
  color: #fff;
}
@media (min-width: 768px) {
  .ft-card__content {
    width: 50%;
    padding: 1.5rem 1.25rem 2rem;
  }
}
@media (min-width: 991px) {
  .ft-card__content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem 2rem 2rem;
  }
}
@media (min-width: 1199px) {
  .ft-card__content {
    padding: 2rem 3rem 2.25rem;
  }
}
.ft-card__content a {
  color: inherit;
}

.ft-card__heading {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .ft-card__heading {
    font-size: 1.7rem;
  }
}
@media (min-width: 991px) {
  .ft-card__heading {
    font-size: 2rem;
  }
}

.ft-card .cta-link {
  margin-top: 1.25rem;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .ft-card .cta-link {
    font-size: 0.9rem;
  }
}

.section--banner-video {
  padding: 2rem 0 2.5rem;
  background: #f4f3f2;
}
@media (min-width: 768px) {
  .section--banner-video {
    padding: 3rem 0 3.5rem;
  }
}
@media (min-width: 991px) {
  .section--banner-video {
    padding: 4rem 0 4.5rem;
  }
}

.banner-video__heading {
  margin: 0;
  color: #0076bb;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@media (min-width: 480px) {
  .banner-video__heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .banner-video__heading {
    font-size: 1.75rem;
  }
}
@media (min-width: 991px) {
  .banner-video__heading {
    font-size: 2.25rem;
  }
}

.banner-video__fluid-video {
  position: relative;
  margin-top: 1rem;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
@media (min-width: 768px) {
  .banner-video__fluid-video {
    margin-top: 2rem;
  }
}

.banner-video__fluid-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav-categories {
  margin-bottom: 2em;
  padding: 1.25em;
  background: #0076bb;
}

.nav-categories__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .nav-categories__list {
    text-align: center;
  }
}

.nav-categories__list li {
  display: block;
  margin: 0.75em 0;
}
@media (min-width: 768px) {
  .nav-categories__list li {
    display: inline-block;
    margin: 0 0.75em;
  }
}

.nav-categories__list a {
  font-size: 0.825em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #FFF;
}

.nav-categories__list a:hover,
.nav-categories__list .current-cat a {
  border-bottom: rgba(255, 255, 255, 0.7) 2px solid;
}

.partners__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 2.5rem;
  padding: 0;
}

.partners__item {
  margin-bottom: 1.5rem;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.partners__item a {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
  height: auto;
  padding: 1em;
  color: #0076bb;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.005em;
  background: #eff0f1;
  position: relative;
  transition: none;
}
@media (min-width: 991px) {
  .partners__item a {
    height: 100%;
    font-size: 1.08em;
    padding-top: 1.2em;
    padding-bottom: calc(1.2em + 45px);
    padding-left: 1.25em;
    padding-right: 1.25em;
    min-height: 190px;
  }
}
@media (min-width: 991px) {
  .partners__item a:after {
    content: "";
    position: absolute;
    background: #d7dbdd;
    padding-right: 1em;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45px;
    font-family: "FontAwesome";
    line-height: 45px;
    text-align: right;
  }
}
.partners__item a:hover {
  color: #FFF;
  background: #0076bb;
}
.partners__item a:hover:after {
  content: "";
  background: #005d93;
}

.profile:nth-of-type(n+2) {
  margin-top: 3.5em;
}

.profile__photo {
  margin-bottom: 1.25em;
}
@media (min-width: 480px) {
  .profile__photo {
    float: left;
    margin-right: 1.25em;
  }
}
@media (min-width: 768px) {
  .profile__photo {
    width: 150px;
    margin-right: 1.75em;
  }
}
@media (min-width: 991px) {
  .profile__photo {
    margin-right: 3em;
  }
}

.profile h2 {
  margin-top: 0;
  margin-bottom: 0.3em;
}

.profile ul {
  margin: 0;
}

.profile__body {
  overflow: visible;
}
@media (min-width: 768px) {
  .profile__body {
    padding: 3em;
    background-color: #eff0f1;
    border-left: #8dc642 4px solid;
    overflow: hidden;
  }
}

.job-detail__date {
  font-size: 0.85em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #64a3c8;
  letter-spacing: 0.015em;
}
@media (min-width: 768px) {
  .job-detail__date {
    float: left;
  }
}

.job-detail__share {
  font-size: 1.1em;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .job-detail__share {
    margin-top: 0;
    float: right;
  }
}

.job-detail__share ul:before {
  content: "SHARE THIS:";
  display: inline-block;
  font-size: 0.75em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #64a3c8;
  letter-spacing: 0.02em;
  padding-right: 0.5em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.job-detail__share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.job-detail__share li {
  display: inline-block;
  margin: 0 0 0 0.35em;
  line-height: 1;
}

.job-detail__share a {
  color: #64a3c8;
}

.job-detail__company {
  display: block;
  margin: 1.15em 0;
  font-style: normal;
  line-height: 1.5;
}

.job-detail__meta {
  width: 100%;
  overflow: hidden;
  margin: 1.5em 0;
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.job-detail__meta dt {
  display: inline-block;
  margin-right: 0.33em;
  margin-bottom: 0.75em;
  font-weight: 700;
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0076bb;
}

.job-detail__meta dd {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

.job-detail__meta dd:after {
  display: block;
  content: "";
}

.job-sort {
  margin-top: 2em;
}
@media (min-width: 991px) {
  .job-sort {
    display: none;
  }
}

.job-sort:before {
  content: "SORT BY:";
  display: inline-block;
  font-size: 0.75em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #64a3c8;
  letter-spacing: 0.02em;
  padding-right: 0.5em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.job-sort select {
  width: 180px;
}

.job-list {
  margin-top: 2.5em;
}

.job-list th {
  font-size: 0.875em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  vertical-align: bottom;
  cursor: pointer;
  outline: none;
}

.job-list th,
.job-list td {
  padding: 1.5em 1em;
  border: 0;
}

.job-list td {
  vertical-align: top;
  line-height: 1.6;
}

.job__salary {
  width: 85px;
}

.job__benefits {
  width: 108px;
  text-indent: 18px;
}

.job__experience {
  width: 130px;
  text-indent: 32px;
}

.job__education {
  width: 125px;
}

.job__apply {
  width: 100px;
}

.job-list .sorter-false {
  cursor: default;
}

.job-list .sorter-false .tablesorter-header-inner:after {
  display: none;
}

.tablesorter-header-inner {
  white-space: nowrap;
}

.tablesorter-header-inner:after {
  content: "";
  font: 1.075em/1 "FontAwesome";
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0.5em;
  display: inline-block;
}

.tablesorter-headerAsc .tablesorter-header-inner:after {
  content: "";
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tablesorter-headerDesc .tablesorter-header-inner:after {
  content: "";
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.job-list .tablesorter-headerAsc,
.job-list .tablesorter-headerDesc {
  background-color: #004066;
}

.tablesorter-headerAsc .tablesorter-header-inner:after,
.tablesorter-headerDesc .tablesorter-header-inner:after {
  color: rgba(255, 255, 255, 0.75);
}

.job__title {
  width: 22%;
}

.job__company {
  width: 20%;
}

.job__location {
  display: block;
  font-size: 0.9375em;
  opacity: 0.8;
}

.job__link {
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.job__link:after {
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 0.33em;
}

@media (max-width: 990px) {
  .job-list {
    display: table;
    white-space: normal;
    border-bottom: 1px solid #e5e2dd;
  }

  .job-list:before {
    display: none;
  }

  .job-list thead {
    display: none;
  }

  .job-list tr:nth-of-type(even) {
    background: transparent;
  }

  .job-list td {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 1.5;
    text-indent: 0;
  }

  .job-list td:first-child {
    border-top: 1px solid #e5e2dd;
    padding-top: 1em;
  }

  .job-list td:last-child {
    padding-bottom: 1em;
  }

  .job__link {
    font-size: 1.33em;
  }

  .job__company {
    margin: 1em 0;
  }

  .job__apply {
    margin-top: 1.2em;
  }

  .job__salary:before,
.job__benefits:before,
.job__education:before,
.job__experience:before {
    display: inline-block;
    font-size: 0.9em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #0076bb;
    letter-spacing: 0.05em;
    margin-right: 0.33em;
    margin-bottom: 0.15em;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }

  .job__salary:before {
    content: "SALARY:";
  }

  .job__benefits:before {
    content: "BENEFITS:";
  }

  .job__education:before {
    content: "EDUCATION:";
  }

  .job__experience:before {
    content: "EXPERIENCE";
  }
}
.testimonial-box {
  width: 100%;
  margin: 0 0 2em 0;
  padding: 2.25em 1.9em;
  background: #eff0f1;
  color: #333;
  font-size: 14px;
}
@media (min-width: 768px) {
  .testimonial-box {
    font-size: 16px;
    float: right;
    max-width: 50%;
    margin: 0 0 2em 2em;
  }
}
@media (min-width: 991px) {
  .testimonial-box {
    max-width: 42%;
  }
}

.testimonial-box__heading {
  margin: 0 0 1.33em 0;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #f15a2a;
}

.testimonial-box__text {
  margin: 0;
  padding: 0;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.1875em;
  line-height: 1.68;
}

.testimonial-box__cite {
  display: block;
  font-family: "Lora", serif;
  font-weight: 700;
  margin-top: 1.25em;
  letter-spacing: 0.01em;
}

.testimonial-box__cite:before {
  content: "–";
  font-family: serif;
  margin-right: 0.25em;
}

.meeting-info {
  margin: 2em 0 1em 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .meeting-info__type {
    width: 45%;
    margin-right: 1.75em;
    float: left;
  }
}

.content .meeting-info__name {
  margin-bottom: 0.33em;
}

.meeting-info__date {
  font-size: 0.875rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #8c8c8c;
}

.content .meeting-info__files {
  list-style: none;
  margin: 2em 0;
  padding: 0;
}

@media (min-width: 768px) {
  .meeting-info__files {
    border-right: #dedede 1px solid;
  }
}

.meeting-info__type:last-child .meeting-info__files {
  border: 0;
}

.meeting-info__files li {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.6em;
}

.meeting-info__files a {
  color: #82bf33;
}

.meeting-info__files a:hover {
  color: #70a42c;
}

.meeting-info__files a:after {
  content: "";
  font-family: "FontAwesome";
  position: relative;
  padding-left: 0.6em;
}

.section--cards {
  margin-top: 4rem;
}

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

.cards .col {
  margin-top: 2rem;
}
.cards .col:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .cards .col:nth-child(-n+3) {
    margin-top: 0;
  }
}

.card__link {
  color: #333;
}

.card {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  background: #eff0f1;
  text-align: left;
  transition: background 0.3s;
}

.card__img {
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .card__img {
    height: 200px;
  }
}
@media (min-width: 991px) {
  .card__img {
    height: 275px;
  }
}

.card__content {
  padding: 1.2rem 1.6rem;
}
@media (min-width: 991px) {
  .card__content {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1199px) {
  .card__content {
    padding: 2rem 2.5rem;
  }
}

.card__heading {
  margin: 0;
  color: #0076bb;
  font-size: 1.2rem;
  transition: color 0.3s;
}
@media (min-width: 991px) {
  .card__heading {
    font-size: 1.375rem;
  }
}

.card__desc {
  margin-top: 0.5rem;
  line-height: 1.6;
}

.card__link:hover,
.card__link:focus {
  color: #333;
}
.card__link:hover .card,
.card__link:focus .card {
  background: #e1e3e5;
}
.card__link:hover .card__heading,
.card__link:focus .card__heading {
  color: #005688;
}
