/* ======================================================================
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; }

.content h2, .btn, .content .content-btn a, .social-share__label, .nav-article-meta li, .nav-pagination li a,
.nav-pagination li span, .nav-prevnext, .recent-posts__label, .ftr-project__label, .nav-categories__list a, .project-form__select__label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em; }

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

.home-hero__slider .sp-slide, .ftr-project__img, .slider-project .sp-slide, .slider-project .sp-thumbnail, .project-card__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/* ======================================================================
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; }

.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) {
  .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: #4d4d52; }

html {
  height: 100%;
  color: #4d4d52;
  font-size: 100%;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
  text-decoration-skip: ink; }
  @media (min-width: 768px) {
    html {
      font-size: 112.5%; } }

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: 0.75em 0; }

h1, h2, h3, h4, h5, h6 {
  color: #202022;
  line-height: 1.4; }

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

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

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

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

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

hr {
  height: 1px;
  margin: 2rem 0;
  border: none;
  background: rgba(77, 77, 82, 0.5); }

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

figure {
  max-width: 100%; }

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

input:not([type='radio']):not([type='checkbox']),
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none; }

input:not([type='radio']):not([type='checkbox']),
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; }

.table__wrap {
  width: 100%;
  overflow-x: scroll;
  margin: 1rem 0 2rem; }
  .table__wrap table {
    width: auto !important;
    min-width: 100%;
    height: auto !important;
    border-collapse: collapse;
    font-size: 0.8rem;
    line-height: 1.4; }
  .table__wrap thead,
  .table__wrap tfoot {
    background: #2c4391;
    color: #fff; }
  .table__wrap thead {
    font-weight: 700;
    text-transform: uppercase; }
  .table__wrap tfoot td,
  .table__wrap tfoot th {
    padding-top: 0.7em;
    padding-bottom: 0.7em; }
  .table__wrap td,
  .table__wrap th {
    border: 1px solid #ccc;
    padding: 1.1em 1.2em;
    text-align: left; }
  .table__wrap th {
    min-width: 150px;
    max-width: 300px; }
    @media (min-width: 768px) {
      .table__wrap th {
        min-width: 200px;
        max-width: 500px; } }
  .table__wrap td {
    min-width: 175px; }
  .table__wrap tbody tr:nth-child(even) {
    background: #f0efef; }
  .table__wrap tbody td,
  .table__wrap tbody th {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }

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

.hidden-text {
  position: absolute;
  left: -99999px; }

.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 {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

.alignright,
.alignleft {
  display: block;
  margin: 1rem auto; }

@media (min-width: 480px) {
  .alignright {
    display: inline;
    float: right;
    margin: .4em 0 .6em 1.5em; } }

@media (min-width: 480px) {
  .alignleft {
    display: inline;
    float: left;
    margin: .4em 1.5em .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: .5em;
  font-size: .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. */ }

.content > *:first-child {
  margin-top: 0; }
.content h1 {
  margin-top: 1.5em;
  color: #2c4391;
  font-size: 1.25rem;
  font-family: Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .content h1 {
      font-size: 1.4rem; } }
.content h2 {
  margin-top: 2em;
  font-size: 0.88rem; }
.content h3 {
  margin-top: 1.5em;
  font-size: 1rem; }
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0; }
.content li {
  margin-bottom: 0.5em;
  line-height: 1.333; }
.content .lead {
  color: #202022;
  font-size: 1.25em;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .content .lead {
      font-size: 1.5rem; } }
  @media (min-width: 991px) {
    .content .lead {
      font-size: 1.6rem; } }
.content .lead + h2,
.content .lead + h3,
.content .lead + h4,
.content .lead + h5,
.content .lead + h6 {
  margin-top: 0.938em; }
.content .callout {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-left: 4px solid;
  padding: 0 0 0 1em;
  color: #2c4391;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .content .callout {
      font-size: 1.6rem; } }
  @media (min-width: 991px) {
    .content .callout {
      margin-left: 1em;
      padding-right: 1em; } }
  .content .callout a {
    color: inherit;
    text-decoration: underline; }
    .content .callout a:hover {
      color: #5772cc; }
.content .call-to-action {
  margin: 1.25rem 0 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.17em; }
.content .call-to-action a {
  display: inline-block;
  border-bottom: 2px solid #ffb900;
  color: #202022; }
  .content .call-to-action a:hover {
    color: #ff9600; }
.content .content-btn {
  margin: 1.25rem 0 2rem; }
.content .footnote {
  margin-top: 3.5em;
  color: #727279;
  font-size: 0.7em;
  font-style: italic;
  line-height: 1.45; }

a {
  color: #ffb900;
  text-decoration: none;
  transition: color 0.3s; }
  a:hover, a:focus {
    color: #ff9600;
    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;
  border-bottom: 2px solid #ffb900;
  color: #1b222a;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.17em; }
  .cta-link:hover {
    color: #ff9600; }

.btn, .content .content-btn a {
  display: inline-block;
  padding: 0.7em 2em;
  border: none;
  border-radius: 0;
  background-color: #ffb900;
  color: #202022;
  font-size: 0.8rem;
  text-decoration: none;
  transition: background 0.3s; }
  @media (min-width: 768px) {
    .btn, .content .content-btn a {
      padding: 0.9em 2.5em; } }
  .btn:hover, .content .content-btn a:hover {
    background-color: #ff9600;
    color: #202022; }

/* =============================================================
"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: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: #2c4391;
    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: #2c4391;
  color: #fff; }
  .btn--fancy--inverse::before {
    background: #fff; }

.btn--fancy:hover {
  border-color: #2c4391;
  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: #2c4391;
  color: #2c4391; }

.searchform {
  max-width: 300px; }

.searchform__group {
  position: relative;
  border-bottom: 1px solid #d7d7d7; }

input:not([type='radio']):not([type='checkbox']).searchform__field {
  display: block;
  border: none;
  padding-right: 3em;
  background-color: transparent; }

.searchform__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 0.75em;
  padding-left: 0.75em;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #ccc; }

.searchform--main {
  margin-bottom: 2rem; }

.social__label {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 0.66em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.social__list {
  display: inline-block;
  margin: 0; }

.social__item {
  margin-left: 0.3em; }

.social-share {
  margin: 2rem 0; }

.single .social-share:first-of-type {
  margin-top: 1rem; }

.social-share__label {
  color: #6e6e6b;
  font-size: 0.7rem; }

.social-share__link {
  margin-left: 0.3em; }

.site-header {
  position: relative;
  border-bottom: 2px solid rgba(110, 110, 107, 0.2);
  padding-top: 1rem;
  padding-bottom: 0.9rem; }
  @media (min-width: 768px) {
    .site-header {
      padding-top: 1.5rem; } }
  @media (min-width: 1199px) {
    .site-header {
      border-bottom: none;
      padding-bottom: 0; } }
  @media (min-width: 1199px) {
    .site-header .container {
      position: relative; } }

.header-logo {
  position: relative;
  display: inline-block; }
  .header-logo img {
    width: 200px;
    height: 44px; }
    @media (min-width: 768px) {
      .header-logo img {
        width: 330px;
        height: 73px; } }

.site-tagline {
  display: none; }
  @media (min-width: 768px) {
    .site-tagline {
      position: absolute;
      left: calc(100% + 1em);
      top: 50%;
      display: inline-block;
      width: 350px;
      border-left: 1px solid rgba(155, 157, 144, 0.5);
      padding: 0.3em 0 0.3em 1em;
      color: #9b9d90;
      font-size: 1.1rem;
      font-family: Helvetica, Arial, sans-serif;
      transform: translateY(-50%); } }

.header-utility {
  display: none; }
  @media (min-width: 1199px) {
    .header-utility {
      position: absolute;
      top: 33px;
      right: 18px;
      display: inline-block; } }

.utility-list {
  margin: 0;
  color: #6e6e6b;
  font-size: 0.66rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.utility-list__item::after {
  content: '|';
  margin-right: 0.4em;
  margin-left: 0.4em; }
.utility-list__item:last-child::after {
  display: none; }
.utility-list__item a {
  color: inherit; }
  .utility-list__item a:hover {
    color: #4d4d52; }

.searchform--header--sm {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .searchform--header--sm {
      font-size: 0.85rem; } }
  @media (min-width: 1199px) {
    .searchform--header--sm {
      display: none; } }
  .searchform--header--sm .searchform__field {
    color: #fff; }

.toggle-search {
  display: none; }
  @media (min-width: 1199px) {
    .toggle-search {
      position: absolute;
      top: 50%;
      right: 8px;
      display: inline-block;
      padding: 8px;
      color: #fff;
      transform: translateY(-50%);
      cursor: pointer;
      transition: color 0.3s; } }
  .toggle-search:hover {
    color: rgba(255, 255, 255, 0.7); }
  .toggle-search i {
    padding: 2px; }

.searchform--header--lg__wrap {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  padding-top: 1.75rem;
  padding-bottom: 2rem;
  background: rgba(172, 172, 172, 0.9); }
  .searchform--header--lg__wrap .searchform__group {
    border-bottom: 1px solid #fff; }
  .searchform--header--lg__wrap .searchform__field {
    color: #fff; }
  .searchform--header--lg__wrap .searchform__btn {
    color: #fff; }
  .searchform--header--lg__wrap ::-webkit-input-placeholder {
    color: #fff; }
  .searchform--header--lg__wrap ::-moz-placeholder {
    color: #fff; }
  .searchform--header--lg__wrap :-moz-placeholder {
    color: #fff; }
  .searchform--header--lg__wrap :-ms-input-placeholder {
    color: #fff; }
  .searchform--header--lg__wrap :placeholder-shown {
    color: #fff; }

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

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

@media (min-width: 1199px) {
  .nav-main__wrap {
    background: #2c4391; } }

.nav-main {
  position: absolute;
  right: -270px;
  top: 0;
  z-index: 101;
  display: block;
  width: 270px;
  padding-top: 10px;
  margin: 0;
  background: #4d4d52;
  overflow-x: hidden; }
  @media (min-width: 1199px) {
    .nav-main {
      position: relative;
      right: 0;
      width: 100%;
      padding-top: 0;
      margin: 1.1rem 0 0;
      background: transparent;
      overflow-x: visible; } }

.nav-main__list {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0 15px;
  font-size: 0; }
  @media (min-width: 1199px) {
    .nav-main__list {
      position: relative;
      left: -1rem;
      margin: 0;
      padding: 0; } }

.nav-main__item {
  position: relative;
  display: block;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .nav-main__item {
      font-size: 0.9rem; } }
  @media (min-width: 1199px) {
    .nav-main__item {
      display: inline-block;
      font-size: 1rem; } }
  .nav-main__item:nth-child(n+2) {
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    @media (min-width: 1199px) {
      .nav-main__item:nth-child(n+2) {
        border-top: none; } }

@media (min-width: 1199px) {
  .nav-main__item--v-sm {
    display: none; } }

.nav-main__item a {
  color: #fff; }

.nav-main__item > a {
  display: block;
  padding: 10px 0;
  font-size: 0.85em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  @media (min-width: 1199px) {
    .nav-main__item > a {
      position: relative;
      display: inline-block;
      padding: 1rem 1rem;
      font-size: 0.75rem; } }
  @media (min-width: 1199px) {
    .nav-main__item > a::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 5%;
      height: 3px;
      background: rgba(255, 185, 0, 0);
      transform: translateX(-50%);
      transition: width 0.3s, background 0.3s; } }

@media (min-width: 1199px) {
  .nav-main__item > a:hover::before,
  .nav-main__item--active > a::before {
    width: calc(100% - 20px);
    background: #ff9600; } }

.nav-main__item--parent > a::after {
  content: "\f091";
  margin-left: 0.9em;
  font-size: 0.7em;
  font-family: 'Black Tie'; }

.nav-main__submenu {
  display: none;
  width: auto;
  height: auto;
  background: none;
  box-shadow: 0 0 0 0 transparent;
  opacity: 1; }
  @media (min-width: 1199px) {
    .nav-main__submenu {
      position: absolute;
      top: calc(100% - 3px);
      left: 0.5rem;
      display: block;
      min-width: 12rem;
      height: 0;
      border-top: 3px solid #ffb900;
      background: #ddd;
      overflow: hidden;
      opacity: 0;
      transition: opacity 0.5s; } }

.nav-main__item--active .nav-main__submenu {
  height: auto;
  opacity: 1; }

.nav-main__submenu--right {
  left: auto;
  right: 0; }

.nav-main__submenu--mega {
  width: 18rem; }

.nav-main__submenu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 1em 0; }
  @media (min-width: 1199px) {
    .nav-main__submenu ul {
      padding: 0; } }

@media (min-width: 1199px) {
  .nav-main__submenu--mega ul {
    display: inline-block;
    width: 49%; } }

.nav-main__submenu li {
  display: inline; }

.nav-main__submenu a {
  display: block;
  padding: 0.5rem 0 0.5rem 1em;
  font-size: 0.9em;
  text-decoration: none; }
  @media (min-width: 1199px) {
    .nav-main__submenu a {
      padding: 0.75rem;
      background: transparent;
      color: #202022;
      transition: background 0.3s; }
      .nav-main__submenu a:hover {
        background: #eee; } }

.toggle-nav-main {
  position: absolute;
  top: 1.7em;
  right: 10px;
  /* container padding and toggle padding */
  z-index: 9999;
  padding: 8px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .toggle-nav-main {
      top: 3.1em; } }
  @media (min-width: 1199px) {
    .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: #2c4391;
  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); }

.sticky-site-footer {
  min-height: 100vh;
  padding-bottom: 175px;
  /* slightly larger than .site-footer height */ }

.sticky-site-footer .site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  /* slightly smaller than .sticky-site-footer padding-bottom */ }

.site-footer {
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .site-footer {
      margin-top: 4rem; } }
  .home .site-footer {
    margin-top: 0; }

.footer-cta {
  display: block;
  background: #2c4391;
  transition: background 0.3s; }

.footer-cta__heading {
  margin: 0;
  padding: 1.5em 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .footer-cta__heading {
      font-size: 2.4rem; } }
  @media (min-width: 1199px) {
    .footer-cta__heading {
      font-size: 2.66rem; } }
  .footer-cta__heading::after {
    content: '\f0ab';
    position: relative;
    top: 0.25em;
    left: 0;
    color: #ffb900;
    margin-left: 0.5em;
    font-size: 1.5em;
    font-weight: 300;
    font-family: 'Black Tie';
    line-height: 0;
    transition: left 0.3s; }

.footer-cta:hover {
  background: #2746af; }
  .footer-cta:hover .footer-cta__heading::after {
    left: 0.3em; }

.footer-secondary {
  padding: 1.2rem 0;
  background: #202022;
  color: #6e6e6b; }

.footer-secondary__list {
  margin: 0 0 0.3rem;
  padding: 0;
  font-size: 0.66rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  @media (min-width: 768px) {
    .footer-secondary__list {
      float: left;
      margin-top: 0.4rem;
      margin-bottom: 0; } }
  @media (min-width: 480px) {
    .footer-secondary__list li {
      display: inline-block; } }
  @media (min-width: 480px) {
    .footer-secondary__list li:nth-child(n+2)::before {
      content: '|';
      margin-right: 0.5em;
      margin-left: 0.4em; } }
  .footer-secondary__list a {
    color: inherit; }
    .footer-secondary__list a:hover {
      color: #888884; }

@media (min-width: 768px) {
  .social--footer {
    float: right; } }

.site-headline {
  margin-bottom: 1.5rem; }
  @media (min-width: 991px) {
    .site-headline {
      margin-bottom: 2rem; } }

.headline-title {
  margin: 1.2em 0 0;
  color: #2c4391;
  font-size: 1.7rem;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.25; }
  @media (min-width: 480px) {
    .headline-title {
      font-size: 2rem; } }
  @media (min-width: 768px) {
    .headline-title {
      font-size: 2.6rem; } }
  @media (min-width: 991px) {
    .headline-title {
      font-size: 3.3rem; } }
  @media (min-width: 1199px) {
    .headline-title {
      margin-top: 0.8em;
      font-size: 3.7rem; } }
  @media (min-width: 1500px) {
    .headline-title {
      font-size: 4rem; } }

.nav-article-meta {
  margin-top: 0.2rem; }
  .single .nav-article-meta {
    margin: 0; }

.nav-article-meta__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #202022;
  font-size: 0.65rem; }
  @media (min-width: 768px) {
    .nav-article-meta__list {
      font-size: 0.77rem; } }

.nav-article-meta li {
  display: inline; }
  .nav-article-meta li::before {
    content: '|';
    margin: 0 0.5rem;
    color: rgba(77, 77, 82, 0.3); }
  .nav-article-meta li:first-child::before {
    content: ''; }
  .nav-article-meta li a {
    color: inherit; }
    .nav-article-meta li a:hover {
      color: #ff9600; }

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

.article-header {
  margin-bottom: 0.5rem; }

.article-header__title {
  margin: 0.7em 0 0;
  color: #2c4391;
  font-size: 1.3rem;
  font-family: Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .article-header__title {
      font-size: 1.44rem; } }

.article-header__title a {
  color: inherit; }
  .article-header__title a:hover {
    color: #ff9600; }

.list-article__thumb {
  max-width: 300px;
  height: 175px;
  margin-top: 0;
  margin-bottom: 0.2em;
  border: 10px solid #f2f2f2;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 480px) {
    .list-article__thumb {
      float: left;
      display: inline-block;
      width: 115px;
      height: 115px;
      margin-top: 0.5em;
      margin-right: 1em; } }
  @media (min-width: 768px) {
    .list-article__thumb {
      width: 200px;
      height: 200px;
      margin-right: 1.5em;
      margin-bottom: 0.5em;
      border-width: 15px; } }
  @media (min-width: 991px) {
    .list-article__thumb {
      width: 280px;
      height: 280px;
      margin-bottom: 1em;
      border-width: 20px; } }

@media (min-width: 768px) {
  .list-article--has-thumb .list-article__content {
    padding-left: calc(200px + 1.5em); } }
@media (min-width: 991px) {
  .list-article--has-thumb .list-article__content {
    padding-left: calc(280px + 1.5em); } }

.nav-pagination {
  margin: 3rem 0 0;
  overflow: hidden; }

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

.nav-pagination li {
  display: inline;
  margin: 0;
  padding: 0; }

.nav-pagination li a,
.nav-pagination li span {
  float: left;
  padding: 6px 10px;
  font-size: 0.9rem; }

.nav-prevnext {
  margin: 2em 0 0;
  color: #202022;
  font-size: 0.7rem; }

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

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

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

.nav-prevnext li a {
  color: inherit; }
  .nav-prevnext li a:hover {
    color: #ff9600; }

.nav-prevnext li.nav-item-prev a:before {
  content: '\00ab\00a0'; }

.nav-prevnext li.nav-item-next a:after {
  content: '\00a0\00bb'; }

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

.breadcrumbs__item {
  display: inline-block; }
  .breadcrumbs__item::before {
    content: '\00a0\003E\00a0';
    /* &gt; */ }
  .breadcrumbs__item:first-child::before {
    content: ''; }

.sidebar {
  margin-bottom: 1.250em;
  padding-left: 3em; }
  .sidebar ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }

.sidebar-item__heading {
  margin: 0; }

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

.gform_wrapper .gform_body .gform_page_footer .button.gform_button,
.gform_wrapper .gform_body .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_body .gform_page_footer .button.gform_previous_button {
  cursor: pointer; }

.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,
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0.32em 0.5em; }

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

.gform_wrapper .gform_body .top_label .gfield_label {
  margin: 0.65em 0 0.2em;
  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; }

.wd-select-wrap select {
  display: inline-block;
  width: 250px;
  height: 48px;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 50px 0 0.5em;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #aaa;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 300; }

.wd-select-wrap select::-ms-expand {
  display: none; }

.wd-select-wrap select:hover,
.wd-select-wrap select:focus {
  outline: none; }

.gform_wrapper .gform_body .top_label .wd-select-wrap select {
  width: 250px; }

.gform_wrapper .gform_body ul.gform_fields li.gfield .wd-select-wrap select {
  margin-left: 0; }

.gform_wrapper .gform_body .wd-select-wrap select {
  padding: 0 50px 0 1em;
  line-height: 48px; }

.wd-select-wrap {
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff; }

.wd-select-wrap::after {
  content: "\f091";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 48px;
  height: 100%;
  color: #aaa;
  text-align: center;
  font-size: 0.5em;
  font-weight: 700;
  font-family: 'Black Tie';
  line-height: 48px; }

select.wd-select--wrapped {
  position: relative;
  z-index: 5;
  background-color: transparent; }

/* ======================================================================
Project
====================================================================== */
.home-hero {
  font-size: 0; }
  @media (min-width: 991px) {
    .home-hero {
      overflow: hidden; } }

.hero-col--l,
.hero-col--r {
  font-size: 1rem; }
  @media (min-width: 991px) {
    .hero-col--l,
    .hero-col--r {
      display: inline-block;
      vertical-align: top; } }

.hero-col--l {
  background-color: #1a2856; }
  @media (min-width: 991px) {
    .hero-col--l {
      width: 65%; } }
  @media (min-width: 1199px) {
    .hero-col--l {
      width: 62%; } }
  @media (min-width: 1500px) {
    .hero-col--l {
      width: 59%; } }

.hero-col--r {
  background-color: #2c4391; }
  @media (min-width: 991px) {
    .hero-col--r {
      width: 35%; } }
  @media (min-width: 1199px) {
    .hero-col--r {
      width: 38%; } }
  @media (min-width: 1500px) {
    .hero-col--r {
      width: 41%; } }

@media (min-width: 991px) {
  .home-hero,
  .hero-col--l,
  .hero-col--r {
    height: 630px; } }

.home-hero__slider {
  color: #fff; }
  .home-hero__slider .sp-layer {
    position: static;
    transform-origin: initial !important;
    transform: none !important; }
  .home-hero__slider .sp-buttons {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    padding: 0 10px;
    text-align: left; }
    @media (min-width: 480px) {
      .home-hero__slider .sp-buttons {
        padding: 0 18px; } }
    @media (min-width: 991px) {
      .home-hero__slider .sp-buttons {
        padding-left: 1.7rem; } }
    @media (min-width: 1236px) {
      .home-hero__slider .sp-buttons {
        padding-left: calc( (100vw - 1236px) / 2 + 18px ); } }
  .home-hero__slider .sp-button {
    width: 10px;
    height: 10px;
    margin: 0 0.6rem 0 0;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.3s, border-color 0.3s; }
    @media (min-width: 768px) {
      .home-hero__slider .sp-button {
        width: 12px;
        height: 12px;
        margin-right: 0.8rem; } }
    .home-hero__slider .sp-button:hover {
      background: rgba(255, 255, 255, 0.8); }
    .home-hero__slider .sp-button.sp-selected-button {
      border-color: #2c4391; }
      .home-hero__slider .sp-button.sp-selected-button:hover {
        background: rgba(255, 255, 255, 0.5); }

.hero-slide__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 1rem 10px 2rem; }
  @media (min-width: 480px) {
    .hero-slide__inner {
      padding: 1.5rem 18px; } }
  @media (min-width: 768px) {
    .hero-slide__inner {
      padding-right: 2rem;
      padding-bottom: 3rem; } }
  @media (min-width: 991px) {
    .hero-slide__inner {
      padding-right: 3rem;
      padding-left: 1.7rem; } }
  @media (min-width: 1236px) {
    .hero-slide__inner {
      padding-left: calc( (100vw - 1236px) / 2 + 18px ); } }

.hero-slide__heading {
  margin: 0;
  color: #fff;
  font-size: 1.7rem;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.1;
  text-shadow: 0 0 1em rgba(32, 32, 34, 0.6); }
  @media (min-width: 480px) {
    .hero-slide__heading {
      font-size: 2.2rem; } }
  @media (min-width: 768px) {
    .hero-slide__heading {
      font-size: 2.7rem; } }
  @media (min-width: 1199px) {
    .hero-slide__heading {
      font-size: 4rem; } }
  .hero-slide__heading a {
    color: inherit;
    transition: color 0.3s !important; }
    .hero-slide__heading a:hover {
      color: #ff9600; }

.home-hero__slider .btn, .home-hero__slider .content .content-btn a, .content .content-btn .home-hero__slider a {
  margin-top: 2rem;
  transition: background 0.3s !important; }

@media (min-width: 768px) {
  .hero-ftrs {
    display: flex;
    flex-direction: row; } }
@media (min-width: 991px) {
  .hero-ftrs {
    display: block; } }

.hero-ftr {
  padding: 1.5rem 10px 2rem; }
  @media (min-width: 480px) {
    .hero-ftr {
      padding: 1.5rem 18px 2rem; } }
  @media (min-width: 768px) {
    .hero-ftr {
      width: 50%; } }
  @media (min-width: 991px) {
    .hero-ftr {
      width: 100%;
      padding: 1.7rem 18px 2rem 1.7rem; } }
  @media (min-width: 1236px) {
    .hero-ftr {
      padding-right: calc( (100vw - 1236px) / 2 + 18px ); } }
  .hero-ftr:first-child {
    background: #202022; }

.hero-ftr__heading {
  margin: 0 0 1em;
  color: #fff;
  font-size: 1.25rem;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .hero-ftr__heading {
      margin-bottom: 1.5em;
      font-size: 1.4rem; } }
  @media (min-width: 991px) {
    .hero-ftr__heading {
      font-size: 1.6rem; } }
  @media (min-width: 1199px) {
    .hero-ftr__heading {
      font-size: 2rem; } }
  .hero-ftr__heading a {
    color: inherit; }
    .hero-ftr__heading a:hover {
      color: #ff9600; }

.hero-ftr .cta-link {
  color: #fff; }
  .hero-ftr .cta-link:hover {
    color: #ff9600; }

.section--recent-posts {
  padding: 3rem 0 3.5rem;
  background: #ffba00; }
  @media (min-width: 768px) {
    .section--recent-posts {
      padding: 4rem 0 5rem; } }
  @media (min-width: 1500px) {
    .section--recent-posts {
      padding: 5rem 0 6rem; } }

.recent-posts__label {
  display: block;
  margin-bottom: 1.5rem;
  color: #fff; }
  .recent-posts__label a {
    color: inherit; }

.recent-post {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 3rem; }
  @media (min-width: 768px) {
    .recent-post {
      margin-bottom: 0;
      padding-left: 3rem;
      padding-right: 0.5rem; } }
  @media (min-width: 991px) {
    .recent-post {
      padding-left: 4rem;
      padding-right: 1rem; } }
  @media (min-width: 1500px) {
    .recent-post {
      padding-left: 4.5rem;
      padding-right: 2rem; } }
  .col:last-child .recent-post {
    margin-bottom: 0; }
  .recent-post::before {
    content: '\f0ab';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    font-weight: 300;
    font-family: 'Black Tie';
    line-height: 1;
    opacity: 0.4; }
    @media (min-width: 768px) {
      .recent-post::before {
        top: 0;
        font-size: 2.4rem; } }
    @media (min-width: 991px) {
      .recent-post::before {
        top: 0;
        font-size: 3rem; } }
    @media (min-width: 1199px) {
      .recent-post::before {
        top: 5px; } }
    @media (min-width: 1500px) {
      .recent-post::before {
        top: 0;
        font-size: 3.7rem; } }

.recent-post__title {
  margin-top: 0;
  margin-bottom: 0.2em;
  font-size: 1.25rem;
  font-family: Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .recent-post__title {
      font-size: 1.8rem; } }
  @media (min-width: 991px) {
    .recent-post__title {
      font-size: 2rem; } }
  @media (min-width: 1199px) {
    .recent-post__title {
      font-size: 2.5rem; } }
  @media (min-width: 1500px) {
    .recent-post__title {
      font-size: 2.66rem; } }
  .recent-post__title a {
    color: #202022; }
    .recent-post__title a:hover {
      color: rgba(32, 32, 34, 0.6); }

.recent-post .cta-link {
  border-color: #fff; }
  .recent-post .cta-link:hover {
    color: #fff; }

.section--ftr-project {
  padding: 3rem 0;
  background: #f2f2f2; }
  @media (min-width: 768px) {
    .section--ftr-project {
      padding: 4rem 0; } }
  @media (min-width: 1500px) {
    .section--ftr-project {
      padding: 5rem 0; } }
  @media (min-width: 768px) {
    .home .section--ftr-project {
      padding: 5rem 0; } }
  @media (min-width: 991px) {
    .home .section--ftr-project {
      padding: 6rem 0; } }
  @media (min-width: 1199px) {
    .home .section--ftr-project {
      padding: 7rem 0; } }
  @media (min-width: 1500px) {
    .home .section--ftr-project {
      padding: 8rem 0; } }

.ftr-project__img {
  width: 100%;
  height: 250px;
  background-color: #2c4391; }
  @media (min-width: 480px) {
    .ftr-project__img {
      height: 310px; } }
  @media (min-width: 991px) {
    .ftr-project__img {
      max-width: 340px; } }

.ftr-project__label {
  display: block;
  margin-top: 1.5rem;
  color: #929292;
  font-size: 0.88rem;
  font-weight: 500; }
  @media (min-width: 991px) {
    .ftr-project__label {
      margin-top: 1rem; } }

.ftr-project__title {
  margin: 0.6em 0 0.3em;
  font-size: 1.25rem;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .ftr-project__title {
      font-size: 2rem; } }
  @media (min-width: 1199px) {
    .ftr-project__title {
      font-size: 2.5rem; } }
  @media (min-width: 1500px) {
    .ftr-project__title {
      font-size: 2.66rem; } }
  .ftr-project__title a {
    color: #202022; }
    .ftr-project__title a:hover {
      color: #ff9600; }

.slider-project {
  width: 100%;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .slider-project {
      margin-bottom: 3.5rem; } }
  @media (min-width: 991px) {
    .slider-project {
      margin-bottom: 4rem; } }
  @media (min-width: 1236px) {
    .slider-project {
      height: 580px;
      margin-bottom: 5rem; } }
  .slider-project .sp-thumbnail {
    width: 100%;
    height: 100%; }
  .slider-project .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail::before {
    border-color: #2c4391; }
  .slider-project .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail::after {
    left: 3px;
    margin-top: -7px;
    border-right: 10px solid #2c4391;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .slider-project .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail::before {
    border-color: #2c4391; }
  .slider-project .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail::after {
    top: 3px;
    margin-left: -7px;
    border-bottom: 10px solid #2c4391;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent; }
  .slider-project .sp-caption-container {
    color: #77777f;
    font-size: 0.88rem; }
    @media (min-width: 1236px) {
      .slider-project .sp-caption-container {
        text-align: left; } }

.blog .nav-categories,
.archive.category .nav-categories,
.archive.tag .nav-categories,
.archive.date .nav-categories {
  margin-bottom: 3rem; }

.single .nav-categories {
  margin: 2rem 0; }

.nav-categories {
  border-top: 1px solid rgba(77, 77, 82, 0.2);
  border-bottom: 1px solid rgba(77, 77, 82, 0.2);
  padding: 1rem 0.5rem; }

.nav-categories__list {
  margin: 0;
  padding: 0;
  list-style: 0; }
  .nav-categories__list li {
    display: inline-block;
    margin-right: 0.7em;
    font-size: 0.77rem; }
  .nav-categories__list a {
    display: inline-block;
    padding: 0.3em 0;
    color: #202022; }
    .nav-categories__list a:hover {
      color: #ff9600; }
    .nav-categories__list a::after {
      content: ','; }
  .nav-categories__list li:last-child a::after {
    display: none; }

.project-form {
  margin-bottom: 3rem; }

.project-form__select__label {
  display: inline-block;
  margin-right: 1em;
  color: rgba(77, 77, 82, 0.6);
  font-size: 0.88rem; }

.project-form__select-wrap {
  width: 100%; }
  @media (min-width: 768px) {
    .project-form__select-wrap {
      width: auto; } }
  .project-form__select-wrap select {
    width: 100%;
    padding-left: 1em; }
    @media (min-width: 768px) {
      .project-form__select-wrap select {
        width: 570px; } }

.project__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.project-card {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  background: #f2f2f2;
  transition: background 0.3s; }
  .project-card:hover {
    background: #2c4391; }
  .project-card::after {
    content: '\f0ab';
    position: absolute;
    bottom: 1rem;
    right: 1.25rem;
    color: #2c4391;
    font-family: 'Black Tie';
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1;
    transition: color 0.3s; }
    @media (min-width: 768px) {
      .project-card::after {
        font-size: 1.8em; } }
  .project-card:hover::after {
    color: #ff9600; }

.project-card__img-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  transform: scale(1); }
  @media (min-width: 768px) {
    .project-card__img-wrap {
      height: 275px; } }

.project-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s; }
  .project-card:hover .project-card__img {
    transform: scale(1.1); }

.project-card__content {
  padding: 1rem 1.2rem 2rem; }
  @media (min-width: 768px) {
    .project-card__content {
      padding: 1.5rem 1.7rem 2.5rem; } }

.project-card__title {
  margin: 0;
  font-size: 1.3rem;
  font-family: Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .project-card__title {
      font-size: 1.44rem; } }
  .project-card:hover .project-card__title {
    color: #fff; }

/*# sourceMappingURL=app.css.map */
