/**
Table of Contents
  1. Before our style imports (styles that can be overridden)

  X. After out style imports (styles that will overwrite)
*/
@font-face {
  font-family: sectraBold;
  src: url(../fonts/GT-Sectra-Fine-Bold.ttf);
  src: url(../fonts/GT-Sectra-Fine-Bold.ttf);
  src: url(../fonts/GT-Sectra-Fine-Bold.eot);
  src: url(../fonts/GT-Sectra-Fine-Bold.woff);
}
@font-face {
  font-family: americaBold;
  src: url(../fonts/GTAmericaBold.ttf);
  src: url(../fonts/GTAmericaBold.ttf);
  src: url(../fonts/GTAmericaBold.eot);
  src: url(../fonts/GTAmericaBold.woff);
}
@font-face {
  font-family: americaMedium;
  src: url(../fonts/GTAmericaMedium.ttf);
  src: url(../fonts/GTAmericaMedium.ttf);
  src: url(../fonts/GTAmericaMedium.eot);
  src: url(../fonts/GTAmericaMedium.woff);
}
@font-face {
  font-family: americaRegular;
  src: url(../fonts/GTAmericaRegular.ttf);
  src: url(../fonts/GTAmericaRegular.ttf);
  src: url(../fonts/GTAmericaRegular.eot);
  src: url(../fonts/GTAmericaRegular.woff);
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../sass/imports/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../sass/imports/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, ../sass/imports/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../sass/imports/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../sass/imports/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../sass/imports/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 100, ../sass/imports/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 114, ../sass/imports/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 123, ../sass/imports/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 131, ../sass/imports/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 140, ../sass/imports/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 148, ../sass/imports/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 158, ../sass/imports/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 167, ../sass/imports/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 179, ../sass/imports/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 187, ../sass/imports/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 195, ../sass/imports/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 211, ../sass/imports/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 215, ../sass/imports/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 227, ../sass/imports/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 235, ../sass/imports/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 247, ../sass/imports/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 259, ../sass/imports/_normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 270, ../sass/imports/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 281, ../sass/imports/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 295, ../sass/imports/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 307, ../sass/imports/_normalize.scss */
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.
 */
/* line 320, ../sass/imports/_normalize.scss */
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.
 */
/* line 332, ../sass/imports/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 342, ../sass/imports/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 354, ../sass/imports/_normalize.scss */
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 5 and Chrome
 * on OS X.
 */
/* line 366, ../sass/imports/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 375, ../sass/imports/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 386, ../sass/imports/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 399, ../sass/imports/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../sass/imports/_wp-core.scss */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 11, ../sass/imports/_wp-core.scss */
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/* line 16, ../sass/imports/_wp-core.scss */
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/* line 21, ../sass/imports/_wp-core.scss */
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/* line 13, ../sass/imports/_selectric.scss */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  display: block;
  height: 5.5rem;
}

/* line 20, ../sass/imports/_selectric.scss */
.selectric-responsive {
  width: 100%;
}

/* line 24, ../sass/imports/_selectric.scss */
.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  background-color: #fff;
  height: 5.5rem;
  text-align: left;
}
/* line 34, ../sass/imports/_selectric.scss */
.selectric .label {
  margin-bottom: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 1.6rem;
  font-size: 14px;
  line-height: 5rem;
  color: #000;
  user-select: none;
}
/* line 46, ../sass/imports/_selectric.scss */
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 38px;
  text-align: left;
  font: 0/0 a;
  background-color: #fff;
}
/* line 57, ../sass/imports/_selectric.scss */
.selectric .button:after {
  content: url(../img/icons/icon-arrow.svg);
  position: absolute;
  top: 1rem;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.5rem;
  height: 1rem;
}

/* line 71, ../sass/imports/_selectric.scss */
.selectric-focus .selectric {
  border-color: #aaaaaa;
}

/* line 75, ../sass/imports/_selectric.scss */
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
/* line 78, ../sass/imports/_selectric.scss */
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
/* line 81, ../sass/imports/_selectric.scss */
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

/* line 87, ../sass/imports/_selectric.scss */
.selectric-open {
  z-index: 9999;
}
/* line 90, ../sass/imports/_selectric.scss */
.selectric-open .selectric {
  border-color: #c4c4c4;
}
/* line 94, ../sass/imports/_selectric.scss */
.selectric-open .selectric-items {
  display: block;
}

/* line 99, ../sass/imports/_selectric.scss */
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

/* line 106, ../sass/imports/_selectric.scss */
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
/* line 112, ../sass/imports/_selectric.scss */
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
/* line 117, ../sass/imports/_selectric.scss */
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
/* line 123, ../sass/imports/_selectric.scss */
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

/* line 138, ../sass/imports/_selectric.scss */
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

/* line 154, ../sass/imports/_selectric.scss */
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
/* line 161, ../sass/imports/_selectric.scss */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
/* line 171, ../sass/imports/_selectric.scss */
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
/* line 174, ../sass/imports/_selectric.scss */
.selectric-items .selectric-scroll li {
  text-align: left;
  padding-left: 1.6rem !important;
  margin-bottom: 0 !important;
  background-image: none;
}
/* line 182, ../sass/imports/_selectric.scss */
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
/* line 187, ../sass/imports/_selectric.scss */
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}
/* line 196, ../sass/imports/_selectric.scss */
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
/* line 202, ../sass/imports/_selectric.scss */
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
/* line 207, ../sass/imports/_selectric.scss */
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
/* line 212, ../sass/imports/_selectric.scss */
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
/* line 218, ../sass/imports/_selectric.scss */
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
/* line 228, ../sass/imports/_selectric.scss */
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
/* line 237, ../sass/imports/_selectric.scss */
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 242, ../sass/imports/_selectric.scss */
.selectric-items .selectric-group li {
  padding-left: 25px;
}

@media (max-width: 550px) {
  /* line 249, ../sass/imports/_selectric.scss */
  .selectric .button:after {
    top: 0.5rem;
  }
}
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 29, ../sass/imports/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 56, ../sass/imports/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 87, ../sass/imports/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 118, ../sass/imports/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

/* line 123, ../sass/imports/_animate.scss */
.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 131, ../sass/imports/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 136, ../sass/imports/_animate.scss */
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 141, ../sass/imports/_animate.scss */
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 146, ../sass/imports/_animate.scss */
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 151, ../sass/imports/_animate.scss */
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 156, ../sass/imports/_animate.scss */
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

/* line 161, ../sass/imports/_animate.scss */
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

/* line 166, ../sass/imports/_animate.scss */
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 171, ../sass/imports/_animate.scss */
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 176, ../sass/imports/_animate.scss */
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  /* line 182, ../sass/imports/_animate.scss */
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/**
	@file: all the core and site wide shared styles

	table of contents

	1.  global styles

*/
/* line 12, ../sass/banfieldStyles/_main.scss */
.wp-block {
  max-width: 100%;
  width: 100%;
}

/* Width of "wide" blocks */
/* line 18, ../sass/banfieldStyles/_main.scss */
.wp-block[data-align="wide"] {
  max-width: 1080px;
}

/* Width of "full-wide" blocks */
/* line 23, ../sass/banfieldStyles/_main.scss */
.wp-block[data-align="full"] {
  max-width: none;
}

/* line 26, ../sass/banfieldStyles/_main.scss */
.wrapper {
  font-size: 1.6rem;
}

/* line 29, ../sass/banfieldStyles/_main.scss */
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 550px) {
  /* line 35, ../sass/banfieldStyles/_main.scss */
  .wrapper {
    font-size: 1.4rem;
  }
}
/* line 39, ../sass/banfieldStyles/_main.scss */
section {
  padding: 6.4rem 0;
  width: 100%;
}

@media (max-width: 550px) {
  /* line 44, ../sass/banfieldStyles/_main.scss */
  section {
    padding: 4.8rem 0;
  }
}
/* line 48, ../sass/banfieldStyles/_main.scss */
section:after {
  content: '';
  display: block;
  clear: both;
}

/* line 54, ../sass/banfieldStyles/_main.scss */
section.beige {
  background-color: #fffbf5;
  padding: 12.8rem 0;
}

@media (max-width: 550px) {
  /* line 59, ../sass/banfieldStyles/_main.scss */
  section.beige {
    padding: 4.8rem 0;
  }
}
/* line 63, ../sass/banfieldStyles/_main.scss */
img {
  width: 100%;
}

/* line 67, ../sass/banfieldStyles/_main.scss */
.margin-bottom-24 {
  margin-bottom: 2.4rem;
}

/* line 70, ../sass/banfieldStyles/_main.scss */
.margin-top-24 {
  margin-top: 2.4rem;
}

/* line 73, ../sass/banfieldStyles/_main.scss */
.margin-bottom-32 {
  margin-bottom: 3.2rem;
}

/* line 76, ../sass/banfieldStyles/_main.scss */
.margin-top-32 {
  margin-top: 3.2rem;
}

@media (max-width: 550px) {
  /* line 80, ../sass/banfieldStyles/_main.scss */
  .margin-bottom-32 {
    margin-bottom: 2.4rem;
  }

  /* line 83, ../sass/banfieldStyles/_main.scss */
  .margin-top-32 {
    margin-top: 2.4rem;
  }
}
/* line 87, ../sass/banfieldStyles/_main.scss */
.margin-bottom-48 {
  margin-bottom: 4.8rem;
}

/* line 90, ../sass/banfieldStyles/_main.scss */
.margin-top-48 {
  margin-top: 4.8rem;
}

/* line 93, ../sass/banfieldStyles/_main.scss */
.margin-bottom-64 {
  margin-bottom: 6.4rem;
}

@media (max-width: 550px) {
  /* line 97, ../sass/banfieldStyles/_main.scss */
  .margin-bottom-64 {
    margin-bottom: 3.2rem;
  }
}
/* line 101, ../sass/banfieldStyles/_main.scss */
.margin-top-64 {
  margin-top: 6.4rem;
}

/* line 104, ../sass/banfieldStyles/_main.scss */
.margin-bottom-128 {
  margin-bottom: 12.8rem;
}

/* line 108, ../sass/banfieldStyles/_main.scss */
.padding-bottom-32 {
  padding-bottom: 3.2rem;
}

/* line 111, ../sass/banfieldStyles/_main.scss */
.hide-below-desktop {
  display: block;
}

/* line 114, ../sass/banfieldStyles/_main.scss */
.show-below-desktop {
  display: none;
}

@media (max-width: 1024px) {
  /* line 118, ../sass/banfieldStyles/_main.scss */
  .hide-below-desktop {
    display: none;
  }

  /* line 121, ../sass/banfieldStyles/_main.scss */
  .show-below-desktop {
    display: block;
  }

  /* line 125, ../sass/banfieldStyles/_main.scss */
  .reverse-on-mobile .cell:first-child {
    order: 2;
  }
  /* line 128, ../sass/banfieldStyles/_main.scss */
  .reverse-on-mobile .cell:last-child {
    order: 1;
  }
}
/* line 133, ../sass/banfieldStyles/_main.scss */
.error404 {
  background-color: #fffbf5;
}
/* line 135, ../sass/banfieldStyles/_main.scss */
.error404 main {
  background-image: url(../img/bg-beige.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
/* line 142, ../sass/banfieldStyles/_main.scss */
.error404 #post-404 {
  width: 100%;
  max-width: 77rem;
  margin: auto;
  text-align: center;
}
/* line 147, ../sass/banfieldStyles/_main.scss */
.error404 #post-404 .separator {
  display: block;
  width: 4rem;
  height: 0.1rem;
  background-color: #ccc;
  margin: 1.8rem auto;
}
/* line 154, ../sass/banfieldStyles/_main.scss */
.error404 #post-404 .icon404 {
  width: 2.4rem;
}

/* line 1, ../sass/banfieldStyles/_header.scss */
header {
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s;
  z-index: 999;
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.06);
}
/* line 10, ../sass/banfieldStyles/_header.scss */
header .grid-container {
  max-width: 100%;
  padding-right: 4.8rem;
  padding-left: 4.8rem;
}
/* line 15, ../sass/banfieldStyles/_header.scss */
header .flex {
  display: flex;
  align-items: center;
  padding: 1.6rem 0 2.4rem 0;
}
/* line 19, ../sass/banfieldStyles/_header.scss */
header .logo {
  width: 100%;
  max-width: 22rem;
}

/* line 25, ../sass/banfieldStyles/_header.scss */
ul.main-menu li {
  margin-right: 3rem;
}
/* line 28, ../sass/banfieldStyles/_header.scss */
ul.main-menu li:last-child {
  margin-right: 0;
}
/* line 32, ../sass/banfieldStyles/_header.scss */
ul.main-menu li.btn-member-login a {
  font-family: americaRegular;
  color: #fff;
  padding: 1.8rem 5rem;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  background-color: #fb5b5a;
  line-height: 1.5;
  display: block;
  transition: all 0.3s ease-in-out;
}
/* line 46, ../sass/banfieldStyles/_header.scss */
ul.main-menu li.btn-member-login a:hover {
  background-color: #472b62;
  color: #fff;
}
/* line 52, ../sass/banfieldStyles/_header.scss */
ul.main-menu li.current_page_item a {
  color: #fb5b5a;
}

/* line 59, ../sass/banfieldStyles/_header.scss */
ul.main-menu li,
ul.utility-menu li {
  display: inline-block;
  list-style-type: none;
}
/* line 62, ../sass/banfieldStyles/_header.scss */
ul.main-menu li a,
ul.utility-menu li a {
  font-family: americaRegular;
  text-decoration: none;
  font-size: 1.6rem;
  color: #0b102b;
  transition: all 0.3s ease-in-out;
}
/* line 69, ../sass/banfieldStyles/_header.scss */
ul.main-menu li a:hover,
ul.utility-menu li a:hover {
  color: #fb5b5a;
}

/* line 74, ../sass/banfieldStyles/_header.scss */
ul.utility-menu {
  display: inline-block;
  margin-bottom: 2.4rem;
}
/* line 77, ../sass/banfieldStyles/_header.scss */
ul.utility-menu li {
  padding: 0 2rem;
  border-right: solid 1px #d8d8d8;
  line-height: 1.4rem;
}
/* line 81, ../sass/banfieldStyles/_header.scss */
ul.utility-menu li a {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
/* line 87, ../sass/banfieldStyles/_header.scss */
ul.utility-menu li.current_page_item a {
  color: #fb5b5a;
}
/* line 91, ../sass/banfieldStyles/_header.scss */
ul.utility-menu li:last-child {
  padding: 0 0 0 2rem;
  border-right: 0;
}

/* line 96, ../sass/banfieldStyles/_header.scss */
header.nav-state {
  transform: translateY(-100%);
}

@media (max-width: 1024px) {
  /* line 100, ../sass/banfieldStyles/_header.scss */
  header {
    height: 7.2rem;
    padding: 1.2rem 0;
  }
  /* line 103, ../sass/banfieldStyles/_header.scss */
  header .logo {
    max-width: 12rem;
  }
  /* line 106, ../sass/banfieldStyles/_header.scss */
  header .flex {
    padding: 0;
  }
}
@media (max-width: 550px) {
  /* line 112, ../sass/banfieldStyles/_header.scss */
  header {
    display: flex;
    padding: 0;
    align-items: center;
  }
  /* line 116, ../sass/banfieldStyles/_header.scss */
  header .logo {
    max-width: 13rem;
  }
  /* line 119, ../sass/banfieldStyles/_header.scss */
  header .grid-container {
    padding: 0 1rem;
    width: 100%;
  }
}
/* line 1, ../sass/banfieldStyles/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sectraBold;
  margin-bottom: 1.6rem;
  margin-top: 0;
}

/* line 11, ../sass/banfieldStyles/_typography.scss */
h1 {
  font-size: 4.8rem;
  line-height: 5.6rem;
  margin-bottom: 0;
}

@media (max-width: 550px) {
  /* line 17, ../sass/banfieldStyles/_typography.scss */
  h1 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
/* line 22, ../sass/banfieldStyles/_typography.scss */
h2 {
  font-size: 3.6rem;
  line-height: 4.8rem;
}

/* line 26, ../sass/banfieldStyles/_typography.scss */
h3 {
  font-size: 3rem;
  line-height: 4.2rem;
}

@media (max-width: 550px) {
  /* line 31, ../sass/banfieldStyles/_typography.scss */
  h2,
  h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
/* line 37, ../sass/banfieldStyles/_typography.scss */
h4 {
  font-size: 2rem;
  line-height: 3.2rem;
}

/* line 41, ../sass/banfieldStyles/_typography.scss */
p {
  margin-top: 0;
  line-height: 2.8rem;
  margin-bottom: 3.2rem;
}

@media (max-width: 550px) {
  /* line 47, ../sass/banfieldStyles/_typography.scss */
  p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  /* line 52, ../sass/banfieldStyles/_typography.scss */
  .cell p:last-child {
    margin-bottom: 0;
  }
}
/* line 57, ../sass/banfieldStyles/_typography.scss */
a {
  font-family: americaMedium;
  color: #472b62;
  transition: all 0.3s ease-in-out;
}

/* line 62, ../sass/banfieldStyles/_typography.scss */
a:hover {
  text-decoration: none;
}

/* line 65, ../sass/banfieldStyles/_typography.scss */
a.view-article,
.news-item a.view-article {
  display: none;
}

/* line 69, ../sass/banfieldStyles/_typography.scss */
.btn {
  padding: 1.8rem 5rem;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: inline-block;
  text-align: center;
}

/* line 79, ../sass/banfieldStyles/_typography.scss */
.btn.red {
  background-color: #fb5b5a;
  transition: all 0.3s ease-in-out;
}

/* line 83, ../sass/banfieldStyles/_typography.scss */
.btn.red:hover {
  background-color: #472b62;
}

/* line 86, ../sass/banfieldStyles/_typography.scss */
.btn.misha_loadmore {
  margin-top: 3.2rem;
  transition: all 0.3s ease-in-out;
}

/* line 90, ../sass/banfieldStyles/_typography.scss */
.btn.misha_loadmore:hover {
  background-color: #472b62;
}

@media (max-width: 550px) {
  /* line 94, ../sass/banfieldStyles/_typography.scss */
  .btn {
    display: block;
  }
}
/* line 99, ../sass/banfieldStyles/_typography.scss */
section ul:not(.accordion) {
  margin-left: 0;
}
/* line 101, ../sass/banfieldStyles/_typography.scss */
section ul:not(.accordion) li {
  padding-left: 3.4rem;
  list-style-type: none;
  background-image: url(../img/icons/icon-check.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 2.4rem;
  margin-bottom: 1.2rem;
}

/* line 2, ../sass/banfieldStyles/_news.scss */
.bgbeige {
  background-color: #fffbf5;
  display: block;
}

/* line 6, ../sass/banfieldStyles/_news.scss */
.bgbeige:after {
  content: '';
  display: block;
  clear: both;
}

/* line 11, ../sass/banfieldStyles/_news.scss */
section.page-title {
  margin-top: 9.6rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 15, ../sass/banfieldStyles/_news.scss */
section.page-title h1 {
  font-size: 3rem;
}

/* line 19, ../sass/banfieldStyles/_news.scss */
section.news {
  padding-top: 2.4rem;
}

/* line 22, ../sass/banfieldStyles/_news.scss */
.news-item {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.1);
  position: relative;
}
/* line 30, ../sass/banfieldStyles/_news.scss */
.news-item .post-thumb {
  height: 20rem;
}
/* line 32, ../sass/banfieldStyles/_news.scss */
.news-item .post-thumb img {
  height: 20rem;
  width: 100%;
  object-fit: cover;
}
/* line 38, ../sass/banfieldStyles/_news.scss */
.news-item .post-details {
  padding: 2.4rem 3rem 3rem 3rem;
  margin-bottom: 3rem;
}
/* line 42, ../sass/banfieldStyles/_news.scss */
.news-item .post-details h4 a {
  font-family: sectraBold;
}
/* line 47, ../sass/banfieldStyles/_news.scss */
.news-item .date {
  font-size: 1.2rem;
}
/* line 50, ../sass/banfieldStyles/_news.scss */
.news-item a {
  display: block;
  text-decoration: none;
  color: #0b102b;
}
/* line 56, ../sass/banfieldStyles/_news.scss */
.news-item a.read-more {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  color: #472b62;
  text-decoration: underline;
}
/* line 63, ../sass/banfieldStyles/_news.scss */
.news-item a.read-more:hover {
  text-decoration: none;
}
/* line 66, ../sass/banfieldStyles/_news.scss */
.news-item .date {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}

/* line 72, ../sass/banfieldStyles/_news.scss */
.blog-footer {
  margin-top: 0;
}

@media (min-width: 550px) and (max-width: 1024px) {
  /* line 77, ../sass/banfieldStyles/_news.scss */
  .news-item .post-details {
    margin-bottom: 4rem;
  }
  /* line 80, ../sass/banfieldStyles/_news.scss */
  .news-item a.read-more {
    bottom: 3rem;
  }
  /* line 83, ../sass/banfieldStyles/_news.scss */
  .news-item .date {
    bottom: 6rem;
    left: 3rem;
  }
}
@media (max-width: 550px) {
  /* line 90, ../sass/banfieldStyles/_news.scss */
  section.page-title {
    margin-top: 0;
    padding: 4.8rem 0 0 0;
  }
  /* line 93, ../sass/banfieldStyles/_news.scss */
  section.page-title h1 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }

  /* line 98, ../sass/banfieldStyles/_news.scss */
  section.news {
    padding: 0 0 4.8rem 0;
  }
  /* line 101, ../sass/banfieldStyles/_news.scss */
  section.news .grid-margin-x .small-12 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 107, ../sass/banfieldStyles/_news.scss */
  section.news .btn {
    margin: 0 1rem;
  }

  /* line 112, ../sass/banfieldStyles/_news.scss */
  .news-item .post-thumb {
    margin-bottom: 0;
  }
  /* line 115, ../sass/banfieldStyles/_news.scss */
  .news-item .post-details {
    padding: 2.4rem 1.5rem 4.8rem 1.5rem;
  }
  /* line 117, ../sass/banfieldStyles/_news.scss */
  .news-item .post-details h4 {
    margin-bottom: 1.6rem;
  }
  /* line 121, ../sass/banfieldStyles/_news.scss */
  .news-item a.read-more {
    left: 1.5rem;
  }
}
/* line 1, ../sass/banfieldStyles/_contact.scss */
.contact {
  background-color: #fffbf5;
}
/* line 3, ../sass/banfieldStyles/_contact.scss */
.contact .gform_wrapper {
  margin: 0;
}
/* line 7, ../sass/banfieldStyles/_contact.scss */
.contact .gform_wrapper form ul li {
  list-style-type: none;
  background-image: none;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 2.4rem;
  margin-top: 0 !important;
}
/* line 17, ../sass/banfieldStyles/_contact.scss */
.contact .gform_wrapper form .top_label .gfield_label {
  display: none;
}
/* line 21, ../sass/banfieldStyles/_contact.scss */
.contact .gform_wrapper form input {
  width: 100% !important;
  padding: 0.9rem 1.6rem !important;
  border-radius: 3px;
  border: solid 1px rgba(148, 170, 189, 0.2);
  height: 4.5rem;
}
/* line 28, ../sass/banfieldStyles/_contact.scss */
.contact .gform_wrapper form textarea {
  border-radius: 3px;
  border: solid 1px rgba(148, 170, 189, 0.2);
}
/* line 32, ../sass/banfieldStyles/_contact.scss */
.contact .gform_wrapper form input:focus,
.contact .gform_wrapper form textarea:focus {
  outline: 0;
}
/* line 36, ../sass/banfieldStyles/_contact.scss */
.contact .gform_wrapper form input[type=submit] {
  padding: 1.8rem 5rem !important;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: inline-block;
  background-color: #fb5b5a;
  border: 0;
  height: 5.5rem;
}
/* line 48, ../sass/banfieldStyles/_contact.scss */
.contact .gform_wrapper form ::-webkit-input-placeholder {
  /* Edge */
  color: #000;
  font-size: 1.4rem;
}
/* line 52, ../sass/banfieldStyles/_contact.scss */
.contact .gform_wrapper form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-size: 1.4rem;
}
/* line 56, ../sass/banfieldStyles/_contact.scss */
.contact .gform_wrapper form ::placeholder {
  color: #000;
  font-size: 1.4rem;
}
/* line 63, ../sass/banfieldStyles/_contact.scss */
.contact .sidebar h3 {
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 1.6rem;
}
/* line 68, ../sass/banfieldStyles/_contact.scss */
.contact .sidebar p {
  margin-top: 0;
}

@media (max-width: 550px) {
  /* line 76, ../sass/banfieldStyles/_contact.scss */
  .contact .grid-margin-x .cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
/* line 1, ../sass/banfieldStyles/_single.scss */
.single {
  background-color: #fffbf5;
  background-image: url(../img/bg-beige.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
/* line 7, ../sass/banfieldStyles/_single.scss */
.single .newsposts {
  padding: 9.6rem 0 6.4rem 0;
}
/* line 9, ../sass/banfieldStyles/_single.scss */
.single .newsposts h1 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 1.6rem;
  line-height: 4.8rem;
}
/* line 15, ../sass/banfieldStyles/_single.scss */
.single .newsposts p.date {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4.8rem;
  line-height: 2.4rem;
}
/* line 22, ../sass/banfieldStyles/_single.scss */
.single .newsposts .single-post-img {
  margin-bottom: 4.8rem;
  height: 40rem;
}
/* line 25, ../sass/banfieldStyles/_single.scss */
.single .newsposts .single-post-img img {
  height: 40rem;
  object-fit: cover;
  width: 100%;
}
/* line 32, ../sass/banfieldStyles/_single.scss */
.single .newsposts .post-content p:first-of-type {
  font-size: 1.8rem;
  line-height: 3rem;
}
/* line 37, ../sass/banfieldStyles/_single.scss */
.single .newsposts figure {
  width: 100%;
  max-width: 100%;
  margin: 2rem 0;
}
/* line 41, ../sass/banfieldStyles/_single.scss */
.single .newsposts figure img {
  width: 100%;
  max-width: 100%;
}
/* line 46, ../sass/banfieldStyles/_single.scss */
.single .newsposts figure.wp-block-embed {
  margin: 2rem 0;
  width: 100%;
  max-width: 100%;
}
/* line 50, ../sass/banfieldStyles/_single.scss */
.single .newsposts figure.wp-block-embed iframe {
  max-width: 100%;
  width: 100%;
}
/* line 56, ../sass/banfieldStyles/_single.scss */
.single section.sidebar {
  margin-top: 0;
}
/* line 58, ../sass/banfieldStyles/_single.scss */
.single section.sidebar .sidebar-widget {
  display: flex;
  align-items: center;
}
/* line 61, ../sass/banfieldStyles/_single.scss */
.single section.sidebar h3 {
  display: inline;
  font-size: 1.6rem;
  font-weight: normal;
  padding-right: 2.2rem;
  font-family: americaRegular;
}
/* line 69, ../sass/banfieldStyles/_single.scss */
.single section.sidebar .addtoany_list a {
  padding: 0 1.6rem !important;
}

@media (max-width: 550px) {
  /* line 77, ../sass/banfieldStyles/_single.scss */
  .single .newsposts {
    padding: 3.2rem 0;
  }
  /* line 79, ../sass/banfieldStyles/_single.scss */
  .single .newsposts h1 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  /* line 83, ../sass/banfieldStyles/_single.scss */
  .single .newsposts p.date {
    margin-bottom: 2.4rem;
  }
  /* line 87, ../sass/banfieldStyles/_single.scss */
  .single .newsposts .post-content p:first-of-type {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  /* line 92, ../sass/banfieldStyles/_single.scss */
  .single .newsposts .single-post-img {
    height: 20rem;
    margin-bottom: 2.4rem;
  }
  /* line 95, ../sass/banfieldStyles/_single.scss */
  .single .newsposts .single-post-img img {
    height: 20rem;
  }
  /* line 100, ../sass/banfieldStyles/_single.scss */
  .single section.sidebar {
    padding: 0 0 4.8rem 0;
  }
  /* line 102, ../sass/banfieldStyles/_single.scss */
  .single section.sidebar .sidebar-widget {
    text-align: center;
    display: block;
  }
  /* line 106, ../sass/banfieldStyles/_single.scss */
  .single section.sidebar h3 {
    display: block;
    padding-right: 0;
    margin-bottom: 1.6rem;
    line-height: 2.8rem;
  }
  /* line 113, ../sass/banfieldStyles/_single.scss */
  .single section.sidebar .addtoany_list a {
    padding: 0 1.6rem !important;
  }
}
/* line 1, ../sass/banfieldStyles/_mobile-menu.scss */
.mobile-nav {
  width: 8.5rem;
  float: right;
}
/* line 4, ../sass/banfieldStyles/_mobile-menu.scss */
.mobile-nav .mobile-menu-btn {
  border: solid 1px rgba(148, 170, 189, 0.4);
  border-radius: 3px;
  padding: 1rem 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #0b102b;
}

/* line 15, ../sass/banfieldStyles/_mobile-menu.scss */
.mobile-menu {
  position: fixed;
  bottom: -110vh;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  z-index: 100000;
  transition: all 0.2s ease-in-out;
  overflow-y: scroll;
}
/* line 25, ../sass/banfieldStyles/_mobile-menu.scss */
.mobile-menu .grid-container {
  position: relative;
  min-height: 100%;
  padding: 1.2rem 1.2rem 0 2.4rem;
}
/* line 29, ../sass/banfieldStyles/_mobile-menu.scss */
.mobile-menu .grid-container .close-mobile-menu {
  border: solid 1px rgba(148, 170, 189, 0.4);
  border-radius: 3px;
  padding: 1rem 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #0b102b;
  width: 8.5rem;
  float: right;
  margin-bottom: 5rem;
}
/* line 42, ../sass/banfieldStyles/_mobile-menu.scss */
.mobile-menu .grid-container .grid-x {
  width: 100%;
}
/* line 45, ../sass/banfieldStyles/_mobile-menu.scss */
.mobile-menu .grid-container .grid-x .mobile-navigation li {
  list-style-type: none;
  padding: 1.2rem 0;
}
/* line 48, ../sass/banfieldStyles/_mobile-menu.scss */
.mobile-menu .grid-container .grid-x .mobile-navigation li a {
  color: #0b102b;
  text-decoration: none;
}
/* line 55, ../sass/banfieldStyles/_mobile-menu.scss */
.mobile-menu .grid-container .mobile-member-login {
  position: absolute;
  bottom: 2.4rem;
  left: 0;
  width: 100%;
}
/* line 60, ../sass/banfieldStyles/_mobile-menu.scss */
.mobile-menu .grid-container .mobile-member-login .btn {
  width: 100%;
  margin: 0 2.4rem;
  text-align: center;
}
@media (max-height: 530px) {
  /* line 67, ../sass/banfieldStyles/_mobile-menu.scss */
  .mobile-menu .grid-container .mobile-member-login {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
  }
  /* line 72, ../sass/banfieldStyles/_mobile-menu.scss */
  .mobile-menu .grid-container .mobile-member-login .btn {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
/* line 80, ../sass/banfieldStyles/_mobile-menu.scss */
.mobile-menu .mobile-main-menu {
  margin-bottom: 4.2rem;
}
/* line 83, ../sass/banfieldStyles/_mobile-menu.scss */
.mobile-menu .mobile-main-menu li a {
  font-size: 1.8rem;
  line-height: 3rem;
}
/* line 88, ../sass/banfieldStyles/_mobile-menu.scss */
.mobile-menu .mobile-main-menu li.btn-member-login {
  display: none;
}
/* line 94, ../sass/banfieldStyles/_mobile-menu.scss */
.mobile-menu .mobile-utility-menu li a {
  font-size: 1.4rem;
}

/* line 1, ../sass/banfieldStyles/_footer.scss */
footer {
  float: left;
  width: 100%;
  clear: both;
  background-color: #0b102b;
  padding: 2.4rem 0;
}
/* line 9, ../sass/banfieldStyles/_footer.scss */
footer ul.main-menu li,
footer ul.utility-menu li {
  margin-right: 2rem;
}
/* line 11, ../sass/banfieldStyles/_footer.scss */
footer ul.main-menu li a,
footer ul.utility-menu li a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
/* line 17, ../sass/banfieldStyles/_footer.scss */
footer ul.main-menu li a:hover,
footer ul.utility-menu li a:hover {
  text-decoration: none;
  color: #fff;
}
/* line 23, ../sass/banfieldStyles/_footer.scss */
footer ul.main-menu li.current_page_item a,
footer ul.utility-menu li.current_page_item a {
  text-decoration: none;
  color: #fff;
}
/* line 29, ../sass/banfieldStyles/_footer.scss */
footer ul.main-menu {
  display: inline;
}
/* line 31, ../sass/banfieldStyles/_footer.scss */
footer ul.main-menu li.btn-member-login {
  display: none;
}
/* line 36, ../sass/banfieldStyles/_footer.scss */
footer ul.utility-menu {
  display: inline;
}
/* line 38, ../sass/banfieldStyles/_footer.scss */
footer ul.utility-menu li {
  border-right: 0;
  padding: 0;
}
/* line 42, ../sass/banfieldStyles/_footer.scss */
footer ul.utility-menu li:last-child {
  margin-right: 0;
  padding: 0;
}
/* line 48, ../sass/banfieldStyles/_footer.scss */
footer .newsletter p {
  margin-bottom: 1.3rem;
}
/* line 51, ../sass/banfieldStyles/_footer.scss */
footer .newsletter #mc4wp-form-1 {
  position: relative;
}
/* line 55, ../sass/banfieldStyles/_footer.scss */
footer .newsletter .mc4wp-response p {
  font-size: 1.4rem;
  line-height: 1.9rem;
}
/* line 61, ../sass/banfieldStyles/_footer.scss */
footer .newsletter .mc4wp-form-fields input[type=email] {
  height: 3.9rem;
  padding: 0 0 0 1rem;
  border: 0;
  margin-right: 2rem;
  border-radius: 3px;
  width: 100%;
  max-width: 27rem;
}
/* line 70, ../sass/banfieldStyles/_footer.scss */
footer .newsletter .mc4wp-form-fields input[type=submit] {
  border: 0;
  padding: 1.3rem 5rem;
}
/* line 74, ../sass/banfieldStyles/_footer.scss */
footer .newsletter .mc4wp-form-fields input:focus {
  outline: 0;
}
/* line 79, ../sass/banfieldStyles/_footer.scss */
footer .newsletter,
footer .copyright,
footer .privacy {
  color: #fff;
}
/* line 84, ../sass/banfieldStyles/_footer.scss */
footer .copyright {
  margin: 0;
}
/* line 88, ../sass/banfieldStyles/_footer.scss */
footer .privacy a {
  text-decoration: underline;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
/* line 93, ../sass/banfieldStyles/_footer.scss */
footer .privacy a:hover {
  text-decoration: none;
}
/* line 97, ../sass/banfieldStyles/_footer.scss */
footer .privacy,
footer .copyright {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
/* line 102, ../sass/banfieldStyles/_footer.scss */
footer .footer-icon {
  margin-left: 2rem;
}
/* line 104, ../sass/banfieldStyles/_footer.scss */
footer .footer-icon img {
  width: 2rem;
}

@media (max-width: 1024px) {
  /* line 110, ../sass/banfieldStyles/_footer.scss */
  footer {
    padding: 4.8rem 0;
  }
  /* line 112, ../sass/banfieldStyles/_footer.scss */
  footer .cell.text-right {
    text-align: left;
  }
  /* line 115, ../sass/banfieldStyles/_footer.scss */
  footer .newsletter {
    margin-bottom: 3.2rem;
  }
  /* line 118, ../sass/banfieldStyles/_footer.scss */
  footer .margin-bottom-128 {
    margin-bottom: 4.8rem;
  }
  /* line 121, ../sass/banfieldStyles/_footer.scss */
  footer .footer-icon {
    margin-left: 0;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
  }
  /* line 127, ../sass/banfieldStyles/_footer.scss */
  footer .privacy a {
    display: block;
  }
  /* line 133, ../sass/banfieldStyles/_footer.scss */
  footer ul.main-menu li,
  footer ul.utility-menu li {
    display: block;
    padding: 1rem 0;
    margin: 0;
    line-height: 2rem;
  }
  /* line 138, ../sass/banfieldStyles/_footer.scss */
  footer ul.main-menu li a,
  footer ul.utility-menu li a {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: underline;
  }
  /* line 144, ../sass/banfieldStyles/_footer.scss */
  footer ul.main-menu li:last-child,
  footer ul.utility-menu li:last-child {
    padding: 0.5rem 0 0 0;
  }
}
/* Scss Document */
/* line 2, ../sass/foundation/_accordion.scss */
.accordion-menu li {
  width: 100%;
}

/* line 6, ../sass/foundation/_accordion.scss */
.accordion-menu a {
  padding: 0.7rem 1.6rem;
  color: #fff !important;
}

/* line 10, ../sass/foundation/_accordion.scss */
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1.6rem;
}

/* line 13, ../sass/foundation/_accordion.scss */
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1.6rem;
}

/* line 17, ../sass/foundation/_accordion.scss */
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1.6rem;
  margin-left: 0;
}

/* line 21, ../sass/foundation/_accordion.scss */
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

/* line 23, ../sass/foundation/_accordion.scss */
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ba6cb transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1.6rem;
}

/* line 37, ../sass/foundation/_accordion.scss */
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1.6rem;
}

/* line 41, ../sass/foundation/_accordion.scss */
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1.6rem;
}

/* line 45, ../sass/foundation/_accordion.scss */
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 51, ../sass/foundation/_accordion.scss */
.is-accordion-submenu-parent {
  position: relative;
}

/* line 54, ../sass/foundation/_accordion.scss */
.accordion {
  margin-left: 0;
  list-style-type: none;
}

/* line 59, ../sass/foundation/_accordion.scss */
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

/* line 62, ../sass/foundation/_accordion.scss */
.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0;
}

/* line 65, ../sass/foundation/_accordion.scss */
.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px;
}

/* line 68, ../sass/foundation/_accordion.scss */
.accordion-title {
  position: relative;
  display: block;
  padding: 2.4rem 1.6rem 2.4rem 3.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.6;
  line-height: 1;
  color: #fff;
  outline: 0;
  text-decoration: none;
}

/* line 78, ../sass/foundation/_accordion.scss */
.accordion-title:focus {
  color: #fff;
}

/* line 81, ../sass/foundation/_accordion.scss */
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0 0 3px 3px;
  outline: 0;
}

/* line 87, ../sass/foundation/_accordion.scss */
.accordion-content {
  display: none;
  padding: 1.6rem;
  border-bottom: 0;
  color: #fff;
}
/* line 92, ../sass/foundation/_accordion.scss */
.accordion-content a {
  color: #fff;
}

/* line 95, ../sass/foundation/_accordion.scss */
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/* line 98, ../sass/foundation/_accordion.scss */
.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1.6rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-size: 1.6rem;
}

/* line 109, ../sass/foundation/_accordion.scss */
.dropdown-pane.is-opening {
  display: block;
}

/* line 111, ../sass/foundation/_accordion.scss */
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

/* line 115, ../sass/foundation/_accordion.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 118, ../sass/foundation/_accordion.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 121, ../sass/foundation/_accordion.scss */
.dropdown-pane.large {
  width: 400px;
}

/* Scss Document */
/* line 2, ../sass/foundation/_components.scss */
.callout {
  position: relative;
  margin: 0 0 1.6rem 0;
  padding: 1.6rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  background-color: white;
  color: #0a0a0a;
}

/* line 10, ../sass/foundation/_components.scss */
.callout > :first-child {
  margin-top: 0;
}

/* line 12, ../sass/foundation/_components.scss */
.callout > :last-child {
  margin-bottom: 0;
}

/* line 14, ../sass/foundation/_components.scss */
.callout.primary {
  background-color: #def2f8;
  color: #0a0a0a;
}

/* line 17, ../sass/foundation/_components.scss */
.callout.secondary {
  background-color: #fcfcfc;
  color: #0a0a0a;
}

/* line 20, ../sass/foundation/_components.scss */
.callout.alert {
  background-color: #fcd6d6;
  color: #0a0a0a;
}

/* line 23, ../sass/foundation/_components.scss */
.callout.success {
  background-color: #e6f7d9;
  color: #0a0a0a;
}

/* line 26, ../sass/foundation/_components.scss */
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

/* line 29, ../sass/foundation/_components.scss */
.callout.body-font {
  background-color: #dedede;
  color: #0a0a0a;
}

/* line 32, ../sass/foundation/_components.scss */
.callout.header {
  background-color: #dedede;
  color: #0a0a0a;
}

/* line 35, ../sass/foundation/_components.scss */
.callout.small {
  padding-top: 0.8rem;
  padding-right: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
}

/* line 40, ../sass/foundation/_components.scss */
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 46, ../sass/foundation/_components.scss */
.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1.6rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

/* line 60, ../sass/foundation/_components.scss */
.card > :last-child {
  margin-bottom: 0;
}

/* line 63, ../sass/foundation/_components.scss */
.card-divider {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem;
  background: #e6e6e6;
}

/* line 70, ../sass/foundation/_components.scss */
.card-divider > :last-child {
  margin-bottom: 0;
}

/* line 73, ../sass/foundation/_components.scss */
.card-section {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1.6rem;
}

/* line 77, ../sass/foundation/_components.scss */
.card-section > :last-child {
  margin-bottom: 0;
}

/* line 80, ../sass/foundation/_components.scss */
.card-image {
  min-height: 1px;
}

/* Scss Document */
/* line 2, ../sass/foundation/_dropdown.scss */
.has-submenu-toggle > a {
  margin-right: 40px;
}

/* line 5, ../sass/foundation/_dropdown.scss */
.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

/* line 12, ../sass/foundation/_dropdown.scss */
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ba6cb transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 25, ../sass/foundation/_dropdown.scss */
.submenu-toggle[aria-expanded='true']::after {
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 31, ../sass/foundation/_dropdown.scss */
.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

/* line 43, ../sass/foundation/_dropdown.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 48, ../sass/foundation/_dropdown.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

/* line 53, ../sass/foundation/_dropdown.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

/* line 57, ../sass/foundation/_dropdown.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ba6cb transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

/* line 70, ../sass/foundation/_dropdown.scss */
.dropdown.menu a {
  padding: 0.7rem 1.6rem;
}

/* line 72, ../sass/foundation/_dropdown.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

/* line 75, ../sass/foundation/_dropdown.scss */
.dropdown.menu .is-active > a {
  background: transparent;
  color: #2ba6cb;
}

/* line 79, ../sass/foundation/_dropdown.scss */
.no-js .dropdown.menu ul {
  display: none;
}

/* line 82, ../sass/foundation/_dropdown.scss */
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

/* line 86, ../sass/foundation/_dropdown.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

/* line 89, ../sass/foundation/_dropdown.scss */
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}

/* line 94, ../sass/foundation/_dropdown.scss */
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 98, ../sass/foundation/_dropdown.scss */
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

/* line 101, ../sass/foundation/_dropdown.scss */
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
}

/* line 113, ../sass/foundation/_dropdown.scss */
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb;
}

@media print, screen and (min-width: 40em) {
  /* line 124, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  /* line 128, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  /* line 132, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  /* line 135, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ba6cb transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  /* line 147, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  /* line 149, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }

  /* line 153, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  /* line 156, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }

  /* line 158, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent;
  }

  /* line 169, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 180, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  /* line 184, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  /* line 188, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  /* line 191, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ba6cb transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  /* line 203, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  /* line 205, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }

  /* line 209, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  /* line 212, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }

  /* line 214, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent;
  }

  /* line 225, ../sass/foundation/_dropdown.scss */
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb;
  }
}
/* line 235, ../sass/foundation/_dropdown.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 240, ../sass/foundation/_dropdown.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}

/* line 242, ../sass/foundation/_dropdown.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 245, ../sass/foundation/_dropdown.scss */
.is-dropdown-submenu-parent {
  position: relative;
}

/* line 247, ../sass/foundation/_dropdown.scss */
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

/* line 253, ../sass/foundation/_dropdown.scss */
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

/* line 256, ../sass/foundation/_dropdown.scss */
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

/* line 259, ../sass/foundation/_dropdown.scss */
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 263, ../sass/foundation/_dropdown.scss */
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

/* line 272, ../sass/foundation/_dropdown.scss */
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1.6rem;
}

/* line 274, ../sass/foundation/_dropdown.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

/* line 276, ../sass/foundation/_dropdown.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
}

/* line 287, ../sass/foundation/_dropdown.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb;
}

/* line 296, ../sass/foundation/_dropdown.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

/* line 298, ../sass/foundation/_dropdown.scss */
.is-dropdown-submenu > li {
  width: 100%;
}

/* line 300, ../sass/foundation/_dropdown.scss */
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* line 11, ../sass/foundation/_foundation.scss */
html {
  box-sizing: border-box;
  font-size: 10px;
}

/* line 15, ../sass/foundation/_foundation.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 20, ../sass/foundation/_foundation.scss */
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: americaRegular;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 31, ../sass/foundation/_foundation.scss */
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* line 38, ../sass/foundation/_foundation.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

/* line 43, ../sass/foundation/_foundation.scss */
select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}

/* line 48, ../sass/foundation/_foundation.scss */
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 56, ../sass/foundation/_foundation.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 71, ../sass/foundation/_foundation.scss */
.grid-container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 117rem;
  margin: 0 auto;
}

/* line 76, ../sass/foundation/_foundation.scss */
.grid-container.fluid {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 100%;
  margin: 0 auto;
}

/* line 81, ../sass/foundation/_foundation.scss */
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

/* line 87, ../sass/foundation/_foundation.scss */
.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 93, ../sass/foundation/_foundation.scss */
.cell {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

/* line 99, ../sass/foundation/_foundation.scss */
.cell.auto {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

/* line 102, ../sass/foundation/_foundation.scss */
.cell.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* line 106, ../sass/foundation/_foundation.scss */
.grid-x > .auto {
  width: auto;
}

/* line 109, ../sass/foundation/_foundation.scss */
.grid-x > .shrink {
  width: auto;
}

/* line 112, ../sass/foundation/_foundation.scss */
.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 117, ../sass/foundation/_foundation.scss */
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 122, ../sass/foundation/_foundation.scss */
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
/* line 126, ../sass/foundation/_foundation.scss */
.grid-x > .small-1 {
  width: 8.33333%;
}

/* line 129, ../sass/foundation/_foundation.scss */
.grid-x > .small-2 {
  width: 16.66667%;
}

/* line 132, ../sass/foundation/_foundation.scss */
.grid-x > .small-3 {
  width: 25%;
}

/* line 135, ../sass/foundation/_foundation.scss */
.grid-x > .small-4 {
  width: 33.33333%;
}

/* line 138, ../sass/foundation/_foundation.scss */
.grid-x > .small-5 {
  width: 41.66667%;
}

/* line 141, ../sass/foundation/_foundation.scss */
.grid-x > .small-6 {
  width: 50%;
}

/* line 144, ../sass/foundation/_foundation.scss */
.grid-x > .small-7 {
  width: 58.33333%;
}

/* line 147, ../sass/foundation/_foundation.scss */
.grid-x > .small-8 {
  width: 66.66667%;
}

/* line 150, ../sass/foundation/_foundation.scss */
.grid-x > .small-9 {
  width: 75%;
}

/* line 153, ../sass/foundation/_foundation.scss */
.grid-x > .small-10 {
  width: 83.33333%;
}

/* line 156, ../sass/foundation/_foundation.scss */
.grid-x > .small-11 {
  width: 91.66667%;
}

/* line 159, ../sass/foundation/_foundation.scss */
.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 163, ../sass/foundation/_foundation.scss */
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  /* line 167, ../sass/foundation/_foundation.scss */
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  /* line 171, ../sass/foundation/_foundation.scss */
  .grid-x > .medium-1 {
    width: 8.33333%;
  }

  /* line 173, ../sass/foundation/_foundation.scss */
  .grid-x > .medium-2 {
    width: 16.66667%;
  }

  /* line 175, ../sass/foundation/_foundation.scss */
  .grid-x > .medium-3 {
    width: 25%;
  }

  /* line 177, ../sass/foundation/_foundation.scss */
  .grid-x > .medium-4 {
    width: 33.33333%;
  }

  /* line 179, ../sass/foundation/_foundation.scss */
  .grid-x > .medium-5 {
    width: 41.66667%;
  }

  /* line 181, ../sass/foundation/_foundation.scss */
  .grid-x > .medium-6 {
    width: 50%;
  }

  /* line 183, ../sass/foundation/_foundation.scss */
  .grid-x > .medium-7 {
    width: 58.33333%;
  }

  /* line 185, ../sass/foundation/_foundation.scss */
  .grid-x > .medium-8 {
    width: 66.66667%;
  }

  /* line 187, ../sass/foundation/_foundation.scss */
  .grid-x > .medium-9 {
    width: 75%;
  }

  /* line 189, ../sass/foundation/_foundation.scss */
  .grid-x > .medium-10 {
    width: 83.33333%;
  }

  /* line 191, ../sass/foundation/_foundation.scss */
  .grid-x > .medium-11 {
    width: 91.66667%;
  }

  /* line 193, ../sass/foundation/_foundation.scss */
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 197, ../sass/foundation/_foundation.scss */
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  /* line 201, ../sass/foundation/_foundation.scss */
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  /* line 205, ../sass/foundation/_foundation.scss */
  .grid-x > .large-1 {
    width: 8.33333%;
  }

  /* line 207, ../sass/foundation/_foundation.scss */
  .grid-x > .large-2 {
    width: 16.66667%;
  }

  /* line 209, ../sass/foundation/_foundation.scss */
  .grid-x > .large-3 {
    width: 25%;
  }

  /* line 211, ../sass/foundation/_foundation.scss */
  .grid-x > .large-4 {
    width: 33.33333%;
  }

  /* line 213, ../sass/foundation/_foundation.scss */
  .grid-x > .large-5 {
    width: 41.66667%;
  }

  /* line 215, ../sass/foundation/_foundation.scss */
  .grid-x > .large-6 {
    width: 50%;
  }

  /* line 217, ../sass/foundation/_foundation.scss */
  .grid-x > .large-7 {
    width: 58.33333%;
  }

  /* line 219, ../sass/foundation/_foundation.scss */
  .grid-x > .large-8 {
    width: 66.66667%;
  }

  /* line 221, ../sass/foundation/_foundation.scss */
  .grid-x > .large-9 {
    width: 75%;
  }

  /* line 223, ../sass/foundation/_foundation.scss */
  .grid-x > .large-10 {
    width: 83.33333%;
  }

  /* line 225, ../sass/foundation/_foundation.scss */
  .grid-x > .large-11 {
    width: 91.66667%;
  }

  /* line 227, ../sass/foundation/_foundation.scss */
  .grid-x > .large-12 {
    width: 100%;
  }
}
/* line 230, ../sass/foundation/_foundation.scss */
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

/* line 233, ../sass/foundation/_foundation.scss */
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

/* line 238, ../sass/foundation/_foundation.scss */
.grid-margin-x > .cell {
  width: calc(100% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

/* line 242, ../sass/foundation/_foundation.scss */
.grid-margin-x > .auto {
  width: auto;
}

/* line 244, ../sass/foundation/_foundation.scss */
.grid-margin-x > .shrink {
  width: auto;
}

/* line 246, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 3rem);
}

/* line 248, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 3rem);
}

/* line 250, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-3 {
  width: calc(25% - 3rem);
}

/* line 252, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 3rem);
}

/* line 254, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 3rem);
}

/* line 256, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-6 {
  width: calc(50% - 3rem);
}

/* line 258, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 3rem);
}

/* line 260, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 3rem);
}

/* line 262, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-9 {
  width: calc(75% - 3rem);
}

/* line 264, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 3rem);
}

/* line 266, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 3rem);
}

/* line 268, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-12 {
  width: calc(100% - 3rem);
}

@media print, screen and (min-width: 40em) {
  /* line 271, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-auto {
    width: auto;
  }

  /* line 273, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  /* line 275, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 3rem);
  }

  /* line 277, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 3rem);
  }

  /* line 279, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-3 {
    width: calc(25% - 3rem);
  }

  /* line 281, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 3rem);
  }

  /* line 283, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 3rem);
  }

  /* line 285, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-6 {
    width: calc(50% - 3rem);
  }

  /* line 287, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 3rem);
  }

  /* line 289, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 3rem);
  }

  /* line 291, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-9 {
    width: calc(75% - 3rem);
  }

  /* line 293, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 3rem);
  }

  /* line 295, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 3rem);
  }

  /* line 297, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-12 {
    width: calc(100% - 3rem);
  }
}
@media print, screen and (min-width: 64em) {
  /* line 300, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-auto {
    width: auto;
  }

  /* line 302, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-shrink {
    width: auto;
  }

  /* line 304, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 3rem);
  }

  /* line 306, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 3rem);
  }

  /* line 308, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-3 {
    width: calc(25% - 3rem);
  }

  /* line 310, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 3rem);
  }

  /* line 312, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 3rem);
  }

  /* line 314, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-6 {
    width: calc(50% - 3rem);
  }

  /* line 316, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 3rem);
  }

  /* line 318, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 3rem);
  }

  /* line 320, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-9 {
    width: calc(75% - 3rem);
  }

  /* line 322, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 3rem);
  }

  /* line 324, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 3rem);
  }

  /* line 326, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-12 {
    width: calc(100% - 3rem);
  }
}
/* line 329, ../sass/foundation/_foundation.scss */
.grid-padding-x .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

/* line 333, ../sass/foundation/_foundation.scss */
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

/* line 337, ../sass/foundation/_foundation.scss */
.grid-padding-x > .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* line 341, ../sass/foundation/_foundation.scss */
.small-up-1 > .cell {
  width: 100%;
}

/* line 344, ../sass/foundation/_foundation.scss */
.small-up-2 > .cell {
  width: 50%;
}

/* line 347, ../sass/foundation/_foundation.scss */
.small-up-3 > .cell {
  width: 33.33333%;
}

/* line 350, ../sass/foundation/_foundation.scss */
.small-up-4 > .cell {
  width: 25%;
}

/* line 353, ../sass/foundation/_foundation.scss */
.small-up-5 > .cell {
  width: 20%;
}

/* line 356, ../sass/foundation/_foundation.scss */
.small-up-6 > .cell {
  width: 16.66667%;
}

/* line 359, ../sass/foundation/_foundation.scss */
.small-up-7 > .cell {
  width: 14.28571%;
}

/* line 362, ../sass/foundation/_foundation.scss */
.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  /* line 366, ../sass/foundation/_foundation.scss */
  .medium-up-1 > .cell {
    width: 100%;
  }

  /* line 368, ../sass/foundation/_foundation.scss */
  .medium-up-2 > .cell {
    width: 50%;
  }

  /* line 370, ../sass/foundation/_foundation.scss */
  .medium-up-3 > .cell {
    width: 33.33333%;
  }

  /* line 372, ../sass/foundation/_foundation.scss */
  .medium-up-4 > .cell {
    width: 25%;
  }

  /* line 374, ../sass/foundation/_foundation.scss */
  .medium-up-5 > .cell {
    width: 20%;
  }

  /* line 376, ../sass/foundation/_foundation.scss */
  .medium-up-6 > .cell {
    width: 16.66667%;
  }

  /* line 378, ../sass/foundation/_foundation.scss */
  .medium-up-7 > .cell {
    width: 14.28571%;
  }

  /* line 380, ../sass/foundation/_foundation.scss */
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 384, ../sass/foundation/_foundation.scss */
  .large-up-1 > .cell {
    width: 100%;
  }

  /* line 386, ../sass/foundation/_foundation.scss */
  .large-up-2 > .cell {
    width: 50%;
  }

  /* line 388, ../sass/foundation/_foundation.scss */
  .large-up-3 > .cell {
    width: 33.33333%;
  }

  /* line 390, ../sass/foundation/_foundation.scss */
  .large-up-4 > .cell {
    width: 25%;
  }

  /* line 392, ../sass/foundation/_foundation.scss */
  .large-up-5 > .cell {
    width: 20%;
  }

  /* line 394, ../sass/foundation/_foundation.scss */
  .large-up-6 > .cell {
    width: 16.66667%;
  }

  /* line 396, ../sass/foundation/_foundation.scss */
  .large-up-7 > .cell {
    width: 14.28571%;
  }

  /* line 398, ../sass/foundation/_foundation.scss */
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
/* line 401, ../sass/foundation/_foundation.scss */
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.875rem);
}

/* line 404, ../sass/foundation/_foundation.scss */
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.875rem);
}

/* line 407, ../sass/foundation/_foundation.scss */
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.875rem);
}

/* line 410, ../sass/foundation/_foundation.scss */
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.875rem);
}

/* line 413, ../sass/foundation/_foundation.scss */
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.875rem);
}

/* line 416, ../sass/foundation/_foundation.scss */
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.875rem);
}

/* line 419, ../sass/foundation/_foundation.scss */
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.875rem);
}

/* line 422, ../sass/foundation/_foundation.scss */
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.875rem);
}

@media print, screen and (min-width: 40em) {
  /* line 426, ../sass/foundation/_foundation.scss */
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  /* line 428, ../sass/foundation/_foundation.scss */
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  /* line 430, ../sass/foundation/_foundation.scss */
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  /* line 432, ../sass/foundation/_foundation.scss */
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  /* line 434, ../sass/foundation/_foundation.scss */
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  /* line 436, ../sass/foundation/_foundation.scss */
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  /* line 438, ../sass/foundation/_foundation.scss */
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  /* line 440, ../sass/foundation/_foundation.scss */
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  /* line 444, ../sass/foundation/_foundation.scss */
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  /* line 446, ../sass/foundation/_foundation.scss */
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  /* line 448, ../sass/foundation/_foundation.scss */
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  /* line 450, ../sass/foundation/_foundation.scss */
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  /* line 452, ../sass/foundation/_foundation.scss */
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  /* line 454, ../sass/foundation/_foundation.scss */
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  /* line 456, ../sass/foundation/_foundation.scss */
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  /* line 458, ../sass/foundation/_foundation.scss */
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
/* line 461, ../sass/foundation/_foundation.scss */
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 464, ../sass/foundation/_foundation.scss */
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

/* line 467, ../sass/foundation/_foundation.scss */
.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

/* line 469, ../sass/foundation/_foundation.scss */
.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

/* line 471, ../sass/foundation/_foundation.scss */
.small-margin-collapse > .small-3 {
  width: 25%;
}

/* line 473, ../sass/foundation/_foundation.scss */
.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

/* line 475, ../sass/foundation/_foundation.scss */
.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

/* line 477, ../sass/foundation/_foundation.scss */
.small-margin-collapse > .small-6 {
  width: 50%;
}

/* line 479, ../sass/foundation/_foundation.scss */
.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

/* line 481, ../sass/foundation/_foundation.scss */
.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

/* line 483, ../sass/foundation/_foundation.scss */
.small-margin-collapse > .small-9 {
  width: 75%;
}

/* line 485, ../sass/foundation/_foundation.scss */
.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

/* line 487, ../sass/foundation/_foundation.scss */
.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

/* line 489, ../sass/foundation/_foundation.scss */
.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 492, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  /* line 494, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  /* line 496, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  /* line 498, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  /* line 500, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  /* line 502, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  /* line 504, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  /* line 506, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  /* line 508, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  /* line 510, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  /* line 512, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  /* line 514, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 517, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  /* line 519, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  /* line 521, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  /* line 523, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  /* line 525, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  /* line 527, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  /* line 529, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  /* line 531, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  /* line 533, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  /* line 535, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  /* line 537, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  /* line 539, ../sass/foundation/_foundation.scss */
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
/* line 542, ../sass/foundation/_foundation.scss */
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 545, ../sass/foundation/_foundation.scss */
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 550, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 553, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  /* line 558, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  /* line 560, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  /* line 562, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  /* line 564, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  /* line 566, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  /* line 568, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  /* line 570, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  /* line 572, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  /* line 574, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  /* line 576, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  /* line 578, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  /* line 580, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  /* line 584, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  /* line 586, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  /* line 588, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  /* line 590, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  /* line 592, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  /* line 594, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  /* line 596, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  /* line 598, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  /* line 600, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  /* line 602, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  /* line 604, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  /* line 606, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 610, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  /* line 612, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  /* line 614, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  /* line 616, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  /* line 618, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  /* line 620, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  /* line 622, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  /* line 624, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  /* line 626, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  /* line 628, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  /* line 630, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  /* line 632, ../sass/foundation/_foundation.scss */
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  /* line 636, ../sass/foundation/_foundation.scss */
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 639, ../sass/foundation/_foundation.scss */
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 644, ../sass/foundation/_foundation.scss */
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 647, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 652, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  /* line 654, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  /* line 656, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  /* line 658, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  /* line 660, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  /* line 662, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  /* line 664, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  /* line 666, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  /* line 668, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  /* line 670, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  /* line 672, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  /* line 674, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 678, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  /* line 680, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  /* line 682, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  /* line 684, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  /* line 686, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  /* line 688, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  /* line 690, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  /* line 692, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  /* line 694, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  /* line 696, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  /* line 698, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  /* line 700, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 704, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  /* line 706, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  /* line 708, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  /* line 710, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  /* line 712, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  /* line 714, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  /* line 716, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  /* line 718, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  /* line 720, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  /* line 722, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  /* line 724, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  /* line 726, ../sass/foundation/_foundation.scss */
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 730, ../sass/foundation/_foundation.scss */
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 733, ../sass/foundation/_foundation.scss */
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 737, ../sass/foundation/_foundation.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 740, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.9375rem);
}

/* line 743, ../sass/foundation/_foundation.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 746, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.9375rem);
}

/* line 749, ../sass/foundation/_foundation.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 752, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.9375rem);
}

/* line 755, ../sass/foundation/_foundation.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 758, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.9375rem);
}

/* line 761, ../sass/foundation/_foundation.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 764, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.9375rem);
}

/* line 767, ../sass/foundation/_foundation.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 770, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.9375rem);
}

/* line 773, ../sass/foundation/_foundation.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 776, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.9375rem);
}

/* line 779, ../sass/foundation/_foundation.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 782, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.9375rem);
}

/* line 785, ../sass/foundation/_foundation.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 788, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.9375rem);
}

/* line 791, ../sass/foundation/_foundation.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 794, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.9375rem);
}

/* line 797, ../sass/foundation/_foundation.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 800, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.9375rem);
}

/* line 803, ../sass/foundation/_foundation.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 806, ../sass/foundation/_foundation.scss */
.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.9375rem);
}

@media print, screen and (min-width: 40em) {
  /* line 810, ../sass/foundation/_foundation.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 812, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  /* line 814, ../sass/foundation/_foundation.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 816, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  /* line 818, ../sass/foundation/_foundation.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 820, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  /* line 822, ../sass/foundation/_foundation.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 824, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  /* line 826, ../sass/foundation/_foundation.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 828, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  /* line 830, ../sass/foundation/_foundation.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 832, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  /* line 834, ../sass/foundation/_foundation.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 836, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  /* line 838, ../sass/foundation/_foundation.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 840, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  /* line 842, ../sass/foundation/_foundation.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 844, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  /* line 846, ../sass/foundation/_foundation.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 848, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  /* line 850, ../sass/foundation/_foundation.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 852, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  /* line 854, ../sass/foundation/_foundation.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 856, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  /* line 860, ../sass/foundation/_foundation.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 862, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  /* line 864, ../sass/foundation/_foundation.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 866, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  /* line 868, ../sass/foundation/_foundation.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 870, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  /* line 872, ../sass/foundation/_foundation.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 874, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  /* line 876, ../sass/foundation/_foundation.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 878, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  /* line 880, ../sass/foundation/_foundation.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 882, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  /* line 884, ../sass/foundation/_foundation.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 886, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  /* line 888, ../sass/foundation/_foundation.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 890, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  /* line 892, ../sass/foundation/_foundation.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 894, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  /* line 896, ../sass/foundation/_foundation.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 898, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  /* line 900, ../sass/foundation/_foundation.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 902, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  /* line 904, ../sass/foundation/_foundation.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 906, ../sass/foundation/_foundation.scss */
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
/* line 909, ../sass/foundation/_foundation.scss */
.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

/* line 914, ../sass/foundation/_foundation.scss */
.grid-y > .cell {
  width: auto;
}

/* line 916, ../sass/foundation/_foundation.scss */
.grid-y > .auto {
  height: auto;
}

/* line 918, ../sass/foundation/_foundation.scss */
.grid-y > .shrink {
  height: auto;
}

/* line 920, ../sass/foundation/_foundation.scss */
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 924, ../sass/foundation/_foundation.scss */
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 928, ../sass/foundation/_foundation.scss */
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
/* line 931, ../sass/foundation/_foundation.scss */
.grid-y > .small-1 {
  height: 8.33333%;
}

/* line 933, ../sass/foundation/_foundation.scss */
.grid-y > .small-2 {
  height: 16.66667%;
}

/* line 935, ../sass/foundation/_foundation.scss */
.grid-y > .small-3 {
  height: 25%;
}

/* line 937, ../sass/foundation/_foundation.scss */
.grid-y > .small-4 {
  height: 33.33333%;
}

/* line 939, ../sass/foundation/_foundation.scss */
.grid-y > .small-5 {
  height: 41.66667%;
}

/* line 941, ../sass/foundation/_foundation.scss */
.grid-y > .small-6 {
  height: 50%;
}

/* line 943, ../sass/foundation/_foundation.scss */
.grid-y > .small-7 {
  height: 58.33333%;
}

/* line 945, ../sass/foundation/_foundation.scss */
.grid-y > .small-8 {
  height: 66.66667%;
}

/* line 947, ../sass/foundation/_foundation.scss */
.grid-y > .small-9 {
  height: 75%;
}

/* line 949, ../sass/foundation/_foundation.scss */
.grid-y > .small-10 {
  height: 83.33333%;
}

/* line 951, ../sass/foundation/_foundation.scss */
.grid-y > .small-11 {
  height: 91.66667%;
}

/* line 953, ../sass/foundation/_foundation.scss */
.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 956, ../sass/foundation/_foundation.scss */
  .grid-y > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  /* line 960, ../sass/foundation/_foundation.scss */
  .grid-y > .medium-shrink {
    height: auto;
  }

  /* line 962, ../sass/foundation/_foundation.scss */
  .grid-y > .medium-1 {
    height: 8.33333%;
  }

  /* line 964, ../sass/foundation/_foundation.scss */
  .grid-y > .medium-2 {
    height: 16.66667%;
  }

  /* line 966, ../sass/foundation/_foundation.scss */
  .grid-y > .medium-3 {
    height: 25%;
  }

  /* line 968, ../sass/foundation/_foundation.scss */
  .grid-y > .medium-4 {
    height: 33.33333%;
  }

  /* line 970, ../sass/foundation/_foundation.scss */
  .grid-y > .medium-5 {
    height: 41.66667%;
  }

  /* line 972, ../sass/foundation/_foundation.scss */
  .grid-y > .medium-6 {
    height: 50%;
  }

  /* line 974, ../sass/foundation/_foundation.scss */
  .grid-y > .medium-7 {
    height: 58.33333%;
  }

  /* line 976, ../sass/foundation/_foundation.scss */
  .grid-y > .medium-8 {
    height: 66.66667%;
  }

  /* line 978, ../sass/foundation/_foundation.scss */
  .grid-y > .medium-9 {
    height: 75%;
  }

  /* line 980, ../sass/foundation/_foundation.scss */
  .grid-y > .medium-10 {
    height: 83.33333%;
  }

  /* line 982, ../sass/foundation/_foundation.scss */
  .grid-y > .medium-11 {
    height: 91.66667%;
  }

  /* line 984, ../sass/foundation/_foundation.scss */
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 987, ../sass/foundation/_foundation.scss */
  .grid-y > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  /* line 991, ../sass/foundation/_foundation.scss */
  .grid-y > .large-shrink {
    height: auto;
  }

  /* line 993, ../sass/foundation/_foundation.scss */
  .grid-y > .large-1 {
    height: 8.33333%;
  }

  /* line 995, ../sass/foundation/_foundation.scss */
  .grid-y > .large-2 {
    height: 16.66667%;
  }

  /* line 997, ../sass/foundation/_foundation.scss */
  .grid-y > .large-3 {
    height: 25%;
  }

  /* line 999, ../sass/foundation/_foundation.scss */
  .grid-y > .large-4 {
    height: 33.33333%;
  }

  /* line 1001, ../sass/foundation/_foundation.scss */
  .grid-y > .large-5 {
    height: 41.66667%;
  }

  /* line 1003, ../sass/foundation/_foundation.scss */
  .grid-y > .large-6 {
    height: 50%;
  }

  /* line 1005, ../sass/foundation/_foundation.scss */
  .grid-y > .large-7 {
    height: 58.33333%;
  }

  /* line 1007, ../sass/foundation/_foundation.scss */
  .grid-y > .large-8 {
    height: 66.66667%;
  }

  /* line 1009, ../sass/foundation/_foundation.scss */
  .grid-y > .large-9 {
    height: 75%;
  }

  /* line 1011, ../sass/foundation/_foundation.scss */
  .grid-y > .large-10 {
    height: 83.33333%;
  }

  /* line 1013, ../sass/foundation/_foundation.scss */
  .grid-y > .large-11 {
    height: 91.66667%;
  }

  /* line 1015, ../sass/foundation/_foundation.scss */
  .grid-y > .large-12 {
    height: 100%;
  }
}
/* line 1018, ../sass/foundation/_foundation.scss */
.grid-padding-y .grid-padding-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

/* line 1022, ../sass/foundation/_foundation.scss */
.grid-padding-y > .cell {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

/* line 1026, ../sass/foundation/_foundation.scss */
.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

/* line 1029, ../sass/foundation/_foundation.scss */
.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

/* line 1033, ../sass/foundation/_foundation.scss */
.grid-margin-y > .auto {
  height: auto;
}

/* line 1035, ../sass/foundation/_foundation.scss */
.grid-margin-y > .shrink {
  height: auto;
}

/* line 1037, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.875rem);
}

/* line 1039, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.875rem);
}

/* line 1041, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem);
}

/* line 1043, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.875rem);
}

/* line 1045, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.875rem);
}

/* line 1047, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem);
}

/* line 1049, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.875rem);
}

/* line 1051, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.875rem);
}

/* line 1053, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem);
}

/* line 1055, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.875rem);
}

/* line 1057, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.875rem);
}

/* line 1059, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem);
}

@media print, screen and (min-width: 40em) {
  /* line 1062, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-auto {
    height: auto;
  }

  /* line 1064, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  /* line 1066, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  /* line 1068, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  /* line 1070, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  /* line 1072, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  /* line 1074, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  /* line 1076, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  /* line 1078, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  /* line 1080, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  /* line 1082, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  /* line 1084, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  /* line 1086, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  /* line 1088, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  /* line 1091, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-auto {
    height: auto;
  }

  /* line 1093, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-shrink {
    height: auto;
  }

  /* line 1095, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  /* line 1097, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  /* line 1099, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  /* line 1101, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  /* line 1103, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  /* line 1105, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  /* line 1107, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  /* line 1109, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  /* line 1111, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  /* line 1113, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  /* line 1115, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  /* line 1117, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
/* line 1120, ../sass/foundation/_foundation.scss */
.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

/* line 1129, ../sass/foundation/_foundation.scss */
.cell .grid-frame {
  width: 100%;
}

/* line 1132, ../sass/foundation/_foundation.scss */
.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

/* line 1138, ../sass/foundation/_foundation.scss */
.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

/* line 1144, ../sass/foundation/_foundation.scss */
.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

/* line 1150, ../sass/foundation/_foundation.scss */
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  /* line 1156, ../sass/foundation/_foundation.scss */
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  /* line 1164, ../sass/foundation/_foundation.scss */
  .cell .medium-grid-frame {
    width: 100%;
  }

  /* line 1166, ../sass/foundation/_foundation.scss */
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  /* line 1171, ../sass/foundation/_foundation.scss */
  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  /* line 1177, ../sass/foundation/_foundation.scss */
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 1181, ../sass/foundation/_foundation.scss */
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 1188, ../sass/foundation/_foundation.scss */
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  /* line 1196, ../sass/foundation/_foundation.scss */
  .cell .large-grid-frame {
    width: 100%;
  }

  /* line 1198, ../sass/foundation/_foundation.scss */
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  /* line 1203, ../sass/foundation/_foundation.scss */
  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  /* line 1209, ../sass/foundation/_foundation.scss */
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 1213, ../sass/foundation/_foundation.scss */
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
/* line 1219, ../sass/foundation/_foundation.scss */
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  /* line 1230, ../sass/foundation/_foundation.scss */
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 1241, ../sass/foundation/_foundation.scss */
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
/* line 1251, ../sass/foundation/_foundation.scss */
.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 1255, ../sass/foundation/_foundation.scss */
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 1259, ../sass/foundation/_foundation.scss */
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
/* line 1262, ../sass/foundation/_foundation.scss */
.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

/* line 1265, ../sass/foundation/_foundation.scss */
.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

/* line 1269, ../sass/foundation/_foundation.scss */
.grid-margin-y > .auto {
  height: auto;
}

/* line 1271, ../sass/foundation/_foundation.scss */
.grid-margin-y > .shrink {
  height: auto;
}

/* line 1273, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.875rem);
}

/* line 1275, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.875rem);
}

/* line 1277, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem);
}

/* line 1279, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.875rem);
}

/* line 1281, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.875rem);
}

/* line 1283, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem);
}

/* line 1285, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.875rem);
}

/* line 1287, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.875rem);
}

/* line 1289, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem);
}

/* line 1291, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.875rem);
}

/* line 1293, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.875rem);
}

/* line 1295, ../sass/foundation/_foundation.scss */
.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem);
}

@media print, screen and (min-width: 40em) {
  /* line 1298, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-auto {
    height: auto;
  }

  /* line 1300, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  /* line 1302, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  /* line 1304, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  /* line 1306, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  /* line 1308, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  /* line 1310, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  /* line 1312, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  /* line 1314, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  /* line 1316, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  /* line 1318, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  /* line 1320, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  /* line 1322, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  /* line 1324, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  /* line 1327, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-auto {
    height: auto;
  }

  /* line 1329, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-shrink {
    height: auto;
  }

  /* line 1331, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  /* line 1333, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  /* line 1335, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  /* line 1337, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  /* line 1339, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  /* line 1341, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  /* line 1343, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  /* line 1345, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  /* line 1347, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  /* line 1349, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  /* line 1351, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  /* line 1353, ../sass/foundation/_foundation.scss */
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
/* line 1356, ../sass/foundation/_foundation.scss */
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.875rem);
}

@media print, screen and (min-width: 40em) {
  /* line 1360, ../sass/foundation/_foundation.scss */
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  /* line 1364, ../sass/foundation/_foundation.scss */
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
/* line 1367, ../sass/foundation/_foundation.scss */
.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 1371, ../sass/foundation/_foundation.scss */
.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 1375, ../sass/foundation/_foundation.scss */
.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 1379, ../sass/foundation/_foundation.scss */
.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 1383, ../sass/foundation/_foundation.scss */
.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 1387, ../sass/foundation/_foundation.scss */
.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 1391, ../sass/foundation/_foundation.scss */
.align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 1395, ../sass/foundation/_foundation.scss */
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 1399, ../sass/foundation/_foundation.scss */
.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 1403, ../sass/foundation/_foundation.scss */
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* line 1407, ../sass/foundation/_foundation.scss */
.align-middle {
  -ms-flex-align: center;
  align-items: center;
}

/* line 1411, ../sass/foundation/_foundation.scss */
.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

/* line 1416, ../sass/foundation/_foundation.scss */
.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 1420, ../sass/foundation/_foundation.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

/* line 1425, ../sass/foundation/_foundation.scss */
.align-center-middle {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

/* line 1433, ../sass/foundation/_foundation.scss */
.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 1437, ../sass/foundation/_foundation.scss */
.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 1441, ../sass/foundation/_foundation.scss */
.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 1445, ../sass/foundation/_foundation.scss */
.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 1449, ../sass/foundation/_foundation.scss */
.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 1453, ../sass/foundation/_foundation.scss */
.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 40em) {
  /* line 1458, ../sass/foundation/_foundation.scss */
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1461, ../sass/foundation/_foundation.scss */
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1464, ../sass/foundation/_foundation.scss */
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1467, ../sass/foundation/_foundation.scss */
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1470, ../sass/foundation/_foundation.scss */
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1473, ../sass/foundation/_foundation.scss */
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 1478, ../sass/foundation/_foundation.scss */
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1481, ../sass/foundation/_foundation.scss */
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1484, ../sass/foundation/_foundation.scss */
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1487, ../sass/foundation/_foundation.scss */
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1490, ../sass/foundation/_foundation.scss */
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1493, ../sass/foundation/_foundation.scss */
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
/* line 1497, ../sass/foundation/_foundation.scss */
.flex-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 1501, ../sass/foundation/_foundation.scss */
.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 1505, ../sass/foundation/_foundation.scss */
.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* line 1509, ../sass/foundation/_foundation.scss */
.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/* line 1513, ../sass/foundation/_foundation.scss */
.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 1517, ../sass/foundation/_foundation.scss */
.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 1521, ../sass/foundation/_foundation.scss */
.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 1525, ../sass/foundation/_foundation.scss */
.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  /* line 1530, ../sass/foundation/_foundation.scss */
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex;
  }

  /* line 1533, ../sass/foundation/_foundation.scss */
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  /* line 1536, ../sass/foundation/_foundation.scss */
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  /* line 1539, ../sass/foundation/_foundation.scss */
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  /* line 1542, ../sass/foundation/_foundation.scss */
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 1545, ../sass/foundation/_foundation.scss */
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  /* line 1548, ../sass/foundation/_foundation.scss */
  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 1551, ../sass/foundation/_foundation.scss */
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 1556, ../sass/foundation/_foundation.scss */
  .large-flex-container {
    display: -ms-flexbox;
    display: flex;
  }

  /* line 1559, ../sass/foundation/_foundation.scss */
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  /* line 1562, ../sass/foundation/_foundation.scss */
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  /* line 1565, ../sass/foundation/_foundation.scss */
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  /* line 1568, ../sass/foundation/_foundation.scss */
  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 1571, ../sass/foundation/_foundation.scss */
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  /* line 1574, ../sass/foundation/_foundation.scss */
  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 1577, ../sass/foundation/_foundation.scss */
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
/* Scss Document */
/* line 2, ../sass/foundation/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1.6rem;
}

/* line 5, ../sass/foundation/_pagination.scss */
.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

/* line 12, ../sass/foundation/_pagination.scss */
.pagination::after {
  clear: both;
}

/* line 14, ../sass/foundation/_pagination.scss */
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 3px;
  font-size: 1.6rem;
  display: none;
}

/* line 19, ../sass/foundation/_pagination.scss */
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  /* line 22, ../sass/foundation/_pagination.scss */
  .pagination li {
    display: inline-block;
  }
}
/* line 24, ../sass/foundation/_pagination.scss */
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
  color: #0a0a0a;
}

/* line 30, ../sass/foundation/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

/* line 33, ../sass/foundation/_pagination.scss */
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2ba6cb;
  color: #fefefe;
  cursor: default;
}

/* line 38, ../sass/foundation/_pagination.scss */
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

/* line 42, ../sass/foundation/_pagination.scss */
.pagination .disabled:hover {
  background: transparent;
}

/* line 44, ../sass/foundation/_pagination.scss */
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

/* line 49, ../sass/foundation/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.8rem;
  content: '\00ab';
}

/* line 55, ../sass/foundation/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.8rem;
  content: '\00bb';
}

/* Scss Document */
/* line 3, ../sass/foundation/_util.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
/* line 18, ../sass/foundation/_util.scss */
body {
  margin: 0;
  font-size: 1.6rem;
}

/**
     * Add the correct display in IE 9-.
     */
/* line 25, ../sass/foundation/_util.scss */
article,
aside,
footer,
nav,
section {
  display: block;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
/* line 39, ../sass/foundation/_util.scss */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
/* line 46, ../sass/foundation/_util.scss */
figure {
  margin: 1em 40px;
}

/**
     * Add the correct display in IE.
     */
/* line 53, ../sass/foundation/_util.scss */
main {
  display: block;
}

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

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
/* line 72, ../sass/foundation/_util.scss */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
/* line 79, ../sass/foundation/_util.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
/* line 86, ../sass/foundation/_util.scss */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
/* line 92, ../sass/foundation/_util.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
/* line 101, ../sass/foundation/_util.scss */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
/* line 107, ../sass/foundation/_util.scss */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
/* line 113, ../sass/foundation/_util.scss */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
/* line 121, ../sass/foundation/_util.scss */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
/* line 127, ../sass/foundation/_util.scss */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
/* line 135, ../sass/foundation/_util.scss */
[hidden] {
  display: none;
}

/* line 138, ../sass/foundation/_util.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

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

/**
     * Show the overflow in IE.
     */
/* line 162, ../sass/foundation/_util.scss */
button {
  overflow: visible;
}

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

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

/* line 186, ../sass/foundation/_util.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

/* line 196, ../sass/foundation/_util.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 202, ../sass/foundation/_util.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
/* line 211, ../sass/foundation/_util.scss */
input {
  overflow: visible;
}

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

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
/* line 228, ../sass/foundation/_util.scss */
[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.
     */
/* line 236, ../sass/foundation/_util.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

/* line 244, ../sass/foundation/_util.scss */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

/**
     * Remove the default vertical scrollbar in IE.
     */
/* line 298, ../sass/foundation/_util.scss */
textarea {
  overflow: auto;
}

/* line 301, ../sass/foundation/_util.scss */
.text-left {
  text-align: left;
}

/* line 304, ../sass/foundation/_util.scss */
.text-right {
  text-align: right;
}

/* line 307, ../sass/foundation/_util.scss */
.text-center {
  text-align: center;
}

/* line 310, ../sass/foundation/_util.scss */
.text-justify {
  text-align: justify;
}

/* Scss Document */
/* line 3, ../sass/foundation/_visibility.scss */
.float-left {
  float: left !important;
}

/* line 6, ../sass/foundation/_visibility.scss */
.float-right {
  float: right !important;
}

/* line 9, ../sass/foundation/_visibility.scss */
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../sass/foundation/_visibility.scss */
.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

/* line 22, ../sass/foundation/_visibility.scss */
.clearfix::after {
  clear: both;
}

/* line 25, ../sass/foundation/_visibility.scss */
.hide {
  display: none !important;
}

/* line 28, ../sass/foundation/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  /* line 32, ../sass/foundation/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 36, ../sass/foundation/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  /* line 40, ../sass/foundation/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  /* line 44, ../sass/foundation/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 48, ../sass/foundation/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  /* line 52, ../sass/foundation/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 56, ../sass/foundation/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em) {
  /* line 60, ../sass/foundation/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 64, ../sass/foundation/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 68, ../sass/foundation/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}
/* line 71, ../sass/foundation/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

/* line 84, ../sass/foundation/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

/* line 94, ../sass/foundation/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  /* line 98, ../sass/foundation/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 102, ../sass/foundation/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
/* line 106, ../sass/foundation/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 110, ../sass/foundation/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 114, ../sass/foundation/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
/* line 118, ../sass/foundation/_visibility.scss */
.is-visible {
  display: block !important;
}

/* line 121, ../sass/foundation/_visibility.scss */
.is-hidden {
  display: none !important;
}

/* line 1, ../sass/blocks/_style-banner-home.scss */
section.home-page-banner {
  padding: 0;
  position: relative;
}
/* line 5, ../sass/blocks/_style-banner-home.scss */
section.home-page-banner .home-page-banner-img img {
  width: 100%;
}
/* line 9, ../sass/blocks/_style-banner-home.scss */
section.home-page-banner .home-page-banner-content {
  width: 100%;
  position: absolute;
  z-index: 2;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
/* line 16, ../sass/blocks/_style-banner-home.scss */
section.home-page-banner .home-page-banner-content .banner-content {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  width: 100%;
  max-width: 1170px;
  margin: auto;
}
/* line 22, ../sass/blocks/_style-banner-home.scss */
section.home-page-banner .home-page-banner-content .banner-content .banner-box {
  width: 100%;
  max-width: 47rem;
  padding: 6.4rem;
  background-color: #fff;
  text-align: center;
}
/* line 28, ../sass/blocks/_style-banner-home.scss */
section.home-page-banner .home-page-banner-content .banner-content .banner-box h1 {
  margin-bottom: 0;
}
/* line 31, ../sass/blocks/_style-banner-home.scss */
section.home-page-banner .home-page-banner-content .banner-content .banner-box .separator {
  display: block;
  width: 4rem;
  height: 0.1rem;
  background-color: #ccc;
  margin: 1.8rem auto;
}
/* line 38, ../sass/blocks/_style-banner-home.scss */
section.home-page-banner .home-page-banner-content .banner-content .banner-box p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 3rem;
}

@media (max-width: 1024px) {
  /* line 50, ../sass/blocks/_style-banner-home.scss */
  section.home-page-banner .home-page-banner-content {
    width: 100%;
    transform: none;
    top: auto;
    position: relative;
    margin: -5rem 0 0 0;
  }
  /* line 56, ../sass/blocks/_style-banner-home.scss */
  section.home-page-banner .home-page-banner-content .banner-content {
    width: 100%;
    padding: 0 1.5rem 4.8rem 1.5rem;
    max-width: none;
  }
  /* line 60, ../sass/blocks/_style-banner-home.scss */
  section.home-page-banner .home-page-banner-content .banner-content .banner-box {
    width: 100%;
    max-width: none;
    background-color: #fff;
    padding: 3.2rem 2rem;
  }
  /* line 65, ../sass/blocks/_style-banner-home.scss */
  section.home-page-banner .home-page-banner-content .banner-content .banner-box h1 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
  /* line 69, ../sass/blocks/_style-banner-home.scss */
  section.home-page-banner .home-page-banner-content .banner-content .banner-box p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 0;
  }
  /* line 77, ../sass/blocks/_style-banner-home.scss */
  section.home-page-banner .home-page-banner-img {
    height: 27rem;
  }
  /* line 79, ../sass/blocks/_style-banner-home.scss */
  section.home-page-banner .home-page-banner-img img {
    height: 27rem;
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 550px) {
  /* line 88, ../sass/blocks/_style-banner-home.scss */
  .home-page-banner {
    background-color: #fffbf5;
  }
  /* line 91, ../sass/blocks/_style-banner-home.scss */
  .home-page-banner .home-page-banner-img img {
    object-position: right;
  }
}
/* line 1, ../sass/blocks/_style-banner-page.scss */
section.page-banner {
  padding: 0;
  position: relative;
  height: 56rem;
}
/* line 5, ../sass/blocks/_style-banner-page.scss */
section.page-banner img {
  height: 56rem;
  object-fit: cover;
  width: 100%;
}
/* line 10, ../sass/blocks/_style-banner-page.scss */
section.page-banner .page-banner-content {
  width: 100%;
  position: absolute;
  z-index: 2;
  margin: auto;
  top: 50%;
  transform: translateY(-30%);
}
/* line 17, ../sass/blocks/_style-banner-page.scss */
section.page-banner .page-banner-content .banner-content {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  width: 100%;
  max-width: 1170px;
  margin: auto;
}
/* line 23, ../sass/blocks/_style-banner-page.scss */
section.page-banner .page-banner-content .banner-content .banner-box {
  width: 100%;
  padding-left: 6.4rem;
  max-width: 53.4rem;
}
/* line 27, ../sass/blocks/_style-banner-page.scss */
section.page-banner .page-banner-content .banner-content .banner-box h1 {
  font-size: 4rem;
  line-height: 5.2rem;
  margin-bottom: 2.4rem;
  color: #fff;
}
/* line 33, ../sass/blocks/_style-banner-page.scss */
section.page-banner .page-banner-content .banner-content .banner-box .separator {
  display: block;
  width: 4rem;
  height: 0.1rem;
  background-color: #ccc;
}
/* line 39, ../sass/blocks/_style-banner-page.scss */
section.page-banner .page-banner-content .banner-content .banner-box p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #fff;
  margin-top: 2.4rem;
}

@media (max-width: 550px) {
  /* line 50, ../sass/blocks/_style-banner-page.scss */
  section.page-banner {
    height: auto;
    background-color: #fffbf5;
    padding-bottom: 3.2rem;
  }
  /* line 54, ../sass/blocks/_style-banner-page.scss */
  section.page-banner img {
    height: 24rem;
  }
  /* line 57, ../sass/blocks/_style-banner-page.scss */
  section.page-banner .page-banner-content {
    position: relative;
    top: auto;
    transform: none;
  }
  /* line 62, ../sass/blocks/_style-banner-page.scss */
  section.page-banner .page-banner-content .banner-content .banner-box {
    padding-left: 0;
    text-align: center;
  }
  /* line 65, ../sass/blocks/_style-banner-page.scss */
  section.page-banner .page-banner-content .banner-content .banner-box h1,
  section.page-banner .page-banner-content .banner-content .banner-box p {
    color: #000;
  }
  /* line 69, ../sass/blocks/_style-banner-page.scss */
  section.page-banner .page-banner-content .banner-content .banner-box h1 {
    font-size: 3rem;
    line-height: 4.2rem;
    margin-top: 3.2rem;
    margin-bottom: 1.6rem;
  }
  /* line 75, ../sass/blocks/_style-banner-page.scss */
  section.page-banner .page-banner-content .banner-content .banner-box .separator {
    margin: auto;
  }
  /* line 78, ../sass/blocks/_style-banner-page.scss */
  section.page-banner .page-banner-content .banner-content .banner-box p {
    margin-top: 1.6rem;
  }
}
/* line 1, ../sass/blocks/_style-block-background.scss */
.block-background {
  background-color: #0b102b;
  color: #fff;
  padding: 9.6rem 0;
}
/* line 5, ../sass/blocks/_style-block-background.scss */
.block-background h2 {
  color: #fff;
}
/* line 8, ../sass/blocks/_style-block-background.scss */
.block-background .cell {
  position: relative;
}
/* line 12, ../sass/blocks/_style-block-background.scss */
.block-background .cell.text-center p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
/* line 18, ../sass/blocks/_style-block-background.scss */
.block-background .qanda .question {
  border-top: solid 1px #2f344b;
}
/* line 20, ../sass/blocks/_style-block-background.scss */
.block-background .qanda .question .question-inner {
  padding: 2.2rem;
  margin: 2px 0;
}
/* line 25, ../sass/blocks/_style-block-background.scss */
.block-background .qanda .question:first-child {
  border-top: 0;
}
/* line 28, ../sass/blocks/_style-block-background.scss */
.block-background .qanda .question.current {
  background-image: url(../img/icons/right-arrow.svg);
  background-size: 15px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
/* line 33, ../sass/blocks/_style-block-background.scss */
.block-background .qanda .question.current .question-inner {
  background-color: rgba(148, 170, 189, 0.2);
}
/* line 37, ../sass/blocks/_style-block-background.scss */
.block-background .qanda .the-answers {
  display: flex;
  align-items: center;
}
/* line 40, ../sass/blocks/_style-block-background.scss */
.block-background .qanda .answer {
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
/* line 45, ../sass/blocks/_style-block-background.scss */
.block-background .qanda .answer a {
  color: #fff;
}
/* line 49, ../sass/blocks/_style-block-background.scss */
.block-background .qanda .answer.active {
  z-index: 1;
  opacity: 1;
}
/* line 55, ../sass/blocks/_style-block-background.scss */
.block-background .accordion-custom li {
  list-style-type: none;
  background-image: none;
  padding-left: 0;
  border-bottom: solid 1px #2f344b;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
/* line 63, ../sass/blocks/_style-block-background.scss */
.block-background .accordion-custom li .accordion-custom-content {
  overflow: hidden;
  display: none;
}
/* line 66, ../sass/blocks/_style-block-background.scss */
.block-background .accordion-custom li .accordion-custom-content .custom-content {
  opacity: 0;
  width: 90%;
  margin-left: 6.6rem;
  transform: translateY(50%);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 75, ../sass/blocks/_style-block-background.scss */
.block-background .accordion-custom li .accordion-custom-content .custom-content a {
  color: #fff !important;
}
/* line 79, ../sass/blocks/_style-block-background.scss */
.block-background .accordion-custom li .accordion-custom-content .custom-content.active {
  opacity: 1;
  transform: translateY(0);
}
/* line 84, ../sass/blocks/_style-block-background.scss */
.block-background .accordion-custom li .accordion-custom-title-container {
  display: flex;
  align-items: center;
}
/* line 87, ../sass/blocks/_style-block-background.scss */
.block-background .accordion-custom li .accordion-custom-title-container .accordion-icon {
  transform: scale(1);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: solid 1px #fff;
  position: relative;
  display: inline-block;
  float: left;
}
/* line 96, ../sass/blocks/_style-block-background.scss */
.block-background .accordion-custom li .accordion-custom-title-container .accordion-icon .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1.6rem;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
/* line 106, ../sass/blocks/_style-block-background.scss */
.block-background .accordion-custom li .accordion-custom-title-container .accordion-icon .bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
/* line 111, ../sass/blocks/_style-block-background.scss */
.block-background .accordion-custom li .accordion-custom-title-container .accordion-icon.open .bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
/* line 115, ../sass/blocks/_style-block-background.scss */
.block-background .accordion-custom li .accordion-custom-title-container a {
  display: inline-block;
  width: 100%;
  float: left;
  text-decoration: none;
  color: #fff;
  margin-left: 1.6rem;
  font-size: 2rem;
  font-family: sectraBold;
}

@media (max-width: 550px) {
  /* line 130, ../sass/blocks/_style-block-background.scss */
  .block-background {
    padding: 4.8rem 0;
  }
  /* line 132, ../sass/blocks/_style-block-background.scss */
  .block-background .margin-bottom-64 {
    margin-bottom: 3.2rem;
  }
  /* line 134, ../sass/blocks/_style-block-background.scss */
  .block-background .margin-bottom-64 h3 {
    margin-bottom: 0;
  }
  /* line 141, ../sass/blocks/_style-block-background.scss */
  .block-background .accordion-custom li .accordion-custom-title-container .accordion-icon {
    height: 4.5rem;
  }
  /* line 144, ../sass/blocks/_style-block-background.scss */
  .block-background .accordion-custom li .accordion-custom-title-container a {
    font-family: americaRegular;
    font-size: 1.4rem;
  }
  /* line 150, ../sass/blocks/_style-block-background.scss */
  .block-background .accordion-custom li .accordion-custom-content .custom-content {
    margin-left: 6rem;
    padding-top: 2rem;
    width: auto;
  }
  /* line 154, ../sass/blocks/_style-block-background.scss */
  .block-background .accordion-custom li .accordion-custom-content .custom-content p {
    font-size: 1.4rem;
  }
}
/* line 2, ../sass/blocks/_style-cards.scss */
section.cards .grid-margin-x {
  display: flex;
  align-items: stretch;
}
/* line 4, ../sass/blocks/_style-cards.scss */
section.cards .grid-margin-x .cell {
  position: relative;
  -webkit-box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
/* line 10, ../sass/blocks/_style-cards.scss */
section.cards .grid-margin-x .cell a {
  position: absolute;
  bottom: 2.4rem;
  left: 2.4rem;
}
/* line 18, ../sass/blocks/_style-cards.scss */
section.cards .cell.text-center p {
  margin-bottom: 0;
}
/* line 22, ../sass/blocks/_style-cards.scss */
section.cards .cards-content {
  padding: 0 2.4rem 4.8rem 2.4rem;
}
/* line 24, ../sass/blocks/_style-cards.scss */
section.cards .cards-content h4 {
  margin-bottom: 1.6rem;
}
/* line 27, ../sass/blocks/_style-cards.scss */
section.cards .cards-content .cat {
  font-family: americaMedium;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin: 0 0 1rem 0;
}
/* line 33, ../sass/blocks/_style-cards.scss */
section.cards .cards-content p {
  font-size: 1.4rem;
}

@media (max-width: 550px) {
  /* line 40, ../sass/blocks/_style-cards.scss */
  section.cards .margin-bottom-64 {
    margin-bottom: 3.2rem;
  }
  /* line 43, ../sass/blocks/_style-cards.scss */
  section.cards .cards-content {
    padding: 0 2.4rem 6.4rem 2.4rem;
  }
  /* line 47, ../sass/blocks/_style-cards.scss */
  section.cards .grid-margin-x .cell {
    margin-bottom: 3.2rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 53, ../sass/blocks/_style-cards.scss */
  section.cards .grid-margin-x .cell:last-child {
    margin-bottom: 0;
  }
}
/* line 4, ../sass/blocks/_style-centered-text.scss */
.centered-text.bgbeige {
  background-color: #fffbf5;
  padding: 12.8rem 0;
}

/* line 1, ../sass/blocks/_style-four-columns.scss */
.four-columns {
  padding: 12.8rem 0;
}
/* line 4, ../sass/blocks/_style-four-columns.scss */
.four-columns .grid-x.text-center p:last-child {
  margin-bottom: 0;
}
/* line 9, ../sass/blocks/_style-four-columns.scss */
.four-columns .four-col-content p {
  margin-bottom: 0;
}
/* line 14, ../sass/blocks/_style-four-columns.scss */
.four-columns .four-col-image img {
  width: 100%;
}

@media (max-width: 550px) {
  /* line 20, ../sass/blocks/_style-four-columns.scss */
  .four-columns {
    padding: 4.8rem 0;
  }
  /* line 22, ../sass/blocks/_style-four-columns.scss */
  .four-columns .cell {
    margin-bottom: 3.2rem;
  }
  /* line 25, ../sass/blocks/_style-four-columns.scss */
  .four-columns .cell:last-child {
    margin-bottom: 0;
  }
  /* line 29, ../sass/blocks/_style-four-columns.scss */
  .four-columns .four-col-content p {
    font-size: 1.4rem;
  }
}
/* line 3, ../sass/blocks/_style-staff.scss */
.staff .grid-x.margin-bottom-64 p:last-child {
  margin-bottom: 0;
}
/* line 7, ../sass/blocks/_style-staff.scss */
.staff .staff-items {
  display: flex;
  align-items: stretch;
}
/* line 9, ../sass/blocks/_style-staff.scss */
.staff .staff-items .cell {
  position: relative;
  padding-bottom: 8rem;
}
/* line 12, ../sass/blocks/_style-staff.scss */
.staff .staff-items .cell p {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 16, ../sass/blocks/_style-staff.scss */
.staff .staff-items .cell .staff-name {
  font-family: sectraBold;
  font-size: 2rem;
}
/* line 20, ../sass/blocks/_style-staff.scss */
.staff .staff-items .cell .staff-position {
  font-family: americaMedium;
}
/* line 23, ../sass/blocks/_style-staff.scss */
.staff .staff-items .cell .staff-image {
  width: 100%;
  max-width: 17rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.4rem;
}
/* line 29, ../sass/blocks/_style-staff.scss */
.staff .staff-items .cell .staff-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  object-position: top;
}
/* line 36, ../sass/blocks/_style-staff.scss */
.staff .staff-items .cell .staff-bio {
  display: none;
}
/* line 39, ../sass/blocks/_style-staff.scss */
.staff .staff-items .cell .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 17rem;
}

/* line 50, ../sass/blocks/_style-staff.scss */
.staff-bio-modal.desktop-bio-container {
  display: none;
  top: 0;
}

/* line 54, ../sass/blocks/_style-staff.scss */
.staff-bio-modal.mobile-bio-container {
  bottom: -115vh;
}

/* line 57, ../sass/blocks/_style-staff.scss */
.staff-bio-modal {
  width: 100vw;
  height: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  z-index: 10000;
}
/* line 64, ../sass/blocks/_style-staff.scss */
.staff-bio-modal .modal-container {
  width: 100%;
  height: 60vh;
  margin-top: 20vh;
  max-width: 77rem;
  background-color: #fff;
  padding: 6.4rem;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
  position: relative;
}
/* line 75, ../sass/blocks/_style-staff.scss */
.staff-bio-modal .modal-container .modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 45px;
  border-radius: 3px;
  border: solid 1px rgba(11, 16, 43, 0.4);
  text-transform: uppercase;
  position: absolute;
  top: 2.4rem;
  right: 2rem;
  text-decoration: none;
  font-size: 1.2rem;
  color: #0b102b;
}
/* line 89, ../sass/blocks/_style-staff.scss */
.staff-bio-modal .modal-container .bio-details {
  display: flex;
  align-items: center;
}
/* line 91, ../sass/blocks/_style-staff.scss */
.staff-bio-modal .modal-container .bio-details .modal-name {
  font-family: sectraBold;
  font-size: 2rem;
}
/* line 94, ../sass/blocks/_style-staff.scss */
.staff-bio-modal .modal-container .bio-details .modal-name .modal-position {
  font-family: americaRegular;
  font-size: 1.6rem;
}
/* line 99, ../sass/blocks/_style-staff.scss */
.staff-bio-modal .modal-container .bio-details .modal-img-wrapper {
  width: 7rem;
  height: 7rem;
  float: left;
  margin-right: 2rem;
  display: inline-block;
}
/* line 105, ../sass/blocks/_style-staff.scss */
.staff-bio-modal .modal-container .bio-details .modal-img-wrapper img {
  width: 100%;
  height: 7rem;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}
/* line 114, ../sass/blocks/_style-staff.scss */
.staff-bio-modal .modal-container .bio-details span span {
  display: inline-block;
}

@media (max-width: 550px) {
  /* line 121, ../sass/blocks/_style-staff.scss */
  .staff-bio-modal {
    height: 100% !important;
    transition: all 0.2s ease-in-out;
    z-index: 100000;
  }
  /* line 125, ../sass/blocks/_style-staff.scss */
  .staff-bio-modal .modal-container {
    width: 100vw;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 2.4rem;
  }
  /* line 131, ../sass/blocks/_style-staff.scss */
  .staff-bio-modal .modal-container .modal-close {
    position: relative;
    float: right;
    top: auto;
    width: 100%;
    max-width: 9.5rem;
    right: auto;
    margin-bottom: 6.4rem;
  }
  /* line 140, ../sass/blocks/_style-staff.scss */
  .staff-bio-modal .modal-container .bio-details {
    clear: both;
  }
}
/* line 3, ../sass/blocks/_style-three-columns.scss */
.three-columns .cell.text-center p {
  margin-bottom: 0;
}
/* line 7, ../sass/blocks/_style-three-columns.scss */
.three-columns .grid-margin-x {
  display: flex;
  align-items: stretch;
}
/* line 9, ../sass/blocks/_style-three-columns.scss */
.three-columns .grid-margin-x .cell {
  position: relative;
}
/* line 14, ../sass/blocks/_style-three-columns.scss */
.three-columns .three-col-img .large-image {
  height: 20rem;
  object-fit: cover;
}
/* line 18, ../sass/blocks/_style-three-columns.scss */
.three-columns .three-col-img .small-image {
  width: 100%;
  height: auto;
  max-width: 7rem;
}
/* line 24, ../sass/blocks/_style-three-columns.scss */
.three-columns .three-col-image.large-image-container {
  height: 20rem;
}
/* line 28, ../sass/blocks/_style-three-columns.scss */
.three-columns .three-col-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 550px) {
  /* line 35, ../sass/blocks/_style-three-columns.scss */
  .three-columns {
    background-color: #fffbf5;
  }
  /* line 37, ../sass/blocks/_style-three-columns.scss */
  .three-columns .grid-x.margin-bottom-64 {
    margin-bottom: 3.2rem;
  }
  /* line 39, ../sass/blocks/_style-three-columns.scss */
  .three-columns .grid-x.margin-bottom-64 .cell.text-center {
    text-align: left;
  }
  /* line 41, ../sass/blocks/_style-three-columns.scss */
  .three-columns .grid-x.margin-bottom-64 .cell.text-center p {
    margin-bottom: 0;
  }
  /* line 46, ../sass/blocks/_style-three-columns.scss */
  .three-columns .cell {
    text-align: center;
    margin-bottom: 3.2rem;
  }
  /* line 50, ../sass/blocks/_style-three-columns.scss */
  .three-columns .cell .three-col-content p {
    font-size: 1.4rem;
  }
  /* line 55, ../sass/blocks/_style-three-columns.scss */
  .three-columns .cell:last-child {
    margin-bottom: 0;
  }

  /* line 62, ../sass/blocks/_style-three-columns.scss */
  .about .three-columns .grid-x .cell {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 67, ../sass/blocks/_style-three-columns.scss */
  .about .three-columns .grid-x .cell p {
    margin-bottom: 3.2rem;
  }
  /* line 70, ../sass/blocks/_style-three-columns.scss */
  .about .three-columns .grid-x .cell p:last-child {
    margin-bottom: 0;
  }
}
/* line 1, ../sass/blocks/_style-two-col-one-image.scss */
section.two-col-one-img {
  margin-top: 0;
  margin-bottom: 0;
  padding: 6.4rem 0;
}
/* line 5, ../sass/blocks/_style-two-col-one-image.scss */
section.two-col-one-img .grid-x {
  display: flex;
  align-items: center;
}
/* line 7, ../sass/blocks/_style-two-col-one-image.scss */
section.two-col-one-img .grid-x .one-img-img {
  height: 37rem;
}
/* line 9, ../sass/blocks/_style-two-col-one-image.scss */
section.two-col-one-img .grid-x .one-img-img img {
  height: 37rem;
  width: 100%;
  object-fit: cover;
}
/* line 16, ../sass/blocks/_style-two-col-one-image.scss */
section.two-col-one-img .grid-x .one-img-content p:last-child {
  margin-bottom: 0;
}

/* line 22, ../sass/blocks/_style-two-col-one-image.scss */
section.two-col-one-img.rtl {
  direction: rtl;
}
/* line 24, ../sass/blocks/_style-two-col-one-image.scss */
section.two-col-one-img.rtl .one-img-content {
  direction: ltr;
}

@media (max-width: 64rem) {
  /* line 31, ../sass/blocks/_style-two-col-one-image.scss */
  section.two-col-one-img .grid-x .one-img-img {
    margin-bottom: 3.2rem;
    height: 27rem;
  }
  /* line 34, ../sass/blocks/_style-two-col-one-image.scss */
  section.two-col-one-img .grid-x .one-img-img img {
    width: 100%;
    height: 27rem;
    max-width: none;
  }
}
@media (max-width: 550px) {
  /* line 44, ../sass/blocks/_style-two-col-one-image.scss */
  section.two-col-one-img {
    padding: 4.8rem 0;
  }
  /* line 47, ../sass/blocks/_style-two-col-one-image.scss */
  section.two-col-one-img .grid-x .cell.margin-bottom-64.text-center {
    margin-bottom: 3.2rem;
  }
  /* line 49, ../sass/blocks/_style-two-col-one-image.scss */
  section.two-col-one-img .grid-x .cell.margin-bottom-64.text-center h3 {
    margin-bottom: 0;
  }
  /* line 55, ../sass/blocks/_style-two-col-one-image.scss */
  section.two-col-one-img .grid-x .cell .one-img-content h4 {
    font-size: 2.4rem;
  }
  /* line 58, ../sass/blocks/_style-two-col-one-image.scss */
  section.two-col-one-img .grid-x .cell .one-img-content ul,
  section.two-col-one-img .grid-x .cell .one-img-content p {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
  }
  /* line 63, ../sass/blocks/_style-two-col-one-image.scss */
  section.two-col-one-img .grid-x .cell .one-img-content p:last-child {
    margin-bottom: 0;
  }
  /* line 67, ../sass/blocks/_style-two-col-one-image.scss */
  section.two-col-one-img .grid-x .cell .one-img-img {
    height: 20rem;
    margin-bottom: 2.4rem;
  }
  /* line 70, ../sass/blocks/_style-two-col-one-image.scss */
  section.two-col-one-img .grid-x .cell .one-img-img img {
    height: 20rem;
    object-fit: cover;
    width: 100%;
  }
}
/* line 1, ../sass/blocks/_style-two-col-two-image.scss */
.two-col-two-img {
  background-color: #fffbf5;
  background-image: url(../img/bg-beige.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 12.8rem 0;
}
/* line 8, ../sass/blocks/_style-two-col-two-image.scss */
.two-col-two-img .grid-x {
  display: flex;
  align-items: center;
}
/* line 10, ../sass/blocks/_style-two-col-two-image.scss */
.two-col-two-img .grid-x .two-img-img {
  position: relative;
}
/* line 12, ../sass/blocks/_style-two-col-two-image.scss */
.two-col-two-img .grid-x .two-img-img .img-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 27rem;
  z-index: 1;
}
/* line 20, ../sass/blocks/_style-two-col-two-image.scss */
.two-col-two-img .grid-x .two-img-img .img-two {
  width: 100%;
  max-width: 37rem;
  float: right;
  margin-top: 4.8rem;
}

/* line 29, ../sass/blocks/_style-two-col-two-image.scss */
.two-col-two-img.ltr {
  direction: ltr;
}

/* line 32, ../sass/blocks/_style-two-col-two-image.scss */
.two-col-two-img.rtl {
  direction: rtl;
}
/* line 34, ../sass/blocks/_style-two-col-two-image.scss */
.two-col-two-img.rtl .two-img-content {
  direction: ltr;
}

@media (max-width: 1024px) {
  /* line 41, ../sass/blocks/_style-two-col-two-image.scss */
  .two-col-two-img .cell:first-child {
    margin-bottom: 4.8rem;
  }
  /* line 46, ../sass/blocks/_style-two-col-two-image.scss */
  .two-col-two-img .grid-x .two-img-img .img-one {
    max-width: 60%;
  }
  /* line 48, ../sass/blocks/_style-two-col-two-image.scss */
  .two-col-two-img .grid-x .two-img-img .img-one img {
    width: 100%;
  }
  /* line 52, ../sass/blocks/_style-two-col-two-image.scss */
  .two-col-two-img .grid-x .two-img-img .img-two {
    max-width: 80%;
  }
  /* line 54, ../sass/blocks/_style-two-col-two-image.scss */
  .two-col-two-img .grid-x .two-img-img .img-two img {
    width: 100%;
  }
}
@media (max-width: 550px) {
  /* line 63, ../sass/blocks/_style-two-col-two-image.scss */
  .two-col-two-img {
    padding: 0 0 4.8rem 0;
    background-image: none;
  }
  /* line 66, ../sass/blocks/_style-two-col-two-image.scss */
  .two-col-two-img .cell:first-child {
    margin-bottom: 3.2rem;
  }
  /* line 71, ../sass/blocks/_style-two-col-two-image.scss */
  .two-col-two-img .grid-x .two-img-img .img-one {
    max-width: 60%;
  }
  /* line 74, ../sass/blocks/_style-two-col-two-image.scss */
  .two-col-two-img .grid-x .two-img-img .img-two {
    max-width: 75%;
  }
  /* line 79, ../sass/blocks/_style-two-col-two-image.scss */
  .two-col-two-img .grid-x .two-img-content h2 {
    margin-top: 0;
  }
  /* line 82, ../sass/blocks/_style-two-col-two-image.scss */
  .two-col-two-img .grid-x .two-img-content p {
    font-size: 1.4rem;
  }
}
/* line 1, ../sass/blocks/_style-two-columns.scss */
section.two-columns {
  background-color: #fffbf5;
  padding: 12.8rem 0;
}
/* line 4, ../sass/blocks/_style-two-columns.scss */
section.two-columns ul {
  margin-left: 1.7rem;
}
/* line 6, ../sass/blocks/_style-two-columns.scss */
section.two-columns ul li {
  background-image: none;
  padding-left: 0;
  list-style-type: disc;
}
/* line 12, ../sass/blocks/_style-two-columns.scss */
section.two-columns h2 {
  margin-bottom: 2.4rem;
}
/* line 15, ../sass/blocks/_style-two-columns.scss */
section.two-columns p {
  margin-top: 0;
}
/* line 18, ../sass/blocks/_style-two-columns.scss */
section.two-columns .cell:first-child {
  padding-right: 1rem;
}
/* line 21, ../sass/blocks/_style-two-columns.scss */
section.two-columns .cell:last-child {
  padding-left: 1rem;
}

/* line 1, ../sass/blocks/_style-utility.scss */
section.utility {
  padding: 9.6rem 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
  background-image: url(../img/bg-white-cta.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 10, ../sass/blocks/_style-utility.scss */
section.utility .dropdown {
  display: flex;
  justify-content: center;
}
/* line 13, ../sass/blocks/_style-utility.scss */
section.utility .view-pdf {
  width: 100%;
}

/* line 17, ../sass/blocks/_style-utility.scss */
.util-beige {
  background-color: #fffbf5;
}

/* line 20, ../sass/blocks/_style-utility.scss */
.utility.background-image {
  background-image: url(../img/bg-white-cta.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* line 26, ../sass/blocks/_style-utility.scss */
.news-utility {
  background-color: #fff;
}

@media (max-width: 550px) {
  /* line 30, ../sass/blocks/_style-utility.scss */
  section.utility {
    background-image: none;
    padding: 4.8rem 0;
  }
  /* line 33, ../sass/blocks/_style-utility.scss */
  section.utility .btn-container {
    margin-top: 2.4rem;
  }
  /* line 36, ../sass/blocks/_style-utility.scss */
  section.utility p {
    font-size: 1.6rem;
  }

  /* line 41, ../sass/blocks/_style-utility.scss */
  .utility.background-image {
    background-image: none;
  }
}
/* line 1, ../sass/blocks/_style-article.scss */
.article-block {
  background-color: #fffbf5;
  background-image: url(../img/bg-beige.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 12.8rem 0;
}
/* line 8, ../sass/blocks/_style-article.scss */
.article-block h2 {
  margin-bottom: 0;
}
/* line 13, ../sass/blocks/_style-article.scss */
.article-block .news .cell .border {
  border-right: solid 1px #ccc;
  height: 100%;
  padding: 0 1.6rem;
}
/* line 17, ../sass/blocks/_style-article.scss */
.article-block .news .cell .border .postdata {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
/* line 20, ../sass/blocks/_style-article.scss */
.article-block .news .cell .border .postdata .post-day {
  font-family: americaBold;
  font-size: 4.8rem;
  color: #472b62;
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 0.8rem;
  line-height: 4.8rem;
}
/* line 30, ../sass/blocks/_style-article.scss */
.article-block .news .cell .border .postdata .post-month,
.article-block .news .cell .border .postdata .post-year {
  display: block;
  font-size: 1.8rem;
  color: #472b62;
}
/* line 37, ../sass/blocks/_style-article.scss */
.article-block .news .cell .border .postdata:after {
  content: '';
  display: block;
  clear: both;
}
/* line 43, ../sass/blocks/_style-article.scss */
.article-block .news .cell a {
  margin-left: 1.6rem;
}
/* line 48, ../sass/blocks/_style-article.scss */
.article-block .news .cell:last-child .border {
  border-right: 0;
}

@media (max-width: 550px) {
  /* line 55, ../sass/blocks/_style-article.scss */
  .article-block {
    padding: 4.8rem 0;
  }
  /* line 57, ../sass/blocks/_style-article.scss */
  .article-block .margin-bottom-64 {
    margin-bottom: 3.2rem;
  }
  /* line 59, ../sass/blocks/_style-article.scss */
  .article-block .margin-bottom-64 h2 {
    margin-bottom: 0;
  }
  /* line 63, ../sass/blocks/_style-article.scss */
  .article-block .margin-top-64 {
    margin-top: 0;
  }
  /* line 66, ../sass/blocks/_style-article.scss */
  .article-block .news.padding-bottom-32 {
    padding-bottom: 0;
  }
  /* line 70, ../sass/blocks/_style-article.scss */
  .article-block .news .cell {
    border-bottom: solid 1px #ccc;
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
  }
  /* line 74, ../sass/blocks/_style-article.scss */
  .article-block .news .cell .border {
    border-right: 0;
    padding: 0;
    height: auto;
    margin-bottom: 3.2rem;
  }
  /* line 80, ../sass/blocks/_style-article.scss */
  .article-block .news .cell a {
    margin-left: 0;
  }
}
/* line 1, ../sass/marvelandsnap/_alert.scss */
.alert {
  background-color: #472b62;
  color: white;
  display: none;
  position: relative;
  padding: 25px 0;
  width: 100%;
}
/* line 9, ../sass/marvelandsnap/_alert.scss */
.alert a {
  transition: unset;
}
/* line 13, ../sass/marvelandsnap/_alert.scss */
.alert__flex {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
/* line 21, ../sass/marvelandsnap/_alert.scss */
.alert__message {
  font-family: inherit;
  font-size: 14px;
  margin: auto 0;
}
/* line 26, ../sass/marvelandsnap/_alert.scss */
.alert__message--mobile {
  color: inherit;
  display: none;
  text-align: center;
  text-decoration: none;
}
/* line 34, ../sass/marvelandsnap/_alert.scss */
.alert__link {
  color: inherit;
  flex-shrink: 0;
  line-height: 1.3;
  margin-left: 30px;
}
/* line 41, ../sass/marvelandsnap/_alert.scss */
.alert__close {
  cursor: pointer;
  display: block;
  height: 32px;
  line-height: 0;
  padding: 10px;
  position: absolute;
  right: 8px;
  top: 21px;
  width: 32px;
}
/* line 52, ../sass/marvelandsnap/_alert.scss */
.alert__close img {
  height: 12px;
  width: 12px;
}
@media (max-width: 1249px) {
  /* line 1, ../sass/marvelandsnap/_alert.scss */
  .alert {
    padding-right: 48px;
  }
}
@media (max-width: 1024px) {
  /* line 1, ../sass/marvelandsnap/_alert.scss */
  .alert {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  /* line 68, ../sass/marvelandsnap/_alert.scss */
  .alert__message--desktop {
    display: none;
  }
  /* line 72, ../sass/marvelandsnap/_alert.scss */
  .alert__message--mobile {
    display: block;
  }
  /* line 77, ../sass/marvelandsnap/_alert.scss */
  .alert__link {
    display: none;
  }
  /* line 81, ../sass/marvelandsnap/_alert.scss */
  .alert__close {
    top: 8px;
  }
}

/* line 4, ../sass/marvelandsnap/_custom-checkbox.scss */
.custom-checkbox-svg {
  height: 1em;
  vertical-align: -.1em;
  width: 1em;
}
/* line 10, ../sass/marvelandsnap/_custom-checkbox.scss */
.custom-checkbox input[type="checkbox"] {
  display: none;
}
/* line 15, ../sass/marvelandsnap/_custom-checkbox.scss */
.custom-checkbox input[type="checkbox"]:not(:checked) ~ .custom-checkbox-svg .custom-checkbox-svg__inner {
  display: none;
}

/* line 3, ../sass/marvelandsnap/_resources.scss */
.resources-header {
  text-align: center;
}
/* line 6, ../sass/marvelandsnap/_resources.scss */
.resources-header h1 {
  margin-bottom: 1.6rem;
}
/* line 13, ../sass/marvelandsnap/_resources.scss */
.resources-subheader .selected-resources {
  color: #fb5b5a;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  margin-right: 2rem;
}
@media (max-width: 550px) {
  /* line 13, ../sass/marvelandsnap/_resources.scss */
  .resources-subheader .selected-resources {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
/* line 27, ../sass/marvelandsnap/_resources.scss */
.resources-search {
  margin: 0 auto;
  max-width: 370px;
  position: relative;
  width: 100%;
}
/* line 37, ../sass/marvelandsnap/_resources.scss */
.resources-search label {
  display: none;
}
/* line 41, ../sass/marvelandsnap/_resources.scss */
.resources-search input {
  background-color: white;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  font-size: 16px;
  padding: 15px 56px 15px 20px;
  width: 100%;
}
/* line 50, ../sass/marvelandsnap/_resources.scss */
.resources-search__submit {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 32px;
  line-height: 0;
  margin: -8px;
  padding: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-25%);
  width: 32px;
}
/* line 65, ../sass/marvelandsnap/_resources.scss */
.resources-search__submit img {
  height: 16px;
  width: 16px;
}
@media (max-width: 550px) {
  /* line 27, ../sass/marvelandsnap/_resources.scss */
  .resources-search {
    margin-top: 3.2rem;
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  /* line 77, ../sass/marvelandsnap/_resources.scss */
  .resources-subheader {
    flex-direction: column-reverse;
    margin-top: 3rem;
    text-align: center;
  }
  /* line 86, ../sass/marvelandsnap/_resources.scss */
  .resources-subheader > .cell:nth-child(1) {
    margin-top: 3rem;
  }
  /* line 89, ../sass/marvelandsnap/_resources.scss */
  .resources-subheader > .cell:nth-child(1) h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  /* line 77, ../sass/marvelandsnap/_resources.scss */
  .resources-subheader {
    margin-top: 46px;
  }
  /* line 101, ../sass/marvelandsnap/_resources.scss */
  .resources-subheader > .cell:nth-child(1) {
    display: flex;
  }
  /* line 104, ../sass/marvelandsnap/_resources.scss */
  .resources-subheader > .cell:nth-child(1) h2 {
    font-size: 3rem;
    margin: auto 0;
  }
  /* line 110, ../sass/marvelandsnap/_resources.scss */
  .resources-subheader > .cell:nth-child(2) {
    text-align: right;
  }
}
/* line 117, ../sass/marvelandsnap/_resources.scss */
.resources-filter {
  background-color: #472b62;
  padding: 65px 0 0;
  display: none;
}
/* line 122, ../sass/marvelandsnap/_resources.scss */
.resources-filter__mobile-header, .resources-filter__mobile-footer {
  display: none;
}
@media (max-width: 1024px) {
  /* line 122, ../sass/marvelandsnap/_resources.scss */
  .resources-filter__mobile-header, .resources-filter__mobile-footer {
    display: block;
  }
}
/* line 130, ../sass/marvelandsnap/_resources.scss */
.resources-filter__mobile-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 2rem;
}
/* line 134, ../sass/marvelandsnap/_resources.scss */
.resources-filter__mobile-header .flex {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
/* line 141, ../sass/marvelandsnap/_resources.scss */
.resources-filter__mobile-header .flex h3 {
  color: white;
  display: inline-block;
  font-family: sectraNormal;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}
/* line 152, ../sass/marvelandsnap/_resources.scss */
.resources-filter__mobile-footer {
  margin-top: 3rem;
}
/* line 156, ../sass/marvelandsnap/_resources.scss */
.resources-filter__toggle {
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  text-transform: unset;
}
/* line 164, ../sass/marvelandsnap/_resources.scss */
.resources-filter__toggle--desktop {
  background-color: #472b62;
  padding-left: 3rem;
  padding-right: 3rem;
}
/* line 169, ../sass/marvelandsnap/_resources.scss */
.resources-filter__toggle--desktop:hover {
  background-color: #fb5b5a;
}
/* line 173, ../sass/marvelandsnap/_resources.scss */
.resources-filter__toggle--desktop > img {
  height: .5em;
  margin-left: 2.5rem;
  transition: transform .2s ease;
  width: auto;
}
/* line 180, ../sass/marvelandsnap/_resources.scss */
.resources-filter__toggle--desktop.resources-filter__toggle--toggled {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 184, ../sass/marvelandsnap/_resources.scss */
.resources-filter__toggle--desktop.resources-filter__toggle--toggled > img {
  transform: rotate(180deg);
}
/* line 190, ../sass/marvelandsnap/_resources.scss */
.resources-filter__toggle--mobile {
  display: block;
}
/* line 193, ../sass/marvelandsnap/_resources.scss */
.resources-filter__toggle--mobile:not(.btn) {
  line-height: 0;
  padding: 1rem;
}
/* line 197, ../sass/marvelandsnap/_resources.scss */
.resources-filter__toggle--mobile:not(.btn) > svg {
  height: 16px;
  width: auto;
}
/* line 203, ../sass/marvelandsnap/_resources.scss */
.resources-filter__toggle--mobile.btn {
  background-color: #fb5b5a;
  padding: 1.8rem;
  width: 100%;
}
/* line 208, ../sass/marvelandsnap/_resources.scss */
.resources-filter__toggle--mobile.btn:hover {
  background-color: #fa4241;
}
/* line 215, ../sass/marvelandsnap/_resources.scss */
.resources-filter .filter {
  position: relative;
  z-index: 99;
}
/* line 219, ../sass/marvelandsnap/_resources.scss */
.resources-filter .filter__toggle {
  align-items: center;
  background-color: white;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  padding: 1.8rem;
  position: relative;
  text-align: left;
  text-transform: unset;
  width: 100%;
  z-index: 2;
}
/* line 233, ../sass/marvelandsnap/_resources.scss */
.resources-filter .filter__toggle > svg {
  height: .5em;
  margin-left: auto;
  transition: transform .2s ease;
  width: auto;
}
/* line 239, ../sass/marvelandsnap/_resources.scss */
.resources-filter .filter__toggle > svg path {
  fill: #0b102b;
}
/* line 244, ../sass/marvelandsnap/_resources.scss */
.resources-filter .filter__toggle--toggled {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 248, ../sass/marvelandsnap/_resources.scss */
.resources-filter .filter__toggle--toggled > svg {
  transform: rotate(180deg);
}
/* line 254, ../sass/marvelandsnap/_resources.scss */
.resources-filter .filter__dropdown {
  background-color: white;
  box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  padding: 1.8rem;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
}
/* line 265, ../sass/marvelandsnap/_resources.scss */
.resources-filter .filter__dropdown:before {
  background-color: #d8d8d8;
  content: '';
  display: block;
  height: 1px;
  left: 1.8rem;
  position: absolute;
  top: 0;
  width: calc(100% - 3.6rem);
}
/* line 276, ../sass/marvelandsnap/_resources.scss */
.resources-filter .filter__dropdown > label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
}
/* line 284, ../sass/marvelandsnap/_resources.scss */
.resources-filter .filter__dropdown > label > input {
  flex-shrink: 0;
  margin: .6rem 1rem 0 0;
}
/* line 289, ../sass/marvelandsnap/_resources.scss */
.resources-filter .filter__dropdown > label:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media (max-width: 1024px) {
  /* line 117, ../sass/marvelandsnap/_resources.scss */
  .resources-filter {
    display: block !important;
    height: 100% !important;
    left: 0;
    margin: 0 !important;
    overflow: auto;
    padding: 3rem 0 !important;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform .2s ease;
    width: 100% !important;
    z-index: 9999;
  }
  /* line 310, ../sass/marvelandsnap/_resources.scss */
  .resources-filter--expanded {
    transform: translateX(0);
  }
  /* line 314, ../sass/marvelandsnap/_resources.scss */
  .resources-filter .filter {
    margin-top: 3rem;
  }
  /* line 317, ../sass/marvelandsnap/_resources.scss */
  .resources-filter .filter__dropdown {
    position: relative;
  }
}
/* line 324, ../sass/marvelandsnap/_resources.scss */
.resources-tags {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 65px;
  padding: 1rem 0;
}
/* line 332, ../sass/marvelandsnap/_resources.scss */
.resources-tags .tag, .resources-tags__clear {
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}
/* line 339, ../sass/marvelandsnap/_resources.scss */
.resources-tags .tag {
  background-color: #fb5b5a;
  border-radius: 3px;
  margin-right: 1.5rem;
  overflow: hidden;
  padding: 1.25rem calc(37px + 1rem) 1.25rem 1rem;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 349, ../sass/marvelandsnap/_resources.scss */
.resources-tags .tag__remove {
  background-image: url("./../img/icons/icon-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: white;
  display: block;
  cursor: pointer;
  height: 37px;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
}
/* line 366, ../sass/marvelandsnap/_resources.scss */
.resources-tags__clear {
  cursor: pointer;
  display: none;
  font-family: inherit;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  /* line 324, ../sass/marvelandsnap/_resources.scss */
  .resources-tags {
    display: none;
  }
}
/* line 378, ../sass/marvelandsnap/_resources.scss */
.resources-summary {
  color: #3B3B3B;
  font-size: 14px;
}
/* line 385, ../sass/marvelandsnap/_resources.scss */
.resources-list__more {
  cursor: pointer;
}
/* line 388, ../sass/marvelandsnap/_resources.scss */
.resources-list__more--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
/* line 394, ../sass/marvelandsnap/_resources.scss */
.resources-list__no-results {
  text-align: center;
  margin: 0 auto;
  max-width: 770px;
}
/* line 399, ../sass/marvelandsnap/_resources.scss */
.resources-list__no-results h3 {
  font-family: sectraNormal;
  font-size: 20px;
  line-height: 32px;
}

/* line 408, ../sass/marvelandsnap/_resources.scss */
.resource-card {
  background-color: white;
  box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  position: relative;
}
@media (max-width: 550px) {
  /* line 408, ../sass/marvelandsnap/_resources.scss */
  .resource-card {
    padding: 1.5rem;
  }
}
/* line 420, ../sass/marvelandsnap/_resources.scss */
.resource-card__flex {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media (max-width: 550px) {
  /* line 420, ../sass/marvelandsnap/_resources.scss */
  .resource-card__flex {
    flex-direction: column;
  }
}
/* line 432, ../sass/marvelandsnap/_resources.scss */
.resource-card__thumbnail {
  display: block;
  flex-shrink: 0;
  margin-right: 3rem;
  width: 170px;
}
/* line 438, ../sass/marvelandsnap/_resources.scss */
.resource-card__thumbnail > img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
@media (max-width: 550px) {
  /* line 432, ../sass/marvelandsnap/_resources.scss */
  .resource-card__thumbnail {
    margin-bottom: 1.5rem;
    width: 100px;
  }
}
/* line 452, ../sass/marvelandsnap/_resources.scss */
.resource-card__details {
  flex-grow: 1;
  padding-top: 30px;
}
@media (max-width: 550px) {
  /* line 452, ../sass/marvelandsnap/_resources.scss */
  .resource-card__details {
    padding-top: 1rem;
  }
}
/* line 461, ../sass/marvelandsnap/_resources.scss */
.resource-card__meta {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -1rem;
  position: absolute;
  right: 16px;
  top: 16px;
}
@media (max-width: 550px) {
  /* line 461, ../sass/marvelandsnap/_resources.scss */
  .resource-card__meta {
    justify-content: space-between;
    margin-bottom: 1.5rem;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
}
/* line 482, ../sass/marvelandsnap/_resources.scss */
.resource-card__type, .resource-card__selector {
  margin-top: 1rem;
}
/* line 486, ../sass/marvelandsnap/_resources.scss */
.resource-card__type {
  background-color: #003F5C;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-left: 2rem;
  overflow: hidden;
  padding: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 500, ../sass/marvelandsnap/_resources.scss */
.resource-card__selector {
  color: #fb5b5a;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
}
/* line 506, ../sass/marvelandsnap/_resources.scss */
.resource-card__selector .custom-checkbox-svg {
  margin-left: .5em;
}
/* line 511, ../sass/marvelandsnap/_resources.scss */
.resource-card__year {
  color: #9A9A9A;
  display: block;
  font-size: 14px;
  margin-bottom: 11px;
}
/* line 518, ../sass/marvelandsnap/_resources.scss */
.resource-card__title {
  font-family: sectraNormal;
  font-size: 20px;
  line-height: 32px;
}
/* line 524, ../sass/marvelandsnap/_resources.scss */
.resource-card__authors {
  font-size: 14px;
}
/* line 528, ../sass/marvelandsnap/_resources.scss */
.resource-card--featured {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 12px !important;
}
/* line 534, ../sass/marvelandsnap/_resources.scss */
.resource-card--featured .resource-card__year {
  color: #0b102b;
}
/* line 538, ../sass/marvelandsnap/_resources.scss */
.resource-card--featured .resource-card__authors {
  margin-top: auto;
  padding-top: 1.5rem;
}
/* line 546, ../sass/marvelandsnap/_resources.scss */
.resource-card:not(.resource-card--featured) .resource-card__authors {
  border-top: 1px solid #d8d8d8;
  margin-top: 2rem;
  padding-top: 2.5rem;
}

/* line 554, ../sass/marvelandsnap/_resources.scss */
#featured-resources, #all-resources {
  margin-top: 46px;
}

/* line 560, ../sass/marvelandsnap/_resources.scss */
#featured-resources .grid-margin-x {
  margin-bottom: -3rem;
}
/* line 564, ../sass/marvelandsnap/_resources.scss */
#featured-resources .cell {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  /* line 558, ../sass/marvelandsnap/_resources.scss */
  #featured-resources {
    margin-top: 3rem;
  }
}

/* line 575, ../sass/marvelandsnap/_resources.scss */
#all-resources .resource-card {
  margin-bottom: 3rem;
}

/* line 3, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource {
  color: #3B3B3B;
  margin: 60px -1.5rem 0;
}
/* line 9, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__back img {
  height: .8em;
  margin-right: .6em;
  vertical-align: -.1em;
  width: auto;
}
/* line 17, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__thumbnail {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  /* line 17, ../sass/marvelandsnap/_single-resource.scss */
  body.single-resource .resource__thumbnail {
    margin-bottom: 0;
    margin-top: 3.2rem;
    order: 3;
  }
}
/* line 27, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__sharing {
  display: flex;
  margin-bottom: 3.2rem;
}
/* line 31, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__sharing > span, body.single-resource .resource__sharing .addtoany_shortcode {
  white-space: nowrap;
}
/* line 35, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__sharing .addtoany_shortcode {
  line-height: 18px;
}
/* line 38, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__sharing .addtoany_shortcode a {
  margin-left: .75rem;
}
/* line 41, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__sharing .addtoany_shortcode a img {
  filter: invert(16%) sepia(92%) saturate(1253%) hue-rotate(171deg) brightness(73%) contrast(103%);
}
/* line 48, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__details {
  font-size: 14px;
}
@media (max-width: 1024px) {
  /* line 48, ../sass/marvelandsnap/_single-resource.scss */
  body.single-resource .resource__details {
    margin-top: 3.2rem;
    order: 2;
  }
}
/* line 57, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}
/* line 63, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__year, body.single-resource .resource__languages, body.single-resource .resource__authors {
  margin: .3rem 0;
}
/* line 67, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__description {
  margin-top: 15px;
}
@media (max-width: 1024px) {
  /* line 71, ../sass/marvelandsnap/_single-resource.scss */
  body.single-resource .resource__sidebar {
    order: 1;
  }
}
/* line 78, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__meta {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 86, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__type, body.single-resource .resource__selector {
  margin-bottom: 16px;
}
/* line 90, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__type {
  background-color: #003F5C;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-left: .75rem;
  overflow: hidden;
  padding: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 104, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__selector {
  color: #fb5b5a;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
}
/* line 110, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__selector .custom-checkbox-svg {
  margin-left: .5em;
}
/* line 117, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__files .files {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
/* line 124, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__files .files__toggle {
  align-items: center;
  background-color: white;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  padding: 1.8rem;
  position: relative;
  text-align: left;
  text-transform: unset;
  width: 100%;
  z-index: 2;
}
/* line 138, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__files .files__toggle > svg {
  height: .5em;
  margin-left: auto;
  transition: transform .2s ease;
  width: auto;
}
/* line 144, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__files .files__toggle > svg path {
  fill: #0b102b;
}
/* line 149, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__files .files__toggle--toggled {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 153, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__files .files__toggle--toggled > svg {
  transform: rotate(180deg);
}
/* line 159, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__files .files__selected {
  margin-left: .5em;
}
/* line 163, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__files .files__dropdown {
  background-color: white;
  display: none;
  left: 0;
  padding: 1.8rem;
  position: relative;
  top: 100%;
  width: 100%;
  z-index: 1;
}
/* line 173, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__files .files__dropdown:before {
  background-color: #d8d8d8;
  content: '';
  display: block;
  height: 1px;
  left: 1.8rem;
  position: absolute;
  top: 0;
  width: calc(100% - 3.6rem);
}
/* line 184, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__files .files__dropdown > label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
}
/* line 192, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__files .files__dropdown > label > input {
  flex-shrink: 0;
  margin: .6rem 1rem 0 0;
}
/* line 197, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__files .files__dropdown > label:nth-child(n+2) {
  margin-top: 1.5rem;
}
/* line 203, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__files .files__download {
  background-color: #472b62;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin-top: 16px;
}
/* line 210, ../sass/marvelandsnap/_single-resource.scss */
body.single-resource .resource__files .files__download:hover {
  background-color: #fb5b5a;
}

/* line 5, ../sass/marvelandsnap/_template-selected-resources.scss */
body.page-template-template-selected-resources .resources-header .grid-x {
  align-items: center;
}
/* line 11, ../sass/marvelandsnap/_template-selected-resources.scss */
body.page-template-template-selected-resources .resources-header .cell:nth-child(1) {
  text-align: left;
}
/* line 15, ../sass/marvelandsnap/_template-selected-resources.scss */
body.page-template-template-selected-resources .resources-header .cell:nth-child(3) {
  text-align: right;
}
@media (max-width: 1024px) {
  /* line 21, ../sass/marvelandsnap/_template-selected-resources.scss */
  body.page-template-template-selected-resources .resources-header .cell:nth-child(1) {
    order: 2;
  }
  /* line 25, ../sass/marvelandsnap/_template-selected-resources.scss */
  body.page-template-template-selected-resources .resources-header .cell:nth-child(2) {
    order: 1;
  }
  /* line 29, ../sass/marvelandsnap/_template-selected-resources.scss */
  body.page-template-template-selected-resources .resources-header .cell:nth-child(3) {
    order: 3;
  }
}
/* line 37, ../sass/marvelandsnap/_template-selected-resources.scss */
body.page-template-template-selected-resources .resources-header__back img {
  height: .8em;
  margin-right: .6em;
  vertical-align: -.1em;
  width: auto;
}
/* line 45, ../sass/marvelandsnap/_template-selected-resources.scss */
body.page-template-template-selected-resources .resources-header__clear-all {
  cursor: pointer;
}
/* line 48, ../sass/marvelandsnap/_template-selected-resources.scss */
body.page-template-template-selected-resources .resources-header__clear-all svg {
  height: 12px;
  margin-right: .6em;
  width: 12px;
}
/* line 53, ../sass/marvelandsnap/_template-selected-resources.scss */
body.page-template-template-selected-resources .resources-header__clear-all svg path {
  fill: #472b62;
}
/* line 58, ../sass/marvelandsnap/_template-selected-resources.scss */
body.page-template-template-selected-resources .resources-header__clear-all > span {
  text-decoration: underline;
}
/* line 62, ../sass/marvelandsnap/_template-selected-resources.scss */
body.page-template-template-selected-resources .resources-header__clear-all:hover > span {
  text-decoration: none;
}

/* line 1, ../sass/marvelandsnap/_embed.scss */
.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
}
/* line 5, ../sass/marvelandsnap/_embed.scss */
.embed-responsive-item {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 3, ../sass/marvelandsnap/_search.scss */
.search-toggle {
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 0;
  margin: -8px;
  padding: 8px;
  transform: translateY(-1px);
  width: 32px;
}
/* line 13, ../sass/marvelandsnap/_search.scss */
.search-toggle img {
  height: 16px;
  width: 16px;
}
/* line 18, ../sass/marvelandsnap/_search.scss */
.search-toggle--desktop {
  margin-left: 32px;
}
/* line 22, ../sass/marvelandsnap/_search.scss */
.search-toggle--mobile {
  margin-right: 5px;
}
/* line 27, ../sass/marvelandsnap/_search.scss */
.search-modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
/* line 36, ../sass/marvelandsnap/_search.scss */
.search-modal__underlay {
  align-items: center;
  background-color: rgba(11, 16, 43, 0.8);
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 48, ../sass/marvelandsnap/_search.scss */
.search-modal__underlay > .grid-container {
  height: 100%;
  max-height: 500px;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  width: 100%;
}
/* line 57, ../sass/marvelandsnap/_search.scss */
.search-modal__content {
  background-image: url("/wp-content/themes/voluntaryprinciples2019/img/search-modal-background.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  background-color: #fdfcfa;
  border-radius: 3px;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  padding: 60px;
  width: 100%;
}
/* line 74, ../sass/marvelandsnap/_search.scss */
.search-modal__close {
  cursor: pointer;
  display: block;
  height: 32px;
  line-height: 0;
  padding: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
}
/* line 85, ../sass/marvelandsnap/_search.scss */
.search-modal__close svg {
  height: 12px;
  width: 12px;
}
/* line 89, ../sass/marvelandsnap/_search.scss */
.search-modal__close svg path {
  fill: #0B102B;
}
/* line 95, ../sass/marvelandsnap/_search.scss */
.search-modal form {
  max-width: 470px;
  position: relative;
  width: 100%;
}
/* line 101, ../sass/marvelandsnap/_search.scss */
.search-modal label[for="search-modal__terms"] {
  display: none;
}
/* line 105, ../sass/marvelandsnap/_search.scss */
.search-modal #search-modal__terms {
  background-color: white;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  font-size: 16px;
  padding: 15px 56px 15px 20px;
  width: 100%;
}
/* line 114, ../sass/marvelandsnap/_search.scss */
.search-modal__submit {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 32px;
  line-height: 0;
  margin: -8px;
  padding: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-25%);
  width: 32px;
}
/* line 129, ../sass/marvelandsnap/_search.scss */
.search-modal__submit img {
  height: 16px;
  width: 16px;
}
/* line 139, ../sass/marvelandsnap/_search.scss */
.search .results-summary {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  /* line 139, ../sass/marvelandsnap/_search.scss */
  .search .results-summary {
    margin-bottom: 30px;
  }
}
/* line 147, ../sass/marvelandsnap/_search.scss */
.search .results-nav {
  margin-top: 19px;
}
/* line 150, ../sass/marvelandsnap/_search.scss */
.search .results-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 155, ../sass/marvelandsnap/_search.scss */
.search .results-nav ul > li {
  background-image: unset;
  padding: 0;
}
@media (max-width: 1024px) {
  /* line 147, ../sass/marvelandsnap/_search.scss */
  .search .results-nav {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
/* line 167, ../sass/marvelandsnap/_search.scss */
.search .results-divider {
  border: none;
  border-top: 1px solid #d8d8d8;
  margin: 30px 0 60px;
}
/* line 173, ../sass/marvelandsnap/_search.scss */
.search .results__heading {
  margin-bottom: 25px;
}
/* line 177, ../sass/marvelandsnap/_search.scss */
.search .results__more {
  margin-top: 40px;
  cursor: pointer;
}
/* line 181, ../sass/marvelandsnap/_search.scss */
.search .results__more--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
/* line 189, ../sass/marvelandsnap/_search.scss */
.search .results--keyword ul, .search .results--initiative-documents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 195, ../sass/marvelandsnap/_search.scss */
.search .results--keyword .result, .search .results--initiative-documents .result {
  background-image: unset;
  margin: 0;
  padding-left: 0;
}
/* line 200, ../sass/marvelandsnap/_search.scss */
.search .results--keyword .result:nth-child(n+2), .search .results--initiative-documents .result:nth-child(n+2) {
  margin-top: 25px;
}
/* line 204, ../sass/marvelandsnap/_search.scss */
.search .results--keyword .result__title, .search .results--initiative-documents .result__title {
  font-family: inherit;
  font-size: 20px;
  font-weight: inherit;
  line-height: 30px;
  margin-bottom: 10px;
}
/* line 212, ../sass/marvelandsnap/_search.scss */
.search .results--keyword .result__excerpt, .search .results--initiative-documents .result__excerpt {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  /* line 222, ../sass/marvelandsnap/_search.scss */
  .search .results--keyword .grid-x {
    flex-direction: column-reverse;
  }
}
/* line 230, ../sass/marvelandsnap/_search.scss */
.search .results--news .results__list {
  margin: 0 -1.5rem -3rem !important;
}
/* line 233, ../sass/marvelandsnap/_search.scss */
.search .results--news .results__list .news-item {
  margin-bottom: 3rem;
}
/* line 243, ../sass/marvelandsnap/_search.scss */
.search .results--resources .resource-card:nth-child(n+2) {
  margin-top: 3rem;
}

/* line 3, ../sass/marvelandsnap/blocks/_call-to-action.scss */
.call-to-action-block .call-to-action {
  color: white;
  padding: 40px 0;
}
/* line 7, ../sass/marvelandsnap/blocks/_call-to-action.scss */
.call-to-action-block .call-to-action__flex {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
/* line 14, ../sass/marvelandsnap/blocks/_call-to-action.scss */
.call-to-action-block .call-to-action__heading, .call-to-action-block .call-to-action__button {
  flex-shrink: 0;
}
/* line 20, ../sass/marvelandsnap/blocks/_call-to-action.scss */
.call-to-action-block .call-to-action__heading h2 {
  font-size: 30px;
}
/* line 25, ../sass/marvelandsnap/blocks/_call-to-action.scss */
.call-to-action-block .call-to-action__content {
  font-size: 14px;
}
/* line 29, ../sass/marvelandsnap/blocks/_call-to-action.scss */
.call-to-action-block .call-to-action .btn {
  background-color: white;
}
/* line 32, ../sass/marvelandsnap/blocks/_call-to-action.scss */
.call-to-action-block .call-to-action .btn:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
/* line 36, ../sass/marvelandsnap/blocks/_call-to-action.scss */
.call-to-action-block .call-to-action .btn:active {
  background-color: white;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
/* line 42, ../sass/marvelandsnap/blocks/_call-to-action.scss */
.call-to-action-block .call-to-action--blue {
  background-color: #0e0d2a;
}
/* line 45, ../sass/marvelandsnap/blocks/_call-to-action.scss */
.call-to-action-block .call-to-action--blue .btn {
  color: #0e0d2a;
}
/* line 50, ../sass/marvelandsnap/blocks/_call-to-action.scss */
.call-to-action-block .call-to-action--purple {
  background-color: #472b62;
}
/* line 53, ../sass/marvelandsnap/blocks/_call-to-action.scss */
.call-to-action-block .call-to-action--purple .btn {
  color: #472b62;
}
/* line 58, ../sass/marvelandsnap/blocks/_call-to-action.scss */
.call-to-action-block .call-to-action--red {
  background-color: #fb5b5a;
}
/* line 61, ../sass/marvelandsnap/blocks/_call-to-action.scss */
.call-to-action-block .call-to-action--red .btn {
  color: #fb5b5a;
}
@media (max-width: 1024px) {
  /* line 3, ../sass/marvelandsnap/blocks/_call-to-action.scss */
  .call-to-action-block .call-to-action {
    text-align: center;
  }
  /* line 69, ../sass/marvelandsnap/blocks/_call-to-action.scss */
  .call-to-action-block .call-to-action .grid-container {
    display: flex;
    justify-content: center;
  }
  /* line 74, ../sass/marvelandsnap/blocks/_call-to-action.scss */
  .call-to-action-block .call-to-action__flex {
    align-items: center;
    flex-direction: column;
    max-width: 768px;
  }
}
@media (min-width: 1025px) {
  /* line 83, ../sass/marvelandsnap/blocks/_call-to-action.scss */
  .call-to-action-block .call-to-action__flex {
    margin: 0 -20px -30px;
  }
  /* line 87, ../sass/marvelandsnap/blocks/_call-to-action.scss */
  .call-to-action-block .call-to-action__heading, .call-to-action-block .call-to-action__content, .call-to-action-block .call-to-action__button {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  /* line 91, ../sass/marvelandsnap/blocks/_call-to-action.scss */
  .call-to-action-block .call-to-action__heading > :last-child, .call-to-action-block .call-to-action__content > :last-child, .call-to-action-block .call-to-action__button > :last-child {
    margin-bottom: 0;
  }
}

/* print styles */
@media print {
  /* line 3, ../sass/imports/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 12, ../sass/imports/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 17, ../sass/imports/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 21, ../sass/imports/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 25, ../sass/imports/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 30, ../sass/imports/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 36, ../sass/imports/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 40, ../sass/imports/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 45, ../sass/imports/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 49, ../sass/imports/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 56, ../sass/imports/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=style.css.map?ver=1.3 */
