/* -----------------------------------------------------------------------------

NS CSS

----------------------------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .error404 main .l-wrapper p, .error404 main .blog .stories-filter ul p, .blog .stories-filter .error404 main ul p, .error404 main .archive .stories-filter ul p, .archive .stories-filter .error404 main ul p, .error404 main .template-stories .stories-filter ul p, .template-stories .stories-filter .error404 main ul p, .large-text p, .large-text h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*! HTML5 Boilerplate v7.3.0-beta | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

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

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

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

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

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

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

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

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

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

  h2,
h3 {
    page-break-after: avoid;
  }
}
.ns-fade .fade-deactive {
  opacity: 0;
  transform: translate3d(0, 25px, 0);
  transition: opacity 0.4s 0.1s ease-out, transform 0.4s 0.1s ease-out;
}
.ns-fade .fade-active {
  transition: opacity 0.4s 0.1s ease-out, transform 0.4s 0.1s ease-out;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Base Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  box-sizing: border-box;
}

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

/* Element Adjustments */
img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

nav ul,
nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav ul i,
nav li i {
  font-style: normal;
}

select {
  color: #000;
}

/* Body */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  color: #745545;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  padding-top: 70px;
}
@media screen and (min-width: 1024px) {
  body {
    padding-top: 88px;
  }
}
body.loading-js {
  visibility: hidden;
}
body.admin-bar header,
body.admin-bar .alternative-nav {
  top: 32px;
}

/* Default element styles for WP editor */
h1, .error404 main .l-wrapper p, .error404 main .blog .stories-filter ul p, .blog .stories-filter .error404 main ul p, .error404 main .archive .stories-filter ul p, .archive .stories-filter .error404 main ul p, .error404 main .template-stories .stories-filter ul p, .template-stories .stories-filter .error404 main ul p, .large-text p, .large-text h1,
h2,
h3,
h4,
.executive-team .team-member p.team-member--name,
.executive-team .team-member p.team-member--position,
.contact-grid .contact-item h2.item-title,
.career-listings h2.content-title,
.page-header .publish-date,
blockquote cite,
h5,
.review-grid .review .review-content .reviewer,
h6 {
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

h1, .error404 main .l-wrapper p, .error404 main .blog .stories-filter ul p, .blog .stories-filter .error404 main ul p, .error404 main .archive .stories-filter ul p, .archive .stories-filter .error404 main ul p, .error404 main .template-stories .stories-filter ul p, .template-stories .stories-filter .error404 main ul p, .large-text p, .large-text h1 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  h1, .error404 main .l-wrapper p, .error404 main .blog .stories-filter ul p, .blog .stories-filter .error404 main ul p, .error404 main .archive .stories-filter ul p, .archive .stories-filter .error404 main ul p, .error404 main .template-stories .stories-filter ul p, .template-stories .stories-filter .error404 main ul p, .large-text p, .large-text h1 {
    font-size: 36px;
    line-height: 1.5;
    color: #745545;
  }
}

h2 {
  font-size: 24px;
  line-height: 38px;
  font-family: "Nanami", sans-serif;
  text-transform: uppercase;
  color: #12627B;
  font-weight: 300;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 400;
  color: #12627B;
}

h4, .executive-team .team-member p.team-member--name,
.executive-team .team-member p.team-member--position, .contact-grid .contact-item h2.item-title, .career-listings h2.content-title, .page-header .publish-date, blockquote cite {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  color: #12627B;
  letter-spacing: 1.5px;
  font-weight: bold;
}

h5, .review-grid .review .review-content .reviewer {
  font-size: 14px;
  text-transform: uppercase;
  color: #745545;
  letter-spacing: 2.5px;
  font-weight: bold;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 18px;
  margin: 1.8em 0;
}

hr {
  border-top: 1px solid #bbb;
  margin: 50px 0;
}

a {
  color: #B9500B;
  border-bottom: 1px solid #12627B;
  display: inline-block;
  text-decoration: none;
  line-height: 1.1;
}
a:focus {
  outline: none;
}
a.default {
  color: #12627B;
  line-height: 30px;
  font-size: 18px;
  border-bottom: 0;
  transition: color 400ms ease, transform 400ms ease;
  overflow: hidden;
  transform: translateX(0);
}
a.default:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #B9500B;
  height: 3px;
  position: relative;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}
a.default:hover {
  transform: translateX(20px);
  color: #B9500B;
}
a.default:hover:after {
  transform: translateX(0);
}

blockquote {
  margin: 0 auto;
}
blockquote p {
  font-size: 26px;
  line-height: 36px;
  margin-top: 0px;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  blockquote p {
    font-size: 34px;
    line-height: 50px;
  }
}
blockquote cite {
  font-style: normal;
}

iframe {
  max-width: 100%;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.wp-caption {
  margin-top: 25px;
  margin-bottom: 25px;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .wp-caption {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 0 15px;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 15px;
  line-height: 32px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Custom WP Formats */
.dropcap {
  float: left;
  font-size: 80px;
  font-weight: 900;
  line-height: 60px;
  padding-top: 8px;
  padding-right: 8px;
}

/* Wrappers */
.full-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.l-wrapper, .blog .stories-filter ul, .archive .stories-filter ul, .template-stories .stories-filter ul {
  max-width: 1340px;
  margin: 0 auto;
}

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

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

/* Buttons & Input Fields */
.button a {
  text-decoration: none;
  display: inline-block;
  border: 2px solid #B9500B;
  padding: 18px 30px 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  line-height: 22px;
  font-size: 14px;
  transition: 0.25s linear;
  background-color: transparent;
  color: #12627B !important;
}
.button a:hover {
  color: white !important;
  background-color: #12627B;
}
.button a i {
  margin-right: 8px;
  font-size: 1.5em;
  line-height: 22px;
}
.button.transparent a {
  border-color: #FFF;
  transition: 0.25s linear;
  background-color: transparent;
  color: white !important;
}
.button.transparent a:hover {
  color: #12627B !important;
  background-color: white;
}

button {
  text-decoration: none;
  display: inline-block;
  border: 2px solid #B9500B;
  padding: 18px 30px 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  line-height: 1.5;
  font-size: 14px;
  transition: 0.25s linear;
  background-color: transparent;
  color: #12627B !important;
}
button:hover {
  color: white !important;
  background-color: #12627B;
}
button:focus {
  outline: none;
}
button.transparent {
  border-color: #FFF;
  transition: 0.25s linear;
  background-color: transparent;
  color: white !important;
}
button.transparent:hover {
  color: #12627B !important;
  background-color: white;
}

label {
  text-transform: uppercase;
  font-weight: 700;
  color: #bbb;
  font-size: 13px;
  letter-spacing: 1px;
}

input {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  line-height: 28px;
  color: #000;
  transition: 0.25s linear;
}
input:focus {
  outline: none;
  border-bottom: 1px solid #0ecc0e;
}
input::-webkit-input-placeholder {
  color: #bbb;
}
input::-moz-placeholder {
  color: #bbb;
}
input:-ms-input-placeholder {
  color: #bbb;
}
input::-ms-input-placeholder {
  color: #bbb;
}
input::placeholder {
  color: #bbb;
}

textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  line-height: 28px;
  color: #000;
  transition: 0.25s linear;
}
textarea:focus {
  outline: none;
  border: 1px solid #0ecc0e;
}

select {
  margin-top: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  line-height: 28px;
  color: #000;
  transition: 0.25s linear;
}
select:focus {
  outline: none;
  border: 1px solid #0ecc0e;
}

/* Custom Classes */
.cat-link {
  color: #fff;
  text-decoration: none;
}

.main-content {
  padding-left: 30px;
  padding-right: 30px;
}

.button-group {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .button-group {
    flex-direction: row;
  }
}
.button-group .button,
.button-group button {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .button-group .button,
.button-group button {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 4, 2020 */
@font-face {
  font-family: "Nanami";
  src: url("../fonts/nanami-thin-webfont.woff2") format("woff2"), url("../fonts/nanami-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Nanami";
  src: url("../fonts/nanami-extralight-webfont.woff2") format("woff2"), url("../fonts/nanami-extralight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Nanami";
  src: url("../fonts/nanami-light-webfont.woff2") format("woff2"), url("../fonts/nanami-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Nanami";
  src: url("../fonts/nanami-book-webfont.woff2") format("woff2"), url("../fonts/nanami-book-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nanami";
  src: url("../fonts/nanami-regular-webfont.woff2") format("woff2"), url("../fonts/nanami-regular-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Nanami";
  src: url("../fonts/nanami-bold-webfont.woff2") format("woff2"), url("../fonts/nanami-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Nanami";
  src: url("../fonts/nanami-black-webfont.woff2") format("woff2"), url("../fonts/nanami-black-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Nanami";
  src: url("../fonts/nanami-heavy-webfont.woff2") format("woff2"), url("../fonts/nanami-heavy-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
/* Header Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  height: 70px;
  transition: all 0.6s ease;
  overflow: hidden;
  z-index: 100;
}
header.nav-open {
  height: 100% !important;
}
header.sticky {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  height: 60px;
}
header.sticky .logo img {
  height: 40px;
}
header.sticky .hamburger-menu {
  top: 14px;
}
@media screen and (min-width: 1024px) {
  header {
    height: auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header.sticky {
    height: auto;
  }
}

.alternative-nav {
  transform: translateY(-70px);
  background: #fff;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  transition: all 800ms ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .alternative-nav {
    height: auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-80px);
    height: 70px;
  }
}
.alternative-nav.nav-open {
  height: 100% !important;
}
.alternative-nav .logo img {
  height: 40px;
}
.alternative-nav .hamburger-menu {
  top: 14px;
}
.alternative-nav .hamburger-menu span {
  background-color: #745545;
}

.hamburger-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.6s ease;
}
@media screen and (min-width: 1024px) {
  .hamburger-menu {
    display: none;
  }
}
.hamburger-menu span {
  display: block;
  position: relative;
  width: 30px;
  height: 2px;
  margin: 6px 0;
  background-color: #745545;
  transition: all 0.3s;
}
.hamburger-menu.open .bun.top {
  top: 10px;
  transform: rotate(-45deg);
}
.hamburger-menu.open .patty {
  background: none !important;
}
.hamburger-menu.open .bun.bottom {
  top: -6px;
  transform: rotate(45deg);
}

.logo {
  display: inline-block;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .logo {
    padding: 15px 0;
  }
}
.logo a {
  border-bottom: 0;
}
.logo .logo-white {
  display: none;
}
.logo img {
  height: 50px;
  width: auto;
  border: none;
  transition: all 0.6s ease;
}
@media screen and (min-width: 1024px) {
  .logo img {
    height: 60px;
  }
}
.logo .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Main Nav
--------------------- */
.main-nav {
  width: 100%;
  padding: 0;
  text-align: center;
  height: calc(100% - 70px);
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .main-nav {
    height: auto;
    float: right;
    width: auto;
  }
}
.main-nav > ul {
  line-height: 1;
  background: #fff;
  padding: 30px 0;
}
@media screen and (min-width: 1024px) {
  .main-nav > ul {
    background: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav > ul > li {
    display: inline-block;
    margin: 0 10px;
    overflow: hidden;
  }
  .main-nav > ul > li:first-child {
    display: none;
  }
  .main-nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav > ul > li {
    margin: 0 20px;
  }
}
.main-nav > ul > li:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #B9500B;
  height: 2px;
  position: relative;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}
.main-nav > ul > li:hover:after {
  transform: translateX(0);
}
.main-nav > ul > li > a {
  border-bottom: 0;
  display: block;
  width: 100%;
  color: #745545;
  text-decoration: none;
  font-weight: bold;
  font-size: 26px;
  line-height: 46px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .main-nav > ul > li > a {
    font-size: 14px;
    line-height: 22px;
  }
}
.main-nav > ul > li > a:hover {
  color: #12627B;
}
.main-nav > ul > li.current-menu-item > a {
  color: #12627B;
}
@media screen and (min-width: 1024px) {
  .main-nav ul > li.menu-item:hover ul.sub-menu li.menu-item,
.main-nav ul > li.current-menu-item:hover ul.sub-menu li.menu-item,
.main-nav ul > li.current-page-ancestor:hover ul.sub-menu li.menu-item {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav ul.sub-menu {
    position: absolute;
    background-color: #555;
    z-index: 9;
    min-width: 220px;
    width: auto;
    text-align: left;
  }
  .main-nav ul.sub-menu li {
    display: none;
    width: 100%;
    margin: 0;
  }
  .main-nav ul.sub-menu li:first-child {
    border-top: none;
  }
  .main-nav ul.sub-menu a {
    border: none;
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
  }
  .main-nav ul.sub-menu a:hover {
    background-color: #000;
  }
}

/* Footer Styles
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
footer {
  background-color: #12627B;
  text-align: center;
  padding: 100px 30px 50px;
  position: relative;
}
footer:before {
  background: url("../img/arrow-pattern.svg");
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 100%;
  content: "";
  display: block;
  opacity: 0.25;
}
@media screen and (min-width: 1024px) {
  footer {
    padding: 100px 50px 50px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  footer {
    padding: 100px;
    justify-content: space-between;
  }
}
footer p {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  footer p {
    float: left;
  }
}

.footer-logo {
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .footer-logo {
    text-align: left;
    margin-bottom: 50px;
    flex: 0 1 100%;
  }
}
.footer-logo img {
  height: 50px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .footer-logo img {
    height: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-left {
    flex: 0 1 360px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .footer-left {
    flex: 0 1 460px;
  }
}
.footer-left .site-description p {
  margin-top: 0;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .footer-left .site-description p {
    font-size: 24px;
    line-height: 37px;
  }
}
.footer-left .social-nav {
  margin-top: 25px;
  margin-bottom: 25px;
}
.footer-left .social-nav li {
  display: inline-block;
  margin-right: 10px;
  font-size: 25px;
}
.footer-left .social-nav a {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .footer-right {
    flex: 0 1 540px;
  }
}
@media screen and (min-width: 1440px) {
  .footer-right {
    flex: 0 1 640px;
  }
}
.footer-right .restaurant-nav {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .footer-right .restaurant-nav {
    margin: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .footer-right .restaurant-nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 200px;
    padding-left: 125px;
  }
}
@media screen and (min-width: 1440px) {
  .footer-right .restaurant-nav ul {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-right .restaurant-nav li {
    width: 210px;
  }
}
@media screen and (min-width: 1440px) {
  .footer-right .restaurant-nav li:nth-child(n+5) {
    margin-right: 55px;
  }
  .footer-right .restaurant-nav li:nth-child(n+9) {
    margin-right: 0;
  }
}
.footer-right .restaurant-nav li a {
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .footer-right .restaurant-nav li a {
    line-height: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .footer-right .restaurant-nav li a {
    line-height: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .site-info {
    flex: 0 1 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 50px;
  }
}
.site-info .privacy-nav {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .site-info .privacy-nav {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-info .privacy-nav li {
    display: inline-block;
    margin: 0 10px;
  }
  .site-info .privacy-nav li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .site-info .privacy-nav li {
    display: inline-block;
    margin: 0 15px;
  }
}
.site-info .privacy-nav li a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 32px;
  border-bottom: 0;
}
.site-info p.copyright {
  margin: 0;
  color: #91BDCB;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .site-info p.copyright {
    line-height: 32px;
  }
}

/* Main Styles
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
main {
  display: block;
  /* IE! */
}

/* Sidebar Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
aside {
  position: relative;
  margin: 50px 0;
}

/* Hero Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.hero {
  position: relative;
  padding: 30px 50px;
  min-height: 600px;
}
@media screen and (min-width: 1024px) {
  .hero {
    padding: 200px 50px;
  }
}
.hero .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.hero .hero-content img {
  margin-top: 150px;
  margin-bottom: 140px;
}
.hero .hero-content .button {
  margin-bottom: 30px;
}
.hero .hero-content .social-media {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hero .hero-content .social-media li {
  display: inline-block;
  margin: 0 5px;
}
.hero .hero-content .social-media li a {
  border-bottom: 0;
  color: #fff;
  font-size: 24px;
}
.hero.hero-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 30px 50px;
}
@media screen and (min-width: 1200px) {
  .hero.hero-home {
    height: 750px;
  }
}
.hero.hero-home .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero.hero-home .bg-image {
  overflow: hidden;
}
.hero.hero-home .bg-image > video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .hero.hero-home .hero-content {
    height: 150px;
  }
}
.hero.hero-home .hero-content h1, .hero.hero-home .hero-content .error404 main .l-wrapper p, .error404 main .l-wrapper .hero.hero-home .hero-content p, .hero.hero-home .hero-content .error404 main .blog .stories-filter ul p, .error404 main .blog .stories-filter ul .hero.hero-home .hero-content p, .hero.hero-home .hero-content .blog .stories-filter .error404 main ul p, .blog .stories-filter .error404 main ul .hero.hero-home .hero-content p, .hero.hero-home .hero-content .error404 main .archive .stories-filter ul p, .error404 main .archive .stories-filter ul .hero.hero-home .hero-content p, .hero.hero-home .hero-content .archive .stories-filter .error404 main ul p, .archive .stories-filter .error404 main ul .hero.hero-home .hero-content p, .hero.hero-home .hero-content .error404 main .template-stories .stories-filter ul p, .error404 main .template-stories .stories-filter ul .hero.hero-home .hero-content p, .hero.hero-home .hero-content .template-stories .stories-filter .error404 main ul p, .template-stories .stories-filter .error404 main ul .hero.hero-home .hero-content p, .hero.hero-home .hero-content .large-text p, .large-text .hero.hero-home .hero-content p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width: 1024px) {
  .hero.hero-home .hero-content h1, .hero.hero-home .hero-content .error404 main .l-wrapper p, .error404 main .l-wrapper .hero.hero-home .hero-content p, .hero.hero-home .hero-content .error404 main .blog .stories-filter ul p, .error404 main .blog .stories-filter ul .hero.hero-home .hero-content p, .hero.hero-home .hero-content .blog .stories-filter .error404 main ul p, .blog .stories-filter .error404 main ul .hero.hero-home .hero-content p, .hero.hero-home .hero-content .error404 main .archive .stories-filter ul p, .error404 main .archive .stories-filter ul .hero.hero-home .hero-content p, .hero.hero-home .hero-content .archive .stories-filter .error404 main ul p, .archive .stories-filter .error404 main ul .hero.hero-home .hero-content p, .hero.hero-home .hero-content .error404 main .template-stories .stories-filter ul p, .error404 main .template-stories .stories-filter ul .hero.hero-home .hero-content p, .hero.hero-home .hero-content .template-stories .stories-filter .error404 main ul p, .template-stories .stories-filter .error404 main ul .hero.hero-home .hero-content p, .hero.hero-home .hero-content .large-text p, .large-text .hero.hero-home .hero-content p {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 2.75px;
  }
}
.hero.hero-home .hero-content h1 span, .hero.hero-home .hero-content .error404 main .l-wrapper p span, .error404 main .l-wrapper .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .error404 main .blog .stories-filter ul p span, .error404 main .blog .stories-filter ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .blog .stories-filter .error404 main ul p span, .blog .stories-filter .error404 main ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .error404 main .archive .stories-filter ul p span, .error404 main .archive .stories-filter ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .archive .stories-filter .error404 main ul p span, .archive .stories-filter .error404 main ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .error404 main .template-stories .stories-filter ul p span, .error404 main .template-stories .stories-filter ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .template-stories .stories-filter .error404 main ul p span, .template-stories .stories-filter .error404 main ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .large-text p span, .large-text .hero.hero-home .hero-content p span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0;
  font-size: 38px;
  line-height: 1;
  margin-top: 15px;
  clear: both;
  width: 100%;
  font-family: "Nanami", sans-serif;
  font-weight: 300;
}
.hero.hero-home .hero-content h1 span svg, .hero.hero-home .hero-content .error404 main .l-wrapper p span svg, .error404 main .l-wrapper .hero.hero-home .hero-content p span svg, .hero.hero-home .hero-content .error404 main .blog .stories-filter ul p span svg, .error404 main .blog .stories-filter ul .hero.hero-home .hero-content p span svg, .hero.hero-home .hero-content .blog .stories-filter .error404 main ul p span svg, .blog .stories-filter .error404 main ul .hero.hero-home .hero-content p span svg, .hero.hero-home .hero-content .error404 main .archive .stories-filter ul p span svg, .error404 main .archive .stories-filter ul .hero.hero-home .hero-content p span svg, .hero.hero-home .hero-content .archive .stories-filter .error404 main ul p span svg, .archive .stories-filter .error404 main ul .hero.hero-home .hero-content p span svg, .hero.hero-home .hero-content .error404 main .template-stories .stories-filter ul p span svg, .error404 main .template-stories .stories-filter ul .hero.hero-home .hero-content p span svg, .hero.hero-home .hero-content .template-stories .stories-filter .error404 main ul p span svg, .template-stories .stories-filter .error404 main ul .hero.hero-home .hero-content p span svg, .hero.hero-home .hero-content .large-text p span svg, .large-text .hero.hero-home .hero-content p span svg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hero.hero-home .hero-content h1 span svg, .hero.hero-home .hero-content .error404 main .l-wrapper p span svg, .error404 main .l-wrapper .hero.hero-home .hero-content p span svg, .hero.hero-home .hero-content .error404 main .blog .stories-filter ul p span svg, .error404 main .blog .stories-filter ul .hero.hero-home .hero-content p span svg, .hero.hero-home .hero-content .blog .stories-filter .error404 main ul p span svg, .blog .stories-filter .error404 main ul .hero.hero-home .hero-content p span svg, .hero.hero-home .hero-content .error404 main .archive .stories-filter ul p span svg, .error404 main .archive .stories-filter ul .hero.hero-home .hero-content p span svg, .hero.hero-home .hero-content .archive .stories-filter .error404 main ul p span svg, .archive .stories-filter .error404 main ul .hero.hero-home .hero-content p span svg, .hero.hero-home .hero-content .error404 main .template-stories .stories-filter ul p span svg, .error404 main .template-stories .stories-filter ul .hero.hero-home .hero-content p span svg, .hero.hero-home .hero-content .template-stories .stories-filter .error404 main ul p span svg, .template-stories .stories-filter .error404 main ul .hero.hero-home .hero-content p span svg, .hero.hero-home .hero-content .large-text p span svg, .large-text .hero.hero-home .hero-content p span svg {
    display: block;
    margin: 0 12px;
  }
}
@media screen and (min-width: 1024px) {
  .hero.hero-home .hero-content h1 span, .hero.hero-home .hero-content .error404 main .l-wrapper p span, .error404 main .l-wrapper .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .error404 main .blog .stories-filter ul p span, .error404 main .blog .stories-filter ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .blog .stories-filter .error404 main ul p span, .blog .stories-filter .error404 main ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .error404 main .archive .stories-filter ul p span, .error404 main .archive .stories-filter ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .archive .stories-filter .error404 main ul p span, .archive .stories-filter .error404 main ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .error404 main .template-stories .stories-filter ul p span, .error404 main .template-stories .stories-filter ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .template-stories .stories-filter .error404 main ul p span, .template-stories .stories-filter .error404 main ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .large-text p span, .large-text .hero.hero-home .hero-content p span {
    font-size: 94px;
    line-height: 114px;
  }
}
.hero.hero-home .scroll-down {
  color: #fff;
  border-bottom: 0;
  transform: rotate(90deg);
  position: absolute;
  z-index: 2;
  bottom: 50px;
  font-size: 32px;
}

.page-header > div {
  padding: 50px 30px 0;
}
@media screen and (min-width: 1024px) {
  .page-header > div {
    padding: 100px 50px 0;
  }
}
.page-header h1, .page-header .error404 main .l-wrapper p, .error404 main .l-wrapper .page-header p, .page-header .error404 main .blog .stories-filter ul p, .error404 main .blog .stories-filter ul .page-header p, .page-header .blog .stories-filter .error404 main ul p, .blog .stories-filter .error404 main ul .page-header p, .page-header .error404 main .archive .stories-filter ul p, .error404 main .archive .stories-filter ul .page-header p, .page-header .archive .stories-filter .error404 main ul p, .archive .stories-filter .error404 main ul .page-header p, .page-header .error404 main .template-stories .stories-filter ul p, .error404 main .template-stories .stories-filter ul .page-header p, .page-header .template-stories .stories-filter .error404 main ul p, .template-stories .stories-filter .error404 main ul .page-header p, .page-header .large-text .error404 main .l-wrapper p, .large-text .error404 main .l-wrapper .page-header p, .page-header .error404 main .l-wrapper .large-text p, .error404 main .l-wrapper .large-text .page-header p, .page-header .large-text .error404 main .blog .stories-filter ul p, .large-text .error404 main .blog .stories-filter ul .page-header p, .page-header .error404 main .blog .stories-filter ul .large-text p, .error404 main .blog .stories-filter ul .large-text .page-header p, .page-header .large-text .blog .stories-filter .error404 main ul p, .large-text .blog .stories-filter .error404 main ul .page-header p, .page-header .blog .stories-filter .error404 main ul .large-text p, .blog .stories-filter .error404 main ul .large-text .page-header p, .page-header .large-text .error404 main .archive .stories-filter ul p, .large-text .error404 main .archive .stories-filter ul .page-header p, .page-header .error404 main .archive .stories-filter ul .large-text p, .error404 main .archive .stories-filter ul .large-text .page-header p, .page-header .large-text .archive .stories-filter .error404 main ul p, .large-text .archive .stories-filter .error404 main ul .page-header p, .page-header .archive .stories-filter .error404 main ul .large-text p, .archive .stories-filter .error404 main ul .large-text .page-header p, .page-header .large-text .error404 main .template-stories .stories-filter ul p, .large-text .error404 main .template-stories .stories-filter ul .page-header p, .page-header .error404 main .template-stories .stories-filter ul .large-text p, .error404 main .template-stories .stories-filter ul .large-text .page-header p, .page-header .large-text .template-stories .stories-filter .error404 main ul p, .large-text .template-stories .stories-filter .error404 main ul .page-header p, .page-header .template-stories .stories-filter .error404 main ul .large-text p, .template-stories .stories-filter .error404 main ul .large-text .page-header p, .page-header .large-text p, .large-text .page-header p, .page-header .large-text h1, .page-header .large-text .error404 main .l-wrapper p, .error404 main .l-wrapper .page-header .large-text p, .page-header .large-text .error404 main .blog .stories-filter ul p, .error404 main .blog .stories-filter ul .page-header .large-text p, .page-header .large-text .blog .stories-filter .error404 main ul p, .blog .stories-filter .error404 main ul .page-header .large-text p, .page-header .large-text .error404 main .archive .stories-filter ul p, .error404 main .archive .stories-filter ul .page-header .large-text p, .page-header .large-text .archive .stories-filter .error404 main ul p, .archive .stories-filter .error404 main ul .page-header .large-text p, .page-header .large-text .error404 main .template-stories .stories-filter ul p, .error404 main .template-stories .stories-filter ul .page-header .large-text p, .page-header .large-text .template-stories .stories-filter .error404 main ul p, .template-stories .stories-filter .error404 main ul .page-header .large-text p, .page-header .large-text .error404 main .l-wrapper p, .page-header .error404 main .l-wrapper .large-text p, .error404 main .l-wrapper .page-header .large-text p, .page-header .large-text .error404 main .blog .stories-filter ul p, .page-header .error404 main .blog .stories-filter ul .large-text p, .error404 main .blog .stories-filter ul .page-header .large-text p, .page-header .large-text .blog .stories-filter .error404 main ul p, .page-header .blog .stories-filter .error404 main ul .large-text p, .blog .stories-filter .error404 main ul .page-header .large-text p, .page-header .large-text .error404 main .archive .stories-filter ul p, .page-header .error404 main .archive .stories-filter ul .large-text p, .error404 main .archive .stories-filter ul .page-header .large-text p, .page-header .large-text .archive .stories-filter .error404 main ul p, .page-header .archive .stories-filter .error404 main ul .large-text p, .archive .stories-filter .error404 main ul .page-header .large-text p, .page-header .large-text .error404 main .template-stories .stories-filter ul p, .page-header .error404 main .template-stories .stories-filter ul .large-text p, .error404 main .template-stories .stories-filter ul .page-header .large-text p, .page-header .large-text .template-stories .stories-filter .error404 main ul p, .page-header .template-stories .stories-filter .error404 main ul .large-text p, .template-stories .stories-filter .error404 main ul .page-header .large-text p, .large-text .page-header h1, .large-text .page-header .error404 main .l-wrapper p, .error404 main .l-wrapper .large-text .page-header p, .large-text .page-header .error404 main .blog .stories-filter ul p, .error404 main .blog .stories-filter ul .large-text .page-header p, .large-text .page-header .blog .stories-filter .error404 main ul p, .blog .stories-filter .error404 main ul .large-text .page-header p, .large-text .page-header .error404 main .archive .stories-filter ul p, .error404 main .archive .stories-filter ul .large-text .page-header p, .large-text .page-header .archive .stories-filter .error404 main ul p, .archive .stories-filter .error404 main ul .large-text .page-header p, .large-text .page-header .error404 main .template-stories .stories-filter ul p, .error404 main .template-stories .stories-filter ul .large-text .page-header p, .large-text .page-header .template-stories .stories-filter .error404 main ul p, .template-stories .stories-filter .error404 main ul .large-text .page-header p, .large-text .page-header .error404 main .l-wrapper p, .large-text .error404 main .l-wrapper .page-header p, .error404 main .l-wrapper .large-text .page-header p, .large-text .page-header .error404 main .blog .stories-filter ul p, .large-text .error404 main .blog .stories-filter ul .page-header p, .error404 main .blog .stories-filter ul .large-text .page-header p, .large-text .page-header .blog .stories-filter .error404 main ul p, .large-text .blog .stories-filter .error404 main ul .page-header p, .blog .stories-filter .error404 main ul .large-text .page-header p, .large-text .page-header .error404 main .archive .stories-filter ul p, .large-text .error404 main .archive .stories-filter ul .page-header p, .error404 main .archive .stories-filter ul .large-text .page-header p, .large-text .page-header .archive .stories-filter .error404 main ul p, .large-text .archive .stories-filter .error404 main ul .page-header p, .archive .stories-filter .error404 main ul .large-text .page-header p, .large-text .page-header .error404 main .template-stories .stories-filter ul p, .large-text .error404 main .template-stories .stories-filter ul .page-header p, .error404 main .template-stories .stories-filter ul .large-text .page-header p, .large-text .page-header .template-stories .stories-filter .error404 main ul p, .large-text .template-stories .stories-filter .error404 main ul .page-header p, .template-stories .stories-filter .error404 main ul .large-text .page-header p {
  margin: 0;
}
.page-header h1:before, .page-header .error404 main .l-wrapper p:before, .error404 main .l-wrapper .page-header p:before, .page-header .error404 main .blog .stories-filter ul p:before, .error404 main .blog .stories-filter ul .page-header p:before, .page-header .blog .stories-filter .error404 main ul p:before, .blog .stories-filter .error404 main ul .page-header p:before, .page-header .error404 main .archive .stories-filter ul p:before, .error404 main .archive .stories-filter ul .page-header p:before, .page-header .archive .stories-filter .error404 main ul p:before, .archive .stories-filter .error404 main ul .page-header p:before, .page-header .error404 main .template-stories .stories-filter ul p:before, .error404 main .template-stories .stories-filter ul .page-header p:before, .page-header .template-stories .stories-filter .error404 main ul p:before, .template-stories .stories-filter .error404 main ul .page-header p:before, .page-header .large-text .error404 main .l-wrapper p:before, .large-text .error404 main .l-wrapper .page-header p:before, .page-header .error404 main .l-wrapper .large-text p:before, .error404 main .l-wrapper .large-text .page-header p:before, .page-header .large-text .error404 main .blog .stories-filter ul p:before, .large-text .error404 main .blog .stories-filter ul .page-header p:before, .page-header .error404 main .blog .stories-filter ul .large-text p:before, .error404 main .blog .stories-filter ul .large-text .page-header p:before, .page-header .large-text .blog .stories-filter .error404 main ul p:before, .large-text .blog .stories-filter .error404 main ul .page-header p:before, .page-header .blog .stories-filter .error404 main ul .large-text p:before, .blog .stories-filter .error404 main ul .large-text .page-header p:before, .page-header .large-text .error404 main .archive .stories-filter ul p:before, .large-text .error404 main .archive .stories-filter ul .page-header p:before, .page-header .error404 main .archive .stories-filter ul .large-text p:before, .error404 main .archive .stories-filter ul .large-text .page-header p:before, .page-header .large-text .archive .stories-filter .error404 main ul p:before, .large-text .archive .stories-filter .error404 main ul .page-header p:before, .page-header .archive .stories-filter .error404 main ul .large-text p:before, .archive .stories-filter .error404 main ul .large-text .page-header p:before, .page-header .large-text .error404 main .template-stories .stories-filter ul p:before, .large-text .error404 main .template-stories .stories-filter ul .page-header p:before, .page-header .error404 main .template-stories .stories-filter ul .large-text p:before, .error404 main .template-stories .stories-filter ul .large-text .page-header p:before, .page-header .large-text .template-stories .stories-filter .error404 main ul p:before, .large-text .template-stories .stories-filter .error404 main ul .page-header p:before, .page-header .template-stories .stories-filter .error404 main ul .large-text p:before, .template-stories .stories-filter .error404 main ul .large-text .page-header p:before, .page-header .large-text p:before, .large-text .page-header p:before, .page-header .large-text h1:before, .page-header .large-text .error404 main .l-wrapper p:before, .error404 main .l-wrapper .page-header .large-text p:before, .page-header .large-text .error404 main .blog .stories-filter ul p:before, .error404 main .blog .stories-filter ul .page-header .large-text p:before, .page-header .large-text .blog .stories-filter .error404 main ul p:before, .blog .stories-filter .error404 main ul .page-header .large-text p:before, .page-header .large-text .error404 main .archive .stories-filter ul p:before, .error404 main .archive .stories-filter ul .page-header .large-text p:before, .page-header .large-text .archive .stories-filter .error404 main ul p:before, .archive .stories-filter .error404 main ul .page-header .large-text p:before, .page-header .large-text .error404 main .template-stories .stories-filter ul p:before, .error404 main .template-stories .stories-filter ul .page-header .large-text p:before, .page-header .large-text .template-stories .stories-filter .error404 main ul p:before, .template-stories .stories-filter .error404 main ul .page-header .large-text p:before, .page-header .large-text .error404 main .l-wrapper p:before, .page-header .error404 main .l-wrapper .large-text p:before, .error404 main .l-wrapper .page-header .large-text p:before, .page-header .large-text .error404 main .blog .stories-filter ul p:before, .page-header .error404 main .blog .stories-filter ul .large-text p:before, .error404 main .blog .stories-filter ul .page-header .large-text p:before, .page-header .large-text .blog .stories-filter .error404 main ul p:before, .page-header .blog .stories-filter .error404 main ul .large-text p:before, .blog .stories-filter .error404 main ul .page-header .large-text p:before, .page-header .large-text .error404 main .archive .stories-filter ul p:before, .page-header .error404 main .archive .stories-filter ul .large-text p:before, .error404 main .archive .stories-filter ul .page-header .large-text p:before, .page-header .large-text .archive .stories-filter .error404 main ul p:before, .page-header .archive .stories-filter .error404 main ul .large-text p:before, .archive .stories-filter .error404 main ul .page-header .large-text p:before, .page-header .large-text .error404 main .template-stories .stories-filter ul p:before, .page-header .error404 main .template-stories .stories-filter ul .large-text p:before, .error404 main .template-stories .stories-filter ul .page-header .large-text p:before, .page-header .large-text .template-stories .stories-filter .error404 main ul p:before, .page-header .template-stories .stories-filter .error404 main ul .large-text p:before, .template-stories .stories-filter .error404 main ul .page-header .large-text p:before, .large-text .page-header h1:before, .large-text .page-header .error404 main .l-wrapper p:before, .error404 main .l-wrapper .large-text .page-header p:before, .large-text .page-header .error404 main .blog .stories-filter ul p:before, .error404 main .blog .stories-filter ul .large-text .page-header p:before, .large-text .page-header .blog .stories-filter .error404 main ul p:before, .blog .stories-filter .error404 main ul .large-text .page-header p:before, .large-text .page-header .error404 main .archive .stories-filter ul p:before, .error404 main .archive .stories-filter ul .large-text .page-header p:before, .large-text .page-header .archive .stories-filter .error404 main ul p:before, .archive .stories-filter .error404 main ul .large-text .page-header p:before, .large-text .page-header .error404 main .template-stories .stories-filter ul p:before, .error404 main .template-stories .stories-filter ul .large-text .page-header p:before, .large-text .page-header .template-stories .stories-filter .error404 main ul p:before, .template-stories .stories-filter .error404 main ul .large-text .page-header p:before, .large-text .page-header .error404 main .l-wrapper p:before, .large-text .error404 main .l-wrapper .page-header p:before, .error404 main .l-wrapper .large-text .page-header p:before, .large-text .page-header .error404 main .blog .stories-filter ul p:before, .large-text .error404 main .blog .stories-filter ul .page-header p:before, .error404 main .blog .stories-filter ul .large-text .page-header p:before, .large-text .page-header .blog .stories-filter .error404 main ul p:before, .large-text .blog .stories-filter .error404 main ul .page-header p:before, .blog .stories-filter .error404 main ul .large-text .page-header p:before, .large-text .page-header .error404 main .archive .stories-filter ul p:before, .large-text .error404 main .archive .stories-filter ul .page-header p:before, .error404 main .archive .stories-filter ul .large-text .page-header p:before, .large-text .page-header .archive .stories-filter .error404 main ul p:before, .large-text .archive .stories-filter .error404 main ul .page-header p:before, .archive .stories-filter .error404 main ul .large-text .page-header p:before, .large-text .page-header .error404 main .template-stories .stories-filter ul p:before, .large-text .error404 main .template-stories .stories-filter ul .page-header p:before, .error404 main .template-stories .stories-filter ul .large-text .page-header p:before, .large-text .page-header .template-stories .stories-filter .error404 main ul p:before, .large-text .template-stories .stories-filter .error404 main ul .page-header p:before, .template-stories .stories-filter .error404 main ul .large-text .page-header p:before {
  content: url("../img/squiggle-before-title.svg");
  display: block;
}
.page-header h1 span, .page-header .error404 main .l-wrapper p span, .error404 main .l-wrapper .page-header p span, .page-header .error404 main .blog .stories-filter ul p span, .error404 main .blog .stories-filter ul .page-header p span, .page-header .blog .stories-filter .error404 main ul p span, .blog .stories-filter .error404 main ul .page-header p span, .page-header .error404 main .archive .stories-filter ul p span, .error404 main .archive .stories-filter ul .page-header p span, .page-header .archive .stories-filter .error404 main ul p span, .archive .stories-filter .error404 main ul .page-header p span, .page-header .error404 main .template-stories .stories-filter ul p span, .error404 main .template-stories .stories-filter ul .page-header p span, .page-header .template-stories .stories-filter .error404 main ul p span, .template-stories .stories-filter .error404 main ul .page-header p span, .page-header .large-text .error404 main .l-wrapper p span, .large-text .error404 main .l-wrapper .page-header p span, .page-header .error404 main .l-wrapper .large-text p span, .error404 main .l-wrapper .large-text .page-header p span, .page-header .large-text .error404 main .blog .stories-filter ul p span, .large-text .error404 main .blog .stories-filter ul .page-header p span, .page-header .error404 main .blog .stories-filter ul .large-text p span, .error404 main .blog .stories-filter ul .large-text .page-header p span, .page-header .large-text .blog .stories-filter .error404 main ul p span, .large-text .blog .stories-filter .error404 main ul .page-header p span, .page-header .blog .stories-filter .error404 main ul .large-text p span, .blog .stories-filter .error404 main ul .large-text .page-header p span, .page-header .large-text .error404 main .archive .stories-filter ul p span, .large-text .error404 main .archive .stories-filter ul .page-header p span, .page-header .error404 main .archive .stories-filter ul .large-text p span, .error404 main .archive .stories-filter ul .large-text .page-header p span, .page-header .large-text .archive .stories-filter .error404 main ul p span, .large-text .archive .stories-filter .error404 main ul .page-header p span, .page-header .archive .stories-filter .error404 main ul .large-text p span, .archive .stories-filter .error404 main ul .large-text .page-header p span, .page-header .large-text .error404 main .template-stories .stories-filter ul p span, .large-text .error404 main .template-stories .stories-filter ul .page-header p span, .page-header .error404 main .template-stories .stories-filter ul .large-text p span, .error404 main .template-stories .stories-filter ul .large-text .page-header p span, .page-header .large-text .template-stories .stories-filter .error404 main ul p span, .large-text .template-stories .stories-filter .error404 main ul .page-header p span, .page-header .template-stories .stories-filter .error404 main ul .large-text p span, .template-stories .stories-filter .error404 main ul .large-text .page-header p span, .page-header .large-text p span, .large-text .page-header p span, .page-header .large-text h1 span, .page-header .large-text .error404 main .l-wrapper p span, .error404 main .l-wrapper .page-header .large-text p span, .page-header .large-text .error404 main .blog .stories-filter ul p span, .error404 main .blog .stories-filter ul .page-header .large-text p span, .page-header .large-text .blog .stories-filter .error404 main ul p span, .blog .stories-filter .error404 main ul .page-header .large-text p span, .page-header .large-text .error404 main .archive .stories-filter ul p span, .error404 main .archive .stories-filter ul .page-header .large-text p span, .page-header .large-text .archive .stories-filter .error404 main ul p span, .archive .stories-filter .error404 main ul .page-header .large-text p span, .page-header .large-text .error404 main .template-stories .stories-filter ul p span, .error404 main .template-stories .stories-filter ul .page-header .large-text p span, .page-header .large-text .template-stories .stories-filter .error404 main ul p span, .template-stories .stories-filter .error404 main ul .page-header .large-text p span, .page-header .large-text .error404 main .l-wrapper p span, .page-header .error404 main .l-wrapper .large-text p span, .error404 main .l-wrapper .page-header .large-text p span, .page-header .large-text .error404 main .blog .stories-filter ul p span, .page-header .error404 main .blog .stories-filter ul .large-text p span, .error404 main .blog .stories-filter ul .page-header .large-text p span, .page-header .large-text .blog .stories-filter .error404 main ul p span, .page-header .blog .stories-filter .error404 main ul .large-text p span, .blog .stories-filter .error404 main ul .page-header .large-text p span, .page-header .large-text .error404 main .archive .stories-filter ul p span, .page-header .error404 main .archive .stories-filter ul .large-text p span, .error404 main .archive .stories-filter ul .page-header .large-text p span, .page-header .large-text .archive .stories-filter .error404 main ul p span, .page-header .archive .stories-filter .error404 main ul .large-text p span, .archive .stories-filter .error404 main ul .page-header .large-text p span, .page-header .large-text .error404 main .template-stories .stories-filter ul p span, .page-header .error404 main .template-stories .stories-filter ul .large-text p span, .error404 main .template-stories .stories-filter ul .page-header .large-text p span, .page-header .large-text .template-stories .stories-filter .error404 main ul p span, .page-header .template-stories .stories-filter .error404 main ul .large-text p span, .template-stories .stories-filter .error404 main ul .page-header .large-text p span, .large-text .page-header h1 span, .large-text .page-header .error404 main .l-wrapper p span, .error404 main .l-wrapper .large-text .page-header p span, .large-text .page-header .error404 main .blog .stories-filter ul p span, .error404 main .blog .stories-filter ul .large-text .page-header p span, .large-text .page-header .blog .stories-filter .error404 main ul p span, .blog .stories-filter .error404 main ul .large-text .page-header p span, .large-text .page-header .error404 main .archive .stories-filter ul p span, .error404 main .archive .stories-filter ul .large-text .page-header p span, .large-text .page-header .archive .stories-filter .error404 main ul p span, .archive .stories-filter .error404 main ul .large-text .page-header p span, .large-text .page-header .error404 main .template-stories .stories-filter ul p span, .error404 main .template-stories .stories-filter ul .large-text .page-header p span, .large-text .page-header .template-stories .stories-filter .error404 main ul p span, .template-stories .stories-filter .error404 main ul .large-text .page-header p span, .large-text .page-header .error404 main .l-wrapper p span, .large-text .error404 main .l-wrapper .page-header p span, .error404 main .l-wrapper .large-text .page-header p span, .large-text .page-header .error404 main .blog .stories-filter ul p span, .large-text .error404 main .blog .stories-filter ul .page-header p span, .error404 main .blog .stories-filter ul .large-text .page-header p span, .large-text .page-header .blog .stories-filter .error404 main ul p span, .large-text .blog .stories-filter .error404 main ul .page-header p span, .blog .stories-filter .error404 main ul .large-text .page-header p span, .large-text .page-header .error404 main .archive .stories-filter ul p span, .large-text .error404 main .archive .stories-filter ul .page-header p span, .error404 main .archive .stories-filter ul .large-text .page-header p span, .large-text .page-header .archive .stories-filter .error404 main ul p span, .large-text .archive .stories-filter .error404 main ul .page-header p span, .archive .stories-filter .error404 main ul .large-text .page-header p span, .large-text .page-header .error404 main .template-stories .stories-filter ul p span, .large-text .error404 main .template-stories .stories-filter ul .page-header p span, .error404 main .template-stories .stories-filter ul .large-text .page-header p span, .large-text .page-header .template-stories .stories-filter .error404 main ul p span, .large-text .template-stories .stories-filter .error404 main ul .page-header p span, .template-stories .stories-filter .error404 main ul .large-text .page-header p span {
  color: #12627B;
}
.page-header button,
.page-header .button {
  margin-top: 25px;
}
.page-header .publish-date {
  margin-bottom: 0;
}

/* Hero: Featured Image Styles
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.featured-image .m-wrapper {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .featured-image .m-wrapper {
    padding: 0 50px;
  }
}

/* Pagination Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.pagination {
  text-align: center;
  margin: 50px 0 0;
}
.pagination li {
  display: inline-block;
}
.pagination a {
  display: inline-block;
  margin: 0 20px;
}

/* Contact CTA Style
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.contact-cta {
  text-align: center;
  padding: 50px 30px;
}
@media screen and (min-width: 768px) {
  .contact-cta {
    padding: 100px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-cta {
    padding: 100px 50px;
  }
}
.contact-cta h2 {
  font-size: 30px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .contact-cta h2 {
    font-size: 36px;
    line-height: 50px;
  }
}
.contact-cta input {
  border: 1px solid #000;
  padding: 10px 30px;
}

/* How to Vote CTA Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.how-to-vote-cta {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  background-color: #bbb;
  padding: 50px 30px;
}
@media screen and (min-width: 768px) {
  .how-to-vote-cta {
    padding: 100px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .how-to-vote-cta {
    padding: 100px 50px;
  }
}
.how-to-vote-cta .block-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .how-to-vote-cta .block-wrapper {
    flex-direction: row;
  }
}
.how-to-vote-cta article {
  flex: 0 1 100%;
}
@media screen and (min-width: 768px) {
  .how-to-vote-cta article {
    flex: 0 1 calc(100% / 3);
    flex-basis: calc(100% / 3);
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) {
  .related-posts .stories {
    display: flex;
  }
}
.related-posts .stories .story {
  border-bottom: 0;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .related-posts .stories .story {
    flex: 0 1 220px;
    margin-right: 25px;
    margin-bottom: 0;
  }
  .related-posts .stories .story:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .related-posts .stories .story {
    flex: 0 1 360px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .related-posts .stories .story {
    margin-right: 80px;
  }
}
.related-posts .stories .story img {
  width: 100%;
}

/* Content Component Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.sub-headline {
  margin-bottom: 20px;
}

.post-excerpt {
  margin-bottom: 50px;
}

.content-module:nth-child(2) > div, .blog .stories-pagination:nth-child(2) > div, .archive .stories-pagination:nth-child(2) > div, .template-stories .stories-pagination:nth-child(2) > div, .blog .stories:nth-child(2) > div, .archive .stories:nth-child(2) > div, .template-stories .stories:nth-child(2) > div, .related-posts:nth-child(2) > div {
  margin-top: 0;
}
.content-module.bg-beige, .blog .bg-beige.stories-pagination, .archive .bg-beige.stories-pagination, .template-stories .bg-beige.stories-pagination, .blog .bg-beige.stories, .archive .bg-beige.stories, .template-stories .bg-beige.stories, .bg-beige.related-posts {
  display: inline-block;
  width: 100%;
  background-color: #FAF7F2;
}
@media screen and (min-width: 1024px) {
  .content-module.bg-beige, .blog .bg-beige.stories-pagination, .archive .bg-beige.stories-pagination, .template-stories .bg-beige.stories-pagination, .blog .bg-beige.stories, .archive .bg-beige.stories, .template-stories .bg-beige.stories, .bg-beige.related-posts {
    background: #FAF7F2;
    background: linear-gradient(90deg, #FAF7F2 0%, #FAF7F2 calc(100% - 50px), #FFF calc(100% - 50px));
  }
}
@media screen and (min-width: 1200px) {
  .content-module.bg-beige, .blog .bg-beige.stories-pagination, .archive .bg-beige.stories-pagination, .template-stories .bg-beige.stories-pagination, .blog .bg-beige.stories, .archive .bg-beige.stories, .template-stories .bg-beige.stories, .bg-beige.related-posts {
    background: linear-gradient(90deg, #FAF7F2 0%, #FAF7F2 calc(100% - 100px), #FFF calc(100% - 100px));
  }
}
.content-module > div, .blog .stories-pagination > div, .archive .stories-pagination > div, .template-stories .stories-pagination > div, .blog .stories > div, .archive .stories > div, .template-stories .stories > div, .related-posts > div {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .content-module > div, .blog .stories-pagination > div, .archive .stories-pagination > div, .template-stories .stories-pagination > div, .blog .stories > div, .archive .stories > div, .template-stories .stories > div, .related-posts > div {
    padding: 0 50px;
  }
}
.content-module .section-header, .blog .stories-pagination .section-header, .archive .stories-pagination .section-header, .template-stories .stories-pagination .section-header, .blog .stories .section-header, .archive .stories .section-header, .template-stories .stories .section-header, .related-posts .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .content-module .section-header, .blog .stories-pagination .section-header, .archive .stories-pagination .section-header, .template-stories .stories-pagination .section-header, .blog .stories .section-header, .archive .stories .section-header, .template-stories .stories .section-header, .related-posts .section-header {
    margin-bottom: 50px;
  }
}
.content-module .section-header h2, .blog .stories-pagination .section-header h2, .archive .stories-pagination .section-header h2, .template-stories .stories-pagination .section-header h2, .blog .stories .section-header h2, .archive .stories .section-header h2, .template-stories .stories .section-header h2, .related-posts .section-header h2 {
  margin: 0 auto;
}
.content-module .section-header h2:after, .blog .stories-pagination .section-header h2:after, .archive .stories-pagination .section-header h2:after, .template-stories .stories-pagination .section-header h2:after, .blog .stories .section-header h2:after, .archive .stories .section-header h2:after, .template-stories .stories .section-header h2:after, .related-posts .section-header h2:after {
  content: "";
  display: inline-block;
  background: url("../img/squiggle-after-title.svg") bottom left no-repeat;
  background-size: contain;
  height: 16px;
  width: 30px;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .content-module .section-header h2:after, .blog .stories-pagination .section-header h2:after, .archive .stories-pagination .section-header h2:after, .template-stories .stories-pagination .section-header h2:after, .blog .stories .section-header h2:after, .archive .stories .section-header h2:after, .template-stories .stories .section-header h2:after, .related-posts .section-header h2:after {
    height: 20px;
    width: 42px;
  }
}
.content-module .section-header a, .blog .stories-pagination .section-header a, .archive .stories-pagination .section-header a, .template-stories .stories-pagination .section-header a, .blog .stories .section-header a, .archive .stories .section-header a, .template-stories .stories .section-header a, .related-posts .section-header a {
  border-bottom: 0;
  color: #12627B;
  font-size: 18px;
  line-height: 30px;
}

/* Editor Styles
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.editor {
  margin: 50px 0;
}

/* Post Type Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.post-type {
  margin: 50px 0;
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .post-type {
    padding: 0 50px;
  }
}

.table-doc {
  width: 100%;
  border-collapse: collapse;
}
.table-doc tbody tr {
  border-bottom: 1px solid #bbb;
}
.table-doc tbody tr:first-child {
  border-top: 1px solid #bbb;
}
.table-doc tbody a {
  color: #000;
}
.table-doc th, .table-doc td {
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
}
.table-doc .date {
  width: 120px;
}
.table-doc .description {
  font-style: italic;
  font-size: 13px;
  color: #999;
}

/* Video Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.videos article {
  margin: 50px 0;
}
@media screen and (min-width: 1024px) {
  .videos .embed {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.videos .embed > div {
  position: relative !important;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 56%;
}
.videos .wistia_embed {
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.videos iframe {
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.videos .excerpt {
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .videos .excerpt {
    padding: 0 50px;
  }
}
.videos .post-date {
  color: #bbb;
}

/* Contacts Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.contacts {
  margin: 50px 0;
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .contacts {
    padding: 0 50px;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
.contacts > div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contacts > div {
    display: table;
  }
}
.contacts > div > div {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .contacts > div > div {
    margin-top: 0;
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
}

@media screen and (min-width: 768px) {
  .gift-cards > div {
    display: flex;
    flex-wrap: wrap;
  }
}
.gift-cards .gift-card {
  width: 100%;
  border-bottom: 0;
  text-align: center;
  color: #12627B;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .gift-cards .gift-card {
    width: auto;
    flex: 0 1 calc(50% - 14px);
    flex-basis: calc(50% - 14px);
    margin-right: 28px;
  }
  .gift-cards .gift-card:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .gift-cards .gift-card {
    flex: 0 1 calc(25% - 21px);
    flex-basis: calc(25% - 21px);
    margin-bottom: 75px;
  }
  .gift-cards .gift-card:nth-child(2n) {
    margin-right: 28px;
  }
  .gift-cards .gift-card:nth-child(4n) {
    margin-right: 0;
  }
}
.gift-cards .gift-card img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
}
.gift-cards .gift-card p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 40px;
}

@media screen and (min-width: 768px) {
  .double-image > div {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .double-image.large-top {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .double-image.large-top .image-one {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .double-image.large-top .image-one {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .double-image.large-bot {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .double-image.large-bot .image-one {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .double-image.large-bot .image-one {
    margin-top: 80px;
  }
}
.double-image .image-one {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .double-image .image-one {
    margin-bottom: 0;
    margin-right: 50px;
    flex: 0 1 60%;
  }
}
@media screen and (min-width: 1024px) {
  .double-image .image-one {
    margin-right: 80px;
  }
}
.double-image .image-two {
  display: none;
}
@media screen and (min-width: 768px) {
  .double-image .image-two {
    display: block;
    flex: 0 1 40%;
  }
}

@media screen and (min-width: 1024px) {
  .large-text > div {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .large-text.intro > div {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.large-text.extra-space-top > div {
  margin-top: 130px;
}
@media screen and (min-width: 1024px) {
  .large-text.extra-space-top > div {
    margin-top: 180px;
  }
}
.large-text.extra-space-top > div {
  margin-bottom: 130px;
}
@media screen and (min-width: 1024px) {
  .large-text.extra-space-top > div {
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 768px) {
  .large-text p, .large-text h1, .large-text .error404 main .l-wrapper p, .error404 main .l-wrapper .large-text p, .large-text .error404 main .blog .stories-filter ul p, .error404 main .blog .stories-filter ul .large-text p, .large-text .blog .stories-filter .error404 main ul p, .blog .stories-filter .error404 main ul .large-text p, .large-text .error404 main .archive .stories-filter ul p, .error404 main .archive .stories-filter ul .large-text p, .large-text .archive .stories-filter .error404 main ul p, .archive .stories-filter .error404 main ul .large-text p, .large-text .error404 main .template-stories .stories-filter ul p, .error404 main .template-stories .stories-filter ul .large-text p, .large-text .template-stories .stories-filter .error404 main ul p, .template-stories .stories-filter .error404 main ul .large-text p {
    font-size: 31px;
  }
}
.large-text p span, .large-text h1 span, .large-text .error404 main .l-wrapper p span, .error404 main .l-wrapper .large-text p span, .large-text .error404 main .blog .stories-filter ul p span, .error404 main .blog .stories-filter ul .large-text p span, .large-text .blog .stories-filter .error404 main ul p span, .blog .stories-filter .error404 main ul .large-text p span, .large-text .error404 main .archive .stories-filter ul p span, .error404 main .archive .stories-filter ul .large-text p span, .large-text .archive .stories-filter .error404 main ul p span, .archive .stories-filter .error404 main ul .large-text p span, .large-text .error404 main .template-stories .stories-filter ul p span, .error404 main .template-stories .stories-filter ul .large-text p span, .large-text .template-stories .stories-filter .error404 main ul p span, .template-stories .stories-filter .error404 main ul .large-text p span {
  color: #12627B;
}
.large-text .button-group {
  margin-top: 40px;
}

.career-listings h2.content-title {
  margin-bottom: 30px;
}
.career-listings .listings {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.career-listings .listings .listing {
  margin-bottom: 10px;
}
.career-listings .listings .listing:last-child {
  margin-bottom: 0;
}
.career-listings .listings .listing a {
  border-bottom: 0;
  font-size: 24px;
  line-height: 40px;
  color: #12627B;
  transition: color 400ms ease, transform 400ms ease;
  overflow: hidden;
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .career-listings .listings .listing a {
    font-size: 34px;
    line-height: 52px;
  }
}
.career-listings .listings .listing a:hover {
  transform: translateX(20px);
  color: #B9500B;
}
.career-listings .listings .listing a:hover:after {
  transform: translateX(0);
}
.career-listings .listings .listing a:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #B9500B;
  height: 3px;
  position: relative;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.brand-grid .brands {
  display: flex;
  flex-wrap: wrap;
  max-width: 315px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .brand-grid .brands {
    max-width: 100%;
  }
}
.brand-grid .brands .brand {
  border-bottom: 0;
  flex: 0 1 150px;
  height: 150px;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  background-color: #12627B;
  position: relative;
  transform: scale(1);
  transition: 600ms ease transform;
}
.brand-grid .brands .brand:nth-child(2n) {
  margin-right: 0;
}
.brand-grid .brands .brand:hover {
  transform: scale(0.95);
}
.brand-grid .brands .brand:hover img {
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .brand-grid .brands .brand {
    flex: 0 1 165px;
    height: 165px;
  }
  .brand-grid .brands .brand:nth-child(2n) {
    margin-right: 15px;
  }
  .brand-grid .brands .brand:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .brand-grid .brands .brand {
    flex: 0 1 calc(20% - 8px);
    flex-basis: calc(20% - 8px);
    height: 174px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .brand-grid .brands .brand:nth-child(2n) {
    margin-right: 10px;
  }
  .brand-grid .brands .brand:nth-child(4n) {
    margin-right: 10px;
  }
  .brand-grid .brands .brand:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .brand-grid .brands .brand {
    height: 212px;
  }
}
@media screen and (min-width: 1440px) {
  .brand-grid .brands .brand {
    height: 240px;
  }
}
.brand-grid .brands .brand img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  transform: scale(1);
  transition: 600ms ease transform;
}

.content-row > div {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .content-row > div {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .content-row > div {
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .content-row.content-image > div {
    flex-direction: row-reverse;
  }
}
.content-row.overflow-top {
  position: relative;
}
.content-row.overflow-top > div {
  margin-top: -60px;
}
.content-row.with-3 .image-container {
  position: relative;
  height: 240px;
  width: 100%;
}
@media screen and (min-widtH: 768px) {
  .content-row.with-3 .image-container {
    height: 440px;
  }
}
.content-row.with-3 .image-container:hover img {
  transform: none;
}
@media screen and (min-width: 1024px) {
  .content-row.with-3 .image-container:hover img:first-child {
    transform: translateY(-52.5px) translateX(-70px);
  }
  .content-row.with-3 .image-container:hover img:last-child {
    transform: translateY(52.5px) translateX(70px);
  }
}
@media screen and (min-width: 1200px) {
  .content-row.with-3 .image-container:hover img:first-child {
    transform: translateY(-90px) translateX(-120px);
  }
  .content-row.with-3 .image-container:hover img:last-child {
    transform: translateY(90px) translateX(120px);
  }
}
.content-row.with-3 .image-container img {
  width: 100%;
  max-width: 200px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-row.with-3 .image-container img:nth-child(2) {
  z-index: 2;
}
.content-row.with-3 .image-container img:first-child {
  z-index: 3;
  transform: translateY(-52.5px) translateX(-70px);
}
.content-row.with-3 .image-container img:last-child {
  z-index: 1;
  transform: translateY(52.5px) translateX(70px);
}
@media screen and (min-width: 768px) {
  .content-row.with-3 .image-container img {
    max-width: 360px;
  }
  .content-row.with-3 .image-container img:first-child {
    transform: translateY(-90px) translateX(-120px);
  }
  .content-row.with-3 .image-container img:last-child {
    transform: translateY(90px) translateX(120px);
  }
}
@media screen and (min-width: 1024px) {
  .content-row.with-3 .image-container img:first-child {
    transform: none;
  }
  .content-row.with-3 .image-container img:last-child {
    transform: none;
  }
}
.content-row .image-container {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  border-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .content-row .image-container {
    flex: 0 1 55%;
    max-width: 680px;
    margin-bottom: 0;
  }
}
.content-row .image-container:hover img {
  transform: scale(1.1);
}
.content-row .image-container img {
  width: 100%;
  transform: scale(1);
  transition: 600ms ease transform;
}
.content-row .content-container {
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .content-row .content-container {
    flex: 0 1 45%;
    max-width: 510px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .content-row .content-container {
    padding: 0 70px;
  }
}
.content-row .content-container h2.content-header {
  margin-top: 0;
}
.content-row .content-container h2.content-header:after {
  content: "";
  display: inline-block;
  background: url("../img/squiggle-after-title.svg") bottom left no-repeat;
  background-size: contain;
  width: 42px;
  height: 20px;
  margin-left: 8px;
}

.call-to-action .cta-container {
  position: relative;
}
.call-to-action .cta-container .overlay,
.call-to-action .cta-container .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.call-to-action .cta-container .bg-image img {
  display: none;
}
.call-to-action .cta-container .hero-content {
  position: relative;
  padding-top: 170px;
  padding-bottom: 170px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .call-to-action .cta-container .hero-content {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.call-to-action .cta-container .hero-content h2 {
  margin-top: 0;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .call-to-action .cta-container .hero-content h2 {
    margin-bottom: 58px;
  }
}

@media screen and (min-width: 768px) {
  .contact-grid > div {
    display: flex;
  }
}
.contact-grid .contact-item {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .contact-grid .contact-item {
    flex: 0 1 220px;
    margin-right: 25px;
    margin-bottom: 0;
  }
  .contact-grid .contact-item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact-grid .contact-item {
    margin-right: 50px;
    flex: 0 1 380px;
  }
}
.contact-grid .contact-item h2.item-title {
  margin-bottom: 30px;
}
.contact-grid .contact-item .item-content p {
  font-size: 21px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .contact-grid .contact-item .item-content p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-grid .contact-item .item-content p {
    font-size: 34px;
    line-height: 50px;
  }
}
.contact-grid .contact-item .item-content a {
  border-bottom: 0;
  color: #745545;
  transition: color 0.3s ease;
}
.contact-grid .contact-item .item-content a:hover {
  color: #B9500B;
}

.image-row > div {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .image-row > div {
    flex-wrap: nowrap;
  }
}
.image-row img {
  width: 100%;
  height: auto;
}
.image-row.layout-25-25-50 > div .image-one,
.image-row.layout-25-25-50 > div .image-two {
  flex: 0 1 50%;
}
.image-row.layout-25-25-50 > div .image-three {
  flex: 0 1 100%;
}
.image-row.layout-33-33-33 > div {
  display: none;
}
@media screen and (min-width: 1024px) {
  .image-row.layout-33-33-33 > div {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .image-row.layout-33-33-33 > div .image-one,
.image-row.layout-33-33-33 > div .image-two,
.image-row.layout-33-33-33 > div .image-three {
    flex: 0 1 calc(100% / 3);
    flex-basis: calc(100% / 3);
  }
}

@media screen and (min-width: 1024px) {
  .quote > div {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
.quote.extra-space-top > div {
  margin-top: 130px;
}
@media screen and (min-width: 1024px) {
  .quote.extra-space-top > div {
    margin-top: 180px;
  }
}

.executive-team {
  background-color: #FAF7F2;
  display: inline-block;
  width: 100%;
}
.executive-team > div {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .executive-team > div {
    margin-top: 125px;
    margin-bottom: 75px;
  }
}
.executive-team .section-header {
  flex: 0 1 100%;
}
.executive-team .section-header h2 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .executive-team .section-header {
    flex: 0 1 calc(25% - 15px);
    flex-basis: calc(25% - 15px);
    margin-right: 20px;
    align-items: flex-start;
  }
}
.executive-team .team-member {
  flex: 0 1 calc(50% - 5px);
  flex-basis: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 40px;
}
.executive-team .team-member:nth-child(2n+1) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .executive-team .team-member {
    flex: 0 1 calc(25% - 15px);
    flex-basis: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 50px;
  }
  .executive-team .team-member:nth-child(2n+1) {
    margin-right: 20px;
  }
  .executive-team .team-member:nth-child(4n) {
    margin-right: 0;
  }
}
.executive-team .team-member img {
  margin-bottom: 15px;
}
.executive-team .team-member p.team-member--name,
.executive-team .team-member p.team-member--position {
  margin-top: 0;
  margin-bottom: 0;
}
.executive-team .team-member p.team-member--name {
  margin-bottom: 5px;
}
.executive-team .team-member p.team-member--position {
  color: #745545;
}

@media screen and (min-width: 768px) {
  .fact-grid > div {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .fact-grid > div {
    display: flex;
  }
}
.fact-grid .facts {
  background: #12627B;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fact-grid .facts {
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 75%;
  }
}
@media screen and (min-width: 768px) {
  .fact-grid .facts .fact-item {
    flex: 0 1 calc(100% / 3);
    flex-basis: calc(100% / 3);
  }
}
.fact-grid .facts .fact-item img {
  width: 100%;
}
.fact-grid .facts .fact-text {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.fact-grid .facts .fact-text .fact-text--container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.fact-grid .facts .fact-text p {
  margin: 0;
  color: #fff;
}
.fact-grid .facts .fact-text p.number {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 15px;
}
.fact-grid .facts .fact-text p.description {
  line-height: 32px;
}
.fact-grid .facts .fact-text .button {
  margin-top: 30px;
}
.fact-grid .additional-image {
  display: none;
}
@media screen and (min-width: 1024px) {
  .fact-grid .additional-image {
    display: block;
    flex: 0 1 25%;
  }
}
.fact-grid .additional-image img {
  width: 100%;
  height: auto;
}

.in-the-news.one-story .section-header h2:after {
  display: none;
}
.in-the-news.one-story .news-articles {
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .in-the-news.one-story .news-article {
    flex: 0 1 100%;
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .in-the-news.one-story .news-article {
    flex: 0 1 60%;
  }
}
.in-the-news.one-story .news-article h3 {
  bottom: 0 !important;
}
.in-the-news.one-story .side-image {
  display: none;
}
@media screen and (min-width: 1024px) {
  .in-the-news.one-story .side-image {
    flex: 0 1 40%;
    max-width: 440px;
    display: block;
    margin-top: -100px;
  }
}
.in-the-news.overflow-bot {
  position: relative;
}
.in-the-news.overflow-bot > div {
  margin-bottom: -60px;
}
.in-the-news.overflow-bot .news-article {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .in-the-news .news-articles {
    display: flex;
    flex-wrap: wrap;
  }
}
.in-the-news .news-article {
  border-bottom: 0;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .in-the-news .news-article {
    margin-bottom: 0;
    margin-right: 50px;
    flex: 0 1 calc(50% - 25px);
    flex-basis: calc(50% - 25px);
    width: calc(50% - 25px);
  }
  .in-the-news .news-article:last-child {
    margin-right: 0;
    margin-top: 50px;
  }
  .in-the-news .news-article:first-child h3 {
    bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .in-the-news .news-article {
    margin-right: 80px;
    flex: 0 1 calc(50% - 40px);
    flex-basis: calc(50% - 40px);
    width: calc(50% - 40px);
  }
}
.in-the-news .news-article .article-thumbnail {
  height: 415px;
  width: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .in-the-news .news-article .article-thumbnail {
    height: auto;
  }
  .in-the-news .news-article .article-thumbnail:hover img {
    transform: scale(1.1);
  }
}
.in-the-news .news-article .article-thumbnail img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .in-the-news .news-article .article-thumbnail img {
    display: block;
    transform: scale(1);
    transition: 600ms ease transform;
  }
}
.in-the-news .news-article h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 15px 20px;
  width: calc(100% - 30px);
  max-width: 340px;
  margin-top: 0;
  margin-bottom: 0;
}

.review-grid h2 {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .review-grid .reviews {
    display: flex;
    align-items: flex-start;
  }
}
.review-grid .review {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .review-grid .review {
    flex: 0 1 calc(100% / 3);
    flex-basis: calc(100% / 3);
    margin-bottom: 0;
    margin-right: 30px;
  }
  .review-grid .review:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .review-grid .review {
    margin-right: 62px;
    padding: 50px;
  }
}
.review-grid .review .rating {
  color: #FF9242;
}
.review-grid .review .rating i {
  display: inline-block;
  width: 20px;
}
.review-grid .review .review-content .reviewer {
  margin-bottom: 0;
}

.content-with-slider {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .content-with-slider > div {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .content-with-slider > div {
    padding-left: 0;
  }
}
.content-with-slider .content-header {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0;
  text-transform: none;
  color: #745545;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
.content-with-slider .content-header span {
  color: #12627B;
}
@media screen and (min-width: 1024px) {
  .content-with-slider h2.content-header {
    display: none;
  }
}
.content-with-slider p.content-header {
  display: none;
}
@media screen and (min-width: 1024px) {
  .content-with-slider p.content-header {
    display: block;
    margin-bottom: 40px;
    margin-top: 0;
  }
}
.content-with-slider .slider-container {
  margin-bottom: 50px;
  margin-right: -30px;
}
@media screen and (min-width: 1024px) {
  .content-with-slider .slider-container {
    flex: 0 1 55%;
    padding: 0 50px;
    padding-right: 0;
    max-width: 560px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-with-slider .slider-container {
    max-width: 640px;
  }
}
@media screen and (min-width: 1440px) {
  .content-with-slider .slider-container {
    max-width: 55%;
    padding-left: 0;
  }
}
.content-with-slider .slider-container .slider-image {
  width: 310px;
  height: 310px;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .content-with-slider .slider-container .slider-image {
    width: calc(100vw - 60px);
    max-width: 420px;
    height: auto;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .content-with-slider .slider-container .slider-image {
    max-width: 620px;
    margin-right: 60px;
  }
}
.content-with-slider .slider-container .slick-list {
  overflow: visible !important;
}
@media screen and (min-width: 1024px) {
  .content-with-slider .slider-container .slick-list {
    overflow: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .content-with-slider .content-container {
    flex: 0 1 45%;
    max-width: 510px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1440px) {
  .content-with-slider .content-container {
    padding: 0 70px;
  }
}
.content-with-slider ul.link-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.content-with-slider ul.link-list li a {
  font-weight: bold;
}

.brand-slider > div {
  padding: 0;
}
.brand-slider .slick-slider {
  position: relative;
}
.brand-slider .slick-slide {
  margin: 0 auto;
  border: none;
}
.brand-slider .slick-slide .thumbnail {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .brand-slider .slick-slide .thumbnail {
    padding: 0 10%;
  }
}
.brand-slider .slick-slide .thumbnail > div {
  position: relative;
}
.brand-slider .slick-slide .thumbnail > div > .image-wrap {
  position: relative;
  transform: translateY(0px);
  transition: 0.25s ease-out;
}
.brand-slider .slick-slide .thumbnail:hover .brand-blurb {
  height: 40px;
  opacity: 1;
  z-index: 1;
}
.brand-slider .slick-slide .thumbnail:hover > div > .image-wrap {
  transform: translateY(-20px);
}
.brand-slider .slick-slide .thumbnail .size-landscape-big {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.brand-slider .slick-slide .thumbnail .brand-logo {
  width: 100% !important;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .brand-slider .slick-slide .thumbnail .brand-logo {
    background-color: transparent;
    top: 0;
    padding: 0;
  }
}
.brand-slider .slick-slide .thumbnail .brand-logo img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .brand-slider .slick-slide .thumbnail .brand-logo img {
    position: absolute;
    transform: translate(50px, 40px);
    z-index: 2;
  }
}
.brand-slider .slick-slide .thumbnail .brand-logo .banner {
  width: 373px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(0px);
  display: none;
}
@media screen and (min-width: 768px) {
  .brand-slider .slick-slide .thumbnail .brand-logo .banner {
    display: block;
  }
}
.brand-slider .slick-slide .thumbnail .brand-blurb {
  background-color: #fff;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: 0.15s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.brand-slider .slick-slide .thumbnail .brand-blurb p {
  color: #12627B;
  margin-bottom: 0;
  margin-top: 20px;
}
.brand-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  transform: translateX(0);
  margin: 0;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .brand-slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
.brand-slider .slick-prev {
  left: 20px;
}
@media screen and (min-width: 1024px) {
  .brand-slider .slick-prev {
    left: 14%;
  }
}
.brand-slider .slick-next {
  right: 20px;
}
@media screen and (min-width: 1024px) {
  .brand-slider .slick-next {
    right: 14%;
  }
}
.brand-slider .section-header {
  text-align: center;
}
.brand-slider h2 {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 0;
}
.brand-slider h2:after {
  background: url("../img/our-brands-icon.svg") bottom left no-repeat !important;
  background-size: contain !important;
  height: 32px !important;
  width: 32px !important;
}

/* NS Gravity Form Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.gform_wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
.gform_wrapper form::after {
  clear: both;
  content: "";
  display: table;
}

.gform_title {
  margin-bottom: 20px;
}

.ginput_container_name label,
.ginput_container_address label {
  color: #000;
  font-size: 10px;
}

.validation_error {
  font-size: 18px;
  font-weight: 400;
  margin: 8px 0 0 0;
  color: red;
}

.validation_message {
  display: none;
  color: red;
}

.gform_heading {
  margin-bottom: 25px;
}

.gform_body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gform_body li {
  margin-bottom: 20px;
}

.gfield_list {
  width: 100%;
}
.gfield_list .gfield_list_icons {
  width: 30px;
}

.gform_ajax_spinner {
  border: 4px solid #bbb;
  border-radius: 50%;
  border-top: 4px solid #000;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
  margin-left: 5px;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* NS Slick Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.slick-arrow {
  border: 0 none;
  margin-top: 25px;
  padding: 5px 0;
  cursor: pointer;
  background: transparent;
  transition: 1200ms ease opacity, 600 ease transform;
  transform: translateX(0);
}
.slick-arrow:hover {
  background: transparent;
}
.slick-arrow.slick-prev:hover:not(.slick-disabled) {
  transform: translateX(-10px);
}
.slick-arrow.slick-next:hover:not(.slick-disabled) {
  transform: translateX(10px);
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
}

.slick-prev {
  margin-right: 30px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus {
  outline: none !important;
}

/* Blog Page Styles
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.blog .stories-filter ul, .archive .stories-filter ul, .template-stories .stories-filter ul {
  padding: 0 30px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .blog .stories-filter ul, .archive .stories-filter ul, .template-stories .stories-filter ul {
    padding: 0 50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.blog .stories-filter li, .archive .stories-filter li, .template-stories .stories-filter li {
  margin-right: 25px;
  display: inline-block;
}
.blog .stories-filter a, .archive .stories-filter a, .template-stories .stories-filter a {
  border-bottom: 0;
  color: #745545;
  font-size: 34px;
  line-height: 38px;
}
.blog .stories-filter li.current-menu-item a, .archive .stories-filter li.current-menu-item a, .template-stories .stories-filter li.current-menu-item a {
  color: #12627B;
}
@media screen and (min-width: 768px) {
  .blog .stories > div, .archive .stories > div, .template-stories .stories > div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.blog .stories > div .story, .archive .stories > div .story, .template-stories .stories > div .story {
  border-bottom: 0;
  margin-bottom: 50px;
}
.blog .stories > div .story:last-child, .archive .stories > div .story:last-child, .template-stories .stories > div .story:last-child {
  margin-bottom: 0;
}
.blog .stories > div .story.has-video .featured-story-thumb, .archive .stories > div .story.has-video .featured-story-thumb, .template-stories .stories > div .story.has-video .featured-story-thumb {
  position: relative;
}
.blog .stories > div .story.has-video .play-button, .archive .stories > div .story.has-video .play-button, .template-stories .stories > div .story.has-video .play-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .blog .stories > div .story, .archive .stories > div .story, .template-stories .stories > div .story {
    flex: 0 1 calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin-right: 40px;
  }
  .blog .stories > div .story:nth-child(2n), .archive .stories > div .story:nth-child(2n), .template-stories .stories > div .story:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .blog .stories > div .story, .archive .stories > div .story, .template-stories .stories > div .story {
    flex: 0 1 calc( calc(100% / 3) - 20px);
    flex-basis: calc( calc(100% / 3) - 20px);
    margin-right: 30px;
  }
  .blog .stories > div .story:nth-child(2n), .archive .stories > div .story:nth-child(2n), .template-stories .stories > div .story:nth-child(2n) {
    margin-right: 30px;
  }
  .blog .stories > div .story:nth-child(3n), .archive .stories > div .story:nth-child(3n), .template-stories .stories > div .story:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .blog .stories > div .story, .archive .stories > div .story, .template-stories .stories > div .story {
    max-width: 360px;
    flex-basis: 360px;
    margin-right: 80px;
  }
  .blog .stories > div .story:nth-child(2n), .archive .stories > div .story:nth-child(2n), .template-stories .stories > div .story:nth-child(2n) {
    margin-right: 80px;
  }
  .blog .stories > div .story:nth-child(3n), .archive .stories > div .story:nth-child(3n), .template-stories .stories > div .story:nth-child(3n) {
    margin-right: 0;
  }
}
.blog .stories > div .story h3, .archive .stories > div .story h3, .template-stories .stories > div .story h3 {
  margin-bottom: 0;
}
.blog .stories > div .contact-block, .archive .stories > div .contact-block, .template-stories .stories > div .contact-block {
  background-color: #12627B;
  padding: 50px 25px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .blog .stories > div .contact-block, .archive .stories > div .contact-block, .template-stories .stories > div .contact-block {
    flex: 0 1 calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin-right: 40px;
  }
  .blog .stories > div .contact-block:nth-child(2n), .archive .stories > div .contact-block:nth-child(2n), .template-stories .stories > div .contact-block:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .blog .stories > div .contact-block, .archive .stories > div .contact-block, .template-stories .stories > div .contact-block {
    flex: 0 1 calc( calc(100% / 3) - 20px);
    flex-basis: calc( calc(100% / 3) - 20px);
    margin-right: 30px;
    padding: 50px 40px;
  }
  .blog .stories > div .contact-block:nth-child(2n), .archive .stories > div .contact-block:nth-child(2n), .template-stories .stories > div .contact-block:nth-child(2n) {
    margin-right: 30px;
  }
  .blog .stories > div .contact-block:nth-child(3n), .archive .stories > div .contact-block:nth-child(3n), .template-stories .stories > div .contact-block:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .blog .stories > div .contact-block, .archive .stories > div .contact-block, .template-stories .stories > div .contact-block {
    max-width: 360px;
    flex-basis: 360px;
    margin-right: 80px;
  }
  .blog .stories > div .contact-block:nth-child(2n), .archive .stories > div .contact-block:nth-child(2n), .template-stories .stories > div .contact-block:nth-child(2n) {
    margin-right: 80px;
  }
  .blog .stories > div .contact-block:nth-child(3n), .archive .stories > div .contact-block:nth-child(3n), .template-stories .stories > div .contact-block:nth-child(3n) {
    margin-right: 0;
  }
}
.blog .stories > div .contact-block h4, .blog .stories > div .contact-block blockquote cite, blockquote .blog .stories > div .contact-block cite, .blog .stories > div .contact-block .page-header .publish-date, .page-header .blog .stories > div .contact-block .publish-date, .blog .stories > div .contact-block .career-listings h2.content-title, .career-listings .blog .stories > div .contact-block h2.content-title, .blog .stories > div .contact-block .contact-grid .contact-item h2.item-title, .contact-grid .contact-item .blog .stories > div .contact-block h2.item-title, .blog .stories > div .contact-block .executive-team .team-member p.team-member--name, .executive-team .team-member .blog .stories > div .contact-block p.team-member--name,
.blog .stories > div .contact-block .executive-team .team-member p.team-member--position,
.executive-team .team-member .blog .stories > div .contact-block p.team-member--position, .archive .stories > div .contact-block h4, .archive .stories > div .contact-block blockquote cite, blockquote .archive .stories > div .contact-block cite, .archive .stories > div .contact-block .page-header .publish-date, .page-header .archive .stories > div .contact-block .publish-date, .archive .stories > div .contact-block .career-listings h2.content-title, .career-listings .archive .stories > div .contact-block h2.content-title, .archive .stories > div .contact-block .contact-grid .contact-item h2.item-title, .contact-grid .contact-item .archive .stories > div .contact-block h2.item-title, .archive .stories > div .contact-block .executive-team .team-member p.team-member--name, .executive-team .team-member .archive .stories > div .contact-block p.team-member--name,
.archive .stories > div .contact-block .executive-team .team-member p.team-member--position,
.executive-team .team-member .archive .stories > div .contact-block p.team-member--position, .template-stories .stories > div .contact-block h4, .template-stories .stories > div .contact-block blockquote cite, blockquote .template-stories .stories > div .contact-block cite, .template-stories .stories > div .contact-block .page-header .publish-date, .page-header .template-stories .stories > div .contact-block .publish-date, .template-stories .stories > div .contact-block .career-listings h2.content-title, .career-listings .template-stories .stories > div .contact-block h2.content-title, .template-stories .stories > div .contact-block .contact-grid .contact-item h2.item-title, .contact-grid .contact-item .template-stories .stories > div .contact-block h2.item-title, .template-stories .stories > div .contact-block .executive-team .team-member p.team-member--name, .executive-team .team-member .template-stories .stories > div .contact-block p.team-member--name,
.template-stories .stories > div .contact-block .executive-team .team-member p.team-member--position,
.executive-team .team-member .template-stories .stories > div .contact-block p.team-member--position {
  margin-top: 0;
  color: #fff;
  margin-bottom: 25px;
}
.blog .stories > div .contact-block p, .archive .stories > div .contact-block p, .template-stories .stories > div .contact-block p {
  margin-top: 0;
  color: #fff;
}
.blog .stories > div .contact-block p:last-child, .archive .stories > div .contact-block p:last-child, .template-stories .stories > div .contact-block p:last-child {
  margin-bottom: 0;
}
.blog .stories > div .contact-block p a, .archive .stories > div .contact-block p a, .template-stories .stories > div .contact-block p a {
  color: inherit;
  border-bottom: 0;
  line-height: 1;
}
.blog .stories-pagination > div, .archive .stories-pagination > div, .template-stories .stories-pagination > div {
  display: flex;
  justify-content: space-between;
}

/* Single Post Page Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.single-post article {
  margin: 50px 0;
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .single-post article {
    padding: 0 50px;
  }
}

body.template-brand-single {
  padding-top: 0;
}
body.template-brand-single header {
  background: transparent;
  position: absolute;
  box-shadow: none;
}
body.template-brand-single header .hamburger-menu span {
  background-color: #fff;
}
body.template-brand-single header .logo .logo-white {
  display: block;
}
body.template-brand-single header .logo .logo-blue {
  display: none;
}
@media screen and (min-width: 1024px) {
  body.template-brand-single header .main-nav {
    background: transparent;
  }
  body.template-brand-single header .main-nav > ul > li > a {
    color: #fff;
  }
}
body.template-brand-single.has-sticky-nav .alternative-nav {
  transform: translateY(0);
}
body.template-brand-single .content-module:nth-child(2) > div, body.template-brand-single .related-posts:nth-child(2) > div, body.template-brand-single .blog .stories:nth-child(2) > div, .blog body.template-brand-single .stories:nth-child(2) > div, body.template-brand-single .archive .stories:nth-child(2) > div, .archive body.template-brand-single .stories:nth-child(2) > div, body.template-brand-single .template-stories .stories:nth-child(2) > div, .template-stories body.template-brand-single .stories:nth-child(2) > div, body.template-brand-single .blog .stories-pagination:nth-child(2) > div, .blog body.template-brand-single .stories-pagination:nth-child(2) > div, body.template-brand-single .archive .stories-pagination:nth-child(2) > div, .archive body.template-brand-single .stories-pagination:nth-child(2) > div, body.template-brand-single .template-stories .stories-pagination:nth-child(2) > div, .template-stories body.template-brand-single .stories-pagination:nth-child(2) > div {
  margin-top: 100px;
  margin-bottom: 0;
}

/* 404 Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.error404 main {
  padding: 200px 30px;
}
.error404 main .l-wrapper, .error404 main .blog .stories-filter ul, .blog .stories-filter .error404 main ul, .error404 main .archive .stories-filter ul, .archive .stories-filter .error404 main ul, .error404 main .template-stories .stories-filter ul, .template-stories .stories-filter .error404 main ul {
  max-width: 900px;
}
.error404 main .l-wrapper img, .error404 main .blog .stories-filter ul img, .blog .stories-filter .error404 main ul img, .error404 main .archive .stories-filter ul img, .archive .stories-filter .error404 main ul img, .error404 main .template-stories .stories-filter ul img, .template-stories .stories-filter .error404 main ul img {
  width: 400px;
  max-width: 100%;
}
.error404 main .l-wrapper p, .error404 main .blog .stories-filter ul p, .blog .stories-filter .error404 main ul p, .error404 main .archive .stories-filter ul p, .archive .stories-filter .error404 main ul p, .error404 main .template-stories .stories-filter ul p, .template-stories .stories-filter .error404 main ul p {
  margin-top: 0;
}

body.home {
  padding-top: 0;
}
body.home header {
  background: transparent;
  position: absolute;
  box-shadow: none;
}
body.home header .hamburger-menu span {
  background-color: #fff;
}
body.home header .logo .logo-white {
  display: block;
}
body.home header .logo .logo-blue {
  display: none;
}
@media screen and (min-width: 1024px) {
  body.home header .main-nav {
    background: transparent;
  }
  body.home header .main-nav > ul > li > a {
    color: #fff;
  }
}
body.home.has-sticky-nav .alternative-nav {
  transform: translateY(0);
}
body.home .content-module:nth-child(2) > div, body.home .related-posts:nth-child(2) > div, body.home .blog .stories:nth-child(2) > div, .blog body.home .stories:nth-child(2) > div, body.home .archive .stories:nth-child(2) > div, .archive body.home .stories:nth-child(2) > div, body.home .template-stories .stories:nth-child(2) > div, .template-stories body.home .stories:nth-child(2) > div, body.home .blog .stories-pagination:nth-child(2) > div, .blog body.home .stories-pagination:nth-child(2) > div, body.home .archive .stories-pagination:nth-child(2) > div, .archive body.home .stories-pagination:nth-child(2) > div, body.home .template-stories .stories-pagination:nth-child(2) > div, .template-stories body.home .stories-pagination:nth-child(2) > div {
  margin-top: 75px;
}

.template-gift-cards-single .custom-html iframe.gift-card-embed {
  width: 100%;
  height: 1200px;
}

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