/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

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

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

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

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

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

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

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

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

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

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

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

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

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

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

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

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

td, th { padding: 0; }

/* -- Shared Styles -- */
html { font-size: 16px; line-height: 22px; }

body { font-weight: 400; font-style: normal; font-family: "Sentinel SSm A", "Sentinel SSm B", serif; color: #000; }

section { position: relative; }

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

h1, .heading-1 { font-size: 1.95rem; line-height: 2.2rem; font-weight: 500; }

h2, .heading-2 { font-size: 1.2rem; line-height: 1.8rem; font-weight: 700; margin-bottom: .3rem; }

h3, .heading-3 { font-size: .85rem; line-height: 1.4rem; font-weight: 700; text-transform: uppercase; }

h4, .heading-4 { font-size: .9rem; line-height: 1.4rem; font-weight: 400; font-style: italic; margin-bottom: 2rem; }

p { color: #000; font-size: 1rem; line-height: 1.625rem; margin-bottom: 30px; }

p.error { color: red; font-style: italic; }

.p--small { font-size: .85rem; line-height: 1.5rem; }

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

div, section { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

*:focus { outline: none; }

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

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

.aligncenter { margin: 15px auto; display: block; }

.background-clear, .background-cover, .background-contain { background-position: center center; background-repeat: no-repeat; }

.background-cover { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -ms-behavior: url("/backgroundsize.min.htc"); }

.background-contain { -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; }

.button, .button--black, #mc-embedded-subscribe-form input[type="submit"] { border: none; text-decoration: none !important; display: inline-block; }

.button--black, #mc-embedded-subscribe-form input[type="submit"] { background-color: #000; color: #fff; letter-spacing: 1px; text-transform: uppercase; padding: 20px; font-size: .9rem; font-weight: 300; margin-top: 30px; }

.button--black:disabled, #mc-embedded-subscribe-form input[type="submit"]:disabled { background-color: #545454; }

.color-yellow { color: #ffc600; }

.column-parent { overflow: hidden; width: 100%; }

.column { float: left; width: 47%; margin-left: 6%; }

.column:first-child { margin-left: 0; }

.list-clear, #mc-embedded-subscribe-form .mc-field-group.input-group > ul, #footer-links, #footer-navigation--mobile-first, #footer-navigation--mobile-second, #navigation--mobile, #navigation-secondary--mobile, #social-media--mobile-footer, #navigation--header, #social-media, #social-media--mobile { list-style: none; padding: 0; margin: 0; }

.max-width-wrap { width: 100%; max-width: 1195px; margin: 0 auto; display: block; }

.overflow-visible { overflow: visible; }

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

.vertical-center-parent:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; }

.vertical-center-parent > .vertical-center-child { display: inline-block; vertical-align: middle; }

/** Content Body **/
#content-body { padding: 30px 0; }

#content-body__image-wrap { position: relative; min-height: 670px; }
#content-body__image-wrap > img { position: absolute; top: 0; bottom: 0; margin: auto; left: 0; right: 0; max-height: 100%; }

#content-body__text-wrap { height: 670px; max-width: 360px; }
#content-body__text-wrap h1 { font-size: 2.5rem; line-height: 2.4rem; font-weight: 500; margin-bottom: 32px; letter-spacing: -.2px; }
#content-body__text-wrap a { text-decoration: underline; }

body.front #content-body__text-wrap h1 { max-width: 234px; }

/** Shared Stories **/
.ShareStory, .Story { padding-top: 5rem; padding-bottom: 5rem; }

.ShareStory__left { position: relative; float: left; width: 48%; display: flex; justify-content: flex-end; margin-right: 5%; padding-bottom: 25%; }

.ShareStory__right { float: left; width: 47%; }

.ShareStory__tags > ul, .ShareStory__tags--mobile > ul { position: relative; padding: 0; margin: 0; list-style: none; text-transform: uppercase; color: #8d8d8d; font-size: .75rem; font-weight: 700; font-family: "Gotham SSm A", "Gotham SSm B"; z-index: 1; }
.ShareStory__tags > ul > li, .ShareStory__tags--mobile > ul > li { transition: color .3s; margin-top: 1.3rem; cursor: pointer; }
.ShareStory__tags > ul > li > .fa, .ShareStory__tags--mobile > ul > li > .fa { position: relative; top: 1px; color: #ffc600; font-size: 1.1rem; margin-right: 8px; transform: scaleX(-1); filter: FlipH; }
.ShareStory__tags > ul > li:hover, .ShareStory__tags--mobile > ul > li:hover, .ShareStory__tags > ul > li.active, .ShareStory__tags--mobile > ul > li.active { color: #000; }

.ShareStory__tags--mobile { display: none; }

.ShareStory__image { position: absolute; left: 0; bottom: 0; width: 85%; z-index: 0; }

.ShareStory__columns { display: flex; justify-content: space-between; flex-wrap: nowrap; }

.ShareStory__column-posts { width: 50%; }
.ShareStory__column-posts > ul { list-style: none; padding: 0; margin: 0; }
.ShareStory__column-posts > ul > li { margin-bottom: 3rem; }
.ShareStory__column-posts > ul > li:last-child { margin-bottom: 0; }

.ShareStory__column-contact { width: 38%; }
.ShareStory__column-contact > h1 { display: none; margin-bottom: 2rem; }

.ShareStory__button { margin-top: 0; }

/** Shared Stories -- Story Page **/
#content-body__text-wrap.Story__content { max-width: 480px; }

.Story__content-body { position: relative; }

.Story__contact { position: absolute; top: 0; left: -300px; width: 230px; }

.Story__contact--mobile { display: none; margin-top: 5rem; }

.Story__tags { border-top: 1px solid #ffc600; border-bottom: 1px solid #ffc600; padding: 1rem 0; margin-top: 30px; }
.Story__tags > ul { list-style: none; padding: 0; margin: -1rem 0 0 -1.5rem; }
.Story__tags > ul > li { display: inline-block; text-transform: uppercase; color: #8d8d8d; font-size: .75rem; font-weight: 700; font-family: "Gotham SSm A", "Gotham SSm B"; margin-top: 1rem; margin-left: 1.5rem; }
.Story__tags > ul > li > a { text-decoration: none !important; }
.Story__tags > ul > li > a > .fa { position: relative; top: 1px; color: #ffc600; font-size: 1.1rem; margin-right: 8px; transform: scaleX(-1); filter: FlipH; }

/** Download Form **/
#mc-embedded-subscribe-form .mc-field-group { position: relative; padding-top: 18px; clear: left; }
#mc-embedded-subscribe-form .mc-field-group:first-child { padding-top: 0; }
#mc-embedded-subscribe-form .mc-field-group.input-group > ul { line-height: 1.625rem; margin-top: 15px; }
#mc-embedded-subscribe-form .mc-field-group.input-group > ul > li { overflow: hidden; }
#mc-embedded-subscribe-form .mc-field-group.input-group > ul > li > label { padding-left: 10px; float: left; width: 90%; width: calc(100% - 26px); }
#mc-embedded-subscribe-form .mc-field-group.input-group > ul > li > label.checkbox-error { color: red; }
#mc-embedded-subscribe-form .mc-field-group.input-group > ul > li > input { float: left; margin-top: 5px; }
#mc-embedded-subscribe-form .mc-field-group > label { font-size: .8rem; text-transform: uppercase; margin: 10px 0 0 10px; font-weight: 300; display: block; }
#mc-embedded-subscribe-form .mc-field-group > label.error { position: absolute; margin: 0; text-transform: none; bottom: -20px; left: 10px; font-style: italic; color: red; }
#mc-embedded-subscribe-form .mc-field-group > input { width: 100%; border: none; border-bottom: 1px solid #000; padding: 0 0 7px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
#mc-embedded-subscribe-form .mc-field-group > input.error { color: red; }
#mc-embedded-subscribe-form .mc-field-group > input.error[aria-required="true"] ~ label { color: red; }
#mc-embedded-subscribe-form .mc-field-group > input.error[aria-invalid="false"] ~ label { color: #000; }
#mc-embedded-subscribe-form .mc-field-group > .input-border { display: block; height: 8px; width: 1px; position: absolute; margin-top: -8px; left: 0; background-color: #000; }
#mc-embedded-subscribe-form .mc-field-group > .input-border#input-border--right { left: auto; right: 0; }
#mc-embedded-subscribe-form .mc-field-group.mc-field-group-column { width: 47%; float: left; margin-left: 6%; padding-top: 0; clear: none; }
#mc-embedded-subscribe-form .mc-field-group.mc-field-group-column:first-child { margin-left: 0; }
#mc-embedded-subscribe-form input[type="submit"] { margin-top: 40px; }

/** Footer **/
#footer-links { text-align: right; display: table-cell; }
#footer-links > li { display: inline-block; margin-left: 12%; font-size: .8rem; font-style: italic; }
#footer-links > li:first-child { margin-left: 0; }

#footer--wrap { border-top: 1px solid #ffc600; padding-top: 20px; }

#footer--wrap > .column.last-child { display: table; }

#footer-navigation--mobile-first, #footer-navigation--mobile-second { display: none; text-align: center; font-size: .8rem; }
#footer-navigation--mobile-first > li, #footer-navigation--mobile-second > li { display: block; line-height: 2.5rem; }

#footer-navigation--mobile-first { text-transform: uppercase; }

#footer-navigation--mobile-second { font-style: italic; }

#footer-copyright--mobile { display: none; text-align: center; font-size: .8rem; font-style: italic; margin-top: 10px; }

#header { position: relative; z-index: 2; }

#header__logo-wrap { position: relative; height: 60px; }

#header__nav-bars { display: none; color: #ffc600; position: absolute; top: 0; right: 0; font-size: 1.8rem; cursor: pointer; }

/** Header Logo **/
#logo--header { display: block; max-width: 220px; position: absolute; top: 19px; }
#logo--header > span { display: block; font-weight: 500; }
#logo--header > span:first-child { margin-bottom: 4px; font-weight: 600; color: #ffc600; font-style: italic; }
#logo--header > span.last-child { font-size: 2.5rem; line-height: 2.4rem; letter-spacing: -.2px; }

/** Mobile Navigation **/
#mobile-nav--wrap { position: fixed; top: 0; bottom: 0; right: -102%; width: 100%; z-index: 5; background-color: #ffc600; -moz-box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.15); -webkit-box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.15); box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

#page--wrap { position: relative; right: 0; background-color: #fff; z-index: 4; }

#mobile-nav--wrap, #page--wrap { -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }

#mobile-nav--wrap.push-to-right { right: 0; }

#page--wrap.push-to-right { right: 30%; }

#mobile-nav--content-wrap { padding: 40px 0; background-color: #fff; }

#moble-nav--close { color: #ffc600; position: absolute; top: 40px; right: 50px; cursor: pointer; width: 20px; }

#navigation--mobile { padding: 0 50px; }
#navigation--mobile > li { line-height: 4.2rem; text-transform: uppercase; font-weight: 300; width: 80%; }
#navigation--mobile > li > a { display: block; }

#navigation-secondary--mobile { overflow: hidden; padding: 0 50px; }
#navigation-secondary--mobile > li { font-style: italic; width: 50%; float: left; max-width: 150px; line-height: 4.2rem; }

#mobile-nav--footer-wrap { padding: 60px 50px 40px; color: #000; }

#social-media--mobile-footer { text-align: left; display: table; width: 100%; max-width: 140px; }
#social-media--mobile-footer > li { display: table-cell; font-size: 1.1rem; }
#social-media--mobile-footer > li > a > .fa { min-width: 19px; }

#logo--mobile-footer { margin-top: 2rem; width: 70px; }

#copyright--mobile-footer { font-style: italic; font-size: .6rem; margin-top: 5px; display: block; }

/** Desktop Navigation **/
#navigation--header { display: table; width: 100%; border-bottom: 1px solid #ffc600; text-align: center; }
#navigation--header > li { display: table-cell; text-transform: uppercase; font-size: .85rem; }
#navigation--header > li > a { padding: 20px 4px; display: inline-block; }
#navigation--header > li.current-menu-item > a { padding-bottom: 12px; border-bottom: 8px solid #ffc600; font-weight: 700; }

/** Page Wrap **/
#page--wrap { padding: 3% 5% 5%; }

/** Social Media **/
#social-media, #social-media--mobile { text-align: left; display: table-cell; }
#social-media > li, #social-media--mobile > li { display: inline-block; margin-left: 10%; font-size: 1.5rem; }
#social-media > li:first-child, #social-media--mobile > li:first-child { margin-left: 0; }
#social-media > li > a, #social-media--mobile > li > a { -webkit-transition: color 0.3s; -moz-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s; }
#social-media > li > a:hover, #social-media--mobile > li > a:hover { color: #ffc600; }

#social-media--mobile { display: none; margin-top: 30px; margin-bottom: 45px; text-align: center; }

@media only screen and (max-width: 1060px) { #content-body__image-wrap, #header__logo-wrap, #footer--wrap > .column:first-child { width: 34%; }
  #content-body__text-wrap, #header__nav-wrap, #footer--wrap > .column.last-child { width: 60%; }
  #social-media > li, #social-media--mobile > li, #footer-links > li { margin-left: 10%; } }
@media only screen and (max-width: 980px) { html { font-size: 18px; }
  p { line-height: 1.9rem; }
  #page--wrap { padding: 40px; }
  #header { margin-bottom: 10px; }
  #header__logo-wrap { height: auto; float: none; width: auto; max-width: 80%; }
  #header__nav-wrap { display: none; }
  #header__nav-bars { display: inline-block; }
  #logo--header { position: static; max-width: 270px; }
  #logo--header > span:first-child { font-size: .8rem; margin-bottom: 0; }
  #logo--header > span.last-child { font-size: 2.1rem; line-height: 2.2rem; }
  #content-body { padding: 0 0 40px; }
  #content-body__image-wrap { float: none; width: 100%; height: 270px; min-height: 0; }
  #content-body__text-wrap { float: none; margin: 0; width: auto; max-width: none; height: auto !important; margin-top: 30px; }
  #content-body__text-wrap.vertical-center-parent:before { display: none; margin-right: 0; }
  body.front #content-body__text-wrap h1, #content-body__text-wrap h1 { max-width: none; font-size: 2.1rem; line-height: 2.2rem; }
  #footer { padding-top: 40px; border-top: 2px solid #ffc600; }
  #footer--wrap { border: none; padding: 0; }
  #footer--wrap > .column:first-child { width: 100%; float: none; }
  #social-media, #social-media--mobile { display: none; }
  #footer--wrap > .column.last-child { display: none; }
  #logo--footer { margin: auto; width: auto; margin-bottom: 15px; }
  #social-media--mobile, #footer-navigation--mobile-first, #footer-navigation--mobile-second, #footer-copyright--mobile { display: block; }
  #mc-embedded-subscribe-form .mc-field-group { padding-top: 30px; }
  #mc-embedded-subscribe-form .mc-field-group.input-group > ul { line-height: 1.9rem; }
  #mc-embedded-subscribe-form .mc-field-group.input-group > ul > li > input { margin-top: 9px; }
  #mc-embedded-subscribe-form input[type="submit"] { margin-bottom: 20px; }
  .ShareStory, .Story { padding: 0; }
  .ShareStory__left, .ShareStory__right { width: 100%; float: none; margin: auto; padding: 0; display: block; }
  .ShareStory__image { position: static; width: auto; max-height: 270px; margin: 0 auto 30px; }
  .ShareStory__tags, .ShareStory__tags--mobile { display: none; }
  .ShareStory__tags--mobile { display: block; margin: 3rem 0; }
  .ShareStory__columns { flex-wrap: wrap; }
  .ShareStory__column-posts { -webkit-order: 2; -ms-flex-order: 2; order: 2; width: 100%; }
  .ShareStory__column-contact { -webkit-order: 1; -ms-flex-order: 1; order: 1; width: 100%; margin-bottom: 4rem; }
  .ShareStory__column-contact > h1 { display: block; }
  body.page-share-your-story #content-body__image-wrap { display: none; }
  #content-body__text-wrap.Story__content { max-width: none; margin-top: 3rem; margin-bottom: 5rem; }
  #content-body__text-wrap.Story__content > h2 { font-size: 1.95rem; line-height: 2.4rem; font-weight: 500; }
  .Story__contact--mobile { display: block; } }
@media only screen and (max-width: 600px) { #wpadminbar { top: -46px !important; } }
@media only screen and (max-width: 560px) { #header { margin-bottom: 0; }
  #content-body__image-wrap > img { left: auto; }
  #content-body__text-wrap { margin-top: 0; }
  body.front #content-body__text-wrap h1, #content-body__text-wrap h1 { margin-bottom: 25px; } }
@media only screen and (max-height: 780px) { #navigation--mobile > li, #navigation-secondary--mobile > li { line-height: 3.6rem; } }
@media only screen and (max-height: 700px) { #mobile-nav--footer-wrap { padding-top: 50px; }
  #logo--mobile-footer { margin-top: 2rem; } }
@media only screen and (max-width: 400px) { #page--wrap { padding: 25px; }
  p { font-size: .9rem; line-height: 1.8rem; }
  #logo--header > span.last-child { font-size: 1.9rem; line-height: 2.2rem; }
  body.front #content-body__text-wrap h1 { max-width: 206px; }
  body.front #content-body__text-wrap h1, #content-body__text-wrap h1 { font-size: 1.95rem; line-height: 2.2rem; }
  #content-body__image-wrap { height: 190px; }
  body.front #content-body__text-wrap h1, #content-body__text-wrap h1 { margin-bottom: 20px; }
  #header__nav-bars { font-size: 1.5rem; }
  #navigation--mobile > li { font-size: .9rem; letter-spacing: 1px; }
  #navigation--mobile, #navigation-secondary--mobile { padding: 0 30px; }
  #mobile-nav--footer-wrap { padding: 30px; }
  #mobile-nav--content-wrap { padding-top: 30px; padding-bottom: 30px; }
  #navigation--mobile > li, #navigation-secondary--mobile > li { line-height: 2.9rem; }
  #mc-embedded-subscribe-form .mc-field-group.mc-field-group-column, #mc-embedded-subscribe-form .mc-field-group.mc-field-group-column:first-child { width: 100%; margin-left: 0; padding-top: 15px; float: none; }
  #mc-embedded-subscribe-form .mc-field-group.mc-field-group-column > label { top: 20px; }
  #mc-embedded-subscribe-form .mc-field-group { padding-top: 15px; margin-top: 15px; }
  #mc-embedded-subscribe-form .mc-field-group.input-group > ul { line-height: 1.8rem; font-size: .9rem; } }
@media only screen and (max-height: 600px) { #moble-nav--close { top: 25px; right: 30px; }
  #navigation-secondary--mobile { font-size: .8rem; }
  #mobile-nav--content-wrap { padding-top: 15px; padding-bottom: 15px; }
  #logo--mobile-footer { margin-top: 23px; } }
