@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("//hello.myfonts.net/count/33a902");
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

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

/* Imports from node_modules
See https://stackoverflow.com/questions/7111610/import-regular-css-file-in-scss-file
for more information on how to import plain CSS files from node_modules (or any other
directories) */
.autocomplete {
  background: white;
  z-index: 1000;
  font: 14px/22px "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(50, 50, 50, 0.6); }

.autocomplete * {
  font: inherit; }

.autocomplete > div {
  padding: 0 4px; }

.autocomplete .group {
  background: #eee; }

.autocomplete > div:hover:not(.group),
.autocomplete > div.selected {
  background: #81ca91;
  cursor: pointer; }

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

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

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

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

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

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

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&mobile=26.25em&smedium=37.5em&medium=48.8125em&large=66.9375em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Sans-Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #eef1f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 48.8125em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 48.8125em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 26.25em) {
  .mobile-1 {
    width: 8.33333%; }
  .mobile-push-1 {
    position: relative;
    left: 8.33333%; }
  .mobile-pull-1 {
    position: relative;
    left: -8.33333%; }
  .mobile-offset-0 {
    margin-left: 0%; }
  .mobile-2 {
    width: 16.66667%; }
  .mobile-push-2 {
    position: relative;
    left: 16.66667%; }
  .mobile-pull-2 {
    position: relative;
    left: -16.66667%; }
  .mobile-offset-1 {
    margin-left: 8.33333%; }
  .mobile-3 {
    width: 25%; }
  .mobile-push-3 {
    position: relative;
    left: 25%; }
  .mobile-pull-3 {
    position: relative;
    left: -25%; }
  .mobile-offset-2 {
    margin-left: 16.66667%; }
  .mobile-4 {
    width: 33.33333%; }
  .mobile-push-4 {
    position: relative;
    left: 33.33333%; }
  .mobile-pull-4 {
    position: relative;
    left: -33.33333%; }
  .mobile-offset-3 {
    margin-left: 25%; }
  .mobile-5 {
    width: 41.66667%; }
  .mobile-push-5 {
    position: relative;
    left: 41.66667%; }
  .mobile-pull-5 {
    position: relative;
    left: -41.66667%; }
  .mobile-offset-4 {
    margin-left: 33.33333%; }
  .mobile-6 {
    width: 50%; }
  .mobile-push-6 {
    position: relative;
    left: 50%; }
  .mobile-pull-6 {
    position: relative;
    left: -50%; }
  .mobile-offset-5 {
    margin-left: 41.66667%; }
  .mobile-7 {
    width: 58.33333%; }
  .mobile-push-7 {
    position: relative;
    left: 58.33333%; }
  .mobile-pull-7 {
    position: relative;
    left: -58.33333%; }
  .mobile-offset-6 {
    margin-left: 50%; }
  .mobile-8 {
    width: 66.66667%; }
  .mobile-push-8 {
    position: relative;
    left: 66.66667%; }
  .mobile-pull-8 {
    position: relative;
    left: -66.66667%; }
  .mobile-offset-7 {
    margin-left: 58.33333%; }
  .mobile-9 {
    width: 75%; }
  .mobile-push-9 {
    position: relative;
    left: 75%; }
  .mobile-pull-9 {
    position: relative;
    left: -75%; }
  .mobile-offset-8 {
    margin-left: 66.66667%; }
  .mobile-10 {
    width: 83.33333%; }
  .mobile-push-10 {
    position: relative;
    left: 83.33333%; }
  .mobile-pull-10 {
    position: relative;
    left: -83.33333%; }
  .mobile-offset-9 {
    margin-left: 75%; }
  .mobile-11 {
    width: 91.66667%; }
  .mobile-push-11 {
    position: relative;
    left: 91.66667%; }
  .mobile-pull-11 {
    position: relative;
    left: -91.66667%; }
  .mobile-offset-10 {
    margin-left: 83.33333%; }
  .mobile-12 {
    width: 100%; }
  .mobile-offset-11 {
    margin-left: 91.66667%; }
  .mobile-up-1 > .column, .mobile-up-1 > .columns {
    width: 100%;
    float: left; }
    .mobile-up-1 > .column:nth-of-type(1n), .mobile-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-1 > .column:nth-of-type(1n+1), .mobile-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .mobile-up-1 > .column:last-child, .mobile-up-1 > .columns:last-child {
      float: left; }
  .mobile-up-2 > .column, .mobile-up-2 > .columns {
    width: 50%;
    float: left; }
    .mobile-up-2 > .column:nth-of-type(1n), .mobile-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-2 > .column:nth-of-type(2n+1), .mobile-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .mobile-up-2 > .column:last-child, .mobile-up-2 > .columns:last-child {
      float: left; }
  .mobile-up-3 > .column, .mobile-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .mobile-up-3 > .column:nth-of-type(1n), .mobile-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-3 > .column:nth-of-type(3n+1), .mobile-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .mobile-up-3 > .column:last-child, .mobile-up-3 > .columns:last-child {
      float: left; }
  .mobile-up-4 > .column, .mobile-up-4 > .columns {
    width: 25%;
    float: left; }
    .mobile-up-4 > .column:nth-of-type(1n), .mobile-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-4 > .column:nth-of-type(4n+1), .mobile-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .mobile-up-4 > .column:last-child, .mobile-up-4 > .columns:last-child {
      float: left; }
  .mobile-up-5 > .column, .mobile-up-5 > .columns {
    width: 20%;
    float: left; }
    .mobile-up-5 > .column:nth-of-type(1n), .mobile-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-5 > .column:nth-of-type(5n+1), .mobile-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .mobile-up-5 > .column:last-child, .mobile-up-5 > .columns:last-child {
      float: left; }
  .mobile-up-6 > .column, .mobile-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .mobile-up-6 > .column:nth-of-type(1n), .mobile-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-6 > .column:nth-of-type(6n+1), .mobile-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .mobile-up-6 > .column:last-child, .mobile-up-6 > .columns:last-child {
      float: left; }
  .mobile-up-7 > .column, .mobile-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .mobile-up-7 > .column:nth-of-type(1n), .mobile-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-7 > .column:nth-of-type(7n+1), .mobile-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .mobile-up-7 > .column:last-child, .mobile-up-7 > .columns:last-child {
      float: left; }
  .mobile-up-8 > .column, .mobile-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .mobile-up-8 > .column:nth-of-type(1n), .mobile-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-8 > .column:nth-of-type(8n+1), .mobile-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .mobile-up-8 > .column:last-child, .mobile-up-8 > .columns:last-child {
      float: left; }
  .mobile-collapse > .column, .mobile-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .mobile-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .mobile-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .mobile-uncollapse > .column, .mobile-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .mobile-centered {
    margin-left: auto;
    margin-right: auto; }
    .mobile-centered, .mobile-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .mobile-uncentered,
  .mobile-push-0,
  .mobile-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 48.8125em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 37.5em) {
  .smedium-1 {
    width: 8.33333%; }
  .smedium-push-1 {
    position: relative;
    left: 8.33333%; }
  .smedium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .smedium-offset-0 {
    margin-left: 0%; }
  .smedium-2 {
    width: 16.66667%; }
  .smedium-push-2 {
    position: relative;
    left: 16.66667%; }
  .smedium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .smedium-offset-1 {
    margin-left: 8.33333%; }
  .smedium-3 {
    width: 25%; }
  .smedium-push-3 {
    position: relative;
    left: 25%; }
  .smedium-pull-3 {
    position: relative;
    left: -25%; }
  .smedium-offset-2 {
    margin-left: 16.66667%; }
  .smedium-4 {
    width: 33.33333%; }
  .smedium-push-4 {
    position: relative;
    left: 33.33333%; }
  .smedium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .smedium-offset-3 {
    margin-left: 25%; }
  .smedium-5 {
    width: 41.66667%; }
  .smedium-push-5 {
    position: relative;
    left: 41.66667%; }
  .smedium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .smedium-offset-4 {
    margin-left: 33.33333%; }
  .smedium-6 {
    width: 50%; }
  .smedium-push-6 {
    position: relative;
    left: 50%; }
  .smedium-pull-6 {
    position: relative;
    left: -50%; }
  .smedium-offset-5 {
    margin-left: 41.66667%; }
  .smedium-7 {
    width: 58.33333%; }
  .smedium-push-7 {
    position: relative;
    left: 58.33333%; }
  .smedium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .smedium-offset-6 {
    margin-left: 50%; }
  .smedium-8 {
    width: 66.66667%; }
  .smedium-push-8 {
    position: relative;
    left: 66.66667%; }
  .smedium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .smedium-offset-7 {
    margin-left: 58.33333%; }
  .smedium-9 {
    width: 75%; }
  .smedium-push-9 {
    position: relative;
    left: 75%; }
  .smedium-pull-9 {
    position: relative;
    left: -75%; }
  .smedium-offset-8 {
    margin-left: 66.66667%; }
  .smedium-10 {
    width: 83.33333%; }
  .smedium-push-10 {
    position: relative;
    left: 83.33333%; }
  .smedium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .smedium-offset-9 {
    margin-left: 75%; }
  .smedium-11 {
    width: 91.66667%; }
  .smedium-push-11 {
    position: relative;
    left: 91.66667%; }
  .smedium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .smedium-offset-10 {
    margin-left: 83.33333%; }
  .smedium-12 {
    width: 100%; }
  .smedium-offset-11 {
    margin-left: 91.66667%; }
  .smedium-up-1 > .column, .smedium-up-1 > .columns {
    width: 100%;
    float: left; }
    .smedium-up-1 > .column:nth-of-type(1n), .smedium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .smedium-up-1 > .column:nth-of-type(1n+1), .smedium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .smedium-up-1 > .column:last-child, .smedium-up-1 > .columns:last-child {
      float: left; }
  .smedium-up-2 > .column, .smedium-up-2 > .columns {
    width: 50%;
    float: left; }
    .smedium-up-2 > .column:nth-of-type(1n), .smedium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .smedium-up-2 > .column:nth-of-type(2n+1), .smedium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .smedium-up-2 > .column:last-child, .smedium-up-2 > .columns:last-child {
      float: left; }
  .smedium-up-3 > .column, .smedium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .smedium-up-3 > .column:nth-of-type(1n), .smedium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .smedium-up-3 > .column:nth-of-type(3n+1), .smedium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .smedium-up-3 > .column:last-child, .smedium-up-3 > .columns:last-child {
      float: left; }
  .smedium-up-4 > .column, .smedium-up-4 > .columns {
    width: 25%;
    float: left; }
    .smedium-up-4 > .column:nth-of-type(1n), .smedium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .smedium-up-4 > .column:nth-of-type(4n+1), .smedium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .smedium-up-4 > .column:last-child, .smedium-up-4 > .columns:last-child {
      float: left; }
  .smedium-up-5 > .column, .smedium-up-5 > .columns {
    width: 20%;
    float: left; }
    .smedium-up-5 > .column:nth-of-type(1n), .smedium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .smedium-up-5 > .column:nth-of-type(5n+1), .smedium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .smedium-up-5 > .column:last-child, .smedium-up-5 > .columns:last-child {
      float: left; }
  .smedium-up-6 > .column, .smedium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .smedium-up-6 > .column:nth-of-type(1n), .smedium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .smedium-up-6 > .column:nth-of-type(6n+1), .smedium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .smedium-up-6 > .column:last-child, .smedium-up-6 > .columns:last-child {
      float: left; }
  .smedium-up-7 > .column, .smedium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .smedium-up-7 > .column:nth-of-type(1n), .smedium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .smedium-up-7 > .column:nth-of-type(7n+1), .smedium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .smedium-up-7 > .column:last-child, .smedium-up-7 > .columns:last-child {
      float: left; }
  .smedium-up-8 > .column, .smedium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .smedium-up-8 > .column:nth-of-type(1n), .smedium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .smedium-up-8 > .column:nth-of-type(8n+1), .smedium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .smedium-up-8 > .column:last-child, .smedium-up-8 > .columns:last-child {
      float: left; }
  .smedium-collapse > .column, .smedium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .smedium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .smedium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .smedium-uncollapse > .column, .smedium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .smedium-centered {
    margin-left: auto;
    margin-right: auto; }
    .smedium-centered, .smedium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .smedium-uncentered,
  .smedium-push-0,
  .smedium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 66.9375em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xxlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sans-Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 48.8125em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #858585;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #858585;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

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

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 26.25em) {
  .mobile-text-left {
    text-align: left; }
  .mobile-text-right {
    text-align: right; }
  .mobile-text-center {
    text-align: center; }
  .mobile-text-justify {
    text-align: justify; } }

@media screen and (min-width: 48.8125em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 37.5em) {
  .smedium-text-left {
    text-align: left; }
  .smedium-text-right {
    text-align: right; }
  .smedium-text-center {
    text-align: center; }
  .smedium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 66.9375em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2199e8;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #858585;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #858585;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #eef1f2;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #858585;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border: 1px solid #858585;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #858585; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #858585; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #858585;
  border-bottom: 0;
  background-color: #fefefe;
  color: #2199e8; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #858585; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 48.8125em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 66.9375em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 26.1875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 26.25em) {
  .dropdown.menu.mobile-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.mobile-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.mobile-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.mobile-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.mobile-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.mobile-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.mobile-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.mobile-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.mobile-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.mobile-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 48.8125em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 37.5em) {
  .dropdown.menu.smedium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.smedium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.smedium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.smedium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.smedium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.smedium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.smedium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.smedium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.smedium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.smedium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 66.9375em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 26.1875em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 26.25em) {
    .menu.mobile-horizontal > li {
      display: table-cell; }
    .menu.mobile-vertical > li {
      display: block; } }
  @media screen and (min-width: 48.8125em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 37.5em) {
    .menu.smedium-horizontal > li {
      display: table-cell; }
    .menu.smedium-vertical > li {
      display: block; } }
  @media screen and (min-width: 66.9375em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #121212; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 48.8125em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #858585; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 48.8125em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 48.8125em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 48.8125em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 48.8125em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 48.8125em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 48.8125em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 26.1875em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 66.875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #858585; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #858585; }

.tabs-content {
  background: #fefefe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #858585;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #858585;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
            box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #fefefe; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 48.8125em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 37.4375em) {
    .top-bar.stacked-for-mobile .top-bar-left,
    .top-bar.stacked-for-mobile .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 66.875em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 48.75em) {
    .top-bar.stacked-for-smedium .top-bar-left,
    .top-bar.stacked-for-smedium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 26.1875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 26.25em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 26.25em) {
  .hide-for-mobile {
    display: none !important; } }

@media screen and (max-width: 26.1875em) {
  .show-for-mobile {
    display: none !important; } }

@media screen and (min-width: 26.25em) and (max-width: 37.4375em) {
  .hide-for-mobile-only {
    display: none !important; } }

@media screen and (max-width: 26.1875em), screen and (min-width: 37.5em) {
  .show-for-mobile-only {
    display: none !important; } }

@media screen and (min-width: 48.8125em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 48.75em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48.8125em) and (max-width: 66.875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 48.75em), screen and (min-width: 66.9375em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 37.5em) {
  .hide-for-smedium {
    display: none !important; } }

@media screen and (max-width: 37.4375em) {
  .show-for-smedium {
    display: none !important; } }

@media screen and (min-width: 37.5em) and (max-width: 48.75em) {
  .hide-for-smedium-only {
    display: none !important; } }

@media screen and (max-width: 37.4375em), screen and (min-width: 48.8125em) {
  .show-for-smedium-only {
    display: none !important; } }

@media screen and (min-width: 66.9375em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 66.875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 66.9375em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 66.875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clearfix::after {
  clear: both; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #545454;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #545454, 0 14px 0 #545454;
            box-shadow: 0 7px 0 #545454, 0 14px 0 #545454; }
  .menu-icon:hover::after {
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
.sidebar {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .sidebar h6 {
    color: #192834;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
  .sidebar .helpful-site {
    background: #fefefe;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5em;
    padding: 1em;
    text-align: center;
    word-wrap: break-word; }
    .sidebar .helpful-site img {
      display: block;
      margin-bottom: 1em;
      width: 100%; }
    .sidebar .helpful-site span {
      color: #4d5069;
      display: block;
      font-size: 1.2em;
      font-weight: bold;
      text-transform: uppercase; }
      .sidebar .helpful-site span::after {
        content: '\f061';
        font-family: FontAwesome;
        padding-left: .5em; }
    .sidebar .helpful-site p.en-ingles-note {
      color: #4d5069;
      margin: 0 auto;
      text-align: center; }
  .sidebar .related-post {
    background: #fefefe;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5em; }
    .sidebar .related-post img {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      height: auto;
      margin-bottom: 1.5em;
      min-width: 100%;
      width: auto; }
    .sidebar .related-post span {
      display: block;
      padding: 1em; }
    .sidebar .related-post .related-categories {
      font-size: .8em;
      padding: .5em;
      text-align: right; }
      .sidebar .related-post .related-categories a {
        color: #858585;
        font-style: italic;
        font-weight: 600;
        margin-left: .5em; }
        .sidebar .related-post .related-categories a::before {
          content: '\f1db';
          font-family: FontAwesome;
          font-style: normal;
          font-weight: 400;
          margin-right: .25em; }
        .sidebar .related-post .related-categories a:hover::before {
          content: '\f111'; }
    .sidebar .related-post a {
      color: #4d5069; }
  .sidebar #fb-feed #append-fb {
    list-style: none !important;
    margin: 0;
    padding: 0; }
    .sidebar #fb-feed #append-fb li {
      background: #fefefe;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      font-size: .8em;
      margin: 0 0 1.5em 0;
      padding: .5em; }
      .sidebar #fb-feed #append-fb li > a {
        display: block; }
      .sidebar #fb-feed #append-fb li img {
        display: block;
        margin: .25em 0 .5em 0;
        margin-left: auto;
        margin-right: auto; }
      .sidebar #fb-feed #append-fb li p {
        color: #4d5069;
        word-break: break-word; }
      .sidebar #fb-feed #append-fb li .entry-meta {
        clear: both;
        color: #545454;
        width: 100%; }
        .sidebar #fb-feed #append-fb li .entry-meta img {
          display: inline-block;
          margin: 0;
          vertical-align: middle; }
        .sidebar #fb-feed #append-fb li .entry-meta strong {
          color: #0a0a0a; }
          .sidebar #fb-feed #append-fb li .entry-meta strong a {
            color: inherit; }
        .sidebar #fb-feed #append-fb li .entry-meta h4 {
          display: inline-block; }
        .sidebar #fb-feed #append-fb li .entry-meta time {
          float: right;
          line-height: 50px; }
        .sidebar #fb-feed #append-fb li .entry-meta a {
          color: #545454; }
        .sidebar #fb-feed #append-fb li .entry-meta i {
          color: #545454;
          font-size: 1.5em; }
          .sidebar #fb-feed #append-fb li .entry-meta i.fa-facebook-square {
            color: #3f59dd;
            font-size: 1.5rem; }
          .sidebar #fb-feed #append-fb li .entry-meta i.fa-thumbs-up {
            margin-left: 1em;
            margin-right: .25em; }
          .sidebar #fb-feed #append-fb li .entry-meta i.fa-comments-o {
            margin-right: .25em; }
      .sidebar #fb-feed #append-fb li::after {
        clear: both;
        content: '';
        display: table; }
  @media screen and (min-width: 48.8125em) {
    .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 48.8125em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      padding-top: 1rem; } }
  @media screen and (min-width: 48.8125em) and (min-width: 48.8125em) {
    .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 48.8125em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }

@media screen and (min-width: 48.8125em) and (max-width: 66.875em) {
  .sidebar {
    float: none !important;
    margin: 0 auto;
    max-width: 88%; } }

@media screen and (max-width: 26.1875em) {
  .sidebar {
    float: none !important;
    margin: 0 auto;
    max-width: 88%; }
    .sidebar .width-keeper {
      padding-top: 2em; } }

@media only screen and (min-width: 75em) {
  .sidebar .width-keeper {
    margin: 0 auto;
    max-width: 25em; } }

.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

#featured-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 2rem;
  position: relative;
  height: 12.5rem; }

.no-featured-image-set {
  height: 1rem !important; }

@media screen and (min-width: 48.8125em) {
  #featured-hero {
    height: 25rem; } }

.dotted, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0; }

/* Apply outline styles only when input method is keyboard
 * remove :focus style via What Input using progressive enhancement
 * so :focus isn't left broken if JavaScript fails
 */
[data-whatinput="mouse"] a:focus,
button:focus [data-whatinput="touch"] a:focus,
button:focus {
  outline: none; }

/* Colors used in the site */
@font-face {
  font-family: 'Sans-Regular';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/new-fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/new-fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/new-fonts/OpenSans-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Sans-SBold';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/new-fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/new-fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/new-fonts/OpenSans-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Sans-Bold';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/new-fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/new-fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/new-fonts/OpenSans-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Gotham-Medium';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/new-fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/new-fonts/Gotham-Medium.woff") format("woff"), url("../fonts/new-fonts/Gotham-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Gotham-Bold';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/new-fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/new-fonts/Gotham-Bold.woff") format("woff"), url("../fonts/new-fonts/Gotham-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Gotham-Black';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/new-fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/new-fonts/Gotham-Black.woff") format("woff"), url("../fonts/new-fonts/Gotham-Black.ttf") format("truetype"); }

@font-face {
  font-family: 'Gotham-Book';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/new-fonts/GothamSSm-Book.woff2") format("woff2"), url("../fonts/new-fonts/GothamSSm-Book.woff") format("woff"), url("../fonts/new-fonts/GothamSSm-Book.ttf") format("truetype"); }

/* TODO: consider implementing the Vietnamese font globally for all elements
(instead of including this mixin for the specific elements separately) */
/* Line clamp mixin.
Define a maximum amount of lines
used by the text. The rest
will be cut and ended with the ellipsis (...) */
.bt {
  border-radius: 2px;
  display: inline-block;
  height: 26px;
  max-width: 47%;
  padding: 0;
  position: relative;
  width: 100%; }
  .bt.guide {
    margin-right: 2%; }
  .bt.email {
    margin-left: 2%; }
  @media only screen and (min-width: 1280px) {
    .bt {
      font-size: 13px;
      padding: 5px 42px 6px 42px; } }
  .bt span {
    color: #645a50;
    display: inline-block;
    font: normal normal normal 11px/11px "Gotham-Book", "Arial", "sans-serif";
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 96%; }
    @media only screen and (min-width: 1280px) {
      .bt span {
        font: normal normal bold 13px/13px var(--font-Gotham-Book);
        width: 88%; } }
  .bt.primary {
    background-color: #fff;
    border: 1px solid #fff; }
    .bt.primary span {
      color: #645a50; }
    .bt.primary:hover {
      background-color: #e8eaed;
      border: 1px solid #e8eaed; }
  .bt.primary-reverse {
    background-color: #000;
    border: 1px solid #000; }
    .bt.primary-reverse span {
      color: #fff; }
    .bt.primary-reverse:hover {
      background-color: #fff;
      border: 1px solid #fff; }
      .bt.primary-reverse:hover span {
        color: #645a50; }
  .bt.white {
    background-color: #fff;
    border: 1px solid #fff; }
    .bt.white span {
      color: #645a50; }
    .bt.white:hover {
      background-color: #33312f;
      border: 1px solid #33312f;
      color: #fff !important; }
  .bt.whiteGhost {
    background-color: transparent;
    border: 1px solid #fff; }
    .bt.whiteGhost span {
      color: #fff; }

/* 11.11.2020 New, global buttons setup below.
TODO: consider removing everything above this line and replacing
the usages with the below setup */
.btn {
  border-radius: 2px;
  display: inline-block;
  font: normal 11px/16px "Sans-Regular", "Arial", "sans-serif";
  padding: 6px 28px;
  text-align: center;
  -webkit-transition: border-color .2s, background-color .2s, color .2s;
  transition: border-color .2s, background-color .2s, color .2s; }
  .btn--primary {
    background-color: #fff;
    border: 1px solid #fff;
    color: rgba(51, 51, 51, 0.85); }
    @media (hover: hover) {
      .btn--primary:hover {
        background-color: #e8eaed;
        border-color: #e8eaed; } }
  .btn--primary-reverse {
    background-color: #333;
    border: 1px solid #fff;
    color: #fff; }
    @media (hover: hover) {
      .btn--primary-reverse:hover {
        background-color: #fff;
        color: rgba(51, 51, 51, 0.85); } }
  .btn--brown {
    background-color: #645a50;
    border: 1px solid transparent;
    color: #fff; }
    @media (hover: hover) {
      .btn--brown:hover {
        background-color: #db3907; } }
  .btn--brown-reverse {
    background-color: #eef1f2;
    border: 1px solid #645a50;
    color: #645a50; }
    @media (hover: hover) {
      .btn--brown-reverse:hover {
        background-color: #645a50;
        color: #fff; } }

.mobile,
.tablet_p,
.tablet,
.desktop {
  display: none; }

@media only screen and (max-width: 767px) {
  .mobile {
    display: block; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tablet_p {
    display: block; } }

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .tablet {
    display: block; } }

@media only screen and (min-width: 1280px) {
  .desktop {
    display: block; } }

.hero .swiper-overlay {
  z-index: 1; }

.dialog__overlay {
  z-index: 2; }

.dialog__content {
  z-index: 3; }

.quote .swiper-pagination-bullets {
  z-index: 10; }

.aspect-wrap {
  height: 0;
  position: relative; }
  .aspect-wrap.ratio-16-9 {
    padding-bottom: 56.25%; }
  .aspect-wrap.ratio-4-3 {
    padding-bottom: 75%; }
  .aspect-wrap.ratio-1-1 {
    padding-bottom: 100%; }
  .aspect-wrap > * {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }

.line-clamp {
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  overflow: hidden; }
  .line-clamp--2 {
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2; }
  .line-clamp--3 {
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3; }
  .line-clamp--4 {
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4; }

.vhdn {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.scroll-anim {
  opacity: 0;
  position: relative;
  top: 50px;
  -webkit-transition: opacity .7s ease-out, top .7s ease-out, -webkit-box-shadow .2s ease-out;
  transition: opacity .7s ease-out, top .7s ease-out, -webkit-box-shadow .2s ease-out;
  transition: opacity .7s ease-out, top .7s ease-out, box-shadow .2s ease-out;
  transition: opacity .7s ease-out, top .7s ease-out, box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out; }
  .scroll-anim.animate {
    opacity: 1;
    top: 0; }

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

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

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

html:lang(ko) body {
  word-break: keep-all !important; }

.progress-bar {
  --scroll: 0%;
  background: -webkit-gradient(linear, left top, right top, from(#d04a2a), color-stop(0, transparent));
  background: linear-gradient(to right, #d04a2a var(--scroll), transparent 0);
  bottom: -3px;
  height: 3px;
  position: absolute;
  width: 100%;
  z-index: 100; }

.contents-table {
  margin: 0 auto;
  width: 100% !important; }
  @media only screen and (min-width: 769px) {
    .contents-table {
      left: 0;
      position: absolute;
      top: 0; } }
  .contents-table .page-content-wrap {
    position: relative; }
  .contents-table__title {
    color: #4a4a4a;
    font-family: "Gotham-Bold", "Arial", "sans-serif";
    font-size: 14px;
    line-height: normal;
    opacity: .6; }
  .contents-table--inner {
    border: 1px solid #979797;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .contents-table--inner {
        border: none;
        left: 100%;
        margin: 0;
        max-width: 180px;
        padding: 0;
        position: absolute;
        top: 0; } }
  .contents-table__items {
    list-style: none;
    margin: 0;
    padding: 0; }
    .contents-table__items li {
      padding-left: 1em;
      text-indent: -1em; }
      @media only screen and (min-width: 769px) {
        .contents-table__items li {
          margin-bottom: 12px; } }
      .contents-table__items li::before {
        color: #4a4a4a;
        content: '•';
        font-size: 26px;
        line-height: 1;
        opacity: .6;
        position: relative;
        top: 6px; }
      .contents-table__items li a {
        color: #333;
        font-family: "Sans-Regular", "Arial", "sans-serif";
        font-size: 14px;
        letter-spacing: .08px;
        line-height: 1.36;
        text-decoration: underline; }
        .contents-table__items li a:hover {
          color: #db3907; }

.maintenance {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #333;
  background: #fff;
  font-family: "Sans-Regular", "Arial", "sans-serif"; }
  .maintenance .header {
    position: fixed; }
  .maintenance .wrap {
    position: relative;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: auto;
    margin: 0; }
    .maintenance .wrap h1 {
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 1;
      font-family: "Gotham-Medium", "Arial", "sans-serif";
      letter-spacing: 0px; }
      @media only screen and (min-width: 768px) {
        .maintenance .wrap h1 {
          font-size: 32px; } }
      .maintenance .wrap h1 .maintenance-image {
        width: 172px;
        max-width: 100%;
        display: block;
        margin: 0 auto 22px; }
    .maintenance .wrap h2, .maintenance .wrap h2 p {
      margin-bottom: 0;
      line-height: 1.4;
      font-size: 18px; }
      @media only screen and (min-width: 768px) {
        .maintenance .wrap h2, .maintenance .wrap h2 p {
          font-size: 20px; } }
  .maintenance-footer {
    background: #f2f2f2;
    font-family: "Sans-Regular", "Arial", "sans-serif";
    position: fixed;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #333;
    font-size: 9px; }
    @media only screen and (min-width: 768px) {
      .maintenance-footer {
        font-size: 14px; } }

#front-hero {
  background: url("../images/demo/hero-bg-foundation-6-small.svg") bottom center;
  background-size: cover;
  background-position: bottom;
  padding: 4.0625rem 0;
  margin: 0 0 2rem;
  height: auto;
  position: relative;
  text-align: left; }
  #front-hero .marketing {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem; }
    #front-hero .marketing::before, #front-hero .marketing::after {
      content: ' ';
      display: table; }
    #front-hero .marketing::after {
      clear: both; }
  @media screen and (min-width: 48.8125em) {
    #front-hero {
      background: url("../images/demo/hero-bg-foundation-6-large.svg") bottom center;
      background-size: cover;
      background-position: center;
      height: 42.8125rem;
      margin: 0 0 4.5rem; } }
  #front-hero #watch {
    width: 58.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: -41.66667%; }
    @media screen and (min-width: 48.8125em) {
      #front-hero #watch {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #front-hero #watch:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48.8125em) {
      #front-hero #watch {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: 0%; } }
  @media screen and (min-width: 48.8125em) and (min-width: 48.8125em) {
    #front-hero #watch {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 48.8125em) {
        #front-hero #watch:last-child:not(:first-child) {
          float: right; } }
    #front-hero #watch section {
      display: inline; }
    #front-hero #watch a {
      color: #B4C9D1;
      cursor: pointer;
      font-weight: 400;
      margin-right: 1.25rem; }
    #front-hero #watch a:hover {
      color: #fff; }
    #front-hero #watch #stargazers :before {
      content: "\f09b";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
    #front-hero #watch #twitter :before {
      content: "\f099";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
  #front-hero .tagline {
    width: 66.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 48.8125em) {
      #front-hero .tagline {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #front-hero .tagline:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48.8125em) {
      #front-hero .tagline {
        width: 41.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        padding-top: 6rem; } }
  @media screen and (min-width: 48.8125em) and (min-width: 48.8125em) {
    #front-hero .tagline {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 48.8125em) {
        #front-hero .tagline:last-child:not(:first-child) {
          float: right; } }
  #front-hero h1 {
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem; }
    @media screen and (min-width: 48.8125em) {
      #front-hero h1 {
        font-size: 2.875rem; } }
  #front-hero h4 {
    color: #fefefe;
    font-weight: 300;
    font-size: 1.3125rem; }
  #front-hero .download {
    margin-top: 1.25rem; }

.intro {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .intro::before, .intro::after {
    content: ' ';
    display: table; }
  .intro::after {
    clear: both; }
  .intro .fp-intro {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 48.8125em) {
      .intro .fp-intro {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .intro .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48.8125em) {
      .intro .fp-intro {
        width: 83.33333%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin-left: 8.33333%; } }
  @media screen and (min-width: 48.8125em) and (min-width: 48.8125em) {
    .intro .fp-intro {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 48.8125em) {
        .intro .fp-intro:last-child:not(:first-child) {
          float: right; }
        .intro .fp-intro h2 {
          font-weight: 300;
          margin-bottom: 1.5rem; }
        .intro .fp-intro h4 {
          font-size: 1.125rem;
          line-height: 1.6;
          color: #777;
          margin-bottom: 2rem; } }

.section-divider {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .section-divider::before, .section-divider::after {
    content: ' ';
    display: table; }
  .section-divider::after {
    clear: both; }
  .section-divider hr {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (min-width: 48.8125em) {
      .section-divider hr {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .section-divider hr:last-child:not(:first-child) {
      float: right; }

.benefits {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .benefits::before, .benefits::after {
    content: ' ';
    display: table; }
  .benefits::after {
    clear: both; }
  .benefits header {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 48.8125em) {
      .benefits header {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .benefits header:last-child:not(:first-child) {
      float: right; }
    .benefits header h2 {
      font-weight: 300; }
    .benefits header h4 {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #777; }
  .benefits .semantic,
  .benefits .responsive,
  .benefits .customizable,
  .benefits .professional {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 48.8125em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .benefits .semantic:last-child:not(:first-child),
    .benefits .responsive:last-child:not(:first-child),
    .benefits .customizable:last-child:not(:first-child),
    .benefits .professional:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48.8125em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        width: 25%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 48.8125em) and (min-width: 48.8125em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 48.8125em) {
        .benefits .semantic:last-child:not(:first-child),
        .benefits .responsive:last-child:not(:first-child),
        .benefits .customizable:last-child:not(:first-child),
        .benefits .professional:last-child:not(:first-child) {
          float: right; } }
    .benefits .semantic img,
    .benefits .responsive img,
    .benefits .customizable img,
    .benefits .professional img {
      padding: 1.25rem;
      margin: 1rem auto 0 auto; }
    .benefits .semantic h3,
    .benefits .responsive h3,
    .benefits .customizable h3,
    .benefits .professional h3 {
      color: #0a0a0a;
      font-weight: 300;
      font-size: 1.75rem; }
    .benefits .semantic p,
    .benefits .responsive p,
    .benefits .customizable p,
    .benefits .professional p {
      font-size: 0.9375rem; }
  .benefits .why-foundation {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-top: 4rem; }
    .benefits .why-foundation::before, .benefits .why-foundation::after {
      content: ' ';
      display: table; }
    .benefits .why-foundation::after {
      clear: both; }
    @media screen and (min-width: 48.8125em) {
      .benefits .why-foundation {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .benefits .why-foundation:last-child:not(:first-child) {
      float: right; }

#kitchen-sink {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #kitchen-sink::before, #kitchen-sink::after {
    content: ' ';
    display: table; }
  #kitchen-sink::after {
    clear: both; }
  #kitchen-sink header {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 48.8125em) {
      #kitchen-sink header {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #kitchen-sink header:last-child:not(:first-child) {
      float: right; }
    #kitchen-sink header .lead {
      font-size: 125%;
      line-height: 1.6; }
  #kitchen-sink #components {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    #kitchen-sink #components hr {
      margin: 3rem 0; }
    @media screen and (min-width: 48.8125em) {
      #kitchen-sink #components {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #kitchen-sink #components:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 66.9375em) {
      #kitchen-sink #components {
        width: 75%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 66.9375em) and (min-width: 48.8125em) {
    #kitchen-sink #components {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 66.9375em) {
        #kitchen-sink #components:last-child:not(:first-child) {
          float: right; } }
  #kitchen-sink #kitchen-sink-nav {
    display: none; }
    @media screen and (min-width: 66.9375em) {
      #kitchen-sink #kitchen-sink-nav {
        width: 25%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        display: block;
        float: right; } }
  @media screen and (min-width: 66.9375em) and (min-width: 48.8125em) {
    #kitchen-sink #kitchen-sink-nav {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 66.9375em) {
        #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
          float: right; }
        #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
          font-size: 0.85rem;
          margin-top: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-menu-title {
          text-transform: uppercase;
          font-size: 0.75rem;
          color: #999;
          font-weight: bold;
          line-height: 1;
          padding-left: 0.9rem;
          margin-bottom: 0.5rem;
          border-top: 1px solid #e9e9e9;
          margin-top: 1rem;
          padding-top: 1.5rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc {
          width: 100%;
          padding-left: 4rem;
          padding-right: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .active {
          background: #2199e8;
          color: white; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
          margin-top: 0;
          border-top: 0;
          padding-top: 0; } }
  #kitchen-sink .row.display {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    #kitchen-sink .row.display .columns:nth-child(2),
    #kitchen-sink .row.display .columns.small-centered,
    #kitchen-sink .row.display .columns.large-centered {
      background: #e1e1e1; }

#page {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  #page::before, #page::after {
    content: ' ';
    display: table; }
  #page::after {
    clear: both; }
  #page .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 48.8125em) {
      #page .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48.8125em) {
      #page .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 48.8125em) and (min-width: 48.8125em) {
    #page .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 48.8125em) {
        #page .main-content:last-child:not(:first-child) {
          float: right; } }
    #page .main-content .entry-content p {
      word-break: break-word; }
  #page .page-footer {
    color: #545454; }
    #page .page-footer .accordion {
      color: #000000;
      border: none;
      background: none; }
      #page .page-footer .accordion .accordion-item {
        color: #000000;
        border: none; }
        #page .page-footer .accordion .accordion-item .accordion-title {
          color: #000000;
          border: none;
          width: 200px;
          padding: 0; }
          #page .page-footer .accordion .accordion-item .accordion-title:hover {
            background-color: rgba(0, 0, 0, 0);
            color: #787878; }
          #page .page-footer .accordion .accordion-item .accordion-title::before {
            display: none; }
        #page .page-footer .accordion .accordion-item .accordion-content {
          border: none;
          background: none; }
          #page .page-footer .accordion .accordion-item .accordion-content li {
            color: #000000;
            border: none; }
    #page .page-footer ol {
      padding-top: 0; }
      #page .page-footer ol li {
        padding: 0;
        font-size: 0.9em; }
        #page .page-footer ol li a {
          color: inherit;
          cursor: text; }

.page .container {
  margin-bottom: 3rem; }

.page-content #searchform #expand {
  display: none; }

.page-template-default .main-content {
  margin: 0 auto;
  padding: 0;
  width: 88% !important;
  max-width: 88%;
  float: none !important; }

@media only screen and (min-width: 75em) {
  #page {
    width: 100%;
    max-width: 100%; }
    #page .main-content header,
    #page .main-content .entry-content,
    #page .main-content .page-footer {
      margin: 0 auto;
      max-width: 50em; }
  .page-template-default .main-content {
    margin: 0 auto;
    padding: 0; }
    .page-template-default .main-content header,
    .page-template-default .main-content .entry-content,
    .page-template-default .main-content .page-footer {
      max-width: 75em; } }

#page-sidebar-left {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-sidebar-left::before, #page-sidebar-left::after {
    content: ' ';
    display: table; }
  #page-sidebar-left::after {
    clear: both; }
  #page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 48.8125em) {
      #page-sidebar-left .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-sidebar-left .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48.8125em) {
      #page-sidebar-left .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: 33.33333%; } }
  @media screen and (min-width: 48.8125em) and (min-width: 48.8125em) {
    #page-sidebar-left .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 48.8125em) {
        #page-sidebar-left .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 48.8125em) {
      #page-sidebar-left .sidebar {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-sidebar-left .sidebar:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48.8125em) {
      #page-sidebar-left .sidebar {
        width: 33.33333%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: -66.66667%;
        margin-top: 1rem; } }
  @media screen and (min-width: 48.8125em) and (min-width: 48.8125em) {
    #page-sidebar-left .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 48.8125em) {
        #page-sidebar-left .sidebar:last-child:not(:first-child) {
          float: right; } }

#page-full-width {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-full-width::before, #page-full-width::after {
    content: ' ';
    display: table; }
  #page-full-width::after {
    clear: both; }
  #page-full-width .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 48.8125em) {
      #page-full-width .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-full-width .main-content:last-child:not(:first-child) {
      float: right; }

#single-post {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  border-bottom: 2px solid #545454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #single-post::before, #single-post::after {
    content: ' ';
    display: table; }
  #single-post::after {
    clear: both; }
  #single-post .container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  #single-post .bx-wrapper .bxslider li .caption {
    padding: 10px 60px;
    display: block;
    background: #fefefe; }
    #single-post .bx-wrapper .bxslider li .caption strong {
      display: block; }
    #single-post .bx-wrapper .bxslider li .caption p {
      font-weight: 600; }
  #single-post .main-content {
    background: #fefefe;
    padding: 0 !important;
    position: relative;
    -webkit-box-shadow: 10px 0px 10px -10px rgba(0, 0, 0, 0.1);
            box-shadow: 10px 0px 10px -10px rgba(0, 0, 0, 0.1);
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    #single-post .main-content header {
      padding-bottom: 2em; }
      #single-post .main-content header img {
        min-width: 100%; }
      #single-post .main-content header h1 {
        font-weight: bold;
        text-align: center;
        color: #dd6a55; }
      #single-post .main-content header ul {
        margin-left: 0; }
      #single-post .main-content header .entry-meta {
        padding: 0.5em 0;
        margin-right: 0.5em;
        font-size: 0.8em;
        text-align: right; }
        #single-post .main-content header .entry-meta a {
          color: #198fac;
          margin-left: 0.5em; }
          #single-post .main-content header .entry-meta a:before {
            margin-right: 0.25em;
            content: '\f1db';
            font-family: FontAwesome; }
          #single-post .main-content header .entry-meta a:hover:before {
            content: '\f111'; }
        #single-post .main-content header .entry-meta.event-details {
          padding-bottom: 0;
          font-size: 1em;
          text-align: center; }
          #single-post .main-content header .entry-meta.event-details em p {
            margin-bottom: 0; }
      #single-post .main-content header time {
        display: block;
        font-size: 0.8em;
        text-align: center;
        color: #545454; }
    #single-post .main-content .entry-content h2,
    #single-post .main-content .entry-content h3,
    #single-post .main-content .entry-content p,
    #single-post .main-content .entry-content li {
      color: #545454; }
    #single-post .main-content .entry-content h1,
    #single-post .main-content .entry-content h2,
    #single-post .main-content .entry-content h3,
    #single-post .main-content .entry-content h4 {
      margin-left: 5rem;
      margin-right: 5rem; }
    #single-post .main-content .entry-content ol,
    #single-post .main-content .entry-content ul {
      margin-left: 7.5rem;
      margin-right: 7.5rem; }
    #single-post .main-content .entry-content p {
      word-break: break-word;
      margin: 1rem 5rem; }
    #single-post .main-content .entry-content blockquote {
      border-left: 0; }
      #single-post .main-content .entry-content blockquote p {
        color: #4d5069;
        font-size: 2em;
        font-style: italic;
        position: relative;
        margin-left: 6.5rem;
        margin-bottom: 2rem; }
        #single-post .main-content .entry-content blockquote p:before {
          content: "\f10d";
          font-family: FontAwesome;
          color: #4d5069;
          font-size: 1em;
          font-style: normal;
          position: absolute;
          left: -1.5em; }
      @media screen and (min-width: 48.8125em) and (max-width: 66.875em) {
        #single-post .main-content .entry-content blockquote p {
          font-size: 1em; } }
      @media screen and (max-width: 26.1875em) {
        #single-post .main-content .entry-content blockquote p {
          font-size: 1em; } }
    #single-post .main-content .entry-content .bx-wrapper {
      margin: 1rem 0; }
      #single-post .main-content .entry-content .bx-wrapper figure {
        margin: 0; }
    #single-post .main-content .entry-content .factoid {
      position: relative;
      padding: 2em;
      margin: 1rem 5rem;
      min-height: 8rem; }
      #single-post .main-content .entry-content .factoid p {
        color: #fefefe;
        font-size: 1.8em;
        position: relative;
        font-weight: bold;
        margin-left: 9rem;
        margin-right: 0; }
      #single-post .main-content .entry-content .factoid sup a {
        color: inherit; }
      #single-post .main-content .entry-content .factoid .icon {
        width: 7rem;
        color: #fefefe;
        font-size: 8em;
        position: absolute;
        text-align: center;
        top: calc(50% - 0.5em); }
      @media screen and (max-width: 66.875em) {
        #single-post .main-content .entry-content .factoid p {
          margin: 1rem auto auto auto;
          font-size: 1.2em; }
        #single-post .main-content .entry-content .factoid .icon {
          position: relative;
          width: 100%;
          text-align: center;
          top: 1rem; } }
    #single-post .main-content .involvement {
      padding: 3em 5rem;
      background: #545454;
      color: #fefefe;
      position: absolute;
      bottom: 0;
      width: 100%; }
      #single-post .main-content .involvement h4 {
        font-weight: 700;
        text-transform: uppercase; }
      #single-post .main-content .involvement p {
        color: #fefefe; }
      #single-post .main-content .involvement a {
        color: #fefefe;
        border: 2px solid #fefefe;
        padding: 0.5em 1em;
        font-weight: 700;
        text-transform: uppercase;
        float: right;
        -webkit-transition: 0.2s all;
        transition: 0.2s all; }
        #single-post .main-content .involvement a i {
          position: relative;
          top: -1px;
          padding-left: 0.5em;
          font-size: 0.9em;
          color: #fefefe; }
        #single-post .main-content .involvement a:hover {
          background: #fefefe;
          color: #545454; }
          #single-post .main-content .involvement a:hover i {
            color: #545454;
            -webkit-transition: 0.2s all;
            transition: 0.2s all; }
    @media screen and (min-width: 48.8125em) {
      #single-post .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #single-post .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48.8125em) {
      #single-post .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 48.8125em) and (min-width: 48.8125em) {
    #single-post .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 48.8125em) {
        #single-post .main-content:last-child:not(:first-child) {
          float: right; } }
  #single-post footer {
    padding: 0 5em;
    color: #545454; }
    #single-post footer .accordion {
      color: #000000;
      border: none; }
      #single-post footer .accordion .accordion-item {
        color: #000000;
        border: none; }
        #single-post footer .accordion .accordion-item .accordion-title {
          color: #000000;
          border: none;
          width: 200px;
          padding: 0;
          /*&:hover {
              background-color: rgba(0, 0, 0, 0);
              color: rgba(120, 120, 120, 1);
            }*/ }
          #single-post footer .accordion .accordion-item .accordion-title:hover, #single-post footer .accordion .accordion-item .accordion-title:focus {
            background: none; }
          #single-post footer .accordion .accordion-item .accordion-title::before {
            display: none; }
        #single-post footer .accordion .accordion-item .accordion-content {
          border: none; }
          #single-post footer .accordion .accordion-item .accordion-content li {
            color: #000000;
            border: none; }
            #single-post footer .accordion .accordion-item .accordion-content li .reference-link {
              cursor: pointer;
              color: blue;
              text-decoration: underline; }
    #single-post footer ol {
      padding-top: 0; }
      #single-post footer ol li {
        padding: 0;
        font-size: 0.9em; }
        #single-post footer ol li a {
          color: inherit;
          cursor: text; }

.factoid {
  position: relative;
  padding: 2em;
  margin: 1rem 5rem;
  min-height: 8rem; }
  .factoid p {
    color: #fefefe;
    font-size: 1.8em;
    position: relative;
    font-weight: bold;
    margin-left: 9rem;
    margin-right: 0; }
  .factoid sup a {
    color: inherit; }
  .factoid .icon {
    width: 7rem;
    color: #fefefe;
    font-size: 8em;
    position: absolute;
    text-align: center;
    top: calc(50% - 0.5em); }
  @media screen and (max-width: 66.875em) {
    .factoid p {
      margin: 1rem auto auto auto;
      font-size: 1.2em; }
    .factoid .icon {
      position: relative;
      width: 100%;
      text-align: center;
      top: 1rem; } }

.button-header {
  margin: 2em 0;
  color: #172631;
  text-align: center;
  font-weight: bold; }

.social-share {
  text-align: center; }
  .social-share h2 {
    text-transform: uppercase; }
  .social-share .buttons {
    margin: 3em 0 2em 0; }
    .social-share .buttons a {
      position: relative;
      display: inline-block;
      margin: 0.5rem;
      padding-right: 5rem;
      width: 18rem;
      height: 5rem;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 5rem;
      border-radius: 5px;
      color: #fefefe;
      text-align: center;
      background: #fefefe;
      border: 2px solid #2c3e64;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .social-share .buttons a span {
        position: relative;
        z-index: 2; }
      .social-share .buttons a i {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 5rem;
        height: 100%;
        color: #fefefe;
        font-size: 2.5rem;
        line-height: 5rem;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .social-share .buttons a i:before {
          position: absolute;
          top: 0;
          right: 0;
          width: 5rem;
          height: 100%;
          text-align: center;
          -webkit-transition: none;
          transition: none; }
      .social-share .buttons a:hover {
        color: #2c3e64; }
        .social-share .buttons a:hover i {
          color: #2c3e64;
          background: #fefefe;
          width: 100%;
          border-radius: 2.5px; }
      .social-share .buttons a.fblike {
        background: #fefefe;
        color: #2c3e64; }
        .social-share .buttons a.fblike i {
          color: #2c3e64; }
        .social-share .buttons a.fblike:hover {
          color: #fefefe; }
          .social-share .buttons a.fblike:hover i {
            background: #2c3e64;
            color: #fefefe; }
      .social-share .buttons a.fb {
        background: #2c3e64; }
      .social-share .buttons a.tw {
        background: #405e94;
        border-color: #405e94; }
        .social-share .buttons a.tw:hover {
          color: #405e94; }
          .social-share .buttons a.tw:hover i {
            color: #405e94; }
  .social-share.social-share-desktop {
    display: none; }
  .social-share.social-share-mobile {
    display: block; }

h6.fb-feed-title,
#fb-feed {
  display: none; }

@media only screen and (min-width: 75em) {
  #single-post {
    width: 100%;
    max-width: 100%; }
    #single-post .main-content header {
      margin: 0 auto;
      max-width: 70em; }
    #single-post .main-content .entry-content {
      margin: 0 auto;
      max-width: 70em; }
    #single-post .main-content footer {
      margin: 0 auto;
      max-width: 70rem; } }

@media screen and (min-width: 48.8125em) {
  .main-content .bx-wrapper .bx-controls-direction a {
    margin-top: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center center;
    background-repeat: no-repeat; }
  .main-content .bx-wrapper .bx-next {
    right: 0;
    background-image: url(../js/images/arrow-right-white.png); }
  .main-content .bx-wrapper .bx-prev {
    left: 0;
    background-image: url(../js/images/arrow-left-white.png); }
  .social-share.social-share-desktop {
    display: block; }
  .social-share.social-share-mobile {
    display: none; } }

@media screen and (min-width: 48.8125em) and (max-width: 66.875em) {
  #single-post .main-content {
    padding-bottom: 2em !important;
    float: none; }
    #single-post .main-content .entry-content h1,
    #single-post .main-content .entry-content h2,
    #single-post .main-content .entry-content h3,
    #single-post .main-content .entry-content h4 {
      margin-left: auto;
      margin-right: auto;
      max-width: 88%; }
    #single-post .main-content .entry-content p {
      margin: 1rem auto;
      max-width: 88%; }
    #single-post .main-content .entry-content .factoid {
      margin: 1rem auto;
      max-width: 88%; }
    #single-post .main-content .entry-content .bx-wrapper {
      margin-bottom: 4rem; }
  #single-post footer {
    margin: 0 auto;
    padding: 0;
    max-width: 88%; } }

@media screen and (max-width: 26.1875em) {
  #single-post {
    display: block; }
    #single-post .main-content {
      padding-bottom: 2em !important;
      float: none; }
      #single-post .main-content .entry-content h1,
      #single-post .main-content .entry-content h2,
      #single-post .main-content .entry-content h3,
      #single-post .main-content .entry-content h4 {
        margin-left: auto;
        margin-right: auto;
        max-width: 88%; }
      #single-post .main-content .entry-content p {
        margin: 1rem auto;
        max-width: 88%; }
      #single-post .main-content .entry-content ol,
      #single-post .main-content .entry-content ul {
        margin: 1rem auto;
        max-width: 78%; }
      #single-post .main-content .entry-content .factoid {
        margin: 1rem auto;
        max-width: 88%; }
      #single-post .main-content .entry-content .bx-wrapper {
        margin-bottom: 4rem; }
    #single-post footer {
      margin: 0 auto;
      padding: 0;
      max-width: 88%; } }

#archive-header {
  padding-top: 120px;
  height: 400px;
  background-color: #0a0a0a;
  background-size: cover;
  overflow: hidden; }
  #archive-header h1 {
    font-family: "Gotham", "Arial", "sans-serif";
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fefefe; }
  #archive-header img.style-svg {
    display: none;
    opacity: 0; }
  #archive-header svg {
    display: block;
    margin: 0 auto;
    max-width: 80px;
    max-height: 80px; }
    #archive-header svg path {
      fill: #fefefe; }
    #archive-header svg.replaced-svg {
      opacity: 1; }

.archive.category .full-width {
  position: relative;
  margin: 0 auto;
  max-width: 75em; }

a#inifinite-load {
  display: none;
  position: absolute;
  margin-left: -16px;
  bottom: -25px;
  left: 50%;
  width: 32px;
  height: 32px;
  z-index: 2;
  background: url(../js/images/bx_loader.gif) no-repeat; }

html.not-mobile .button.load-more {
  display: none; }

html.is-mobile .button.load-more {
  clear: both;
  display: block;
  width: 10em;
  margin: 3em auto 0 auto; }

@media screen and (max-width: 26.1875em) {
  #archive-header h1 {
    font-size: 2rem; } }

.reveal-overlay .language-landing-video {
  z-index: 99999;
  width: 70%;
  margin: 100px auto;
  outline: none; }

.reveal-overlay .modal-close {
  font-size: 3em;
  font-weight: bold;
  color: white;
  float: right;
  margin-top: -50px; }

.language-callout {
  clear: both;
  margin-top: 4em; }
  .language-callout h4 {
    color: #dd6a55; }

#language-landing #top-image {
  overflow: hidden;
  position: relative; }
  #language-landing #top-image img {
    width: 100%; }
  #language-landing #top-image .popoutbanner {
    width: 465px;
    line-height: 1em;
    color: white;
    position: fixed;
    right: -1000px;
    top: 500px;
    z-index: 510;
    overflow: visible; }
    #language-landing #top-image .popoutbanner .fa-arrow-right {
      display: hidden; }
    #language-landing #top-image .popoutbanner .tab {
      cursor: pointer;
      position: absolute;
      z-index: 10;
      width: 50px;
      height: 50px;
      background-color: red;
      padding: 5px;
      margin-top: 28px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%; }
      #language-landing #top-image .popoutbanner .tab i {
        padding: 5px;
        margin-left: -20%;
        margin-top: 10%;
        content: '\f0a8';
        font-family: FontAwesome;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: white;
        padding: 7px; }
      #language-landing #top-image .popoutbanner .tab:hover {
        background-color: #ff9898; }
    #language-landing #top-image .popoutbanner .content {
      background-color: black;
      cursor: pointer;
      width: 100%;
      margin-left: 25px;
      z-index: 20;
      position: absolute; }
    #language-landing #top-image .popoutbanner .imgwrapper {
      display: inline-block;
      float: left;
      width: 118px;
      height: 118px;
      top: 414px; }
      #language-landing #top-image .popoutbanner .imgwrapper img {
        width: 100px;
        height: auto;
        display: inline-block;
        float: left;
        margin: 9px 0px 9px 9px; }
    #language-landing #top-image .popoutbanner .textwrapper {
      display: inline-block;
      float: left;
      width: 70%;
      margin-top: 9px; }
      #language-landing #top-image .popoutbanner .textwrapper h5 {
        float: left;
        width: 100%;
        color: white;
        font-size: 20px;
        line-height: 24px;
        text-align: left; }
      #language-landing #top-image .popoutbanner .textwrapper h6 {
        float: left;
        width: 100%;
        color: white;
        font-size: 20px;
        line-height: 24px;
        text-align: left; }
      #language-landing #top-image .popoutbanner .textwrapper a {
        text-align: left;
        width: 100%;
        float: left;
        font-size: 12px;
        color: white; }
      #language-landing #top-image .popoutbanner .textwrapper span {
        vertical-align: super;
        margin-left: 0.25em; }
  #language-landing #top-image .youtube-callout {
    height: 60px;
    bottom: 0;
    z-index: 500;
    margin-top: -60px;
    position: absolute;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(80%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */ }
    #language-landing #top-image .youtube-callout .icon-wrapper {
      display: inline-block;
      position: absolute;
      width: 42px;
      height: 42px;
      margin-left: 10px;
      top: 6px;
      z-index: 100;
      color: white;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border: 2px solid white; }
      #language-landing #top-image .youtube-callout .icon-wrapper i {
        display: inline-block;
        font-size: 20px;
        position: absolute;
        left: 18px;
        top: 7.5px;
        transform: scale(1.8, 1);
        -webkit-transform: scale(1.8, 1); }
    #language-landing #top-image .youtube-callout p {
      margin-top: 5px;
      font-size: 1em;
      display: inline-block;
      margin-left: 65px;
      color: white; }
    #language-landing #top-image .youtube-callout a {
      margin-top: 5px;
      font-size: 1em;
      display: inline-block;
      margin-left: 65px;
      color: white;
      width: 500px;
      padding-right: 50px;
      width: 100%; }

#language-landing .dropdown-wrapper {
  position: relative; }
  #language-landing .dropdown-wrapper .dropdown ul {
    width: 150px;
    bottom: -70px;
    margin-left: 125px;
    position: absolute;
    cursor: pointer;
    list-style: none;
    z-index: 510;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #666666;
    color: #333333;
    display: block;
    -webkit-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.6);
    box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.6); }
    #language-landing .dropdown-wrapper .dropdown ul .fa {
      position: absolute;
      color: #666666;
      top: -18px;
      font-size: 30px;
      left: 65px; }
    #language-landing .dropdown-wrapper .dropdown ul li {
      color: white;
      width: 100%;
      display: block; }
      #language-landing .dropdown-wrapper .dropdown ul li a {
        text-align: center;
        width: 100%;
        display: block;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 5px;
        color: white; }

#language-landing #container {
  margin: 3%;
  background-color: #ffffff;
  margin-bottom: 0; }
  #language-landing #container #content {
    padding: 7.5%; }
    #language-landing #container #content h1,
    #language-landing #container #content h2,
    #language-landing #container #content h3 {
      text-align: center;
      font-weight: bold !important;
      color: #dd6a55; }
      #language-landing #container #content h1 span,
      #language-landing #container #content h2 span,
      #language-landing #container #content h3 span {
        font-weight: bold !important;
        color: #dd6a55; }
    #language-landing #container #content .factoid {
      position: relative;
      padding: 2em;
      margin: 1rem 5rem;
      min-height: 8rem; }
      #language-landing #container #content .factoid p {
        color: #fefefe;
        font-size: 1.8em;
        position: relative;
        font-weight: bold;
        margin-left: 9rem;
        margin-right: 0; }
      #language-landing #container #content .factoid sup a {
        color: inherit; }
      #language-landing #container #content .factoid .icon {
        width: 7rem;
        color: #fefefe;
        font-size: 8em;
        position: absolute;
        text-align: center;
        top: calc(50% - 0.5em); }
      @media screen and (max-width: 66.875em) {
        #language-landing #container #content .factoid p {
          margin: 1rem auto auto auto;
          font-size: 1.2em; }
        #language-landing #container #content .factoid .icon {
          position: relative;
          width: 100%;
          text-align: center;
          top: 1rem; } }

#language-landing footer {
  padding: 0 3%;
  color: #545454; }
  #language-landing footer .accordion {
    color: #000000;
    border: none;
    padding: 2em 5em; }
    #language-landing footer .accordion .accordion-item {
      color: #000000;
      border: none; }
      #language-landing footer .accordion .accordion-item .accordion-title {
        color: #000000;
        border: none;
        width: 200px;
        padding: 0;
        /*&:hover {
	              background-color: rgba(0, 0, 0, 0);
	              color: rgba(120, 120, 120, 1);
	            }*/ }
        #language-landing footer .accordion .accordion-item .accordion-title:hover, #language-landing footer .accordion .accordion-item .accordion-title:focus {
          background: none; }
        #language-landing footer .accordion .accordion-item .accordion-title::before {
          display: none; }
      #language-landing footer .accordion .accordion-item .accordion-content {
        border: none; }
        #language-landing footer .accordion .accordion-item .accordion-content li {
          color: #000000;
          border: none; }
          #language-landing footer .accordion .accordion-item .accordion-content li .reference-link {
            cursor: pointer;
            color: blue;
            text-decoration: underline; }
  #language-landing footer ol {
    padding-top: 0; }
    #language-landing footer ol li {
      padding: 0;
      font-size: 0.9em; }
      #language-landing footer ol li a {
        color: inherit;
        cursor: text; }

@media screen and (min-width: 48.8125em) and (max-width: 66.875em) {
  #language-landing #top-image {
    max-height: 500px;
    overflow: hidden; }
    #language-landing #top-image img {
      width: 100%; }
    #language-landing #top-image .popoutbanner {
      top: 245px;
      min-height: 84px;
      max-width: 80%; }
  #language-landing #container {
    margin: 3%;
    background-color: #ffffff; }
    #language-landing #container #content {
      padding: 7.5%; }
      #language-landing #container #content .factoid {
        position: relative;
        padding: 2em;
        margin: 1rem auto;
        min-height: 8rem;
        max-width: 80%; } }

@media screen and (max-width: 26.1875em) {
  #language-landing #top-image {
    max-height: 400px;
    overflow: hidden; }
    #language-landing #top-image img {
      width: 100%; }
    #language-landing #top-image .popoutbanner {
      top: 180px;
      max-width: 90%; }
      #language-landing #top-image .popoutbanner .textwrapper {
        margin-top: 4px;
        margin-left: 10px;
        max-width: 64%; }
        #language-landing #top-image .popoutbanner .textwrapper h5 {
          display: block;
          width: 100%;
          font-size: 14px;
          margin-left: 0;
          margin-bottom: 0; }
        #language-landing #top-image .popoutbanner .textwrapper h6 {
          display: block;
          width: 100%;
          font-size: 10px;
          margin-left: 0;
          margin-bottom: 0; }
        #language-landing #top-image .popoutbanner .textwrapper p {
          display: block;
          width: 100%;
          font-size: 12px;
          margin-left: 0;
          margin-top: 10px;
          margin-bottom: 10px; }
      #language-landing #top-image .popoutbanner .content {
        min-height: 94px; }
        #language-landing #top-image .popoutbanner .content .imgwrapper {
          width: 80px;
          height: 80px; }
        #language-landing #top-image .popoutbanner .content img {
          margin: 7px 0px 0px 7px; }
    #language-landing #top-image .youtube-callout {
      height: auto; }
      #language-landing #top-image .youtube-callout .icon-wrapper {
        width: 20px;
        height: 20px;
        margin-left: 10px;
        top: 2px; }
        #language-landing #top-image .youtube-callout .icon-wrapper i {
          font-size: 10px;
          left: 7px;
          top: 3px; }
      #language-landing #top-image .youtube-callout a {
        width: 100%;
        font-size: 12px;
        margin-left: 35px;
        margin-top: 0px;
        line-height: 120%;
        padding-right: 50px; }
  #language-landing #container {
    margin: 3%;
    background-color: #ffffff; }
    #language-landing #container #content {
      padding: 7.5%; }
      #language-landing #container #content .factoid {
        position: relative;
        padding: 2em;
        margin: 1rem auto;
        min-height: 8rem;
        max-width: 88%; } }

#home-feature.language-landing .home-header-hero .background-desktop.center {
  background-position: center bottom; }

/* Resources stylings */
.page-template-resources .resource-header {
  position: relative;
  padding: 4em 0 0 0;
  margin-bottom: 3rem; }
  .page-template-resources .resource-header h1 {
    font-family: "Gotham", "Arial", "sans-serif";
    font-size: 3em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #0a0a0a; }
    .page-template-resources .resource-header h1 img {
      margin: 0;
      max-height: 3em;
      vertical-align: text-top; }
  .page-template-resources .resource-header p {
    text-align: center; }

#modal {
  padding: 0.5rem; }
  #modal .close-button {
    color: #545454; }
    #modal .close-button:hover {
      color: #0a0a0a; }
  #modal .preview img {
    min-width: 100%; }
  #modal .preview strong {
    display: block;
    font-weight: normal;
    text-align: center; }

#resource-nav {
  position: fixed;
  top: 58px;
  width: 100%;
  background: #192834;
  color: #fefefe;
  z-index: 3; }
  #resource-nav ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    #resource-nav ul li {
      display: inline-block;
      margin: 0;
      padding: 0;
      height: 50px;
      line-height: 50px; }
      #resource-nav ul li:hover a, #resource-nav ul li.active a {
        color: #192834;
        background: #fefefe; }
      #resource-nav ul li a {
        display: block;
        padding: 0 20px;
        color: inherit; }
  #resource-nav .mobile-filtering {
    padding: 10px;
    text-align: right;
    line-height: 1; }
    #resource-nav .mobile-filtering select {
      margin-left: 20px;
      margin-bottom: 0;
      width: auto; }

.attachment-list {
  margin: 2em auto;
  max-width: 88%; }
  .attachment-list h2 {
    font-family: "Gotham", "Arial", "sans-serif";
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  .attachment-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .attachment-list ul li {
      display: inline-block;
      margin: 1em 1%;
      padding: 1em;
      width: 30%;
      word-break: break-word;
      vertical-align: top;
      position: relative;
      border-radius: 10px;
      background: #fefefe;
      color: #192834;
      overflow: hidden;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
      .attachment-list ul li p {
        margin-bottom: 0; }
      .attachment-list ul li i {
        display: inline-block;
        margin-right: 10px;
        font-size: 3em;
        vertical-align: middle; }
      .attachment-list ul li strong {
        display: inline-block;
        max-width: 80%;
        vertical-align: middle; }
      .attachment-list ul li .flex-video {
        margin-bottom: 0; }
      .attachment-list ul li .entry-image {
        text-align: center; }
        .attachment-list ul li .entry-image img {
          width: auto;
          max-height: 180px; }
        .attachment-list ul li .entry-image a {
          display: block; }
      .attachment-list ul li audio {
        margin-top: 10px;
        width: 100%; }
      .attachment-list ul li .entry-meta {
        padding-top: 0.25em; }
        .attachment-list ul li .entry-meta p {
          margin: 0;
          font-size: 0.8em;
          text-align: right; }
        .attachment-list ul li .entry-meta a:before {
          margin-right: 0.25em;
          content: '\f1db';
          font-family: FontAwesome; }
  .attachment-list button {
    display: block;
    margin: 0 auto;
    width: 100px;
    background: red;
    color: #eef1f2; }

#resource-listing {
  margin: 2em auto;
  max-width: 88%;
  border: none;
  background-color: #eef1f2; }
  #resource-listing .resource-list {
    margin: 0;
    border: 0;
    background: none; }
    #resource-listing .resource-list .accordion-content {
      border: none; }
    #resource-listing .resource-list a {
      position: relative;
      padding: 1em 0;
      color: #fefefe;
      border-bottom: 0;
      border-radius: 15px;
      margin-top: 10px; }
      #resource-listing .resource-list a h2 {
        font-size: 3em;
        font-weight: 300;
        text-align: center; }
      #resource-listing .resource-list a.color-teal {
        background: #269eac; }
      #resource-listing .resource-list a.color-brown {
        background: #705f4e; }
      #resource-listing .resource-list a.color-mustard {
        background: #d3a82d; }
      #resource-listing .resource-list a.color-orange {
        background: #e14718; }
      #resource-listing .resource-list a.color-dark-blue {
        background: #192834; }
    #resource-listing .resource-list ul {
      margin: 0;
      padding: 1em 2em;
      width: 100%;
      list-style: none;
      background: #fefefe;
      border-bottom: 0;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
      #resource-listing .resource-list ul li {
        padding: 1em;
        color: #4d5069;
        word-break: break-word; }
        #resource-listing .resource-list ul li strong {
          display: block;
          margin-bottom: 0.5rem;
          font-size: 1.5em;
          line-height: 1; }
        #resource-listing .resource-list ul li p {
          font-style: italic; }
        #resource-listing .resource-list ul li a {
          color: #269eac;
          font-weight: 600;
          text-decoration: underline; }
      #resource-listing .resource-list ul:after {
        content: '';
        display: table;
        clear: both; }
  #resource-listing .is-active a {
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }

@media screen and (max-width: 26.1875em) {
  .page-template-resources header h1 {
    font-size: 2em; }
    .page-template-resources header h1 img {
      margin: 0 0.125em;
      max-height: 1em; }
  .attachment-list h2 {
    text-align: center; }
  .attachment-list ul li {
    width: 98%; } }

@media screen and (min-width: 48.8125em) and (max-width: 66.875em) {
  .attachment-list h2 {
    text-align: center; }
  .attachment-list ul li {
    width: 98%; }
    .attachment-list ul li .entry-image img {
      max-height: 320px; } }

@media screen and (min-width: 66.9375em) {
  #resource-nav {
    position: relative;
    top: auto; }
    #resource-nav ul {
      display: block; }
    #resource-nav .mobile-filtering {
      display: none; }
  #resource-listing {
    max-width: 75em; }
    #resource-listing .resource-list ul li {
      width: 49.5%;
      display: inline-block;
      vertical-align: top; } }

.page-template-get-involved {
  background: #fefefe; }
  .page-template-get-involved .container {
    margin-bottom: 0; }
  .page-template-get-involved header {
    position: relative;
    padding: 1em 0 1em 0; }
    .page-template-get-involved header h1,
    .page-template-get-involved header h2 {
      font-family: "Gotham", "Arial", "sans-serif";
      font-size: 3em;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.025em;
      color: #d3a82d; }
      .page-template-get-involved header h1 img,
      .page-template-get-involved header h2 img {
        margin: 0;
        max-height: 3em;
        vertical-align: text-top; }
    .page-template-get-involved header > p {
      text-align: center;
      color: #d3a82d;
      font-style: italic; }
  .page-template-get-involved .card .entry-content a {
    display: block;
    float: none; }
    .page-template-get-involved .card .entry-content a:first-child strong {
      font-size: 1.6em;
      font-weight: 400; }
  .page-template-get-involved .card .entry-content strong {
    display: block; }
  .page-template-get-involved .card .entry-content em {
    display: block; }
  .page-template-get-involved .card .entry-content .button {
    display: inline-block;
    text-transform: uppercase;
    color: #fefefe;
    background: #4d5069;
    border-radius: 10px; }
    .page-template-get-involved .card .entry-content .button:hover {
      background: #192834; }
  .page-template-get-involved #local-contacts,
  .page-template-get-involved #contactos-locales {
    padding: 4em 0;
    background: #d3a82d;
    text-align: center; }
    .page-template-get-involved #local-contacts h3,
    .page-template-get-involved #contactos-locales h3 {
      color: #fefefe;
      font-family: "Gotham", "Arial", "sans-serif";
      font-size: 3rem;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase; }
      .page-template-get-involved #local-contacts h3 img,
      .page-template-get-involved #contactos-locales h3 img {
        margin: 0 0.25em;
        vertical-align: text-bottom; }
    .page-template-get-involved #local-contacts em,
    .page-template-get-involved #contactos-locales em {
      display: block;
      color: #fefefe; }
    .page-template-get-involved #local-contacts .button,
    .page-template-get-involved #contactos-locales .button {
      margin: 0 auto;
      width: 160px;
      text-transform: uppercase;
      color: #fefefe;
      background: #192834;
      border-radius: 20px;
      -webkit-transition: 0.2s all;
      transition: 0.2s all; }
      .page-template-get-involved #local-contacts .button:hover,
      .page-template-get-involved #contactos-locales .button:hover {
        color: #192834;
        background: #fefefe; }
  .page-template-get-involved #get-involved-nav {
    width: 100%;
    height: 50px;
    text-align: center;
    color: #fefefe;
    background: #d3a82d; }
    .page-template-get-involved #get-involved-nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .page-template-get-involved #get-involved-nav ul li {
        display: inline-block;
        line-height: 50px; }
        .page-template-get-involved #get-involved-nav ul li:hover {
          background: #fefefe;
          color: #d3a82d; }
        .page-template-get-involved #get-involved-nav ul li a {
          margin: 0 20px;
          color: inherit;
          font-weight: 600;
          line-height: 50px; }
  .page-template-get-involved #get-involved #map-wrap {
    position: relative;
    min-height: 600px; }
    .page-template-get-involved #get-involved #map-wrap > div {
      position: relative;
      width: 50%;
      height: 600px;
      float: left; }
    .page-template-get-involved #get-involved #map-wrap .relative-wrap {
      position: relative; }
      .page-template-get-involved #get-involved #map-wrap .relative-wrap.add-arrow {
        position: absolute;
        top: 25%;
        left: 50%;
        margin-top: -30px;
        margin-left: -25%;
        width: 50%;
        height: 60px;
        z-index: 2; }
        .page-template-get-involved #get-involved #map-wrap .relative-wrap.add-arrow:before {
          content: '\f0d7';
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -0.25em;
          font-family: FontAwesome;
          font-size: 1.8em;
          line-height: 0.5em;
          color: #4d5069; }
    .page-template-get-involved #get-involved #map-wrap #map {
      width: 100%;
      height: 100%;
      z-index: 0; }
    .page-template-get-involved #get-involved #map-wrap #info {
      padding: 2em;
      font-size: 0.9em;
      color: #fefefe;
      background: #29435a; }
      .page-template-get-involved #get-involved #map-wrap #info strong {
        font-size: 1.2em;
        font-weight: 600; }
      .page-template-get-involved #get-involved #map-wrap #info a {
        color: inherit;
        text-decoration: underline; }
      .page-template-get-involved #get-involved #map-wrap #info .contact-info ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .page-template-get-involved #get-involved #map-wrap #info .contact-info ul li {
          display: none;
          margin: 0;
          padding: 0; }
          .page-template-get-involved #get-involved #map-wrap #info .contact-info ul li.active {
            display: block; }
          .page-template-get-involved #get-involved #map-wrap #info .contact-info ul li p:last-child {
            font-weight: 700; }
            .page-template-get-involved #get-involved #map-wrap #info .contact-info ul li p:last-child a {
              text-decoration: none; }
    .page-template-get-involved #get-involved #map-wrap:after {
      content: '';
      display: table;
      clear: both; }
    .page-template-get-involved #get-involved #map-wrap h2 {
      position: absolute;
      top: 15%;
      left: 50%;
      margin-top: -30px;
      margin-left: -25%;
      width: 50%;
      height: 60px;
      font-size: 2.25em;
      color: #fefefe;
      z-index: 1; }
    .page-template-get-involved #get-involved #map-wrap select {
      width: 100%;
      height: 60px;
      text-align: left;
      border: 1px solid #545454;
      background: url(../images/pin.png) no-repeat 12px 50%;
      background-color: #fefefe;
      padding-left: 3em;
      -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
      color: #4d5069; }
      .page-template-get-involved #get-involved #map-wrap select.valid-option {
        font-weight: 700; }
  .page-template-get-involved #get-involved section {
    margin: 0 auto;
    max-width: 50em;
    color: #545454; }
  .page-template-get-involved #get-involved h2 {
    color: #192834;
    font-weight: 600;
    text-align: center; }
  .page-template-get-involved #get-involved h4 {
    font-size: 1.2em;
    font-weight: 600; }
  .page-template-get-involved #form-button {
    width: 100;
    background-color: #269eac; }
    .page-template-get-involved #form-button h3 {
      color: #fefefe;
      font-family: "Gotham", "Arial", "sans-serif";
      font-size: 3rem;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      padding-top: 64px; }
    .page-template-get-involved #form-button #button-container {
      width: 100;
      text-align: center; }
      .page-template-get-involved #form-button #button-container .button {
        border-radius: 20px;
        background-color: #dc4405;
        font-weight: 600;
        margin: 16px 0 64px; }
  .page-template-get-involved #event-form {
    width: 100%;
    max-width: 85%;
    margin: 0 7.5%;
    display: none;
    z-index: 20;
    position: absolute;
    top: 250px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 37px 9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 37px 9px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    overflow: hidden; }
    .page-template-get-involved #event-form #form-close {
      background-color: rgba(0, 0, 0, 0);
      float: right;
      color: black;
      top: 0px;
      right: 0px;
      font-size: 1.5em;
      position: absolute; }
    .page-template-get-involved #event-form .form-container {
      width: 90%;
      height: 100%;
      margin: 5%;
      position: relative; }
    .page-template-get-involved #event-form .float-left {
      float: left; }
      .page-template-get-involved #event-form .float-left label {
        clear: both;
        color: #dc4405;
        font-size: 1em;
        font-weight: 600;
        text-transform: uppercase; }
      .page-template-get-involved #event-form .float-left input {
        clear: both;
        border-radius: 10px; }
    .page-template-get-involved #event-form textarea {
      clear: both;
      width: 100%;
      height: 100px;
      border-radius: 10px; }
    .page-template-get-involved #event-form .center-submit {
      text-align: center; }
    .page-template-get-involved #event-form #online {
      display: none; }
    .page-template-get-involved #event-form #isOnline {
      margin: 20px 0 20px;
      display: inline-block; }
    .page-template-get-involved #event-form #onlineCheck {
      display: inline-block;
      margin-left: 20px; }
    .page-template-get-involved #event-form #loading {
      position: relative;
      bottom: 0;
      right: 0;
      display: none; }
    .page-template-get-involved #event-form #submit-button {
      color: #dc4405;
      background-color: #ffffff;
      border: 2px solid #dc4405;
      text-transform: uppercase;
      font-size: 1.1em;
      font-weight: 700;
      height: 35px;
      max-width: 25%;
      min-width: 85px;
      width: 100%;
      border-radius: 10px;
      margin-top: 5px; }
  .page-template-get-involved #form-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 15; }
  .page-template-get-involved #form-thank-you {
    display: none;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    color: #dc4405; }

@media screen and (max-width: 66.875em) {
  .page-template-get-involved #get-involved #map-wrap > div {
    width: 100%;
    height: auto;
    float: none; }
  .page-template-get-involved #get-involved #map-wrap #map {
    height: 400px; }
  .page-template-get-involved #get-involved #map-wrap #info {
    height: auto; }
  .page-template-get-involved #get-involved #map-wrap .relative-wrap.add-arrow {
    top: 30%; }
  .page-template-get-involved #event-form {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0px; }
    .page-template-get-involved #event-form .form-container {
      margin: 20% 5%; }
    .page-template-get-involved #event-form input {
      font-size: 0.8em; }
    .page-template-get-involved #event-form #submit-button {
      max-width: 50%; }
    .page-template-get-involved #event-form #isOnline {
      display: inline-block; }
    .page-template-get-involved #event-form #onlineCheck {
      display: inline-block;
      margin-left: 10px; }
  .card-long {
    max-width: 88%; } }

/* Search results */
.search .columns {
  position: relative;
  margin-bottom: 3rem; }
  .search .columns > h2 {
    margin-top: 2rem;
    color: #e14718;
    font-family: "Gotham", "Arial", "sans-serif";
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }

.search .blogpost-entry h2 {
  font-size: 2rem; }

a#inifinite-load {
  display: none;
  position: absolute;
  margin-left: -16px;
  bottom: -25px;
  left: 50%;
  width: 32px;
  height: 32px;
  z-index: 2;
  background: url(../js/images/bx_loader.gif) no-repeat; }

@font-face {
  font-family: 'GunplaySpraypaint-Regular';
  src: url("../fonts/webfonts/33A902_0_0.eot");
  src: url("../fonts/webfonts/33A902_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/33A902_0_0.woff2") format("woff2"), url("../fonts/webfonts/33A902_0_0.woff") format("woff"), url("../fonts/webfonts/33A902_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunplay-Regular';
  src: url("../fonts/webfonts/33A902_1_0.eot");
  src: url("../fonts/webfonts/33A902_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/33A902_1_0.woff2") format("woff2"), url("../fonts/webfonts/33A902_1_0.woff") format("woff"), url("../fonts/webfonts/33A902_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GunplayDamage-Regular';
  src: url("../fonts/webfonts/33A902_2_0.eot");
  src: url("../fonts/webfonts/33A902_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/33A902_2_0.woff2") format("woff2"), url("../fonts/webfonts/33A902_2_0.woff") format("woff"), url("../fonts/webfonts/33A902_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunplay3D-Regular';
  src: url("../fonts/webfonts/33A902_3_0.eot");
  src: url("../fonts/webfonts/33A902_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/33A902_3_0.woff2") format("woff2"), url("../fonts/webfonts/33A902_3_0.woff") format("woff"), url("../fonts/webfonts/33A902_3_0.ttf") format("truetype"); }

#come-clean-overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  top: 0; }

#come-clean-header {
  text-align: center;
  background-color: #000000;
  height: 416px; }
  #come-clean-header img {
    margin-top: 68px;
    width: 520px;
    height: auto; }
  #come-clean-header.spanish img {
    margin-top: 54px;
    width: 520px;
    height: auto; }

#come-clean {
  font-family: 'Gotham-Medium', "Sans-Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-image: url("../images/come-clean/come-clean-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  height: auto;
  text-align: center;
  position: relative; }
  #come-clean .superscript {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
    color: #d2ad1f; }
    #come-clean .superscript:hover {
      text-decoration: underline; }
  #come-clean .post-listing .row {
    width: 100%;
    max-width: 100%; }
    #come-clean .post-listing .row.cig {
      max-width: 100%;
      margin: 0px auto;
      margin-left: 0;
      margin-right: 0;
      margin-top: -10rem;
      height: 10rem;
      display: none; }
    #come-clean .post-listing .row.limited {
      max-width: 74.75rem;
      margin: 0 auto; }
    #come-clean .post-listing .row.stack {
      margin-bottom: 3rem; }
    #come-clean .post-listing .row.last {
      margin-bottom: -3rem; }
  #come-clean .cta {
    position: fixed;
    right: 0;
    top: 500px;
    background: transparent;
    z-index: 500; }
  #come-clean .inner-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 100px;
    /* .entry-image {
            width: 40%;
            // float: left;
            // line-height:100%;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
        } */ }
    #come-clean .inner-container .columns {
      margin: auto; }
    #come-clean .inner-container .card {
      border: 5px solid #000000;
      border-radius: 0;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
      height: 13.875rem;
      position: relative; }
      #come-clean .inner-container .card.format-video .entry-image span {
        width: 100%;
        height: 100%;
        content: '';
        clear: both;
        background-image: url("../images/come-clean/come-clean-play.png");
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1;
        filter: alpha(opacity=100);
        top: 0;
        left: 0; }
        #come-clean .inner-container .card.format-video .entry-image span:before, #come-clean .inner-container .card.format-video .entry-image span:after {
          content: ''; }
    #come-clean .inner-container .entry-content .title,
    #come-clean .inner-container .entry-content .excerpt {
      display: inline-block;
      text-align: left;
      padding: 0 15px; }
    #come-clean .inner-container .entry-content .excerpt p {
      line-height: 1.2em;
      margin-left: 0.475%; }
    #come-clean .inner-container .entry-content .title {
      color: #000000;
      font-family: 'Gunplay-Regular';
      float: left;
      font-size: 1.875em;
      margin-top: 20px; }
      #come-clean .inner-container .entry-content .title p {
        font-family: 'Gunplay-Regular'; }
      #come-clean .inner-container .entry-content .title h3 {
        font-size: 1em;
        font-family: 'Gunplay-Regular';
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1em; }
      #come-clean .inner-container .entry-content .title strong {
        font-weight: 400; }
    #come-clean .inner-container .entry-content .excerpt {
      color: #444444; }
    #come-clean .inner-container .cig-cont {
      position: absolute;
      overflow: hidden;
      width: 100%;
      height: 12rem;
      margin-top: 0rem; }
    #come-clean .inner-container .dirty-truth {
      width: 95%;
      height: 12rem;
      position: relative;
      text-align: left;
      margin: 0px auto; }
      #come-clean .inner-container .dirty-truth h2 {
        color: #ffffff;
        font-family: "Gunplay-Regular";
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top;
        font-size: 3.275em;
        text-align: left;
        float: left;
        height: 100%;
        line-height: 11.25rem;
        opacity: 0.8;
        filter: alpha(opacity=80);
        margin-right: 2rem; }
        #come-clean .inner-container .dirty-truth h2 span {
          display: none; }
        #come-clean .inner-container .dirty-truth h2.spanish {
          width: auto;
          margin-right: 0;
          margin-left: 6%; }
      #come-clean .inner-container .dirty-truth span.truth-span {
        color: #ffffff;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 auto;
        vertical-align: top;
        font-size: 1.45em;
        text-align: left;
        line-height: 1.25em;
        height: 100%;
        position: relative; }
        #come-clean .inner-container .dirty-truth span.truth-span .truth-content {
          display: block;
          width: 100%;
          height: auto; }
    #come-clean .inner-container .cigs {
      position: absolute;
      width: 80px;
      height: auto;
      z-index: 1; }
      #come-clean .inner-container .cigs img {
        width: 100%;
        height: auto; }
    #come-clean .inner-container .cig1 {
      right: -50%;
      top: 10%; }
    #come-clean .inner-container .cig2 {
      right: -50%;
      top: 10%; }
    #come-clean .inner-container .cig3 {
      right: -50%;
      bottom: 50%; }
    #come-clean .inner-container .cig4 {
      left: -50%;
      bottom: 40%; }
    #come-clean .inner-container .cig5 {
      left: -50%;
      top: 13%; }
    #come-clean .inner-container .cig6 {
      left: -50%;
      top: 0; }
    #come-clean .inner-container .video-cont {
      width: 100%;
      margin-bottom: 54px; }
      #come-clean .inner-container .video-cont .video {
        position: relative;
        border: 5px solid #000000;
        border-radius: 0;
        padding: 0;
        /* .video-embed {
                    display: none;
                } */ }
        #come-clean .inner-container .video-cont .video .video-img {
          width: 100%; }
        #come-clean .inner-container .video-cont .video .video-play {
          position: absolute;
          top: 40%;
          left: 0;
          right: 0;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          width: 78px;
          height: 78px;
          margin: 0 auto;
          cursor: pointer; }
        #come-clean .inner-container .video-cont .video .video-text {
          position: absolute;
          color: #ffffff;
          bottom: 0;
          width: 100%;
          padding: 1em 3em; }
          #come-clean .inner-container .video-cont .video .video-text .title {
            font-size: 2rem;
            font-family: 'Gunplay-Regular';
            text-transform: uppercase; }
          #come-clean .inner-container .video-cont .video .video-text .content {
            width: 85%;
            margin: 0px auto; }
            #come-clean .inner-container .video-cont .video .video-text .content p {
              line-height: 1.6rem;
              font-size: 1.2rem;
              font-weight: 600; }
  #come-clean .footer {
    max-width: 74.75rem;
    margin: 0px auto;
    padding-bottom: 4rem; }
    #come-clean .footer .img-cont {
      display: inline-block;
      width: 30%;
      vertical-align: top; }
      #come-clean .footer .img-cont .main-img {
        width: 100%;
        height: auto; }
      #come-clean .footer .img-cont img {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #come-clean .footer .img-cont .addthis_inline_share_toolbox {
        border: 1px solid red;
        width: 100%;
        height: 100px; }
    #come-clean .footer h4 {
      display: block;
      width: 100%;
      font-family: "Gunplay-Regular";
      overflow: hidden;
      white-space: nowrap;
      color: #ffffff;
      line-height: 1.5; }
      #come-clean .footer h4.labels {
        display: block;
        font-size: 2.25rem; }
        #come-clean .footer h4.labels span {
          margin-top: -6px;
          display: block;
          font-size: 1.5rem;
          width: 100%; }
  #come-clean .reference_title {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    margin-top: 2rem;
    padding-bottom: 0;
    opacity: 0.7;
    filter: alpha(opacity=70); }
    #come-clean .reference_title::before, #come-clean .reference_title::after {
      content: ' ';
      display: table; }
    #come-clean .reference_title::after {
      clear: both; }
    #come-clean .reference_title h4 {
      cursor: pointer;
      text-align: left;
      font-size: 1.5rem;
      font-family: 'Gunplay-Regular';
      text-transform: uppercase;
      margin: 0;
      width: 100%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      padding-bottom: 0; }
      @media screen and (min-width: 48.8125em) {
        #come-clean .reference_title h4 {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
      #come-clean .reference_title h4:last-child:not(:first-child) {
        float: right; }

.page-template-come-clean .container {
  margin-bottom: 0 !important; }

#cc_references {
  background: #000000;
  color: #ffffff;
  padding: 2em; }
  #cc_references .refs-content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto; }
    #cc_references .refs-content::before, #cc_references .refs-content::after {
      content: ' ';
      display: table; }
    #cc_references .refs-content::after {
      clear: both; }
  #cc_references .refs-list {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 48.8125em) {
      #cc_references .refs-list {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #cc_references .refs-list:last-child:not(:first-child) {
      float: right; }
  #cc_references li {
    margin-bottom: 1em;
    padding: 0.5em;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #cc_references a {
    color: #ffffff;
    text-decoration: underline; }
  #cc_references a:hover {
    color: #d2ad1f; }

@media screen and (min-width: 1024px) {
  #come-clean .inner-container .dirty-truth span.truth-span {
    width: 58%;
    margin: 0 0 0 2%;
    font-size: 1.25rem; }
    #come-clean .inner-container .dirty-truth span.truth-span .truth-content {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); } }

@media screen and (max-width: 9999px) {
  #come-clean .inner-container .cig-cont {
    display: none; }
  #come-clean .inner-container .dirty-truth h2 {
    width: 40%;
    clear: both;
    text-align: center;
    height: auto;
    margin-right: 2rem;
    margin: 0px auto; }
  #come-clean .inner-container .dirty-truth span.truth-span {
    width: 58%;
    margin: 0 0 0 2%;
    font-size: 1.25rem;
    /* .truth-content {
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translateX(-50%) translateY(-50%);
                    } */ } }

@media screen and (max-width: 1071px) {
  #come-clean .cta {
    display: none; }
  #come-clean br {
    display: none; }
  #come-clean .inner-container .card {
    height: auto; }
  #come-clean .inner-container .entry-content h3 {
    font-size: 1.25rem; }
  #come-clean .inner-container .entry-content p {
    font-size: 1rem; }
  #come-clean .video-cont .video {
    margin: 0 auto; }
  #come-clean .cig-cont {
    display: none; } }

@media screen and (max-width: 63.9375em) {
  #come-clean .inner-container .dirty-truth {
    width: 82%;
    height: auto;
    text-align: left;
    margin: 0px auto; }
    #come-clean .inner-container .dirty-truth h2 {
      width: 100%;
      line-height: 2rem;
      margin-right: 0;
      margin-top: 2rem;
      margin-bottom: 0.875rem; }
    #come-clean .inner-container .dirty-truth span.truth-span {
      display: inline-block;
      font-size: 1.25em;
      text-align: center;
      line-height: 1.25em;
      width: 100%;
      margin-bottom: 2rem; }
  #come-clean .inner-container .video-cont .video {
    width: 88%; }
    #come-clean .inner-container .video-cont .video .video-play {
      opacity: 0.4;
      filter: alpha(opacity=40); } }

@media screen and (max-width: 800px) {
  #come-clean .inner-container {
    /* .entry-content {
                width: 100%;
            } */
    /* .entry-image {
                width: 100%;
            } */ }
    #come-clean .inner-container .dirty-truth {
      width: 82%;
      height: auto;
      text-align: left;
      margin: 0px auto; }
      #come-clean .inner-container .dirty-truth h2 {
        line-height: 2rem;
        margin-right: 0;
        margin-top: 2rem;
        margin-bottom: 0.875rem; }
      #come-clean .inner-container .dirty-truth span.truth-span {
        display: inline-block;
        font-size: 1em;
        text-align: center;
        line-height: 1.25em;
        width: 100%;
        margin-bottom: 2rem; }
    #come-clean .inner-container .video-cont .video {
      width: 88%; }
      #come-clean .inner-container .video-cont .video .video-play .content {
        display: none; }
        #come-clean .inner-container .video-cont .video .video-play .content p {
          display: none; }
  #come-clean .footer {
    text-align: center; }
    #come-clean .footer .img-cont {
      display: block;
      width: 75%;
      margin: 0 auto; }
      #come-clean .footer .img-cont .main-img {
        vertical-align: middle; } }

@media screen and (max-width: 39.9375em) {
  #come-clean .cta {
    top: 350px; }
    #come-clean .cta img {
      width: 125px; }
  #come-clean .inner-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* .entry-image {
                width: 100%;
            } */ }
    #come-clean .inner-container .entry-content .title {
      color: #000000; }
    #come-clean .inner-container .entry-content .excerpt {
      color: #444444; }
    #come-clean .inner-container .dirty-truth {
      width: 82%;
      height: auto;
      text-align: left;
      margin: 0px auto; }
      #come-clean .inner-container .dirty-truth h2 {
        line-height: 2rem;
        margin-right: 0;
        margin-top: 2rem;
        margin-bottom: 0.875rem; }
      #come-clean .inner-container .dirty-truth span.truth-span {
        font-size: 1em;
        text-align: center;
        line-height: 1.25em;
        width: 100%;
        margin-bottom: 2rem; }
    #come-clean .inner-container .video-cont {
      width: 100%;
      margin-bottom: 54px; }
      #come-clean .inner-container .video-cont .video {
        width: 88%;
        position: relative;
        border: 5px solid #000000;
        border-radius: 0;
        padding: 0;
        /* .video-embed {
                        display: none;
                    } */ }
        #come-clean .inner-container .video-cont .video .video-img {
          width: 100%; }
        #come-clean .inner-container .video-cont .video .video-play {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          width: 50px;
          height: 50px;
          margin: 0 auto;
          cursor: pointer; }
        #come-clean .inner-container .video-cont .video .video-text {
          background-color: rgba(0, 0, 0, 0.6); }
          #come-clean .inner-container .video-cont .video .video-text .title {
            font-family: 'Gunplay-Regular';
            text-transform: uppercase;
            font-size: 1.1rem;
            width: 98%;
            text-align: left; }
          #come-clean .inner-container .video-cont .video .video-text .content p {
            vertical-align: top;
            display: none;
            visibility: hidden; } }

#come-clean .inner-container .entry-content {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: inherit;
  max-width: 100%;
  margin: 0;
  padding: 0; }

#come-clean .inner-container .entry-image {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  #come-clean .inner-container .entry-image img {
    -webkit-transition: none;
    transition: none; }

#come-clean .footer .img-cont .img-align-wrap {
  position: relative; }

#come-clean .footer .img-cont #share_facebook,
#come-clean .footer .img-cont #share_twitter,
#come-clean .footer .img-cont #share_email {
  position: absolute;
  width: 19%;
  height: 19%; }
  #come-clean .footer .img-cont #share_facebook img,
  #come-clean .footer .img-cont #share_twitter img,
  #come-clean .footer .img-cont #share_email img {
    display: none; }

#come-clean .footer .img-cont #share_facebook {
  left: 43%;
  top: 7%; }

#come-clean .footer .img-cont #share_twitter {
  right: 7%;
  top: 63.5%; }

#come-clean .footer .img-cont #share_email {
  left: 11%;
  top: 63.5%; }

#come-clean .video {
  position: relative; }
  #come-clean .video .video-preview {
    position: relative;
    z-index: 2; }
  #come-clean .video .video-embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    #come-clean .video .video-embed iframe {
      display: block;
      width: 100%;
      height: 100%; }

@media screen and (min-width: 781px) {
  #come-clean .inner-container .entry-content {
    width: 58%;
    float: right; }
  #come-clean .inner-container .entry-image {
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    #come-clean .inner-container .entry-image img {
      opacity: 0;
      -webkit-transition: none;
      transition: none; } }

div.nested-quiz {
  font-size: 14px;
  font-family: "Gotham", "Sans-Regular", "Helvetica", "Arial", sans-serif;
  color: #343436;
  padding-top: 1.2em;
  padding-bottom: 0.4em;
  background-color: #192834;
  background-image: url(/wp-content/themes/ctcp-press-v2.6.1/assets/images/ca-story/q-bg.png);
  background-size: 11.1%;
  background-position: 3% 3%;
  width: 100%; }
  div.nested-quiz ol {
    display: none; }

.quiz-title,
#single-post .main-content .entry-content h2.quiz-title {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Gotham", "Sans-Regular", "Helvetica", "Arial", sans-serif;
  font-size: 1.14286em;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  color: #ffeda1; }
  .quiz-title::before, .quiz-title::after,
  #single-post .main-content .entry-content h2.quiz-title::before,
  #single-post .main-content .entry-content h2.quiz-title::after {
    content: ' ';
    display: table; }
  .quiz-title::after,
  #single-post .main-content .entry-content h2.quiz-title::after {
    clear: both; }

.quiz-intro-text {
  font-size: 0.85714em;
  margin-top: -1em;
  margin-bottom: 3em;
  text-align: center; }

.nested-quiz-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .nested-quiz-wrapper::before, .nested-quiz-wrapper::after {
    content: ' ';
    display: table; }
  .nested-quiz-wrapper::after {
    clear: both; }

.quiz-title-text,
.nested-quiz-items {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 48.8125em) {
    .quiz-title-text,
    .nested-quiz-items {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .quiz-title-text:last-child:not(:first-child),
  .nested-quiz-items:last-child:not(:first-child) {
    float: right; }

.nested-quiz-items {
  position: relative;
  height: 10.2em;
  overflow: hidden; }
  .nested-quiz-items.enlarge {
    height: 32.5em; }
  .nested-quiz-items.enlargeMore {
    height: 39em; }

.nested-quiz-step,
.result-set {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

.question-box {
  background: #ffffff;
  border-radius: 1em;
  padding: 2em 2.25em 2.75em 2.25em;
  position: relative; }

.quiz-endpoint {
  background: #ffffff;
  font-size: 0.75em;
  border-radius: 1.33333em;
  padding: 2.66667em 3em;
  position: relative;
  margin-bottom: 2.66667em; }

body.home .quiz-endpoint p,
#single-post .main-content .entry-content .quiz-endpoint p {
  margin-left: 0;
  margin-right: 0; }

body.home .quiz-endpoint blockquote,
#single-post .main-content .entry-content .quiz-endpoint blockquote {
  margin: 3em 0 0 0;
  padding: 0;
  color: inherit;
  font-size: 0.8em;
  border-left: 0; }
  body.home .quiz-endpoint blockquote p,
  #single-post .main-content .entry-content .quiz-endpoint blockquote p {
    margin: 1em 0 0 0;
    color: inherit;
    font-style: normal;
    font-size: inherit; }
    body.home .quiz-endpoint blockquote p:before,
    #single-post .main-content .entry-content .quiz-endpoint blockquote p:before {
      display: none; }

.quiz-intro-text p,
#single-post .main-content .entry-content .quiz-intro-text p {
  color: #ffeda1; }

.question-text {
  font-weight: 500;
  line-height: 1.3em; }
  .question-text .has-icon {
    display: block;
    position: relative;
    padding-left: 3em; }
    .question-text .has-icon .fa {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 1.75em; }

.answer-button-row {
  text-align: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-1.1em);
          transform: translateX(-50%) translateY(-1.1em);
  width: auto;
  display: inline-block;
  /* &:after {
		content: "";
		width: 0;
		height: 3em;
		border-left: 3px dashed $quiz-black;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(3px) translateY(1em);
		transition: all 0.25s ease;
	} */ }

.children-hidden .answer-button-row:after {
  height: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.reset-button-row {
  text-align: center;
  width: 19em;
  margin: 0 auto; }
  .reset-button-row::before, .reset-button-row::after {
    content: ' ';
    display: table; }
  .reset-button-row::after {
    clear: both; }

.quiz-button,
.nested-quiz-step .has-icon a,
.quiz-endpoint .has-icon a {
  font-size: 0.76em;
  color: #ffffff;
  font-weight: 600;
  width: auto;
  border-radius: 1.375em;
  padding: 0.6875em 2em 0.6875em 2em;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden; }
  .quiz-button.hidden,
  .nested-quiz-step .has-icon a.hidden,
  .quiz-endpoint .has-icon a.hidden {
    opacity: 0;
    width: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  .quiz-button:hover,
  .nested-quiz-step .has-icon a:hover,
  .quiz-endpoint .has-icon a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .quiz-button.selected:hover, .quiz-button.hidden:hover,
  .nested-quiz-step .has-icon a.selected:hover,
  .nested-quiz-step .has-icon a.hidden:hover,
  .quiz-endpoint .has-icon a.selected:hover,
  .quiz-endpoint .has-icon a.hidden:hover {
    -webkit-transform: scale(1);
            transform: scale(1); }

.quiz-button {
  text-transform: uppercase;
  display: inline-block;
  height: 2.75em;
  text-align: center;
  margin: 0em 0.75em;
  position: relative; }
  .quiz-button.primary {
    background-color: #2caaa9;
    -webkit-box-shadow: 0.1375em 0.275em #127f84;
            box-shadow: 0.1375em 0.275em #127f84; }
  .quiz-button.secondary {
    background-color: #ff6841;
    -webkit-box-shadow: 0.1375em 0.275em #db3908;
            box-shadow: 0.1375em 0.275em #db3908; }
  .quiz-button.reset {
    background-color: #ffffff;
    -webkit-box-shadow: 0.1375em 0.275em #b7b7b7;
            box-shadow: 0.1375em 0.275em #b7b7b7;
    border: 3px solid #b7b7b7;
    color: #b7b7b7;
    padding-top: 0.495em;
    float: left; }

.nested-quiz-step .has-icon a,
.quiz-endpoint .has-icon a {
  background-color: #977bab;
  -webkit-box-shadow: 0.1375em 0.275em #715089;
          box-shadow: 0.1375em 0.275em #715089;
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.2em;
  margin-bottom: 3em;
  position: relative;
  padding-left: 5em; }
  .nested-quiz-step .has-icon a .fa,
  .quiz-endpoint .has-icon a .fa {
    position: absolute;
    left: 1.17em;
    top: 0.22em;
    font-size: 1.75em;
    line-height: 1em; }

.quiz-endpoint .has-icon a {
  margin: 2em auto;
  font-size: 1em; }

.quiz-back-button {
  position: absolute;
  left: 2.3em;
  top: 1.2em;
  color: #b7b7b7;
  font-size: 0.4em;
  cursor: pointer; }

.shs-quiz-share {
  display: inline-block;
  color: #ffeda1;
  position: relative;
  font-size: 0.8em;
  font-weight: 600;
  height: 2.75em;
  padding-top: 0.55em;
  float: right;
  text-align: right; }
  .shs-quiz-share .fa {
    display: inline-block;
    color: #ffffff;
    width: 1.75em;
    height: 1.75em;
    font-size: 1em;
    text-align: center;
    padding-top: 0.4em;
    border-radius: 0.875em;
    margin-left: 0.5em;
    cursor: pointer; }
  .shs-quiz-share .fa-facebook {
    background-color: #3b5998; }
  .shs-quiz-share .fa-twitter {
    background-color: #1da1f2; }

@media screen and (min-width: 48.8125em) {
  div.nested-quiz {
    font-size: 18px; }
  .nested-quiz-items {
    height: 10.2em; }
    .nested-quiz-items.enlarge {
      height: 28em; }
    .nested-quiz-items.enlargeMore {
      height: 38em; }
  #single-post .main-content .entry-content .quiz-endpoint blockquote {
    font-size: 0.7em; } }

@media screen and (min-width: 66.9375em) {
  div.nested-quiz {
    font-size: 24px; }
  .nested-quiz-items {
    height: 10.2em; }
    .nested-quiz-items.enlarge {
      height: 28.5em; }
    .nested-quiz-items.enlargeMore {
      height: 38em; }
  .quiz-intro-text {
    font-size: 0.6em; }
  .quiz-title-text,
  .nested-quiz-items {
    width: 91.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 4.16667%; } }
  @media screen and (min-width: 66.9375em) and (min-width: 48.8125em) {
    .quiz-title-text,
    .nested-quiz-items {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media screen and (min-width: 66.9375em) {
    .quiz-title-text:last-child:not(:first-child),
    .nested-quiz-items:last-child:not(:first-child) {
      float: right; }
  .quiz-button.reset {
    padding-top: 0.55em; } }

@media screen and (min-width: 75em) {
  div.nested-quiz {
    font-size: 28px; }
  .nested-quiz-items {
    height: 10.2em;
    max-width: 870px;
    margin: 0 auto;
    float: none;
    left: 0; }
    .nested-quiz-items.enlarge {
      height: 28em; }
    .nested-quiz-items.enlargeMore {
      height: 37em; } }

@media screen and (min-width: 90em) {
  .nested-quiz-items {
    height: 9em; }
    .nested-quiz-items.enlarge {
      height: 26em; }
    .nested-quiz-items.enlargeMore {
      height: 34em; } }

.hero-carousel {
  overflow: hidden;
  position: relative; }
  .hero-carousel *,
  .hero-carousel *::before,
  .hero-carousel *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  @media only screen and (min-width: 1440px) {
    .hero-carousel {
      margin: 0 auto;
      max-width: 1440px; } }
  .hero-carousel__wrap .swiper-slide__image {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .hero-carousel__wrap .swiper-slide__image {
        height: 440px; } }
  .hero-carousel__wrap .swiper-slide__overlay {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .hero-carousel__wrap .swiper-slide__overlay .swiper-slide__wrap .swiper-slide__body {
      opacity: 0;
      -webkit-transition: all .05s ease-in-out;
      transition: all .05s ease-in-out; }
  .hero-carousel__wrap .swiper-slide__wrap {
    margin-top: 24px;
    padding: 0 24px; }
    @media only screen and (min-width: 768px) {
      .hero-carousel__wrap .swiper-slide__wrap {
        margin-top: 64px;
        padding: 0 108px; } }
    @media only screen and (min-width: 1280px) {
      .hero-carousel__wrap .swiper-slide__wrap {
        padding: 0 218px; } }
  .hero-carousel__prev-btn, .hero-carousel__next-btn {
    display: none; }
    @media only screen and (min-width: 768px) {
      .hero-carousel__prev-btn, .hero-carousel__next-btn {
        cursor: default;
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 10; } }
    .hero-carousel__prev-btn.swiper-button-lock, .hero-carousel__next-btn.swiper-button-lock {
      display: none; }
    .hero-carousel__prev-btn:not(.swiper-button-disabled), .hero-carousel__next-btn:not(.swiper-button-disabled) {
      cursor: pointer; }
      .hero-carousel__prev-btn:not(.swiper-button-disabled) > svg > path, .hero-carousel__next-btn:not(.swiper-button-disabled) > svg > path {
        opacity: 1; }
  @media only screen and (min-width: 768px) {
    .hero-carousel__prev-btn {
      left: 24px; } }
  @media only screen and (min-width: 1280px) {
    .hero-carousel__prev-btn {
      left: 36px; } }
  @media only screen and (min-width: 768px) {
    .hero-carousel__next-btn {
      right: 24px; } }
  @media only screen and (min-width: 1280px) {
    .hero-carousel__next-btn {
      right: 36px; } }
  .hero-carousel__next-btn > svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .hero-carousel .swiper-slide-active .swiper-slide__overlay .swiper-slide__wrap .swiper-slide__body {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
  .hero-carousel .swiper-slide__header,
  .hero-carousel .swiper-slide__body {
    display: block; }
    .hero-carousel .swiper-slide__header__block,
    .hero-carousel .swiper-slide__body__block {
      background-color: #fff;
      display: block;
      height: 2px;
      margin-bottom: 4px;
      width: 39px; }
      @media only screen and (min-width: 768px) {
        .hero-carousel .swiper-slide__header__block,
        .hero-carousel .swiper-slide__body__block {
          height: 5px;
          margin-bottom: 2px;
          width: 60px; } }
    .hero-carousel .swiper-slide__header__text,
    .hero-carousel .swiper-slide__body__text {
      color: #fff;
      display: block;
      font: bold 12px/14px "Gotham-Medium", "Arial", "sans-serif";
      margin-bottom: 12px; }
      @media only screen and (min-width: 768px) {
        .hero-carousel .swiper-slide__header__text,
        .hero-carousel .swiper-slide__body__text {
          font-size: 22px;
          line-height: 30px;
          margin-bottom: 24px; } }
      html:lang(vi) .hero-carousel .swiper-slide__header__text, html:lang(vi)
      .hero-carousel .swiper-slide__body__text {
        font-family: "Sans-Bold", "Arial", "sans-serif";
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.35; }
        @media only screen and (min-width: 1440px) {
          html:lang(vi) .hero-carousel .swiper-slide__header__text, html:lang(vi)
          .hero-carousel .swiper-slide__body__text {
            margin-bottom: 100px; } }
  .hero-carousel .swiper-slide__body {
    margin-right: 13.75%;
    max-width: 374px; }
    @media only screen and (min-width: 768px) {
      .hero-carousel .swiper-slide__body {
        margin-right: 0;
        max-width: 506px; } }
    .hero-carousel .swiper-slide__body__text {
      font: normal 18px/23px "Gotham-Bold", "Arial", "sans-serif";
      letter-spacing: -.0178em;
      margin-bottom: 12px; }
      @media only screen and (min-width: 768px) {
        .hero-carousel .swiper-slide__body__text {
          font-size: 48px;
          letter-spacing: -.0067em;
          line-height: 50px;
          margin-bottom: 27px;
          /* autoprefixer: ignore next */
          -webkit-box-orient: vertical;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          overflow-y: hidden;
          text-overflow: ellipsis; } }
      html:lang(vi) .hero-carousel .swiper-slide__body__text {
        font-family: "Sans-Bold", "Arial", "sans-serif";
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.35; }
      html:lang(zh-CN) .hero-carousel .swiper-slide__body__text,
      html:lang(zh-TW) .hero-carousel .swiper-slide__body__text,
      html:lang(ko) .hero-carousel .swiper-slide__body__text {
        font-weight: bold; }
    .hero-carousel .swiper-slide__body .btn {
      min-width: 137px;
      padding: 5px 25px; }
      @media only screen and (min-width: 768px) {
        .hero-carousel .swiper-slide__body .btn {
          font-size: 14px;
          line-height: 20px;
          padding: 7px 38px; } }
      html:lang(vi) .hero-carousel .swiper-slide__body .btn {
        font-family: "Sans-Bold", "Arial", "sans-serif";
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.35; }
  .hero-carousel .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .5; }
    .hero-carousel .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
      opacity: .7; }
  .hero-carousel .swiper-pagination-bullets {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 80px;
    bottom: 12px;
    left: 50%;
    line-height: normal;
    max-width: 200px;
    padding: 2px 20px 4px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto; }
    @media only screen and (min-width: 768px) {
      .hero-carousel .swiper-pagination-bullets {
        bottom: 22px; } }
    @media only screen and (min-width: 1280px) {
      .hero-carousel .swiper-pagination-bullets {
        bottom: 24px; } }
  .hero-carousel .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1; }

.video-carousel {
  overflow: hidden;
  position: relative; }
  .video-carousel__wrap {
    border-radius: 3px;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .video-carousel__wrap .swiper-slide__image {
      background: bottom / cover no-repeat;
      padding-bottom: 56.25%; }
    .video-carousel__wrap .swiper-slide__item.tablet, .video-carousel__wrap .swiper-slide__item.tablet_p, .video-carousel__wrap .swiper-slide__item.desktop {
      display: none; }
    .video-carousel__wrap .swiper-slide__item.mobile {
      display: block; }
    .video-carousel__wrap .swiper-slide__item {
      cursor: pointer;
      position: relative; }
      .not-mobile .video-carousel__wrap .swiper-slide__item:hover .swiper-slide__play-button-container .swiper-slide__play-button {
        background: #db3907; }
      .not-mobile .video-carousel__wrap .swiper-slide__item:hover .swiper-slide__play-button-container i {
        color: #fff; }
      .video-carousel__wrap .swiper-slide__item .swiper-slide__play-button-container {
        position: absolute;
        height: 32px;
        width: 32px;
        bottom: 12px;
        left: 12px; }
        @media only screen and (min-width: 768px) {
          .video-carousel__wrap .swiper-slide__item .swiper-slide__play-button-container {
            height: 80px;
            width: 80px;
            bottom: 28px;
            left: 28px; } }
        @media only screen and (min-width: 1280px) {
          .video-carousel__wrap .swiper-slide__item .swiper-slide__play-button-container {
            height: 112px;
            width: 112px;
            bottom: 40px;
            left: 40px; } }
        .video-carousel__wrap .swiper-slide__item .swiper-slide__play-button-container .swiper-slide__play-button {
          background-color: white;
          border-radius: 50%;
          height: 100%;
          opacity: .75;
          -webkit-transition: background .2s ease-out;
          transition: background .2s ease-out;
          width: 100%; }
        .video-carousel__wrap .swiper-slide__item .swiper-slide__play-button-container i {
          color: #695a4a;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-35%, -50%);
                  transform: translate(-35%, -50%);
          -webkit-transition: color .2s ease-out;
          transition: color .2s ease-out;
          font-size: 11px; }
          @media only screen and (min-width: 768px) {
            .video-carousel__wrap .swiper-slide__item .swiper-slide__play-button-container i {
              font-size: 24px; } }
          @media only screen and (min-width: 1280px) {
            .video-carousel__wrap .swiper-slide__item .swiper-slide__play-button-container i {
              font-size: 32px; } }
    .video-carousel__wrap .swiper-slide__color-overylay {
      background-color: rgba(0, 0, 0, 0.4);
      bottom: 0;
      left: 0;
      max-width: 100%;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0; }
    .video-carousel__wrap .swiper-slide__overylay {
      bottom: 0;
      left: 0;
      max-width: 100%;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: all .05s ease-in-out;
      transition: all .05s ease-in-out; }
    .video-carousel__wrap .swiper-slide__wrap {
      height: auto;
      margin: 0 auto;
      max-width: 80%;
      padding: 28px 0 0;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .video-carousel__wrap .swiper-slide__wrap {
          max-width: 85%;
          padding: 40px 0 0; } }
      @media only screen and (min-width: 1024px) {
        .video-carousel__wrap .swiper-slide__wrap {
          max-width: 90%; } }
      @media only screen and (min-width: 1280px) {
        .video-carousel__wrap .swiper-slide__wrap {
          max-width: 1156px;
          padding: 58px 0 0; } }
    @media only screen and (min-width: 480px) {
      .video-carousel__wrap .swiper-slide__item.mobile, .video-carousel__wrap .swiper-slide__item.tablet, .video-carousel__wrap .swiper-slide__item.desktop {
        display: none; }
      .video-carousel__wrap .swiper-slide__item.tablet_p {
        display: block; } }
    @media only screen and (min-width: 1024px) {
      .video-carousel__wrap .swiper-slide__item.mobile, .video-carousel__wrap .swiper-slide__item.tablet_p, .video-carousel__wrap .swiper-slide__item.desktop {
        display: none; }
      .video-carousel__wrap .swiper-slide__item.tablet {
        display: block; } }
    @media only screen and (min-width: 1280px) {
      .video-carousel__wrap .swiper-slide__item.mobile, .video-carousel__wrap .swiper-slide__item.tablet_p, .video-carousel__wrap .swiper-slide__item.tablet {
        display: none; }
      .video-carousel__wrap .swiper-slide__item.desktop {
        display: block; } }
    .video-carousel__wrap .swiper-button-next,
    .video-carousel__wrap .swiper-button-prev {
      background: none;
      display: none; }
    .video-carousel__wrap .swiper-button-next i,
    .video-carousel__wrap .swiper-button-prev i {
      color: #fff;
      font-size: 2.6rem; }
    .video-carousel__wrap .swiper-pagination .swiper-pagination-bullet {
      background-color: #e5e5e4;
      width: 6px;
      height: 6px;
      opacity: 1;
      margin: 5px 3px;
      -webkit-transition: background .2s ease-out;
      transition: background .2s ease-out; }
      .not-mobile .video-carousel__wrap .swiper-pagination .swiper-pagination-bullet:hover {
        background: #db3907; }
      @media only screen and (min-width: 1280px) {
        .video-carousel__wrap .swiper-pagination .swiper-pagination-bullet {
          width: 8px;
          height: 8px;
          margin: 0 6px 10px; } }
    .video-carousel__wrap .swiper-pagination .swiper-pagination-bullet-active {
      background: #db3907; }
  .video-carousel .swiper-slide-active .swiper-slide__overylay {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
  .video-carousel .header,
  .video-carousel .body {
    display: block; }
    .video-carousel .header::after,
    .video-carousel .body::after {
      clear: both;
      content: '';
      display: block; }
    .video-carousel .header__block,
    .video-carousel .body__block {
      display: block;
      float: left;
      margin-bottom: 10px;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .video-carousel .header__block,
        .video-carousel .body__block {
          margin-bottom: 15px; } }
      .video-carousel .header__block .line,
      .video-carousel .body__block .line {
        background-color: #fff;
        display: block;
        float: left;
        height: 3px;
        width: 27px; }
        @media only screen and (min-width: 768px) {
          .video-carousel .header__block .line,
          .video-carousel .body__block .line {
            height: 3px;
            width: 32px; } }
        @media only screen and (min-width: 1440px) {
          .video-carousel .header__block .line,
          .video-carousel .body__block .line {
            height: 5px;
            width: 60px; } }
    .video-carousel .header__text,
    .video-carousel .body__text {
      color: #fff;
      display: block;
      float: left;
      font: normal normal normal 14px/17px "Gotham-Medium", "Arial", "sans-serif";
      letter-spacing: -.3px;
      margin-bottom: 45px;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .video-carousel .header__text,
        .video-carousel .body__text {
          font: normal normal normal 18px/17px "Gotham-Medium", "Arial", "sans-serif";
          letter-spacing: -.4px;
          margin-bottom: 67px; } }
      @media only screen and (min-width: 1440px) {
        .video-carousel .header__text,
        .video-carousel .body__text {
          font: normal normal 500 24px/24px "Gotham-Medium", "Arial", "sans-serif";
          letter-spacing: -.5px;
          margin-bottom: 135px; } }
      html:lang(vi) .video-carousel .header__text, html:lang(vi)
      .video-carousel .body__text {
        font-family: "Sans-Bold", "Arial", "sans-serif";
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.35; }
  .video-carousel .body {
    max-width: 330px; }
    @media only screen and (min-width: 768px) {
      .video-carousel .body {
        max-width: 455px; } }
    .video-carousel .body__text {
      font: normal normal normal 34px/38px "Gotham-Bold", "Arial", "sans-serif";
      letter-spacing: -.47px;
      margin-bottom: 7px; }
      @media only screen and (min-width: 768px) {
        .video-carousel .body__text {
          font: normal normal normal 44px/45px "Gotham-Bold", "Arial", "sans-serif";
          letter-spacing: -.26px;
          margin-bottom: 27px; } }
      @media only screen and (min-width: 1440px) {
        .video-carousel .body__text {
          font: normal normal normal 60px/60px "Gotham-Bold", "Arial", "sans-serif";
          letter-spacing: -.4px;
          margin-bottom: 30px; } }
    .video-carousel .body .bt {
      color: #645a50;
      font: normal normal bold 11px/11px "Gotham-Book", "Arial", "sans-serif";
      height: auto;
      max-width: none;
      padding: 7px 25px;
      width: auto; }
      @media only screen and (min-width: 768px) {
        .video-carousel .body .bt {
          padding: 9px 29px; } }
      @media only screen and (min-width: 1440px) {
        .video-carousel .body .bt {
          font: normal normal bold 13px/13px "Gotham-Book", "Arial", "sans-serif";
          padding: 9px 41px 10px; } }
  .video-carousel .swiper-pagination-bullet {
    background-color: #fff;
    height: 8px;
    opacity: .5;
    width: 8px; }
    @media only screen and (min-width: 768px) {
      .video-carousel .swiper-pagination-bullet {
        height: 9px;
        width: 9px; } }
    @media only screen and (min-width: 1440px) {
      .video-carousel .swiper-pagination-bullet {
        height: 12px;
        width: 12px; } }
    .not-mobile .video-carousel .swiper-pagination-bullet:hover {
      background-color: #fff;
      opacity: .7; }
  .video-carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px; }
    @media only screen and (min-width: 1440px) {
      .video-carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        cursor: pointer;
        margin: 0 14px; } }
  .video-carousel .swiper-pagination-bullets {
    bottom: 20px; }
    @media only screen and (min-width: 640px) {
      .video-carousel .swiper-pagination-bullets {
        bottom: 25px; } }
  .video-carousel .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1; }
  .video-carousel__bottom-holder {
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    padding: 12px 12px 45px; }
    @media only screen and (min-width: 768px) {
      .video-carousel__bottom-holder {
        padding: 14px 14px 45px; } }
    @media only screen and (min-width: 1280px) {
      .video-carousel__bottom-holder {
        padding: 16px 16px 60px; } }
    .video-carousel__bottom-holder a {
      color: #333;
      font-size: 12px;
      -webkit-transition: color .2s ease-out;
      transition: color .2s ease-out; }
      .not-mobile .video-carousel__bottom-holder a:hover {
        color: #db3907; }
      @media only screen and (min-width: 1280px) {
        .video-carousel__bottom-holder a {
          font-size: 16px; } }
      html:lang(vi) .video-carousel__bottom-holder a {
        font-family: "Sans-Bold", "Arial", "sans-serif";
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.35; }

[data-a11y-dialog-native] .dialog__overlay {
  display: none; }

dialog {
  border: none;
  display: none; }
  dialog[open] {
    display: block; }
  dialog::-webkit-backdrop {
    background-color: rgba(0, 0, 0, 0.66); }
  dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.66); }

.dialog[aria-hidden='true'] {
  display: none; }

.video-dialog .dialog__content {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%; }
  @media only screen and (min-width: 480px) {
    .video-dialog .dialog__content {
      width: 90%; } }
  @media only screen and (min-width: 1280px) {
    .video-dialog .dialog__content {
      width: 950px; } }

.video-dialog .dialog__video-wrapper {
  background-color: #000;
  padding-top: 56%;
  position: relative;
  width: 100%; }
  .video-dialog .dialog__video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.header {
  background: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(173, 173, 173, 0.17);
          box-shadow: 0 2px 20px 0 rgba(173, 173, 173, 0.17);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500; }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%; }
  .header__logo-text {
    color: #a29081;
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: .9;
    max-width: 94px;
    padding: 14px 0;
    text-transform: uppercase; }
    .header__logo-text:hover {
      color: #a29081; }
    @media only screen and (min-width: 768px) {
      .header__logo-text {
        max-width: 120px;
        padding: 13px 0; } }
    @media only screen and (min-width: 1280px) {
      .header__logo-text {
        max-width: 140px;
        padding: 12px 0; } }
  .header__nav-wrap {
    display: none;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .header__nav-wrap {
        width: 40%; } }
    @media only screen and (min-width: 1280px) {
      .header__nav-wrap {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 40px 0 55px;
        width: 100%; } }
    @media only screen and (max-width: 1279px) {
      .header__nav--toggled .header__nav-wrap {
        background-color: #fff;
        bottom: 0;
        display: block;
        left: auto;
        overflow-y: scroll;
        padding: 13px 15px 90px;
        position: fixed;
        right: 0;
        top: 62px;
        z-index: 300; } }
  .header__nav-primary ul, .header__nav-additional ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  @media only screen and (max-width: 1279px) {
    .header__nav-primary li {
      font: normal normal normal 16px/20px "Gotham-Bold", "Arial", "sans-serif";
      letter-spacing: -.4px; }
      html:lang(vi) .header__nav-primary li {
        font-family: "Sans-Bold", "Arial", "sans-serif";
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.35; }
      .header__nav-primary li a {
        color: #645a50;
        display: block;
        margin-bottom: 15px; }
      .header__nav-primary li li {
        font: normal normal normal 14px/18px "Sans-Regular", "Arial", "sans-serif";
        letter-spacing: normal; }
        html:lang(vi) .header__nav-primary li li {
          font-weight: normal; }
        .header__nav-primary li li:last-child {
          margin-bottom: 25px; }
        .header__nav-primary li li a {
          color: #766d64;
          text-decoration: underline; }
    .header__nav-additional {
      background-color: #fff;
      bottom: 0;
      left: 0;
      padding: 0 15px;
      position: fixed;
      right: 0; } }
  @media only screen and (max-width: 1279px) and (min-width: 768px) {
    .header__nav-additional {
      left: auto;
      width: 40%; } }
  @media only screen and (max-width: 1279px) {
      .header__nav-additional li {
        margin-top: 12px; }
        .header__nav-additional li:not(:first-child) a {
          background: #fff; }
        .header__nav-additional li:last-child a {
          background: #645a50;
          color: #fff; }
      .header__nav-additional a {
        border: 1px solid #645a50;
        color: #645a50;
        display: block;
        font: normal normal normal 14px/14px "Gotham-Book", "Arial", "sans-serif";
        letter-spacing: -.35px;
        padding: 15px;
        text-align: center; } }
  @media only screen and (min-width: 1280px) {
    .header__nav-primary ul {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header__nav-primary li {
      margin-right: 50px;
      position: relative; }
      .header__nav-primary li:last-child {
        margin: 0; }
      .header__nav-primary li a {
        color: #766d64;
        font: normal normal normal 16px/16px "Sans-Regular", "Arial", "sans-serif";
        letter-spacing: -.4px;
        padding: 21px 0;
        -webkit-transition: color .2s ease-out;
        transition: color .2s ease-out; }
        .header__nav-primary li a:hover {
          color: #645a50; }
      .header__nav-primary li:hover .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: absolute; }
        .header__nav-primary li:hover .sub-menu::before {
          content: '';
          display: block;
          height: 30px;
          left: 0;
          position: absolute;
          top: 0;
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%);
          width: 100%; }
    .header__nav-primary .menu-item-has-children {
      margin-right: 60px;
      position: relative; }
      .header__nav-primary .menu-item-has-children::before {
        content: ' ';
        height: 34px;
        position: absolute;
        right: -20px;
        top: 5px;
        width: 20px; }
      .header__nav-primary .menu-item-has-children::after {
        border: solid transparent;
        border-top-color: #545454;
        border-width: 5px;
        content: ' ';
        height: 0;
        position: absolute;
        right: -15px;
        top: 10px;
        width: 0; }
    .header__nav-primary .sub-menu {
      background-color: #645a50;
      -webkit-box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.2);
      display: none;
      padding: 32px 32px 12px;
      top: 44px;
      width: 450px;
      z-index: 350; }
      .header__nav-primary .sub-menu li {
        font: normal normal normal 14px/18px "Sans-Regular", "Arial", "sans-serif";
        letter-spacing: normal;
        margin: 0 0 20px;
        width: 45%; }
        .header__nav-primary .sub-menu li a {
          color: #fff; }
          .header__nav-primary .sub-menu li a:hover {
            color: #fff;
            text-decoration: underline; }
    .header__nav-additional ul {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header__nav-additional li {
      margin-right: 10px;
      margin-top: 0; }
      .header__nav-additional li:last-child {
        margin: 0; }
        .header__nav-additional li:last-child a {
          background: #645a50;
          color: #fff;
          -webkit-transition: background .2s ease-out;
          transition: background .2s ease-out; }
          .header__nav-additional li:last-child a:hover {
            background: #db3907; }
      .header__nav-additional li:not(:last-child) a {
        background: #fff;
        color: #645a50;
        -webkit-transition: background .2s ease-out, color .2s ease-out;
        transition: background .2s ease-out, color .2s ease-out; }
        .header__nav-additional li:not(:last-child) a:hover {
          background: #e8eaed;
          color: rgba(51, 51, 51, 0.85); }
    .header__nav-additional a {
      border: 1px solid #645a50;
      border-radius: 3px;
      color: #645a50;
      display: inline-block;
      font: normal normal normal 14px/14px "Gotham-Book", "Arial", "sans-serif";
      letter-spacing: -.35px;
      padding: 12px 20px;
      text-align: center; } }
  @media only screen and (max-width: 1279px) {
    .header__search {
      background: #fff;
      display: block;
      margin-bottom: 30px;
      width: 100%; } }
  @media only screen and (min-width: 1280px) {
    .header__search {
      display: none; }
      .header__search--toggled .header__search {
        background: #f2f2f2;
        display: block;
        left: 0;
        position: absolute;
        top: 64px;
        width: 100%; } }
  .header__search-form {
    position: relative; }
    @media only screen and (min-width: 1280px) {
      .header__search-form {
        margin: 0 auto;
        max-width: 1170px; } }
  .header__search-icon {
    height: 16px;
    left: 12px;
    line-height: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px; }
    .header__search-icon > svg {
      fill: #645a50;
      height: 100%;
      width: 100%; }
    @media only screen and (min-width: 1280px) {
      .header__search-icon {
        height: 38px;
        left: 0;
        width: 38px; } }
  .header__search-input {
    background-color: transparent;
    border: 1px solid #dedede;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #000;
    font: 500 15px/18px "Gotham-Medium", "Arial", "sans-serif";
    height: auto;
    margin: 0;
    padding: 13px 36px; }
    .header__search-input::-webkit-input-placeholder {
      color: #9d9d9d; }
    .header__search-input::-moz-placeholder {
      color: #9d9d9d; }
    .header__search-input:-ms-input-placeholder {
      color: #9d9d9d; }
    .header__search-input::-ms-input-placeholder {
      color: #9d9d9d; }
    .header__search-input::placeholder {
      color: #9d9d9d; }
    .header__search-input:focus {
      background-color: transparent;
      border-color: #9d9d9d;
      -webkit-box-shadow: none;
              box-shadow: none; }
    @media only screen and (min-width: 1280px) {
      .header__search-input {
        border: none;
        font: 500 45px/54px "Gotham-Medium", "Arial", "sans-serif";
        padding: 26px 64px; }
        .header__search-input:focus {
          border: none; }
        html:lang(vi) .header__search-input {
          font-family: "Sans-Bold", "Arial", "sans-serif";
          font-weight: 700;
          letter-spacing: 0;
          line-height: 1.35; } }
  .header__search-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media only screen and (min-width: 1280px) {
      .header__search-submit {
        right: 0; } }
    .header__search-submit > svg {
      fill: rgba(0, 0, 0, 0.3);
      height: 11px;
      -webkit-transition: fill .3s;
      transition: fill .3s;
      width: 6px; }
      @media only screen and (min-width: 1280px) {
        .header__search-submit > svg {
          height: 28px;
          width: 17px; } }
    .header__search-input:focus + .header__search-submit > svg {
      fill: #000; }
  .header__toggle-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__search-toggle svg, .header__nav-toggle svg, .header__lang-toggle svg {
    height: 14px;
    -webkit-transition: fill .2s ease-out;
    transition: fill .2s ease-out;
    width: 14px; }
    @media only screen and (min-width: 768px) {
      .header__search-toggle svg, .header__nav-toggle svg, .header__lang-toggle svg {
        height: 16px;
        width: 16px; } }
    @media only screen and (min-width: 1280px) {
      .header__search-toggle svg, .header__nav-toggle svg, .header__lang-toggle svg {
        height: 20px;
        width: 20px; } }
  .header__search-toggle {
    display: none; }
    @media only screen and (min-width: 1280px) {
      .header__search-toggle {
        display: inline-block;
        margin-right: 10px; }
        .header__search-toggle:hover svg, .header__search-toggle:focus svg,
        .header__search--toggled .header__search-toggle svg {
          fill: #db3907; } }
  .header__search-autocomplete {
    border: none;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
    display: block;
    padding: 11px 0; }
    @media only screen and (min-width: 1280px) {
      .header__search-autocomplete {
        display: inline-block;
        margin-left: 60px;
        max-width: 450px;
        padding: 27px 0; } }
    .header__search-autocomplete > div {
      color: #000;
      font: normal 16px/19px "Sans-Regular", "Arial", "sans-serif";
      padding: 6px 15px; }
      @media only screen and (min-width: 1280px) {
        .header__search-autocomplete > div {
          font-size: 25px;
          line-height: 29px;
          padding: 14px 29px; } }
      .header__search-autocomplete > div.empty:hover {
        background-color: transparent;
        cursor: default; }
      .header__search-autocomplete > div:hover:not(.group):not(.empty), .header__search-autocomplete > div.selected, .header__search-autocomplete > div:focus {
        background-color: #dedede; }
  @media only screen and (min-width: 1280px) {
    .header__nav-toggle {
      display: none; } }
  .header__lang {
    margin-right: 15px;
    padding: 15px 0;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .header__lang {
        margin-right: 25px;
        padding: 19px 0; } }
    @media only screen and (min-width: 1280px) {
      .header__lang {
        margin: 0 0 0 10px; } }
    .header__lang:hover {
      cursor: pointer; }
      .header__lang:hover svg {
        fill: #645a50; }
      .header__lang:hover .header__lang-dropdown {
        display: block; }
    .header__lang svg {
      fill: #db3907;
      -webkit-transition: fill .2s ease-out;
      transition: fill .2s ease-out; }
      @media only screen and (min-width: 1280px) {
        .header__lang svg {
          height: 19px;
          position: relative;
          top: 1px;
          width: 19px; } }
    .header__lang a {
      color: #545454; }
      .header__lang a:hover {
        color: #0a0a0a; }
    .header__lang ul {
      background: #545454;
      -webkit-box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.2);
      display: none;
      list-style: none;
      margin: 0;
      padding: 10px 0;
      position: absolute;
      right: -15px;
      top: 54px;
      width: 120px;
      z-index: 320; }
      @media only screen and (min-width: 1280px) {
        .header__lang ul {
          top: 63px; } }
      .header__lang ul::before {
        border-bottom: 10px solid #545454;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
        content: '';
        left: 80%;
        margin-left: -10px;
        position: absolute;
        top: -20px; }
      .header__lang ul li {
        display: block;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        margin: 0;
        padding: 0;
        text-align: center; }
        .header__lang ul li a {
          color: #fff;
          font-size: .8em; }
          .header__lang ul li a:hover {
            color: #fff;
            text-decoration: underline; }
  .header__lang-toggle:focus svg {
    fill: #645a50; }
  [data-whatinput='keyboard'] .header__lang-toggle--a11y-open + .header__lang-dropdown {
    display: block; }

body {
  padding-top: 62px; }
  @media only screen and (min-width: 768px) {
    body {
      padding-top: 69px; } }
  @media only screen and (max-width: 768px) {
    body.header__nav--toggled {
      overflow: hidden; } }

.footer {
  background-color: #645a50;
  color: #fefefe;
  margin: 0 auto;
  max-width: 100%;
  padding: 50px 0;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding: 53px 0; } }
  @media only screen and (min-width: 1280px) {
    .footer {
      padding: 56px 0; } }
  .footer a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out; }
    .footer a:hover {
      color: #a8a7a7; }
  .footer__content {
    margin-bottom: 22px;
    width: 50%; }
    @media only screen and (min-width: 768px) {
      .footer__content {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 1280px) {
      .footer__content {
        margin-bottom: 38px; } }
    .footer__content h2 {
      font: normal normal normal 16px/19px "Sans-Bold", "Arial", "sans-serif";
      font-weight: bold;
      letter-spacing: -.45px;
      line-height: 19px;
      margin-bottom: 20px;
      max-width: 100%; }
      @media only screen and (min-width: 768px) {
        .footer__content h2 {
          font-size: 18px;
          line-height: 22px; } }
      @media only screen and (min-width: 1280px) {
        .footer__content h2 {
          font-size: 20px;
          line-height: 26px; } }
    .footer__content p,
    .footer__content li,
    .footer__content a {
      color: #fff;
      font: normal normal normal 12px/19px "Sans-Regular", "Arial", "sans-serif";
      margin-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        .footer__content p,
        .footer__content li,
        .footer__content a {
          font-size: 14px;
          line-height: 22px;
          margin-bottom: 24px; } }
      @media only screen and (min-width: 1280px) {
        .footer__content p,
        .footer__content li,
        .footer__content a {
          font-size: 16px;
          line-height: 25px;
          margin-bottom: 28px; } }
    .footer__content p,
    .footer__content li {
      margin-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        .footer__content p,
        .footer__content li {
          margin-bottom: 24px; } }
      @media only screen and (min-width: 1280px) {
        .footer__content p,
        .footer__content li {
          margin-bottom: 28px; } }
  .footer__content-links a {
    display: block;
    margin: 0 0 5px 0; }
  .footer__links {
    list-style-type: none; }
  .footer__social {
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .footer__social {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1280px) {
      .footer__social {
        margin-bottom: 30px; } }
    .footer__social a {
      text-decoration: none; }
    .footer__social h3 {
      color: #fff;
      font: normal normal normal 12px/19px "Sans-Regular", "Arial", "sans-serif";
      letter-spacing: -.27px; }
      @media only screen and (min-width: 768px) {
        .footer__social h3 {
          font-size: 14px;
          line-height: 22px;
          margin-bottom: 10px; } }
      @media only screen and (min-width: 1280px) {
        .footer__social h3 {
          font-size: 16px;
          line-height: 25px;
          margin-bottom: 15px; } }
    .footer__social svg {
      height: 35px;
      margin-right: 7px;
      width: 35px; }
      .not-mobile .footer__social svg:hover path {
        fill: #a8a7a7; }
      @media only screen and (min-width: 1280px) {
        .footer__social svg {
          height: 40px;
          margin-right: 14px;
          width: 40px; } }
      .footer__social svg path {
        fill: #fff;
        -webkit-transition: fill .2s ease-out;
        transition: fill .2s ease-out; }
  .footer__privacy-link, .footer__copyright {
    color: #fff;
    font: normal normal normal 12px/19px "Sans-Regular", "Arial", "sans-serif"; }
    @media only screen and (min-width: 768px) {
      .footer__privacy-link, .footer__copyright {
        font-size: 14px;
        line-height: 22px; } }
    @media only screen and (min-width: 1280px) {
      .footer__privacy-link, .footer__copyright {
        font-size: 16px;
        line-height: 25px; } }
  .footer__privacy-link {
    display: block;
    margin-bottom: 8px;
    text-decoration: underline; }
  .footer__copyright {
    letter-spacing: -.25px;
    margin: 0; }

.page-content-wrap {
  height: auto;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%; }
  @media only screen and (min-width: 480px) {
    .page-content-wrap {
      padding: 0 30px; } }
  @media only screen and (min-width: 1024px) {
    .page-content-wrap {
      max-width: 81%; } }
  @media only screen and (min-width: 1280px) {
    .page-content-wrap {
      max-width: 1180px; } }
  .page-content-wrap .section-title {
    color: #8d867f;
    font: 500 normal normal 16px/17px "Gotham-Medium", "Arial", "sans-serif";
    letter-spacing: -.3px;
    margin: 35px auto 10px;
    text-align: center;
    text-transform: capitalize;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .page-content-wrap .section-title {
        font-size: 22px;
        line-height: 30px;
        margin-top: 42px;
        max-width: 100%;
        text-align: left; } }
    @media only screen and (min-width: 1024px) {
      .page-content-wrap .section-title {
        margin-top: 60px; } }
    @media only screen and (min-width: 1440px) {
      .page-content-wrap .section-title {
        font-size: 28px;
        letter-spacing: -.4px;
        line-height: 30px;
        margin: 60px auto 24px; } }
    html:lang(vi) .page-content-wrap .section-title {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }

body.page-template-protect-family {
  background-color: #f2f2f2; }

.content-box {
  background-color: #fff;
  border-radius: 2px; }

.social {
  display: block;
  margin: 32px auto;
  width: 100%; }
  .social__wrap {
    margin: 0 auto;
    max-width: 300px;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .social__wrap {
        max-width: 380px; } }
  .social__content span {
    color: #4a4a4a;
    display: block;
    font: normal normal normal 12px/16px "Sans-Regular", "Arial", "sans-serif";
    letter-spacing: -.26px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 480px) {
      .social__content span {
        font: normal normal normal 16px/16px "Sans-Regular", "Arial", "sans-serif"; } }
    @media only screen and (min-width: 1440px) {
      .social__content span {
        font: normal normal normal 20px/21px "Sans-Regular", "Arial", "sans-serif"; } }
    html:lang(vi) .social__content span {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }
  .social__icons {
    display: block;
    text-align: center;
    width: 100%; }
    .social__icons a {
      display: inline-block;
      height: 38px;
      width: 38px; }
      .social__icons a:hover svg path {
        fill: #d93a1b; }
      @media only screen and (min-width: 1440px) {
        .social__icons a {
          height: 58px;
          width: 58px; } }
      .social__icons a:first-of-type {
        margin-right: 12px; }
      .social__icons a:last-of-type {
        margin-left: 12px; }
      .social__icons a svg {
        height: 38px;
        width: 38px; }
        .social__icons a svg path {
          -webkit-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out; }
        @media only screen and (min-width: 1440px) {
          .social__icons a svg {
            height: 58px;
            width: 58px; } }

.send-letter {
  background: #fff; }
  .send-letter__inner-wrap {
    margin-bottom: 32px;
    padding: 12px 12px 0; }
    @media only screen and (min-width: 768px) {
      .send-letter__inner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 32px 34px; } }
    @media only screen and (min-width: 768px) {
      .send-letter__inner-wrap {
        padding: 38px 64px; } }
  .send-letter__heading-wrap {
    border-bottom: 1px solid #dedede;
    margin-bottom: 36px;
    padding-bottom: 12px; }
    @media only screen and (min-width: 768px) {
      .send-letter__heading-wrap {
        border: none;
        margin-right: 60px;
        padding-top: 24px;
        width: 35%; } }
    .send-letter__heading-wrap h2 {
      color: #333;
      font: normal normal normal 22px/28px "Gotham-Medium", "Arial", "sans-serif";
      margin-bottom: 12px; }
      @media only screen and (min-width: 768px) {
        .send-letter__heading-wrap h2 {
          font-size: 24px;
          line-height: 30px;
          margin-bottom: 16px; } }
      @media only screen and (min-width: 1280px) {
        .send-letter__heading-wrap h2 {
          font-size: 32px;
          line-height: 36px;
          margin-bottom: 24px; } }
      html:lang(vi) .send-letter__heading-wrap h2 {
        font-family: "Sans-Bold", "Arial", "sans-serif";
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.35; }
    .send-letter__heading-wrap p {
      color: #333;
      font: normal normal normal 12px/18px "Sans-Regular", "Arial", "sans-serif";
      margin-bottom: 12px; }
      @media only screen and (min-width: 1280px) {
        .send-letter__heading-wrap p {
          font-size: 16px;
          line-height: 24px; } }
      .send-letter__heading-wrap p:last-child {
        margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .send-letter__letter {
      width: 65%; } }
  @media only screen and (min-width: 768px) {
    .send-letter__scroll-wrap {
      margin-bottom: 20px;
      max-height: 480px;
      overflow-y: scroll;
      padding-right: 32px;
      width: calc(100% + 32px);
      /* Track */
      /* Handle */ }
      .send-letter__scroll-wrap::-webkit-scrollbar {
        border-radius: 4px;
        width: 5px; }
      .send-letter__scroll-wrap::-webkit-scrollbar-track {
        background: #fff; }
      .send-letter__scroll-wrap::-webkit-scrollbar-thumb {
        background: #e7e6e6;
        border-radius: 4px; } }
  @media only screen and (min-width: 1280px) {
    .send-letter__scroll-wrap {
      max-height: 580px; }
      .send-letter__scroll-wrap::-webkit-scrollbar {
        width: 9px; } }
  .send-letter__location-wrap {
    margin-bottom: 32px; }
    .send-letter__location-wrap label {
      color: #db3907;
      font: normal normal normal 12px/18px "Sans-SBold", "Arial", "sans-serif";
      letter-spacing: .07px;
      margin-bottom: 8px; }
      @media only screen and (min-width: 768px) {
        .send-letter__location-wrap label {
          font-size: 14px; } }
      @media only screen and (min-width: 1280px) {
        .send-letter__location-wrap label {
          font-size: 20px; } }
    .send-letter__location-wrap select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: #fff;
      background-repeat: no-repeat;
      background-size: 7px 7px;
      border: none;
      border-bottom: 2px solid #333;
      color: #8d867f;
      cursor: pointer;
      font: normal normal normal 16px/20px "Sans-Regular", "Arial", "sans-serif";
      height: auto;
      margin: 0;
      max-width: 190px;
      min-height: 32px;
      padding: 0 20px 0 0;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .send-letter__location-wrap select {
          font-size: 14px;
          max-width: 118px; } }
      @media only screen and (min-width: 1280px) {
        .send-letter__location-wrap select {
          font-size: 20px;
          line-height: 24px;
          max-width: 191px; } }
      .send-letter__location-wrap select:focus {
        background-color: transparent;
        border: none;
        border-bottom: 3px solid #333;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transition: none;
        transition: none; }
      .send-letter__location-wrap select::-ms-expand {
        display: none; }
  .send-letter__letter-top, .send-letter__letter-body, .send-letter__letter-bottom {
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .send-letter__letter-top, .send-letter__letter-body, .send-letter__letter-bottom {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1280px) {
      .send-letter__letter-top, .send-letter__letter-body, .send-letter__letter-bottom {
        margin-bottom: 28px; } }
    .send-letter__letter-top p, .send-letter__letter-body p, .send-letter__letter-bottom p {
      color: #333;
      font: normal normal normal 14px/25px "Sans-Regular", "Arial", "sans-serif";
      margin-bottom: 12px; }
      @media only screen and (min-width: 768px) {
        .send-letter__letter-top p, .send-letter__letter-body p, .send-letter__letter-bottom p {
          font-size: 16px;
          line-height: 28px;
          margin-bottom: 20px; } }
      @media only screen and (min-width: 1280px) {
        .send-letter__letter-top p, .send-letter__letter-body p, .send-letter__letter-bottom p {
          font-size: 20px;
          line-height: 34px;
          margin-bottom: 28px; } }
      .send-letter__letter-top p:last-child, .send-letter__letter-body p:last-child, .send-letter__letter-bottom p:last-child {
        margin-bottom: 0; }
  .send-letter__input {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #333;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #8d867f;
    display: inline-block;
    font: normal normal normal 14px/14px "Sans-Regular", "Arial", "sans-serif";
    height: auto;
    margin: 0;
    outline: none;
    padding: 0 0 3px 0;
    -webkit-transition: none;
    transition: none;
    width: auto; }
    @media only screen and (min-width: 768px) {
      .send-letter__input {
        font-size: 16px;
        line-height: 16px; } }
    @media only screen and (min-width: 1280px) {
      .send-letter__input {
        font-size: 20px;
        line-height: 20px; } }
    .send-letter__input:focus {
      background-color: transparent;
      border: none;
      border-bottom: 3px solid #333;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: none;
      transition: none; }
  .send-letter__mayor-name-wrap .send-letter__input-mayor-name {
    display: none; }
  .send-letter__mayor-name-wrap--other .send-letter__input-mayor-name {
    display: inline-block; }
  .send-letter__mayor-name-wrap--other .send-letter__mayor-name {
    display: none; }
  .send-letter__submit {
    background: #645a50;
    color: #fff;
    display: block;
    font: normal normal normal 16px/16px "Sans-Regular", "Arial", "sans-serif";
    margin: 0 -12px;
    padding: 14px;
    text-align: center;
    -webkit-transition: background .2s ease-out, opacity .2s ease-out;
    transition: background .2s ease-out, opacity .2s ease-out;
    width: calc(100% + 24px); }
    @media only screen and (min-width: 768px) {
      .send-letter__submit {
        margin: 0;
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .send-letter__submit {
        font-size: 18px;
        padding: 20px; } }
    .send-letter__submit:disabled {
      opacity: .85; }
      .send-letter__submit:disabled:hover {
        background: #645a50; }
    .send-letter__submit:hover {
      background: #db3907; }

.issues-list__issues {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.issues-list__issue {
  border: 1px solid #645a50;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  font: normal normal normal 11px/13px "Sans-Regular", "Arial", "sans-serif";
  margin: 0 4px 4px 0;
  padding: 6px 20px 7px;
  -webkit-transition: background .2s ease-out, color .2s ease-out;
  transition: background .2s ease-out, color .2s ease-out; }
  @media only screen and (min-width: 768px) {
    .issues-list__issue {
      font-size: 12px;
      margin: 0 8px 8px 0;
      padding: 7px 20px 8px; } }
  @media only screen and (min-width: 1280px) {
    .issues-list__issue {
      font-size: 14px;
      line-height: 17px;
      margin: 0 10px 10px 0;
      padding: 10px 20px 11px; } }
  .issues-list__issue--selected {
    background: #645a50;
    color: #fff; }
  .not-mobile .issues-list__issue:hover {
    background: #645a50;
    color: #fff; }

.spotlight-columns .article,
.helpful-articles .article {
  background-color: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  position: relative;
  width: 100%; }
  .spotlight-columns .article__thumbnail,
  .helpful-articles .article__thumbnail {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
    padding-top: 56.2%;
    position: relative;
    width: 100%; }
    .spotlight-columns .article__thumbnail img,
    .helpful-articles .article__thumbnail img {
      height: 100%;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
  .spotlight-columns .article__height,
  .helpful-articles .article__height {
    padding-bottom: 68.96551724137931%; }
    @media only screen and (min-width: 480px) {
      .spotlight-columns .article__height,
      .helpful-articles .article__height {
        padding-bottom: 54.1666666%; } }
  .spotlight-columns .article__image,
  .helpful-articles .article__image {
    background: 50% 50% / cover no-repeat; }
  .spotlight-columns .article__content,
  .helpful-articles .article__content {
    height: auto;
    padding: 12px 12px 33px;
    width: 100%; }
    @media only screen and (min-width: 1440px) {
      .spotlight-columns .article__content,
      .helpful-articles .article__content {
        padding: 20px 20px 33px; } }
  .spotlight-columns .article__description,
  .helpful-articles .article__description {
    display: none; }
    @media only screen and (min-width: 480px) {
      .spotlight-columns .article__description,
      .helpful-articles .article__description {
        color: #333;
        display: block;
        font: normal normal normal 12px/16px "Sans-Regular", "Arial", "sans-serif";
        line-height: 16px;
        margin-bottom: 0;
        margin-top: 10px; } }
    @media only screen and (min-width: 1440px) {
      .spotlight-columns .article__description,
      .helpful-articles .article__description {
        font-size: 16px;
        line-height: 22px; } }
  .page-template-topics-page .spotlight-columns .article__description,
  .page-template-issues .spotlight-columns .article__description, .page-template-topics-page
  .helpful-articles .article__description,
  .page-template-issues
  .helpful-articles .article__description {
    color: #333;
    display: block;
    font: normal normal normal 12px/18px "Sans-Regular", "Arial", "sans-serif";
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 10px; }
    @media only screen and (min-width: 768px) {
      .page-template-topics-page .spotlight-columns .article__description,
      .page-template-issues .spotlight-columns .article__description, .page-template-topics-page
      .helpful-articles .article__description,
      .page-template-issues
      .helpful-articles .article__description {
        font-size: 16px;
        line-height: 20px; } }
  .spotlight-columns .article h3,
  .helpful-articles .article h3 {
    color: rgba(51, 51, 51, 0.85);
    font: normal normal normal 14px/17px "Gotham-Medium", "Arial", "sans-serif";
    letter-spacing: -.44px;
    margin: 0;
    width: 73%; }
    @media only screen and (min-width: 768px) {
      .spotlight-columns .article h3,
      .helpful-articles .article h3 {
        font: normal normal normal 14px/19px "Gotham-Medium", "Arial", "sans-serif";
        letter-spacing: -.35px; } }
    @media only screen and (min-width: 1024px) {
      .spotlight-columns .article h3,
      .helpful-articles .article h3 {
        font: normal normal normal 14px/16px "Gotham-Medium", "Arial", "sans-serif"; } }
    @media only screen and (min-width: 1440px) {
      .spotlight-columns .article h3,
      .helpful-articles .article h3 {
        font: normal normal normal 18px/19px "Gotham-Medium", "Arial", "sans-serif";
        letter-spacing: -.45px;
        width: 95%; } }
    html:lang(vi) .spotlight-columns .article h3, html:lang(vi)
    .helpful-articles .article h3 {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }

.spotlight-columns .featured-article .article,
.helpful-articles .featured-article .article {
  height: 100%;
  margin-bottom: 10px; }
  .spotlight-columns .featured-article .article__content,
  .helpful-articles .featured-article .article__content {
    padding: 12px 12px 33px; }
    @media only screen and (min-width: 480px) {
      .spotlight-columns .featured-article .article__content,
      .helpful-articles .featured-article .article__content {
        padding: 24px 24px 33px; } }
  @media only screen and (min-width: 480px) {
    .spotlight-columns .featured-article .article,
    .helpful-articles .featured-article .article {
      margin-bottom: 0; } }
  .spotlight-columns .featured-article .article__height,
  .helpful-articles .featured-article .article__height {
    padding-bottom: 68.96551724137931%; }
    @media only screen and (min-width: 480px) {
      .spotlight-columns .featured-article .article__height,
      .helpful-articles .featured-article .article__height {
        padding-bottom: 71%; } }
    @media only screen and (min-width: 1024px) {
      .spotlight-columns .featured-article .article__height,
      .helpful-articles .featured-article .article__height {
        padding-bottom: 63%; } }
  .spotlight-columns .featured-article .article h3,
  .helpful-articles .featured-article .article h3 {
    font: normal normal normal 14px/17px "Gotham-Medium", "Arial", "sans-serif";
    letter-spacing: -.44px;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .spotlight-columns .featured-article .article h3,
      .helpful-articles .featured-article .article h3 {
        font: normal normal normal 22px/26px "Gotham-Medium", "Arial", "sans-serif"; } }
    @media only screen and (min-width: 1024px) {
      .spotlight-columns .featured-article .article h3,
      .helpful-articles .featured-article .article h3 {
        font: normal normal normal 24px/28px "Gotham-Medium", "Arial", "sans-serif"; } }
    @media only screen and (min-width: 1440px) {
      .spotlight-columns .featured-article .article h3,
      .helpful-articles .featured-article .article h3 {
        font: normal normal normal 32px/33px "Gotham-Medium", "Arial", "sans-serif";
        letter-spacing: -.63px;
        width: 77%; } }
    html:lang(vi) .spotlight-columns .featured-article .article h3, html:lang(vi)
    .helpful-articles .featured-article .article h3 {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }
  .spotlight-columns .featured-article .article .link,
  .helpful-articles .featured-article .article .link {
    left: 12px; }
    @media only screen and (min-width: 480px) {
      .spotlight-columns .featured-article .article .link,
      .helpful-articles .featured-article .article .link {
        left: 24px; } }

.normal-articles .article:first-of-type {
  margin-bottom: 10px; }

.article {
  -webkit-transition: -webkit-box-shadow .2s ease-out;
  transition: -webkit-box-shadow .2s ease-out;
  transition: box-shadow .2s ease-out;
  transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out; }
  .article h3 {
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out; }
  .article:hover {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3); }
    .article:hover h3 {
      color: #d93a1b; }

.spotlight-columns .article h3 {
  font: normal normal normal 16px/17px "Gotham-Medium", "Arial", "sans-serif";
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out; }
  @media only screen and (min-width: 1024px) {
    .spotlight-columns .article h3 {
      font: normal normal normal 20px/23px "Gotham-Medium", "Arial", "sans-serif"; } }
  @media only screen and (min-width: 1440px) {
    .spotlight-columns .article h3 {
      font: normal normal normal 24px/26px "Gotham-Medium", "Arial", "sans-serif"; } }
  html:lang(vi) .spotlight-columns .article h3 {
    font-family: "Sans-Bold", "Arial", "sans-serif";
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35; }

.quote__wrap {
  display: block;
  height: auto;
  padding: 60px 0;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .quote__wrap {
      padding: 60px 0 50px; } }
  @media only screen and (min-width: 1280px) {
    .quote__wrap {
      padding: 60px 0; } }

.quote__content {
  display: block;
  line-height: 17px;
  margin: 0 auto;
  position: relative;
  width: 73%; }

.quote__body {
  color: #333;
  font: normal normal normal 16px/19px "Gotham-Bold", "Arial", "sans-serif";
  letter-spacing: -.4px;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 1280px) {
    .quote__body {
      font-size: 22px;
      line-height: 31px; } }
  html:lang(vi) .quote__body {
    font-family: "Sans-Bold", "Arial", "sans-serif";
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35; }

.quote__author {
  display: block;
  margin-top: 10px; }
  @media only screen and (min-width: 1024px) {
    .quote__author {
      margin-top: 20px; } }
  .quote__author span {
    color: #333;
    font: normal normal normal 12px/14px "Sans-Regular", "Arial", "sans-serif";
    height: auto;
    letter-spacing: -.4px;
    width: 100%; }
    @media only screen and (min-width: 1280px) {
      .quote__author span {
        font-size: 20px;
        line-height: 20px; } }

.quote .quotation {
  color: #d93a1b;
  font: normal normal normal 45px/45px "Gotham-Black", "Arial", "sans-serif";
  height: 50px;
  letter-spacing: -1.5px;
  position: absolute;
  width: 21.4px; }
  .quote .quotation.start {
    left: -15px;
    top: -30px; }
  .quote .quotation.end {
    bottom: -19px;
    right: -15px; }
  @media only screen and (min-width: 1280px) {
    .quote .quotation.start {
      left: -48px;
      top: -28px; }
    .quote .quotation.end {
      bottom: -5px;
      right: -30px; } }
  @media only screen and (min-width: 1440px) {
    .quote .quotation {
      font: normal normal normal 59px/59px "Gotham-Black", "Arial", "sans-serif"; }
      .quote .quotation.start {
        left: -54px;
        top: -30px; }
      .quote .quotation.end {
        bottom: -30px;
        right: -46px; } }

.quote .swiper-pagination-bullet {
  height: 6px;
  width: 6px; }
  @media only screen and (min-width: 1024px) {
    .quote .swiper-pagination-bullet {
      height: 8px;
      width: 8px; } }
  .quote .swiper-pagination-bullet:hover {
    background-color: #d93a1b;
    opacity: .7; }

.quote .swiper-pagination-bullets {
  bottom: 20px; }
  @media only screen and (min-width: 640px) {
    .quote .swiper-pagination-bullets {
      bottom: 25px; } }

.quote .swiper-pagination-bullet-active {
  background-color: #d93a1b;
  opacity: 1; }

.quote-single {
  display: block;
  width: 100%; }
  .quote-single .link {
    left: 0;
    margin-top: 25px;
    position: relative; }
    @media only screen and (min-width: 1024px) {
      .quote-single .link {
        margin-top: 30px; } }
    @media only screen and (min-width: 1280px) {
      .quote-single .link {
        margin-top: 40px; } }
    .quote-single .link .link__text {
      color: rgba(51, 51, 51, 0.85);
      font: normal normal normal 11px/11px "Sans-Regular", "Arial", "sans-serif"; }
      @media only screen and (min-width: 768px) {
        .quote-single .link .link__text {
          font-size: 12px; } }
      @media only screen and (min-width: 1280px) {
        .quote-single .link .link__text {
          font-size: 16px; } }
      html:lang(vi) .quote-single .link .link__text {
        font-family: "Sans-Bold", "Arial", "sans-serif";
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.35; }
    .quote-single .link__icon {
      position: relative;
      right: -5px; }
  .quote-single .quote__content {
    width: 65%; }
    @media only screen and (min-width: 1024px) {
      .quote-single .quote__content {
        width: 67%; } }
    @media only screen and (min-width: 1280px) {
      .quote-single .quote__content {
        width: 75%; } }
  .quote-single .quote__wrap {
    padding: 50px 0 25px; }
    @media only screen and (min-width: 1024px) {
      .quote-single .quote__wrap {
        padding: 70px 0 35px; } }
    @media only screen and (min-width: 1280px) {
      .quote-single .quote__wrap {
        padding: 100px 0 25px; } }
  html:lang(zh-CN) .quote-single .quote__body,
  html:lang(zh-TW) .quote-single .quote__body,
  html:lang(ko) .quote-single .quote__body {
    font-weight: bold; }
  .quote-single .quote .quotation {
    font: normal normal normal 45px/45px "Gotham-Black", "Arial", "sans-serif";
    height: 20px;
    width: 20px; }
    .quote-single .quote .quotation.start {
      left: -25px;
      top: -30px; }
    .quote-single .quote .quotation.end {
      bottom: 28px;
      right: -20px; }
    @media only screen and (min-width: 768px) {
      .quote-single .quote .quotation {
        font-size: 32px;
        line-height: 32px; }
        .quote-single .quote .quotation.start {
          left: -25px;
          top: -20px; }
        .quote-single .quote .quotation.end {
          bottom: 28px;
          right: -20px; } }
    @media only screen and (min-width: 1280px) {
      .quote-single .quote .quotation {
        font-size: 59px;
        line-height: 59px; }
        .quote-single .quote .quotation.start {
          left: -30px;
          top: -60px; }
        .quote-single .quote .quotation.end {
          bottom: 60px;
          right: -20px; } }
  .quote-single:hover .link__text {
    color: #d93a1b; }
  .quote-single:hover .link__icon {
    right: -7px; }
    .quote-single:hover .link__icon svg {
      fill: #d93a1b;
      opacity: 1; }

.health-department {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 148px;
  padding: 25px 22px;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .health-department {
      padding: 35px 15px; } }
  @media only screen and (min-width: 1440px) {
    .health-department {
      padding: 35px 33px; } }
  .health-department__wrap {
    display: block;
    height: auto;
    width: 100%; }
  .health-department__content {
    width: 96%; }
    .health-department__content p,
    .health-department__content a {
      color: #333;
      font: normal normal normal 16px/20px "Sans-SBold", "Arial", "sans-serif";
      text-align: center; }
      @media only screen and (min-width: 1024px) {
        .health-department__content p,
        .health-department__content a {
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 20px; } }
      @media only screen and (min-width: 1280px) {
        .health-department__content p,
        .health-department__content a {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 20px; } }
    .health-department__content .red {
      color: #d93a1b; }
  .health-department form {
    margin: 10px auto 0 auto;
    max-width: 245px;
    width: 100%; }
    .health-department form::after {
      clear: both;
      content: '';
      display: block; }
    @media only screen and (min-width: 1440px) {
      .health-department form {
        max-width: 289px; } }
    .health-department form ::-moz-placeholder {
      opacity: 1; }
    .health-department form input[type=number] {
      -moz-appearance: textfield;
      background: none;
      border: 1px solid rgba(151, 151, 151, 0.4);
      border-bottom-left-radius: 2px;
      border-right: none;
      border-top-left-radius: 2px;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: inline-block;
      float: left;
      font: normal normal normal 12px/12px "Sans-Regular", "Arial", "sans-serif";
      height: 35px;
      margin: 0;
      max-width: 65%;
      padding: 0 0 0 20px;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .health-department form input[type=number] {
          height: 36px;
          max-width: 62%; } }
      @media only screen and (min-width: 1024px) {
        .health-department form input[type=number] {
          height: 43px; } }
      @media only screen and (min-width: 1440px) {
        .health-department form input[type=number] {
          font: normal normal normal 16px/16px "Sans-Regular", "Arial", "sans-serif";
          height: 43px; } }
    .health-department form input[type=number]::-webkit-outer-spin-button,
    .health-department form input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .health-department form button {
      background-color: #695a4a;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      color: #fff;
      display: inline;
      float: left;
      font: normal normal normal 12px/12px "Sans-SBold", "Arial", "sans-serif";
      height: 35px;
      max-width: 35%;
      padding: 7px 0;
      -webkit-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .health-department form button {
          height: 36px;
          max-width: 38%; } }
      @media only screen and (min-width: 1024px) {
        .health-department form button {
          height: 43px; } }
      @media only screen and (min-width: 1280px) {
        .health-department form button {
          font-size: 14px; } }

.zip__results {
  padding: 10px; }
  .zip__results .location {
    display: block;
    font: normal normal normal 14px/19px "Sans-SBold", "Arial", "sans-serif";
    margin: 10px 0; }
    @media only screen and (min-width: 1024px) {
      .zip__results .location {
        font: normal normal normal 18px/19px "Sans-SBold", "Arial", "sans-serif"; } }
  .zip__results .tel,
  .zip__results .email {
    display: block;
    font: normal normal normal 14px/19px "Sans-SBold", "Arial", "sans-serif";
    margin: 30px 0 0; }
    @media only screen and (min-width: 1024px) {
      .zip__results .tel,
      .zip__results .email {
        font: normal normal normal 18px/19px "Sans-SBold", "Arial", "sans-serif"; } }
  .zip__results .email {
    margin-top: 10px; }
    .zip__results .email a {
      display: inline-block; }
  .zip__results a {
    color: #d93a1b;
    text-decoration: underline; }

.zip__loading {
  margin: 0 auto;
  max-width: 50%; }

.zip__error {
  color: #d93a1b;
  display: none;
  float: left;
  font: normal normal normal 12px/18px "Sans-SBold", "Arial", "sans-serif";
  margin-top: 10px;
  text-align: center;
  width: 100%; }
  .zip__error.show {
    display: block; }

.zip__loading, .zip__results {
  display: none; }

.dialog__close-button {
  margin-bottom: 10px; }
  .dialog__close-button button {
    color: #fff; }

@media only screen and (min-width: 1280px) {
  .tile:hover {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer; } }

.tile-quote {
  background: #fff;
  display: block;
  padding: 20px; }
  @media only screen and (min-width: 1280px) {
    .tile-quote {
      padding: 30px; } }
  .tile-quote blockquote, .tile-quote__link {
    padding: 20px; }
    @media only screen and (min-width: 768px) {
      .tile-quote blockquote, .tile-quote__link {
        padding: 30px; } }
  .tile-quote blockquote {
    border: 0;
    margin: 0;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .tile-quote blockquote {
        padding: 40px 30px; } }
    @media only screen and (min-width: 1280px) {
      .tile-quote blockquote {
        margin-bottom: 30px;
        padding-top: 45px; } }
    .tile-quote blockquote::before, .tile-quote blockquote::after {
      color: #db3907;
      font: normal normal normal 32px/32px "Gotham-Bold", "Arial", "sans-serif";
      position: absolute; }
      @media only screen and (min-width: 768px) {
        .tile-quote blockquote::before, .tile-quote blockquote::after {
          font-size: 60px;
          line-height: 60px; } }
    .tile-quote blockquote::before {
      content: '“';
      left: 0;
      top: 0; }
    .tile-quote blockquote::after {
      bottom: 30px;
      content: '”';
      right: 0; }
  .tile-quote p {
    color: #333;
    font: normal normal normal 16px/20px "Gotham-Bold", "Arial", "sans-serif";
    letter-spacing: -.4px; }
    .tile-quote p span {
      color: #db3907; }
    @media only screen and (min-width: 768px) {
      .tile-quote p {
        font: normal normal normal 20px/26px "Gotham-Medium", "Arial", "sans-serif"; } }
    @media only screen and (min-width: 1280px) {
      .tile-quote p {
        font-size: 28px;
        line-height: 37px; } }
    .tile-quote p:last-of-type {
      margin: 0; }
    html:lang(zh-CN) .tile-quote p,
    html:lang(zh-TW) .tile-quote p,
    html:lang(ko) .tile-quote p {
      font-weight: bold; }
    html:lang(vi) .tile-quote p {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }
  .tile-quote cite {
    color: #333;
    font: normal normal normal 12px/18px "Gotham-Book", "Arial", "sans-serif";
    letter-spacing: -.22px;
    margin-top: 10px;
    word-break: break-word; }
    @media only screen and (min-width: 768px) {
      .tile-quote cite {
        font-size: 16px;
        line-height: 22px;
        margin-top: 15px; } }
    @media only screen and (min-width: 1280px) {
      .tile-quote cite {
        font-size: 19px;
        line-height: 25px; } }
    .tile-quote cite::before {
      content: ''; }
  .tile-quote__link {
    color: rgba(74, 74, 74, 0.85);
    display: block;
    font: normal normal normal 12px/12px "Sans-SBold", "Arial", "sans-serif";
    padding-bottom: 0;
    text-decoration: underline; }
    .tile-quote__link:hover {
      color: #4a4a4a; }
    @media only screen and (min-width: 768px) {
      .tile-quote__link {
        font-size: 16px;
        line-height: 16px; } }
    html:lang(vi) .tile-quote__link {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }

.tile-stat {
  background: #fff;
  display: block;
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    .tile-stat {
      padding: 20px 30px; } }
  @media only screen and (min-width: 1280px) {
    .tile-stat {
      padding: 30px 40px; } }
  .tile-stat__stat {
    color: #333;
    font: normal normal normal 16px/20px "Gotham-Bold", "Arial", "sans-serif";
    letter-spacing: -.4px;
    margin-bottom: 40px; }
    .tile-stat__stat span {
      color: #db3907; }
    @media only screen and (min-width: 768px) {
      .tile-stat__stat {
        font: normal normal normal 20px/26px "Gotham-Medium", "Arial", "sans-serif";
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1280px) {
      .tile-stat__stat {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 35px; } }
    html:lang(vi) .tile-stat__stat {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }
    html:lang(zh-CN) .tile-stat__stat,
    html:lang(zh-TW) .tile-stat__stat,
    html:lang(ko) .tile-stat__stat {
      font-weight: bold; }
  .tile-stat__stat-large {
    color: #db3907;
    display: block;
    font: normal normal normal 40px/40px "Gotham-Bold", "Arial", "sans-serif";
    letter-spacing: -.27px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .tile-stat__stat-large {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .tile-stat__stat-large {
        font-size: 42px;
        line-height: 42px; } }
    html:lang(vi) .tile-stat__stat-large {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }
    html:lang(zh-CN) .tile-stat__stat-large,
    html:lang(zh-TW) .tile-stat__stat-large,
    html:lang(ko) .tile-stat__stat-large {
      font-weight: bold; }
  .tile-stat__link {
    color: rgba(74, 74, 74, 0.85);
    display: block;
    font: normal normal normal 12px/12px "Sans-SBold", "Arial", "sans-serif";
    padding-bottom: 0;
    text-decoration: underline; }
    .tile-stat__link:hover {
      color: rgba(74, 74, 74, 0.85); }
    @media only screen and (min-width: 768px) {
      .tile-stat__link {
        font-size: 16px;
        line-height: 16px; } }
    html:lang(vi) .tile-stat__link {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }

.tile-image-small {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .tile-image-small__text-wrap {
    padding: 7px 12px;
    width: 60%; }
    @media only screen and (min-width: 480px) {
      .tile-image-small__text-wrap {
        padding: 16px; } }
    @media only screen and (min-width: 1280px) {
      .tile-image-small__text-wrap {
        padding: 20px; } }
  .tile-image-small__img-wrap {
    width: 40%; }
    @media only screen and (min-width: 480px) {
      .tile-image-small__img-wrap {
        max-width: 168px; } }
    @media only screen and (min-width: 768px) {
      .tile-image-small__img-wrap {
        max-width: 150px; } }
    @media only screen and (min-width: 1280px) {
      .tile-image-small__img-wrap {
        max-width: 213px; } }
  .tile-image-small__img-wrap-inner {
    height: 100%;
    padding-top: 66.19%;
    position: relative; }
    .tile-image-small__img-wrap-inner img {
      height: 100%;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
  .tile-image-small__title {
    color: #333;
    font: normal normal normal 12px/16px "Sans-SBold", "Arial", "sans-serif";
    letter-spacing: -.07px; }
    @media only screen and (min-width: 480px) {
      .tile-image-small__title {
        font-size: 14px;
        line-height: 19px; } }
    @media only screen and (min-width: 1280px) {
      .tile-image-small__title {
        font-size: 18px;
        line-height: 27px; } }

.home-news__swiper-wrap {
  overflow: hidden; }
  @media only screen and (min-width: 1280px) {
    .home-news__swiper-wrap {
      margin: -15px 0 0 -15px;
      padding: 15px 15px 0;
      width: calc(100% + 30px); } }

.home-news__swiper {
  padding-bottom: 40px;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .home-news__swiper {
      padding-bottom: 45px; } }
  @media only screen and (min-width: 1280px) {
    .home-news__swiper {
      padding-bottom: 50px; } }

.home-news__slide {
  background: #fff;
  height: auto;
  -webkit-transition: -webkit-box-shadow .2s ease-out;
  transition: -webkit-box-shadow .2s ease-out;
  transition: box-shadow .2s ease-out;
  transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out; }
  @media only screen and (min-width: 1280px) {
    .home-news__slide:hover {
      -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3); } }

.home-news__link {
  display: block;
  height: 100%;
  padding: 18px 12px; }
  @media only screen and (min-width: 1280px) {
    .home-news__link {
      padding: 20px 18px; } }

.home-news__title {
  color: #333;
  font: normal normal normal 16px/20px "Gotham-Bold", "Arial", "sans-serif";
  letter-spacing: -.4px;
  margin-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .home-news__title {
      font-size: 18px;
      line-height: 24px; } }
  @media only screen and (min-width: 1280px) {
    .home-news__title {
      font-size: 22px;
      line-height: 28px; } }

.home-news__desc {
  color: #333;
  font: normal normal normal 14px/22px "Sans-Regular", "Arial", "sans-serif";
  letter-spacing: .08px;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .home-news__desc {
      font-size: 16px;
      line-height: 24px; } }
  @media only screen and (min-width: 1280px) {
    .home-news__desc {
      line-height: 26px; } }

.home-news .swiper-pagination-bullet {
  background: #e5e5e4;
  height: 6px;
  opacity: 1;
  width: 6px; }
  @media only screen and (min-width: 1280px) {
    .home-news .swiper-pagination-bullet {
      height: 8px;
      width: 8px; } }
  .home-news .swiper-pagination-bullet-active {
    background: #db3907; }

.home-campaign__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .home-campaign__items {
      width: calc(100% + 16px); } }
  @media only screen and (min-width: 1280px) {
    .home-campaign__items {
      width: calc(100% + 20px); } }

.home-campaign__item {
  background: #fff;
  border-radius: 4px;
  display: block;
  margin-bottom: 12px;
  overflow: hidden; }
  @media only screen and (min-width: 1280px) {
    .home-campaign__item:hover {
      -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3); } }
  @media only screen and (min-width: 768px) {
    .home-campaign__item {
      margin: 0 16px 16px 0;
      width: calc(50% - 16px); }
      .home-campaign__item:first-child {
        width: 100%; }
        .home-campaign__item:first-child .home-campaign__link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .home-campaign__item:first-child .home-campaign__img-wrap {
          width: 58%; }
        .home-campaign__item:first-child .home-campaign__text-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 22px 27px;
          width: 42%; } }
  @media only screen and (min-width: 768px) {
    .home-campaign__item {
      margin: 0 20px 20px 0;
      width: calc(50% - 20px); } }

.home-campaign__img-wrap-inner {
  height: 100%;
  padding-top: 57.31%;
  position: relative; }
  .home-campaign__img-wrap-inner img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%; }

.home-campaign__link {
  display: block; }

.home-campaign__text-wrap {
  background: #fff;
  padding: 22px 12px; }

.home-campaign__title {
  color: #333;
  font: normal normal normal 16px/20px "Gotham-Medium", "Arial", "sans-serif";
  letter-spacing: -.4px;
  margin-bottom: 8px; }
  @media only screen and (min-width: 768px) {
    .home-campaign__title {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 1280px) {
    .home-campaign__title {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 12px; } }
  html:lang(zh-CN) .home-campaign__title,
  html:lang(zh-TW) .home-campaign__title,
  html:lang(ko) .home-campaign__title {
    font-weight: bold; }
  html:lang(vi) .home-campaign__title {
    font-family: "Sans-Bold", "Arial", "sans-serif";
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35; }

.home-campaign__desc {
  color: #333;
  font: normal normal normal 14px/22px "Sans-Regular", "Arial", "sans-serif";
  letter-spacing: .08px;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .home-campaign__desc {
      font-size: 14px;
      line-height: 24px; } }
  @media only screen and (min-width: 1280px) {
    .home-campaign__desc {
      font-size: 16px; } }

@media only screen and (min-width: 768px) {
  .home-featured__tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media only screen and (min-width: 768px) {
  .home-featured__tiles-col {
    width: calc(50% - 7.5px); } }

@media only screen and (min-width: 1280px) {
  .home-featured__tiles-col {
    width: calc(50% - 10px); } }

.home-featured .tile {
  margin-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .home-featured .tile {
      margin-bottom: 15px; } }
  @media only screen and (min-width: 1280px) {
    .home-featured .tile {
      margin-bottom: 20px; } }

.related-articles {
  display: block;
  height: auto;
  position: relative;
  width: 100%; }
  .related-articles::after {
    clear: both;
    content: '';
    display: block; }
  .related-articles__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .related-articles__grid {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .related-articles__grid::after {
      clear: both;
      content: '';
      display: block; }
  .related-articles__article {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 12px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%; }
    .related-articles__article:last-of-type {
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .related-articles__article {
        margin-bottom: 20px;
        width: 50%; }
        .related-articles__article:last-of-type {
          margin-bottom: 20px; }
        .related-articles__article:nth-of-type(odd) {
          margin-right: 1%; }
        .related-articles__article:nth-of-type(even) {
          margin-left: 1%; } }
    @media only screen and (min-width: 1440px) {
      .related-articles__article:nth-of-type {
        margin-right: .5%; }
      .related-articles__article:nth-of-type(even) {
        margin-left: .5%; } }
    .not-mobile .related-articles__article:hover .related-articles__title {
      color: #db3907; }
    .related-articles__article:hover .link__text {
      color: #d93a1b; }
    .related-articles__article:hover .link__icon {
      right: -22px; }
      .related-articles__article:hover .link__icon svg {
        opacity: 1; }
        .related-articles__article:hover .link__icon svg path {
          stroke: #d93a1b; }
  .related-articles__title {
    color: #33312f;
    display: block;
    font: normal normal normal 12px/18px "Sans-SBold", "Arial", "sans-serif";
    letter-spacing: .08px;
    line-height: 1.5;
    padding: 12px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    width: 65%; }
    html:lang(vi) .related-articles__title {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }
    @media only screen and (min-width: 480px) {
      .related-articles__title {
        width: 75%; } }
    @media only screen and (min-width: 768px) {
      .related-articles__title {
        font: normal normal 600 14px/17px "Sans-SBold", "Arial", "sans-serif";
        width: 65%; }
        html:lang(vi) .related-articles__title {
          font-family: "Sans-Bold", "Arial", "sans-serif";
          font-weight: 700;
          letter-spacing: 0;
          line-height: 1.35; } }
    @media only screen and (min-width: 1440px) {
      .related-articles__title {
        font: normal normal normal 16px/20px "Sans-SBold", "Arial", "sans-serif"; }
        html:lang(vi) .related-articles__title {
          font-family: "Sans-Bold", "Arial", "sans-serif";
          font-weight: 700;
          letter-spacing: 0;
          line-height: 1.35; } }
  .related-articles__thumbnail {
    overflow: hidden;
    text-align: right; }
    .related-articles__thumbnail img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media only screen and (max-width: 768px) {
      .related-articles__thumbnail {
        height: 81px;
        width: 111px; } }
    @media only screen and (min-width: 768px) {
      .related-articles__thumbnail {
        height: 82px;
        width: 121px; } }
    @media only screen and (min-width: 1024px) {
      .related-articles__thumbnail {
        height: 106px;
        width: 150px; } }
  .related-articles .link {
    bottom: 8px;
    left: unset;
    right: 26px; }
    @media only screen and (max-width: 768px) {
      .related-articles .link {
        position: absolute; } }
    @media only screen and (min-width: 768px) {
      .related-articles .link {
        bottom: 7px;
        left: 14px;
        right: unset; } }
    @media only screen and (min-width: 1440px) {
      .related-articles .link {
        bottom: 11px;
        left: 28px; } }
    @media only screen and (min-width: 1024px) {
      .related-articles .link__text {
        font-size: 14px; } }

.intro {
  margin-top: 36px; }
  @media only screen and (min-width: 768px) {
    .intro {
      margin-top: 48px; } }
  @media only screen and (min-width: 1280px) {
    .intro {
      margin-top: 64px; } }
  .intro p {
    color: #333;
    font: normal normal 600 16px/20px "Sans-SBold", "Arial", "sans-serif";
    margin-bottom: 0; }
    html:lang(vi) .intro p {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }
    @media only screen and (min-width: 768px) {
      .intro p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px; } }
    @media only screen and (min-width: 1280px) {
      .intro p {
        font-size: 20px;
        line-height: 28px; } }

.related-topics {
  display: block;
  height: auto;
  position: relative;
  width: 100%; }
  .related-topics::after {
    clear: both;
    content: '';
    display: block; }
  .related-topics ul.topics {
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0; }
    .related-topics ul.topics li {
      display: inline-block;
      width: auto; }
      .related-topics ul.topics li:first-of-type a {
        background-color: #705f4f;
        cursor: text; }
        .related-topics ul.topics li:first-of-type a span {
          color: #fff; }
      .related-topics ul.topics li a {
        border: 1px solid #705f4f;
        border-radius: 2px;
        display: inline-block;
        margin: 0 7px 7px 0;
        padding: 7px 18px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        .related-topics ul.topics li a span {
          color: #705f4f;
          font: normal normal normal 14px/14px "Gotham-Medium", "Arial", "sans-serif"; }
          html:lang(vi) .related-topics ul.topics li a span {
            font-family: "Sans-Bold", "Arial", "sans-serif";
            font-weight: 700;
            letter-spacing: 0;
            line-height: 1.35; }
        .related-topics ul.topics li a:hover {
          background-color: #705f4f; }
          .related-topics ul.topics li a:hover span {
            color: #fff; }

.spotlight-columns {
  display: block;
  height: auto;
  position: relative;
  width: 100%; }
  .spotlight-columns::after {
    clear: both;
    content: '';
    display: block; }
  .spotlight-columns .section-title {
    text-align: left; }
  .spotlight-columns .grid {
    display: block;
    padding-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .spotlight-columns .grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .spotlight-columns .grid__column {
      display: inline-block;
      float: left;
      width: 100%; }
      .spotlight-columns .grid__column:first-of-type .grid__item {
        margin-bottom: 12px; }
        @media only screen and (min-width: 768px) {
          .spotlight-columns .grid__column:first-of-type .grid__item {
            margin-bottom: 16px; } }
        @media only screen and (min-width: 1024px) {
          .spotlight-columns .grid__column:first-of-type .grid__item {
            margin-bottom: 20px; } }
        @media only screen and (min-width: 1440px) {
          .spotlight-columns .grid__column:first-of-type .grid__item {
            margin-bottom: 30px; } }
      .spotlight-columns .grid__column:last-of-type .grid__item {
        margin-bottom: 10px; }
        @media only screen and (min-width: 768px) {
          .spotlight-columns .grid__column:last-of-type .grid__item {
            margin-bottom: 16px; } }
        @media only screen and (min-width: 1024px) {
          .spotlight-columns .grid__column:last-of-type .grid__item {
            margin-bottom: 20px; } }
        @media only screen and (min-width: 1440px) {
          .spotlight-columns .grid__column:last-of-type .grid__item {
            margin-bottom: 30px; } }
      .spotlight-columns .grid__column:last-of-type .article {
        margin-bottom: 10px; }
        @media only screen and (min-width: 768px) {
          .spotlight-columns .grid__column:last-of-type .article {
            margin-bottom: 16px; } }
        @media only screen and (min-width: 1024px) {
          .spotlight-columns .grid__column:last-of-type .article {
            margin-bottom: 20px; } }
        @media only screen and (min-width: 1440px) {
          .spotlight-columns .grid__column:last-of-type .article {
            margin-bottom: 30px; } }
      .spotlight-columns .grid__column:last-of-type .scroll-anim {
        -webkit-transition-delay: .3s;
                transition-delay: .3s; }
      @media only screen and (min-width: 768px) {
        .spotlight-columns .grid__column {
          width: 49%; }
          .spotlight-columns .grid__column:first-of-type {
            margin-right: 1%; }
          .spotlight-columns .grid__column:last-of-type {
            margin-left: 1%; } }
    .spotlight-columns .grid__item {
      background-color: #fff; }
  .spotlight-columns .article__height {
    padding-bottom: 66.66667%; }
  .spotlight-columns .article__content {
    padding: 15px 15px 16px; }
    @media only screen and (min-width: 1024px) {
      .spotlight-columns .article__content {
        padding: 20px 20px 40px; } }
    @media only screen and (min-width: 1440px) {
      .spotlight-columns .article__content {
        margin-bottom: 28px 28px 33px; } }
  .spotlight-columns .article__content-text {
    margin-bottom: 0; }
    .spotlight-columns .article__content-text h3 {
      font-size: 22px;
      line-height: 25px; }
      @media only screen and (min-width: 1024px) {
        .spotlight-columns .article__content-text h3 {
          font-size: 24px;
          line-height: 27px; } }
      @media only screen and (min-width: 1280px) {
        .spotlight-columns .article__content-text h3 {
          font-size: 32px;
          line-height: 38px; } }
      html:lang(zh-CN) .spotlight-columns .article__content-text h3,
      html:lang(zh-TW) .spotlight-columns .article__content-text h3,
      html:lang(ko) .spotlight-columns .article__content-text h3 {
        font-weight: bold; }
  .spotlight-columns .article .link {
    left: 15px; }
    @media only screen and (min-width: 1024px) {
      .spotlight-columns .article .link {
        left: 20px; } }
    @media only screen and (min-width: 1440px) {
      .spotlight-columns .article .link {
        left: 22px; } }
  @media only screen and (min-width: 1024px) {
    .spotlight-columns .health-department {
      padding: 50px; } }
  @media only screen and (min-width: 1280px) {
    .spotlight-columns .health-department {
      padding: 64px; } }
  .spotlight-columns .health-department__content {
    color: #33312f;
    margin: 0 auto;
    max-width: 218px;
    width: 96%; }
    @media only screen and (min-width: 480px) {
      .spotlight-columns .health-department__content {
        max-width: 318px; } }
    @media only screen and (min-width: 768px) {
      .spotlight-columns .health-department__content {
        max-width: 218px; } }
    @media only screen and (min-width: 1024px) {
      .spotlight-columns .health-department__content {
        max-width: 300px; } }
    @media only screen and (min-width: 1280px) {
      .spotlight-columns .health-department__content {
        max-width: 318px; } }
    .spotlight-columns .health-department__content a,
    .spotlight-columns .health-department__content p {
      font: normal normal 600 16px/19px "Sans-SBold", "Arial", "sans-serif";
      text-align: center; }
      html:lang(vi) .spotlight-columns .health-department__content a, html:lang(vi)
      .spotlight-columns .health-department__content p {
        font-family: "Sans-Bold", "Arial", "sans-serif";
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.35; }
      .spotlight-columns .health-department__content a:last-of-type,
      .spotlight-columns .health-department__content p:last-of-type {
        margin-bottom: 0; }
      @media only screen and (min-width: 1280px) {
        .spotlight-columns .health-department__content a,
        .spotlight-columns .health-department__content p {
          font-size: 20px;
          line-height: 26px;
          margin-bottom: 20px; } }
  @media only screen and (min-width: 1024px) {
    .spotlight-columns .health-department form {
      margin-top: 35px;
      max-width: 310px; } }
  @media only screen and (min-width: 1280px) {
    .spotlight-columns .health-department form {
      margin-top: 45px;
      max-width: 400px; }
      .spotlight-columns .health-department form input[type=number],
      .spotlight-columns .health-department form button {
        font-size: 20px;
        height: 60px;
        line-height: 20px; }
        html:lang(vi) .spotlight-columns .health-department form input[type=number], html:lang(vi)
        .spotlight-columns .health-department form button {
          font-family: "Sans-Bold", "Arial", "sans-serif";
          font-weight: 700;
          letter-spacing: 0;
          line-height: 1.35; } }
  .spotlight-columns .health-department__output-program {
    border-bottom: 1px solid rgba(51, 49, 47, 0.5);
    margin-bottom: 40px;
    padding-bottom: 40px; }
    .spotlight-columns .health-department__output-program:last-of-type {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  .spotlight-columns .link__text {
    color: #33312f; }
    @media only screen and (min-width: 1024px) {
      .spotlight-columns .link__text {
        font-size: 14px;
        opacity: .7; } }
  .spotlight-columns .link__icon {
    position: relative;
    right: -5px; }

.sub-topic-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .sub-topic-article {
      border-radius: 0;
      border-right: 1px solid rgba(51, 49, 47, 0.5);
      display: block;
      margin: 12px 0 18px;
      min-height: 125px;
      padding: 0 12px;
      width: 25%; } }
  .sub-topic-article:nth-of-type(4n) {
    border-right: none; }
  .sub-topic-article--excess {
    display: none; }
    .sub-topics__category--display-excess .sub-topic-article--excess {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (min-width: 768px) {
        .sub-topics__category--display-excess .sub-topic-article--excess {
          display: block; } }
  .sub-topic-article__thumbnail {
    margin: 0;
    position: relative; }
    .sub-topic-article__thumbnail img {
      height: 100%;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
    @media only screen and (max-width: 768px) {
      .sub-topic-article__thumbnail {
        height: 100%;
        min-height: 81px;
        width: 111px; } }
    @media only screen and (min-width: 768px) {
      .sub-topic-article__thumbnail {
        height: auto;
        margin-bottom: 18px;
        padding-top: 73.33%;
        width: auto; } }
  .sub-topic-article__title {
    color: #33312f;
    display: block;
    font: normal normal normal 12px/18px 'Sans-SBold', 'Arial', 'sans-serif';
    height: 81px;
    letter-spacing: .08px;
    padding: 12px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    width: 65%; }
    html:lang(vi) .sub-topic-article__title {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }
    @media only screen and (min-width: 768px) {
      .sub-topic-article__title {
        font-size: 16px;
        height: auto;
        line-height: 18px;
        min-height: 0;
        padding: 0;
        width: 100%; } }
  @media only screen and (min-width: 768px) {
    .sub-topic-article:hover .sub-topic-article__title {
      color: #db3907; } }

.sub-topics {
  padding-top: 12px; }
  @media only screen and (min-width: 768px) {
    .sub-topics {
      padding-top: 0; } }
  .sub-topics__title {
    display: none; }
    @media only screen and (min-width: 768px) {
      .sub-topics__title {
        display: block; } }
  @media only screen and (min-width: 768px) {
    .sub-topics__background {
      background-color: #fff; } }
  .sub-topics__tabs {
    background-color: #645a50;
    display: none; }
    @media only screen and (min-width: 768px) {
      .sub-topics__tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .sub-topics__tab {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    color: rgba(255, 255, 255, 0.3);
    font: normal normal normal 18px/18px 'Sans-SBold', 'Arial', 'sans-serif';
    margin: 0 6px;
    padding: 10px 16px; }
    html:lang(vi) .sub-topics__tab {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }
    .sub-topics__tab--selected {
      border-bottom: 4px solid white;
      color: #fff; }
    .sub-topics__tab:hover, .sub-topics__tab:active, .sub-topics__tab:focus {
      background-color: transparent;
      color: #fff; }
  .sub-topics__category {
    display: block;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .sub-topics__category {
        max-height: 0;
        opacity: 0;
        -webkit-transition: opacity .4s ease, max-height 0s ease .4s;
        transition: opacity .4s ease, max-height 0s ease .4s; }
        .sub-topics__category--selected {
          max-height: 100vh;
          opacity: 1;
          -webkit-transition: opacity .4s ease .4s, max-height 0s ease .4s;
          transition: opacity .4s ease .4s, max-height 0s ease .4s; } }
  @media only screen and (min-width: 768px) {
    .sub-topics__category-title {
      display: none; } }
  .sub-topics__category-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .sub-topics__show-more {
    background-color: #eef1f2;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    padding-top: 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .sub-topics__show-more {
        font-size: 16px;
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        -webkit-transition: max-height 0s ease .4s, padding-top 0s ease .4s;
        transition: max-height 0s ease .4s, padding-top 0s ease .4s; }
        .sub-topics__show-more--selected {
          max-height: 100vh;
          padding-top: 20px;
          -webkit-transition: max-height 0s ease .4s, padding-top 0s ease .4s;
          transition: max-height 0s ease .4s, padding-top 0s ease .4s; } }
  .sub-topics__show-more__link-text {
    color: #33312f;
    text-decoration: underline; }
    .sub-topics__show-more__link-text.arrow-up {
      display: none; }
    .sub-topics__show-more__link-text.arrow-down {
      display: block; }
  .sub-topics__show-more--open .sub-topics__show-more__link-text.arrow-up {
    display: block; }
  .sub-topics__show-more--open .sub-topics__show-more__link-text.arrow-down {
    display: none; }
  .sub-topics__show-more__link-icon svg {
    width: 10px; }
  .sub-topics__show-more__link-icon--arrow-up svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.videos {
  display: block;
  height: auto;
  position: relative;
  width: 100%; }
  .videos::after {
    clear: both;
    content: '';
    display: block; }
  .videos .video-carousel__wrap {
    background-color: #fff; }
  .videos .page-content-wrap {
    min-width: 320px; }

.spotlight-columns .link__text {
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  @media only screen and (min-width: 1440px) {
    .spotlight-columns .link__text {
      letter-spacing: -.0125em; } }

.spotlight-columns .link__icon {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .spotlight-columns .link__icon svg {
    fill: #333;
    height: 7px;
    opacity: .7;
    width: 6px; }
    @media only screen and (min-width: 1280px) {
      .spotlight-columns .link__icon svg {
        height: 10px;
        width: 8px; } }

.article-content-image-portrait img {
  display: block;
  margin: 0 auto;
  width: 100%; }

.article-content-image-gallery__swiper {
  overflow: hidden;
  position: relative; }

@media only screen and (min-width: 768px) {
  .article-content-image-gallery__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.article-content-image-gallery__img-wrap {
  background: #d8d8d8;
  height: 193px; }
  .article-content-image-gallery__img-wrap img {
    display: block;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .article-content-image-gallery__img-wrap {
      border-radius: 3px 0 0 3px;
      height: 254px;
      overflow: hidden;
      width: 382px; } }
  @media only screen and (min-width: 1280px) {
    .article-content-image-gallery__img-wrap {
      height: 360px;
      width: 540px; } }

.article-content-image-gallery__text-wrap {
  background: #fff;
  border: 1px solid #c0c0c0;
  min-height: 180px;
  padding: 50px 12px 12px; }
  @media only screen and (min-width: 768px) {
    .article-content-image-gallery__text-wrap {
      border-radius: 0 3px 3px 0;
      min-height: auto;
      padding: 14px;
      width: 206px; } }
  @media only screen and (min-width: 1280px) {
    .article-content-image-gallery__text-wrap {
      padding: 16px;
      width: 290px; } }
  .article-content-image-gallery__text-wrap h2 {
    color: #000;
    font: normal normal normal 16px/20px "Sans-SBold", "Arial", "sans-serif";
    margin-bottom: 12px; }
    @media only screen and (min-width: 768px) {
      .article-content-image-gallery__text-wrap h2 {
        font-size: 14px;
        line-height: 18px; } }
    @media only screen and (min-width: 1280px) {
      .article-content-image-gallery__text-wrap h2 {
        font-size: 20px;
        line-height: 28px; } }
  .article-content-image-gallery__text-wrap p {
    font: normal normal normal 12px/18px "Sans-Regular", "Arial", "sans-serif"; }
    @media only screen and (min-width: 768px) {
      .article-content-image-gallery__text-wrap p {
        line-height: 20px; } }
    @media only screen and (min-width: 1280px) {
      .article-content-image-gallery__text-wrap p {
        font-size: 16px;
        line-height: 24px; } }

.article-content-image-gallery .swiper-pagination {
  top: 200px; }
  @media only screen and (min-width: 768px) {
    .article-content-image-gallery .swiper-pagination {
      bottom: 10px;
      left: auto;
      right: 0;
      top: auto;
      width: 206px; } }
  @media only screen and (min-width: 1280px) {
    .article-content-image-gallery .swiper-pagination {
      bottom: 10px;
      left: auto;
      right: 0;
      width: 290px; } }

.article-content-image-gallery .swiper-pagination-bullet {
  background: #e5e5e4;
  height: 6px;
  opacity: 1;
  width: 6px; }
  @media only screen and (min-width: 1280px) {
    .article-content-image-gallery .swiper-pagination-bullet {
      height: 8px;
      width: 8px; } }
  .article-content-image-gallery .swiper-pagination-bullet-active {
    background: #db3907; }

.article-content-image-gallery .swiper-button-prev,
.article-content-image-gallery .swiper-button-next {
  display: none; }
  @media only screen and (min-width: 768px) {
    .article-content-image-gallery .swiper-button-prev,
    .article-content-image-gallery .swiper-button-next {
      background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDYgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPlN0cm9rZSAzPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkFydGljbGVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVGFibGV0LUltYWdlLUdhbGxlcnkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NTkuMDAwMDAwLCAtMTIzMS4wMDAwMDApIiBzdHJva2U9IiMzMzMzMzMiPgogICAgICAgICAgICA8ZyBpZD0iQm9keS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5MC4wMDAwMDAsIDY1Ny4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJnYWxsZXJ5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMzQyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01NzAuMTcwNDYsMjM5LjMgQzU3MC4xMjU2NDcsMjM5LjMgNTcwLjA4MTUxMiwyMzkuMjg1OTI4IDU3MC4wNDc1NjIsMjM5LjI1ODMyNSBDNTY5Ljk4MjM3OSwyMzkuMjA0MjAxIDU2OS45ODQ0MTYsMjM5LjExODY4NiA1NzAuMDUyMzE1LDIzOS4wNjYxODcgTDU3My44NDk5MzYsMjM2LjE1MDAxMyBMNTcwLjA1MjMxNSwyMzMuMjMzODM5IEM1NjkuOTg0NDE2LDIzMy4xODEzNCA1NjkuOTgyMzc5LDIzMy4wOTU4MjQgNTcwLjA0NzU2MiwyMzMuMDQxNzAxIEM1NzAuMTEzNDI1LDIzMi45ODc1NzcgNTcwLjIyMTM4NSwyMzIuOTg1OTU0IDU3MC4yODg2MDUsMjMzLjAzNzkxMiBMNTc0LjIxNDU1NiwyMzYuMDUyMDQ5IEM1NzQuMjQ3MTQ4LDIzNi4wNzc0ODcgNTc0LjI2NjE2LDIzNi4xMTMyMDkgNTc0LjI2NjE2LDIzNi4xNTAwMTMgQzU3NC4yNjYxNiwyMzYuMTg2ODE3IDU3NC4yNDcxNDgsMjM2LjIyMTk5NyA1NzQuMjE0NTU2LDIzNi4yNDc5NzYgTDU3MC4yODg2MDUsMjM5LjI2MjExNCBDNTcwLjI1NTMzNSwyMzkuMjg3NTUyIDU3MC4yMTI1NTgsMjM5LjMgNTcwLjE3MDQ2LDIzOS4zIFoiIGlkPSJTdHJva2UtMyI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
      background-size: 8px 8px;
      bottom: 15px;
      display: block;
      height: 8px;
      right: 14px;
      top: auto;
      width: 8px;
      z-index: 900; } }
  @media only screen and (min-width: 1280px) {
    .article-content-image-gallery .swiper-button-prev,
    .article-content-image-gallery .swiper-button-next {
      background-size: 12px 12px;
      height: 12px;
      width: 12px; } }

@media only screen and (min-width: 768px) {
  .article-content-image-gallery .swiper-button-prev {
    left: auto;
    right: 185px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }

@media only screen and (min-width: 1280px) {
  .article-content-image-gallery .swiper-button-prev {
    right: 265px; } }

.article-content-stat blockquote {
  border: 0;
  margin: 0;
  padding: 0 24px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .article-content-stat blockquote {
      margin: 0 100px; } }
  .article-content-stat blockquote p {
    color: #333;
    font: normal normal normal 22px/28px "Gotham-Medium", "Arial", "sans-serif";
    letter-spacing: -.4px; }
    .article-content-stat blockquote p:last-child {
      margin: 0; }
    html:lang(vi) .article-content-stat blockquote p {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }
  .article-content-stat blockquote span {
    color: #db3907; }

.article-content-quote blockquote {
  padding: 30px 24px 10px; }
  @media only screen and (min-width: 768px) {
    .article-content-quote blockquote {
      padding-left: 44px;
      padding-right: 44px; } }
  .article-content-quote blockquote::before, .article-content-quote blockquote::after {
    color: #db3907;
    font: normal normal normal 62px/62px "Gotham-Medium", "Arial", "sans-serif";
    position: absolute; }
    html:lang(vi) .article-content-quote blockquote::before, html:lang(vi) .article-content-quote blockquote::after {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }
  .article-content-quote blockquote::before {
    content: '“';
    left: 0;
    top: 0; }
  .article-content-quote blockquote::after {
    bottom: -40px;
    content: '”';
    right: 0; }

@media only screen and (min-width: 768px) {
  .article-content-text .page-content-wrap {
    padding: 0 89px; } }

@media only screen and (min-width: 1280px) {
  .article-content-text .page-content-wrap {
    padding: 0 119px; } }

.article-content-text p,
.article-content-text ul,
.article-content-text ol {
  color: #333;
  font: normal normal normal 14px/24px "Sans-Regular", "Arial", "sans-serif";
  letter-spacing: .2px;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .article-content-text p,
    .article-content-text ul,
    .article-content-text ol {
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 34px; } }
  @media only screen and (min-width: 1280px) {
    .article-content-text p,
    .article-content-text ul,
    .article-content-text ol {
      font-size: 20px;
      line-height: 34px;
      margin-bottom: 44px; } }
  .article-content-text p:last-child,
  .article-content-text ul:last-child,
  .article-content-text ol:last-child {
    margin-bottom: 36px; }
    @media only screen and (min-width: 768px) {
      .article-content-text p:last-child,
      .article-content-text ul:last-child,
      .article-content-text ol:last-child {
        margin-bottom: 48px; } }
    @media only screen and (min-width: 1280px) {
      .article-content-text p:last-child,
      .article-content-text ul:last-child,
      .article-content-text ol:last-child {
        margin-bottom: 64px; } }

.article-content-text ul,
.article-content-text ol {
  padding-left: 22px; }
  @media only screen and (min-width: 768px) {
    .article-content-text ul,
    .article-content-text ol {
      padding-left: 44px; } }

.article-content-text li {
  margin-bottom: 10px; }

.article-references {
  margin-bottom: 36px;
  padding-top: 10px; }
  @media only screen and (min-width: 768px) {
    .article-references {
      margin-bottom: 48px; } }
  @media only screen and (min-width: 1280px) {
    .article-references {
      margin-bottom: 64px; } }
  .article-references__title {
    border-top: 1px solid #a8a7a7;
    color: #333;
    font: normal normal 600 16px/16px "Sans-Regular", "Arial", "sans-serif";
    margin-bottom: 25px;
    padding-top: 22px; }
    @media only screen and (min-width: 768px) {
      .article-references__title {
        font-size: 17px;
        padding-top: 26px; } }
    @media only screen and (min-width: 1280px) {
      .article-references__title {
        font-size: 18px;
        padding-top: 34px; } }
    .article-references__title:hover {
      cursor: pointer; }
      @media only screen and (min-width: 768px) {
        .article-references__title:hover {
          cursor: default; } }
    .article-references__title span {
      text-decoration: underline; }
      @media only screen and (min-width: 768px) {
        .article-references__title span {
          text-decoration: none; } }
    .article-references__title svg {
      height: 12px;
      margin-left: 5px;
      width: 12px; }
      @media only screen and (min-width: 768px) {
        .article-references__title svg {
          display: none; } }
    .article-references__reveal .article-references__title svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .article-references__list {
    counter-reset: simple-counter;
    list-style: none;
    margin-left: 20px; }
    .article-references__list li {
      display: none; }
    .article-references__reveal .article-references__list li {
      display: block; }
  .article-references__list-item {
    color: #000;
    counter-increment: simple-counter;
    font: normal normal normal 12px/16px "Sans-Regular", "Arial", "sans-serif";
    margin-bottom: 12px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .article-references__list-item {
        display: none;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
        padding-left: 2px; }
        .article-references__list-item:nth-child(-n+2) {
          display: block; } }
    @media only screen and (min-width: 1280px) {
      .article-references__list-item {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
        padding-left: 4px; } }
    .article-references__list-item::before {
      color: #a8a7a7;
      content: counter(simple-counter);
      font: normal normal normal 12px/12px "Sans-Regular", "Arial", "sans-serif";
      left: -20px;
      position: absolute;
      top: 2px; }
      @media only screen and (min-width: 768px) {
        .article-references__list-item::before {
          line-height: 18px; } }
      @media only screen and (min-width: 1280px) {
        .article-references__list-item::before {
          font-size: 14px;
          line-height: 20px; } }
  .article-references__link {
    color: #000; }
  .article-references__see-all, .article-references__see-less {
    display: none; }
    @media only screen and (min-width: 768px) {
      .article-references__see-all, .article-references__see-less {
        display: block;
        font: normal normal normal 14px/14px "Sans-SBold", "Arial", "sans-serif";
        margin: 0 auto; }
        .article-references__see-all:hover span, .article-references__see-less:hover span {
          color: #d93a1b; }
        .article-references__see-all:hover path, .article-references__see-less:hover path {
          stroke: #d93a1b; }
        .article-references__see-all span, .article-references__see-less span {
          text-decoration: underline;
          -webkit-transition: color .2s ease-out;
          transition: color .2s ease-out; }
        .article-references__see-all path, .article-references__see-less path {
          -webkit-transition: stroke .2s ease-out;
          transition: stroke .2s ease-out; }
        .article-references__see-all svg, .article-references__see-less svg {
          height: 12px;
          margin-left: 5px;
          position: relative;
          -webkit-transition: -webkit-transform .2s ease-out;
          transition: -webkit-transform .2s ease-out;
          transition: transform .2s ease-out;
          transition: transform .2s ease-out, -webkit-transform .2s ease-out;
          width: 12px; } }
    @media only screen and (min-width: 1280px) {
      .article-references__see-all, .article-references__see-less {
        font-size: 16px;
        line-height: 16px; } }
  @media only screen and (min-width: 768px) {
    .article-references__reveal .article-references__see-all {
      display: none; } }
  .article-references__see-less {
    display: none; }
    @media only screen and (min-width: 768px) {
      .article-references__reveal .article-references__see-less {
        display: block; } }
    .article-references__see-less svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

@media only screen and (min-width: 640px) {
  .article-related__articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.article-related__article {
  border-radius: 3px;
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .2s ease-out;
  transition: -webkit-box-shadow .2s ease-out;
  transition: box-shadow .2s ease-out;
  transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out; }
  @media only screen and (min-width: 640px) {
    .article-related__article {
      margin-right: 8px;
      width: calc(100% / 3); }
      .article-related__article:last-child {
        margin-right: 0; } }
  @media only screen and (min-width: 768px) {
    .article-related__article {
      margin-right: 16px; } }
  @media only screen and (min-width: 1280px) {
    .article-related__article {
      margin-right: 20px; } }
  .not-mobile .article-related__article:hover {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3); }
  .not-mobile .article-related__article:hover h3 {
    color: #d93a1b; }

.article-related__image {
  width: 100%; }

.article-related__text-wrap {
  background: #fff;
  min-height: 80px;
  padding: 12px; }
  @media only screen and (min-width: 1280px) {
    .article-related__text-wrap {
      min-height: 88px; } }

.article-related__title {
  color: #333;
  font: normal normal normal 16px/20px "Sans-SBold", "Arial", "sans-serif";
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out; }
  @media only screen and (min-width: 768px) {
    .article-related__title {
      font-size: 14px;
      line-height: 18px; } }
  @media only screen and (min-width: 1280px) {
    .article-related__title {
      font-size: 20px;
      line-height: 28px; } }
  html:lang(vi) .article-related__title {
    font-family: "Sans-Bold", "Arial", "sans-serif";
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35; }

.article-share {
  margin: 0 auto;
  width: 100% !important; }
  @media only screen and (min-width: 768px) {
    .article-share {
      left: 0;
      position: absolute;
      top: 0; } }
  .article-share .page-content-wrap {
    position: relative; }
  .article-share__inner {
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .article-share__inner {
        border: none;
        left: 0;
        margin: 0;
        max-width: 45px;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); } }
    @media only screen and (min-width: 1280px) {
      .article-share__inner {
        max-width: 60px; } }
  .article-share h2 {
    color: rgba(0, 0, 0, 0.6);
    font: normal normal normal 14px/14px "Gotham-Bold", "Arial", "sans-serif";
    opacity: .6;
    text-transform: uppercase; }
  .article-share h2,
  .article-share a {
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      .article-share h2,
      .article-share a {
        display: block;
        margin: 0 0 16px 0; } }
    @media only screen and (min-width: 1280px) {
      .article-share h2,
      .article-share a {
        margin-bottom: 18px; } }
  .article-share svg {
    fill: #adafb0;
    height: 18px;
    pointer-events: none;
    -webkit-transition: fill .2s ease-out;
    transition: fill .2s ease-out;
    width: 18px; }
    .article-share svg:hover {
      cursor: pointer;
      fill: #db3907; }
    @media only screen and (min-width: 768px) {
      .article-share svg {
        height: 22px;
        width: 22px; } }
    @media only screen and (min-width: 1280px) {
      .article-share svg {
        height: 30px;
        width: 30px; } }
  .article-share .fa {
    color: rgba(0, 0, 0, 0.6);
    opacity: .6; }

/* Named article-page due to conflicts with legacy styles */
.article-page {
  background: #f1f1f1;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 30px;
  -webkit-transition: none;
  transition: none; }
  @media only screen and (min-width: 768px) {
    .article-page {
      padding-top: 58px; } }
  @media only screen and (min-width: 1280px) {
    .article-page {
      max-width: none;
      padding-top: 85px; } }
  .article-page *,
  .article-page *::before,
  .article-page *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .article-page__heading-wrap {
    margin-bottom: 36px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .article-page__heading-wrap {
        margin-bottom: 48px; } }
    @media only screen and (min-width: 1280px) {
      .article-page__heading-wrap {
        margin-bottom: 64px; } }
  .article-page__heading-date {
    color: #9e9b9b;
    font-size: .9rem;
    line-height: 1.2rem;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .article-page__heading-date {
        font-size: 1rem;
        line-height: 1.3rem;
        text-align: center; } }
    @media only screen and (min-width: 1280px) {
      .article-page__heading-date {
        font-size: 1.3rem;
        line-height: 1.6rem; } }
  .article-page .page-content-wrap {
    max-width: 642px; }
    @media only screen and (min-width: 1280px) {
      .article-page .page-content-wrap {
        max-width: 890px; } }
    .article-page .page-content-wrap--wide {
      max-width: 765px; }
      @media only screen and (min-width: 1280px) {
        .article-page .page-content-wrap--wide {
          max-width: 1060px; } }
  .article-page h1 {
    color: #333;
    font: normal normal normal 24px/28px "Gotham-Bold", "Arial", "sans-serif";
    margin-bottom: 12px; }
    @media only screen and (min-width: 768px) {
      .article-page h1 {
        font-size: 34px;
        line-height: 40px;
        margin: 0 auto 12px;
        max-width: 400px;
        text-align: center; } }
    @media only screen and (min-width: 1280px) {
      .article-page h1 {
        font-size: 48px;
        line-height: 50px;
        margin-bottom: 16px;
        max-width: 660px; } }
    html:lang(vi) .article-page h1 {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }
  .article-page__spacer {
    margin-bottom: 36px;
    position: relative; }
    @media only screen and (min-width: 1280px) {
      .article-page__spacer {
        margin-bottom: 64px; } }
  .article-page__image-responsive {
    width: 100%; }
  .article-page__video {
    position: relative; }
    .article-page__video:hover {
      cursor: pointer; }
      .article-page__video:hover .article-page__video-play {
        background: #db3907; }
      .article-page__video:hover .fa-play {
        color: #fff; }
  .article-page__video-play {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 47px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 15px;
    position: absolute;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
    width: 47px; }
    @media only screen and (min-width: 768px) {
      .article-page__video-play {
        bottom: 28px;
        height: 80px;
        left: 28px;
        width: 80px; } }
    @media only screen and (min-width: 1280px) {
      .article-page__video-play {
        bottom: 40px;
        height: 112px;
        left: 40px;
        width: 112px; } }
    .article-page__video-play .fa-play {
      color: #695a4a;
      left: 2px;
      position: relative;
      -webkit-transition: color .2s ease-out;
      transition: color .2s ease-out; }
      @media only screen and (min-width: 768px) {
        .article-page__video-play .fa-play {
          font-size: 25px; } }
      @media only screen and (min-width: 1280px) {
        .article-page__video-play .fa-play {
          font-size: 35px; } }

/**
 * Component Class: contact-health-department
 * variable Namespace: chd__
 *
 * Author: Harrison Parker <harrison.parker@bynd.com>
 */
.contact-health-department {
  padding: 1px 0 35px; }
  .contact-health-department * {
    color: #333; }
  .contact-health-department .section-title {
    text-align: left; }
  .contact-health-department h3,
  .contact-health-department p,
  .contact-health-department ul,
  .contact-health-department li {
    font-size: .9rem;
    line-height: 1.2rem;
    margin: 0 0 12px; }
  .contact-health-department h3 {
    font-weight: 600; }
  .contact-health-department li {
    margin-left: 20px; }
  @media only screen and (min-width: 1280px) {
    .contact-health-department {
      padding-top: 40px; } }
  @media only screen and (min-width: 768px) {
    .contact-health-department__zip-search-form {
      background-color: white;
      height: 110px;
      padding: 20px 20px 1px;
      width: 41%; } }
  .contact-health-department__zip-search-form__label {
    font-size: .8rem;
    line-height: 1.1rem;
    margin-bottom: 12px; }
  .contact-health-department__zip-search-form__input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    width: 250px; }
    @media only screen and (min-width: 768px) {
      .contact-health-department__zip-search-form__input-wrap {
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .contact-health-department__zip-search-form__input-wrap {
        width: 310px; } }
  .contact-health-department input[type=number] {
    -moz-appearance: textfield;
    background-color: #fff;
    border: 1px solid rgba(151, 151, 151, 0.4);
    border-bottom-left-radius: 2px;
    border-right: none;
    border-top-left-radius: 2px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline-block;
    font-family: "Sans-SBold", "Arial", "sans-serif";
    font-size: .8rem;
    height: 35px;
    line-height: .8rem;
    margin: 0;
    max-width: 65%;
    padding: 0 0 0 20px;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .contact-health-department input[type=number] {
        height: 37px;
        max-width: 62%; } }
    .contact-health-department input[type=number]::-webkit-outer-spin-button, .contact-health-department input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .contact-health-department__zip-search-form__submit {
    background-color: #333;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    height: 35px;
    line-height: .8rem;
    max-width: 35%;
    padding: 7px 0;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .contact-health-department__zip-search-form__submit {
        height: 37px;
        max-width: 28%; } }
    .contact-health-department__zip-search-form__submit:disabled {
      background-color: #695a4a; }
    .not-mobile .contact-health-department__zip-search-form__submit:hover:not([disabled]) {
      background-color: #d93a1b; }
    .contact-health-department__zip-search-form__submit .text {
      color: #fff;
      display: inline-block;
      font-family: "Sans-SBold", "Arial", "sans-serif";
      font-size: .8rem;
      line-height: .8rem;
      opacity: 1; }
    .contact-health-department__zip-search-form__submit .spinner {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
      .contact-health-department__zip-search-form__submit .spinner img {
        height: 2.5rem; }
    .contact-health-department--loading .contact-health-department__zip-search-form__submit .text {
      opacity: 0; }
    .contact-health-department--loading .contact-health-department__zip-search-form__submit .spinner {
      opacity: 1; }
  @media only screen and (min-width: 768px) {
    .contact-health-department__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .contact-health-department__map-wrapper {
    height: 238px;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .contact-health-department__map-wrapper {
        height: auto;
        margin-top: -110px;
        padding-left: 20px;
        width: 59%; } }
  .contact-health-department__map-spinner-wrapper {
    height: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .contact-health-department__map-spinner-wrapper {
        padding-left: 20px; } }
    .contact-health-department--loading .contact-health-department__map-spinner-wrapper {
      max-height: 120vh; }
    .contact-health-department__map-spinner-wrapper .spinner {
      background-color: rgba(255, 255, 255, 0.5);
      height: 100%;
      position: relative; }
      .contact-health-department__map-spinner-wrapper .spinner img {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
        width: 64px; }
  .contact-health-department__map {
    background-color: #e8eaed;
    height: 100%;
    width: 100%; }
  .contact-health-department__results {
    border: 10px solid #fff; }
    @media only screen and (min-width: 768px) {
      .contact-health-department__results {
        border-top: 0;
        height: 270px;
        overflow: scroll;
        width: 41%; } }
    @media only screen and (min-width: 1280px) {
      .contact-health-department__results {
        height: 361px; } }
  .contact-health-department__results-output {
    background-color: #fff;
    width: 100%; }
    .contact-health-department__results-output--populated {
      padding: 10px; }
  .contact-health-department__results-program {
    margin-bottom: 40px; }
    .contact-health-department__results-program:last-of-type {
      margin-bottom: 0; }
  .contact-health-department__results-link {
    color: #333;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out; }
    .contact-health-department__results-link:active, .contact-health-department__results-link:focus {
      color: #d93a1b; }
    .not-mobile .contact-health-department__results-link:hover {
      color: #d93a1b; }
  .contact-health-department__results-website {
    text-decoration: underline; }
  .contact-health-department__results-error {
    color: #d93a1b; }
  .contact-health-department__footer {
    background-color: #fff;
    padding: 10px; }
  .contact-health-department__footer-divider {
    border-top: 1px solid #f2f2f2;
    margin-bottom: 30px; }
  .contact-health-department__footer-secondary {
    display: none; }
    @media only screen and (min-width: 768px) {
      .contact-health-department__footer-secondary {
        display: block; } }
  .contact-health-department__footer-read-more {
    display: block;
    font-size: .7rem;
    font-weight: 600;
    line-height: 1rem;
    margin: 0 auto;
    padding: 10px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .contact-health-department__footer-read-more {
        display: none; } }
    .contact-health-department__footer-read-more__closed-text, .contact-health-department__footer-read-more__open-text {
      text-decoration: underline; }
    .contact-health-department__footer-read-more__closed-text {
      display: inline;
      margin-right: 2px; }
    .contact-health-department__footer-read-more__open-text {
      display: none;
      margin-right: 4px; }
    .contact-health-department__footer-read-more__icon {
      display: inline-block;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      width: 10px; }
      .contact-health-department__footer-read-more__icon > svg {
        height: 10px;
        width: 6px; }
  .contact-health-department__footer--expanded .contact-health-department__footer-secondary {
    display: block; }
  .contact-health-department__footer--expanded .contact-health-department__footer-read-more__closed-text {
    display: none; }
  .contact-health-department__footer--expanded .contact-health-department__footer-read-more__open-text {
    display: inline; }
  .contact-health-department__footer--expanded .contact-health-department__footer-read-more__icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

/**
 * Component Class: contact-form
 * variable Namespace: cf__
 *
 * Author: Harrison Parker <harrison.parker@bynd.com>
 */
.contact-form {
  padding: 1px 0 35px; }
  .contact-form * {
    color: #333; }
  .contact-form .section-title {
    text-align: left; }
  .contact-form__sub-heading {
    font-family: "Gotham-Medium", "Arial", "sans-serif";
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4rem; }
    @media only screen and (min-width: 1280px) {
      .contact-form__sub-heading {
        font-size: 1.5rem;
        line-height: 1.8rem;
        max-width: 250px; } }
    html:lang(vi) .contact-form__sub-heading {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }
  .contact-form__content {
    background-color: #fff;
    padding: 24px 20px; }
    @media only screen and (min-width: 1280px) {
      .contact-form__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 65px 55px 40px; } }
  @media only screen and (min-width: 1280px) {
    .contact-form__intro-wrapper {
      padding-right: 90px;
      width: 50%; } }
  .contact-form__intro, .contact-form__footer {
    font-size: .8rem;
    line-height: 1.1rem; }
    .contact-form__intro p, .contact-form__footer p {
      margin: 0 0 16px; }
      .contact-form__intro p:last-of-type, .contact-form__footer p:last-of-type {
        margin-bottom: 0; }
  @media only screen and (min-width: 1280px) {
    .contact-form__form-wrapper {
      width: 50%; } }
  .contact-form__form {
    padding: 20px 0 0;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .contact-form__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media only screen and (min-width: 1280px) {
      .contact-form__form {
        padding: 0; } }
    .contact-form__form input,
    .contact-form__form select,
    .contact-form__form textarea {
      -webkit-box-shadow: none;
              box-shadow: none;
      font-size: .8rem;
      height: auto;
      line-height: 1.2;
      padding: 12px 15px; }
      .contact-form__form input:focus,
      .contact-form__form select:focus,
      .contact-form__form textarea:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .contact-form__form select {
      padding-right: 28px; }
    .contact-form__form input::-webkit-outer-spin-button,
    .contact-form__form input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .contact-form__form input[type=number] {
      -moz-appearance: textfield; }
    .contact-form--message-sent .contact-form__form {
      display: none; }
  .contact-form__input-wrapper--has-error input {
    border-color: #d93a1b;
    margin-bottom: 2px; }
  .contact-form__input-wrapper--has-error p {
    color: #d93a1b; }
  @media only screen and (min-width: 768px) {
    .contact-form__input-wrapper {
      padding-right: 15px;
      width: 49%; }
      .contact-form__input-wrapper:nth-of-type(even) {
        padding-right: 0;
        width: 51%; }
      .contact-form__input-wrapper--full-width, .contact-form__input-wrapper--full-width:nth-of-type(even) {
        padding-left: 0;
        padding-right: 0;
        width: 100%; } }
  .contact-form__input-error {
    font-size: .8rem; }
  .contact-form__submit {
    background-color: #333;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 17px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
    .contact-form__submit .text {
      color: #fff;
      display: inline-block;
      font-size: .8rem;
      line-height: 1.1rem;
      opacity: 1; }
    .contact-form__submit .spinner {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
      .contact-form__submit .spinner img {
        height: 2.5rem; }
    .contact-form__submit:disabled {
      background-color: #695a4a; }
    .not-mobile .contact-form__submit:hover:not([disabled]) {
      background-color: #d93a1b; }
    .contact-form__form--loading .contact-form__submit .text {
      opacity: 0; }
    .contact-form__form--loading .contact-form__submit .spinner {
      opacity: 1; }
  .contact-form__form-error {
    border-radius: 2px;
    color: #d93a1b;
    display: none;
    font-size: .8rem;
    line-height: 1.1rem;
    margin-bottom: 20px;
    padding: 10px 17px;
    position: relative; }
    .contact-form__form--error .contact-form__form-error {
      display: inline-block; }
  .contact-form__thankyou {
    display: none;
    font-weight: 600; }
    .contact-form--message-sent .contact-form__thankyou {
      display: block; }
  .contact-form--message-sent .contact-form__required-copy {
    display: none; }

/**
 * Component Class: mailing-address
 *
 * Author: Harrison Parker <harrison.parker@bynd.com>
 */
.mailing-address {
  padding: 1px 0 35px; }
  .mailing-address .page-content-wrap .section-title {
    text-align: left; }
    @media only screen and (min-width: 1280px) {
      .mailing-address .page-content-wrap .section-title {
        margin-bottom: 18px; } }
  .mailing-address__body {
    color: #4a4a4a; }
    .mailing-address__body p {
      margin: 0; }

/**
 * Component Class: helpful-links
 *
 * Author: Harrison Parker <harrison.parker@bynd.com>
 */
.helpful-links {
  padding: 1px 0 35px; }
  .helpful-links * {
    color: #333; }
  .helpful-links .page-content-wrap .section-title {
    margin-bottom: 10px;
    text-align: left; }
  .helpful-links__sub-heading {
    font-size: .9rem;
    margin: 0 0 10px; }
    @media only screen and (min-width: 1024px) {
      .helpful-links__sub-heading {
        margin-bottom: 26px; } }
  .helpful-links__desktop-category-tabs {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .helpful-links__desktop-category-tabs {
        border-bottom: 2px solid #333;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 48px; } }
  .helpful-links__desktop-category-tab {
    cursor: pointer;
    font-family: "Sans-SBold", "Arial", "sans-serif";
    font-size: .8rem;
    font-weight: 500;
    line-height: 1rem;
    margin-bottom: -2px;
    padding: 10px 0; }
    .helpful-links__desktop-category-tab--selected {
      border-bottom: 2px solid #d93a1b;
      color: #d93a1b;
      cursor: default; }
    @media only screen and (min-width: 1280px) {
      .helpful-links__desktop-category-tab {
        font-size: 1rem;
        line-height: 1.2rem; } }
  .helpful-links__category {
    margin-bottom: 30px; }
    @media only screen and (min-width: 1024px) {
      .helpful-links__category {
        margin-bottom: 0; } }
    .helpful-links__category--open {
      margin-bottom: 50px; }
  .helpful-links__category-title {
    border-bottom: 2px solid #333;
    font-family: "Sans-SBold", "Arial", "sans-serif";
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3rem;
    margin-bottom: 12px;
    padding: 10px 0;
    position: relative; }
    .helpful-links__category--open .helpful-links__category-title {
      border-color: #d93a1b;
      color: #d93a1b; }
    @media only screen and (min-width: 1024px) {
      .helpful-links__category-title {
        display: none; } }
  .helpful-links__category-title-icon {
    border-bottom: none;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #333;
    height: 6px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px; }
    .helpful-links__category--open .helpful-links__category-title-icon {
      border-bottom: 6px solid #d93a1b;
      border-top: none; }
  .helpful-links__links {
    max-height: 0;
    overflow: hidden;
    padding: 0; }
    .helpful-links__category--open .helpful-links__links {
      max-height: none; }
    @media only screen and (min-width: 480px) {
      .helpful-links__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  @media only screen and (min-width: 480px) {
    .helpful-links__link {
      width: 50%; }
      .helpful-links__link:nth-of-type(odd) {
        padding-right: 6px; }
      .helpful-links__link:nth-of-type(even) {
        padding-left: 6px; } }
  @media only screen and (min-width: 1024px) {
    .helpful-links__link {
      margin-bottom: 16px; } }
  @media only screen and (min-width: 1280px) {
    .helpful-links__link {
      margin-bottom: 28px; } }
  .not-mobile .helpful-links__link:hover .helpful-links__link-title,
  .not-mobile .helpful-links__link:hover .helpful-links__link-sub-title {
    color: #d93a1b; }
  .helpful-links__link-title, .helpful-links__link-sub-title {
    max-width: 405px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out; }
  .helpful-links__link-title {
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 0; }
    @media only screen and (min-width: 480px) {
      .helpful-links__link-title {
        font-size: .9rem;
        line-height: 1.4rem; } }
    @media only screen and (min-width: 1024px) {
      .helpful-links__link-title {
        font-size: 1rem;
        line-height: 1.6rem; } }
    @media only screen and (min-width: 1280px) {
      .helpful-links__link-title {
        font-size: 1.2rem;
        line-height: 1.8rem; } }
  .helpful-links__link-sub-title {
    font-size: .7rem;
    line-height: .9rem; }
    @media only screen and (min-width: 480px) {
      .helpful-links__link-sub-title {
        font-size: .8rem;
        line-height: 1.2rem; } }
    @media only screen and (min-width: 1024px) {
      .helpful-links__link-sub-title {
        font-size: .9rem;
        line-height: 1.4em; } }
    @media only screen and (min-width: 1280px) {
      .helpful-links__link-sub-title {
        font-size: 1rem;
        line-height: 1.6rem; } }

.search-results-no-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 460px; }
  .search-results-no-results__heading {
    color: #33312f;
    font: 16px/20px "Gotham-Medium", "Arial", "sans-serif";
    margin-bottom: 12px; }
    html:lang(vi) .search-results-no-results__heading {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }
    @media only screen and (min-width: 768px) {
      .search-results-no-results__heading {
        font-size: 22px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .search-results-no-results__heading {
        font-size: 28px;
        line-height: 36px; } }
  .search-results-no-results__text {
    color: #33312f;
    font: 14px/24px "Sans-Regular", "Arial", "sans-serif";
    letter-spacing: .0125em; }
  .search-results-no-results__topics-heading {
    color: #645a50;
    font: 500 16px/20px "Gotham-Medium", "Arial", "sans-serif";
    margin-bottom: 14px; }
    html:lang(vi) .search-results-no-results__topics-heading {
      font-family: "Sans-Bold", "Arial", "sans-serif";
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.35; }
    @media only screen and (min-width: 768px) {
      .search-results-no-results__topics-heading {
        font-size: 20px;
        line-height: 28px; } }
  .search-results-no-results__topics-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .search-results-no-results__topic-btn {
    border-radius: 3px;
    font: normal 14px/18px "Sans-Regular", "Arial", "sans-serif";
    margin: 0 4px 4px 0;
    padding: 5px 20px; }
    @media only screen and (min-width: 768px) {
      .search-results-no-results__topic-btn {
        font-size: 14px;
        line-height: 20px;
        margin: 0 10px 10px 0;
        padding: 7px 30px; } }

.search-filters__accordion {
  background-color: #fff;
  position: relative; }
  @media only screen and (min-width: 1280px) {
    .search-filters__accordion {
      background-color: transparent; } }

.search-filters__accordion-trigger, .search-filters__no-accordion-label-desktop-only {
  color: #717171;
  font: 16px/24px "Sans-Regular", "Arial", "sans-serif";
  letter-spacing: .0675em;
  text-align: left; }

.search-filters__accordion-trigger {
  cursor: pointer;
  display: block;
  padding: 9px 16px;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 1280px) {
    .search-filters__accordion-trigger {
      display: none; } }
  .search-filters__accordion-trigger::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: border-color .3s, margin-top .3s, -webkit-transform .3s;
    transition: border-color .3s, margin-top .3s, -webkit-transform .3s;
    transition: border-color .3s, transform .3s, margin-top .3s;
    transition: border-color .3s, transform .3s, margin-top .3s, -webkit-transform .3s; }
    .search-filters__accordion--open .search-filters__accordion-trigger::after {
      margin-top: -6px;
      -webkit-transform: rotate(-180deg) translateY(-50%);
              transform: rotate(-180deg) translateY(-50%); }
    @media only screen and (min-width: 1280px) {
      .search-filters__accordion-trigger::after {
        display: none; } }

.search-filters__no-accordion-label-desktop-only {
  display: none; }
  @media only screen and (min-width: 1280px) {
    .search-filters__no-accordion-label-desktop-only {
      display: block;
      margin-bottom: 10px;
      padding: 0; } }

.search-filters__accordion-body {
  background-color: #fff;
  bottom: 0;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
  max-height: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: max-height .3s, visibility .3s;
  transition: max-height .3s, visibility .3s;
  visibility: hidden; }
  .search-filters__accordion--open .search-filters__accordion-body {
    visibility: visible; }
  @media only screen and (min-width: 1280px) {
    .search-filters__accordion-body {
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      /* Ignore the JS code setting max-height of this element
      (in order to perform the smooth accordion opening animation) */
      max-height: none !important;
      overflow: auto;
      position: static;
      -webkit-transform: none;
              transform: none;
      visibility: visible; } }

.search-filters__accordion-body-wrapper {
  padding: 16px 10px; }
  @media only screen and (min-width: 1280px) {
    .search-filters__accordion-body-wrapper {
      padding: 0; } }

.search-filters__topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px; }

.search-filters__topic-btn {
  border-radius: 3px;
  font: 14px/20px "Sans-Regular", "Arial", "sans-serif";
  margin: 0 6px 6px 0;
  padding: 7px 10px; }
  .search-filters__topic-btn.btn--brown-reverse:not(:hover):not(:focus) {
    background-color: #fff; }
    @media only screen and (min-width: 1280px) {
      .search-filters__topic-btn.btn--brown-reverse:not(:hover):not(:focus) {
        background-color: #eef1f2; } }

.search-filters__apply-btn-container {
  text-align: center; }
  @media only screen and (min-width: 1280px) {
    .search-filters__apply-btn-container {
      text-align: left; } }

.search-filters__apply-btn {
  color: #33312f;
  font: 600 16px/22px "Sans-Regular", "Arial", "sans-serif";
  letter-spacing: .0675em;
  padding: 0 6px; }
  @media only screen and (min-width: 1280px) {
    .search-filters__apply-btn {
      padding: 0; } }

.search-topic-card {
  background-color: #fff;
  border-radius: 4px;
  display: grid;
  grid-column-gap: 12px;
  grid-template-columns: 1fr 69px;
  padding: 8px 12px 12px; }
  @media only screen and (min-width: 768px) {
    .search-topic-card {
      grid-column-gap: 16px;
      grid-template-columns: 1fr 132px;
      padding: 16px; } }
  .search-topic-card__heading {
    color: #000;
    font: 600 16px/22px "Sans-SBold", "Arial", "sans-serif";
    margin: 4px 0 0; }
    @media only screen and (min-width: 768px) {
      .search-topic-card__heading {
        font-size: 20px;
        line-height: 28px;
        margin: 0; } }
  .search-topic-card__tag {
    color: #6d6d6d;
    font: bold 14px/20px "Sans-Bold", "Arial", "sans-serif";
    margin: 4px 0;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .search-topic-card__tag {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0; } }
  .search-topic-card__text {
    color: #6d6d6d;
    font: normal 12px/18px "Sans-Regular", "Arial", "sans-serif";
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .search-topic-card__text {
        font-size: 16px;
        letter-spacing: .08px;
        line-height: 24px; } }

.search-loading-spinner {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%; }
  .search-loading-spinner .sk-circle {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .search-loading-spinner .sk-circle::before {
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    background-color: #db3907;
    border-radius: 100%;
    content: '';
    display: block;
    height: 15%;
    margin: 0 auto;
    width: 15%; }
  .search-loading-spinner .sk-circle2 {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); }
  .search-loading-spinner .sk-circle3 {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg); }
  .search-loading-spinner .sk-circle4 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .search-loading-spinner .sk-circle5 {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg); }
  .search-loading-spinner .sk-circle6 {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg); }
  .search-loading-spinner .sk-circle7 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .search-loading-spinner .sk-circle8 {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg); }
  .search-loading-spinner .sk-circle9 {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg); }
  .search-loading-spinner .sk-circle10 {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  .search-loading-spinner .sk-circle11 {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg); }
  .search-loading-spinner .sk-circle12 {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg); }
  .search-loading-spinner .sk-circle2::before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg); }
  .search-loading-spinner .sk-circle3::before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg); }
  .search-loading-spinner .sk-circle4::before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .search-loading-spinner .sk-circle5::before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
    -webkit-transform: rotate(-120deg);
            transform: rotate(-120deg); }
  .search-loading-spinner .sk-circle6::before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg); }
  .search-loading-spinner .sk-circle7::before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .search-loading-spinner .sk-circle8::before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
    -webkit-transform: rotate(-210deg);
            transform: rotate(-210deg); }
  .search-loading-spinner .sk-circle9::before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
    -webkit-transform: rotate(-240deg);
            transform: rotate(-240deg); }
  .search-loading-spinner .sk-circle10::before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg); }
  .search-loading-spinner .sk-circle11::before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
    -webkit-transform: rotate(-300deg);
            transform: rotate(-300deg); }
  .search-loading-spinner .sk-circle12::before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
    -webkit-transform: rotate(-330deg);
            transform: rotate(-330deg); }

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

.search-results__wrapper {
  margin-top: 38px;
  min-height: 100vh; }
  @media only screen and (min-width: 768px) {
    .search-results__wrapper {
      margin: 84px 66px 0;
      min-height: 70vh; } }
  @media only screen and (min-width: 1280px) {
    .search-results__wrapper {
      margin: 88px 0 0;
      min-height: 60vh; } }

.search-results__loading-spinner {
  height: 40px;
  margin: 20px auto 0;
  width: 40px; }
  @media only screen and (min-width: 768px) {
    .search-results__loading-spinner {
      height: 62px;
      width: 62px; } }
  @media only screen and (min-width: 1280px) {
    .search-results__loading-spinner {
      /* Make the spinner always appear in the left column of the layout
      (under the actual content) */
      grid-column: 1; } }
  .search-results__loading-spinner--hidden {
    display: none; }
  .search-results__search-form-container .search-results__loading-spinner {
    margin-top: 80px; }
    @media only screen and (min-width: 768px) {
      .search-results__search-form-container .search-results__loading-spinner {
        margin-top: 100px; } }

@media only screen and (max-width: 1279px) {
  .search-results__search {
    background: #fff;
    display: block;
    margin-bottom: 30px;
    width: 100%; } }

@media only screen and (min-width: 1280px) {
  .search-results__search {
    display: none; }
    .header__search--toggled .search-results__search {
      background: #f2f2f2;
      display: block;
      left: 0;
      position: absolute;
      top: 64px;
      width: 100%; } }

@media only screen and (min-width: 1280px) {
  .search-results__search-form-container {
    display: grid;
    grid-template-columns: 576px 1fr; } }

.search-results__search-form {
  position: relative; }

.search-results__search-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  font: bold 18px/22px "Gotham-Medium", "Arial", "sans-serif";
  height: auto;
  margin: 0;
  padding: 8px 36px 8px 0; }
  html:lang(vi) .search-results__search-input {
    font-family: "Sans-Bold", "Arial", "sans-serif";
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35; }
  .search-results__search-input::-webkit-input-placeholder {
    color: #9d9d9d; }
  .search-results__search-input::-moz-placeholder {
    color: #9d9d9d; }
  .search-results__search-input:-ms-input-placeholder {
    color: #9d9d9d; }
  .search-results__search-input::-ms-input-placeholder {
    color: #9d9d9d; }
  .search-results__search-input::placeholder {
    color: #9d9d9d; }
  .search-results__search-input:focus {
    background: none;
    border: none;
    border-bottom: 2px solid #000;
    -webkit-box-shadow: none;
            box-shadow: none; }
  @media only screen and (min-width: 768px) {
    .search-results__search-input {
      font-size: 48px;
      letter-spacing: -.0067em;
      line-height: 50px;
      padding-right: 48px; } }

.search-results__search-submit {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media only screen and (min-width: 1280px) {
    .search-results__search-submit {
      right: 0; } }
  .search-results__search-submit > svg {
    fill: #000;
    height: 11px;
    -webkit-transition: fill .3s;
    transition: fill .3s;
    width: 6px; }
    @media only screen and (min-width: 768px) {
      .search-results__search-submit > svg {
        height: 28px;
        width: 17px; } }

.search-results__content {
  display: grid;
  grid-row-gap: 6px;
  grid-template-columns: 1fr; }
  @media only screen and (min-width: 768px) {
    .search-results__content {
      grid-column-gap: 20px;
      grid-row-gap: 11px;
      grid-template-columns: 1fr 294px; } }
  @media only screen and (min-width: 1280px) {
    .search-results__content {
      grid-row-gap: 9px;
      grid-template-columns: 576px 1fr; } }
  .search-results__content:not(.filters-hidden) {
    margin-top: 21px; }
    @media only screen and (min-width: 768px) {
      .search-results__content:not(.filters-hidden) {
        margin-top: 28px; } }
  @media only screen and (min-width: 1280px) {
    .search-results__content.no-results-section-hidden {
      margin-top: 34px; } }

.search-results__topic-filter {
  margin-bottom: 9px; }
  @media only screen and (min-width: 768px) {
    .search-results__topic-filter {
      align-self: end;
      grid-column: 2;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .search-results__topic-filter {
      align-self: start;
      grid-row: 1 / 3; } }
  .search-results__content.filters-hidden .search-results__topic-filter {
    display: none; }

@media only screen and (min-width: 768px) {
  .search-results__results-container {
    grid-column: 1 / 3; } }

@media only screen and (min-width: 1280px) {
  .search-results__results-container {
    grid-column: 1; } }

.search-results__content.results-section-hidden .search-results__results-container {
  display: none; }

.search-results__no-results-container {
  margin-top: 19px;
  /* The below setup is to stretch the entire "No results" section to 100% width on tablet
    (to use both columns), but limit the top section's width (to simulate that
    it takes only one column) in case the filters are visible. */ }
  @media only screen and (min-width: 768px) {
    .search-results__no-results-container {
      grid-column: 1 / 3;
      grid-row: 2; }
      .search-results__content:not(.filters-hidden) .search-results__no-results-container .search-results-no-results__top-section {
        margin-right: 312px; } }
  @media only screen and (min-width: 1280px) {
    .search-results__content:not(.filters-hidden) .search-results__no-results-container .search-results-no-results__top-section {
      margin-right: 0;
      max-width: 576px; } }
  .search-results__content.filters-hidden .search-results__no-results-container {
    margin-top: 46px; }
    @media only screen and (min-width: 768px) {
      .search-results__content.filters-hidden .search-results__no-results-container {
        grid-row: 1;
        margin-top: 110px; } }
    @media only screen and (min-width: 1280px) {
      .search-results__content.filters-hidden .search-results__no-results-container {
        margin-top: 67px; } }
  .search-results__content.no-results-section-hidden .search-results__no-results-container {
    display: none; }

.search-results__autocomplete {
  border: none;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
  display: block;
  padding: 11px 0; }
  @media only screen and (min-width: 1280px) {
    .search-results__autocomplete {
      display: inline-block;
      max-width: 450px;
      padding: 27px 0; } }
  .search-results__autocomplete > div {
    color: #000;
    font: normal 16px/19px "Sans-Regular", "Arial", "sans-serif";
    padding: 6px 15px; }
    @media only screen and (min-width: 1280px) {
      .search-results__autocomplete > div {
        font-size: 25px;
        line-height: 29px;
        padding: 14px 29px; } }
    .search-results__autocomplete > div.empty:hover {
      background-color: transparent;
      cursor: default; }
    .search-results__autocomplete > div:hover:not(.group):not(.empty), .search-results__autocomplete > div.selected, .search-results__autocomplete > div:focus {
      background-color: #dedede; }

.search-results__results-cards {
  display: grid;
  grid-row-gap: 12px;
  grid-template-columns: 1fr;
  margin: 0 -8px; }
  @media only screen and (min-width: 768px) {
    .search-results__results-cards {
      grid-row-gap: 10px;
      margin: 0; } }

.search-results__count-label {
  color: #6d6d6d;
  font: normal 14px/24px "Sans-Regular", "Arial", "sans-serif";
  letter-spacing: .2px;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .search-results__count-label {
      -ms-flex-item-align: end;
          align-self: end;
      font-size: 16px;
      letter-spacing: .08px;
      line-height: 24px; } }
  .search-results__count-label--template,
  .search-results__content.filters-hidden .search-results__count-label {
    display: none; }

.search-results__load-more {
  display: block;
  font: 14px/20px "Sans-Regular", "Arial", "sans-serif";
  margin: 0 auto;
  margin-top: 18px; }
  @media only screen and (min-width: 768px) {
    .search-results__load-more {
      margin-top: 28px; } }
  .search-results__load-more--hidden {
    display: none; }

.search-results__back-to-top {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  bottom: 48px;
  display: block;
  height: 47px;
  position: fixed;
  right: 14px;
  -webkit-transition: background-color .3s, opacity .3s;
  transition: background-color .3s, opacity .3s;
  width: 47px; }
  .search-results__back-to-top:hover, .search-results__back-to-top:focus {
    background-color: #e8eaed; }
  .search-results__back-to-top.hidden {
    opacity: 0; }
  .search-results__back-to-top > svg {
    height: 22px;
    width: 22px; }
  @media only screen and (min-width: 768px) {
    .search-results__back-to-top {
      bottom: 80px;
      height: 66px;
      right: 44px;
      width: 66px; }
      .search-results__back-to-top > svg {
        height: 30px;
        width: 30px; } }
  @media only screen and (min-width: 1280px) {
    .search-results__back-to-top {
      right: calc((100% - 1180px) / 2); } }

/* This is to make a page at least 100% height (or exactly 100% for
"no results" case), without having to hardcode/calculate any height of
the content's container */
body.page-template-search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  body.page-template-search-results > .container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
