@charset "UTF-8";
/* - - - - - - - - - - - - - - - - - - - - -

 Title : World Concern Website Styles!
 URL : http//worldconcern.org

 Last Updated : April, 02 2020

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 39.9375em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40em)/";
  width: 40em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40em) and (max-width:63.9375em)/";
  width: 40em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64em)/";
  width: 64em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64em) and (max-width:89.9375em)/";
  width: 64em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90em)/";
  width: 90em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90em) and (max-width:119.9375em)/";
  width: 90em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 90rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

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

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

  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

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

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

  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

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

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

  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

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

  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }

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

  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }

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

  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }

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

  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
.columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
.row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
}
@media only screen and (min-width:40em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
.columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
.row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

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

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

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

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

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

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

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

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

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
.row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

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

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

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

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

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

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

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

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

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:90em) {
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .xlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-2 {
    width: 16.6666666667%;
  }

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-5 {
    width: 41.6666666667%;
  }

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-8 {
    width: 66.6666666667%;
  }

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-11 {
    width: 91.6666666667%;
  }

  .xlarge-12 {
    width: 100%;
  }

  .xlarge-offset-0 {
    margin-left: 0% !important;
  }

  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .xlarge-offset-3 {
    margin-left: 25% !important;
  }

  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .xlarge-offset-6 {
    margin-left: 50% !important;
  }

  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .xlarge-offset-9 {
    margin-left: 75% !important;
  }

  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.xlarge-centered,
.columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.xlarge-uncentered,
.columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.xlarge-centered:last-child,
.columns.xlarge-centered:last-child {
    float: none;
  }

  .column.xlarge-uncentered:last-child,
.columns.xlarge-uncentered:last-child {
    float: left;
  }

  .column.xlarge-uncentered.opposite,
.columns.xlarge-uncentered.opposite {
    float: right;
  }

  .row.xlarge-collapse > .column,
.row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xlarge-uncollapse > .column,
.row.xlarge-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
}
@media only screen and (min-width:120.0625em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .xxlarge-1 {
    width: 8.3333333333%;
  }

  .xxlarge-2 {
    width: 16.6666666667%;
  }

  .xxlarge-3 {
    width: 25%;
  }

  .xxlarge-4 {
    width: 33.3333333333%;
  }

  .xxlarge-5 {
    width: 41.6666666667%;
  }

  .xxlarge-6 {
    width: 50%;
  }

  .xxlarge-7 {
    width: 58.3333333333%;
  }

  .xxlarge-8 {
    width: 66.6666666667%;
  }

  .xxlarge-9 {
    width: 75%;
  }

  .xxlarge-10 {
    width: 83.3333333333%;
  }

  .xxlarge-11 {
    width: 91.6666666667%;
  }

  .xxlarge-12 {
    width: 100%;
  }

  .xxlarge-offset-0 {
    margin-left: 0% !important;
  }

  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }

  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }

  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }

  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.xxlarge-centered,
.columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.xxlarge-uncentered,
.columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.xxlarge-centered:last-child,
.columns.xxlarge-centered:last-child {
    float: none;
  }

  .column.xxlarge-uncentered:last-child,
.columns.xxlarge-uncentered:last-child {
    float: left;
  }

  .column.xxlarge-uncentered.opposite,
.columns.xxlarge-uncentered.opposite {
    float: right;
  }

  .row.xxlarge-collapse > .column,
.row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xxlarge-uncollapse > .column,
.row.xxlarge-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
}
.accordion {
  margin-bottom: 0;
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e2feff;
}
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #e7feff;
  color: #00afb4;
  padding: 0.25rem;
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #b6fdff;
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.25rem;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #e7feff;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}
[class*=block-grid-]:after {
  clear: both;
}
[class*=block-grid-] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:40em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0.25rem;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1.125rem;
  background-color: #565656;
  border-color: #454545;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #454545;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #b6c659;
  border-color: #9aab3b;
  color: #FFFFFF;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #9aab3b;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #e66053;
  border-color: #db3020;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #db3020;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.8125rem;
  padding-left: 1.5rem;
  font-size: 1rem;
}
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.75rem;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 0.25rem;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #565656;
  border-color: #454545;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #454545;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #565656;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #b6c659;
  border-color: #9aab3b;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #9aab3b;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #FFFFFF;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b6c659;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #e66053;
  border-color: #db3020;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #db3020;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #e66053;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width:40em) {
  button, .button {
    display: inline-block;
  }
}
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 50.5%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #00afb4;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #00dfe6;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0.25rem;
  -webkit-border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
  border-radius: 0.25rem;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0.25rem;
  -webkit-border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0.25rem;
  -webkit-border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 0.25rem;
}
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1rem 0;
}

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

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #e66053;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #e66053;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #e66053;
}
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #e66053;
  color: #FFFFFF;
}
.error > label > small {
  color: #00dfe6;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #e66053;
}

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
.inline-list > li > * {
  display: block;
}

.label {
  font-weight: normal;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #565656;
  color: #fff;
}
.label.radius {
  border-radius: 0.25rem;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #e66053;
  color: #fff;
}
.label.warning {
  background-color: #f08a24;
  color: #fff;
}
.label.success {
  background-color: #43AC6A;
  color: #fff;
}
.label.secondary {
  background-color: #b6c659;
  color: #fff;
}
.label.info {
  background-color: #a0d3e8;
  color: #333;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 #FFFFFF;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: relative;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #FFFFFF;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #CCCCCC;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #999999;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width:40em) {
  .touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 39.9375em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }

  .orbit-timer {
    display: none;
  }

  .orbit-next, .orbit-prev {
    display: none;
  }

  .orbit-bullets {
    display: none;
  }
}
/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #b2fdff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #e7feff;
  color: #565656;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #565656;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: whitesmoke;
  color: #565656;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #565656;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #00afb4;
}
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #00979b;
}
.panel.radius {
  border-radius: 0.25rem;
}

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #565656;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1004;
  display: none;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100%;
  top: 0;
  border-radius: 0.25rem;
  left: 0;
  background-color: white;
  padding: 3vw;
  border: none 0 transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:40em) {
  .reveal-modal {
    width: 80%;
    max-width: 90rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40em) {
  .reveal-modal {
    top: 15vw;
  }
}
.reveal-modal.radius {
  border-radius: 0.25rem;
}
.reveal-modal.round {
  border-radius: 1000px;
}
.reveal-modal.collapse {
  padding: 0;
}
@media only screen and (min-width:40em) {
  .reveal-modal.tiny {
    width: 30%;
    max-width: 90rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40em) {
  .reveal-modal.small {
    width: 40%;
    max-width: 90rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40em) {
  .reveal-modal.medium {
    width: 60%;
    max-width: 90rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40em) {
  .reveal-modal.large {
    width: 70%;
    max-width: 90rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40em) {
  .reveal-modal.xlarge {
    width: 95%;
    max-width: 90rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}
@media only screen and (min-width:40em) {
  .reveal-modal.full {
    width: 100%;
    max-width: 90rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal.toback {
  z-index: 1003;
}
.reveal-modal .close-reveal-modal {
  font-size: 23px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 0;
}
.sub-nav dt {
  text-transform: uppercase;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  margin-left: 1rem;
  margin-bottom: 0;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  color: white;
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: white;
  padding: 0.1875rem 1rem;
}
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #b6c659;
}
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: white;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: #FFFFFF;
}
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #dbdbdb;
}

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}
.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background-color: transparent;
  color: #7c7c7c;
  padding: 8px 16px;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
}
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: rgba(0, 0, 0, 0);
}
.tabs dd > a:focus, .tabs .tab-title > a:focus {
  outline: none;
}
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: transparent;
  color: #7c7c7c;
}
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 0.25rem;
  -webkit-border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 1.25rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 1.25rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 1.25rem;
}

@media only screen and (min-width:40em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:64em)/";
  width: 40em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: white;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 4.6875rem;
}

.top-bar {
  overflow: hidden;
  height: 4.6875rem;
  line-height: 4.6875rem;
  position: relative;
  background: white;
  margin-bottom: 0;
}
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
.top-bar input {
  height: 1.75rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.75rem;
}
.top-bar .button, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 39.9375em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  position: relative;
  margin: 0;
}
.top-bar .name {
  height: 4.6875rem;
  margin: 0;
  font-size: 16px;
}
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  line-height: 4.6875rem;
  font-size: 1.0625rem;
  margin: 0;
}
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  font-weight: normal;
  color: #565656;
  width: 75%;
  display: block;
  padding: 0 1.5625rem;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #565656;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 1.5625rem;
  height: 4.6875rem;
  line-height: 4.6875rem;
}
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 3.125rem 0 1.5625rem;
  color: #565656;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 1.5625rem;
  box-shadow: 0 0 0 1px #565656, 0 7px 0 1px #565656, 0 14px 0 1px #565656;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  height: auto;
  background: transparent;
}
.top-bar.expanded .title-area {
  background: white;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 800ms ease-out;
}
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
.top-bar-section .divider,
.top-bar-section [role=separator] {
  border-top: solid 1px gray;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #333333;
}
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #565656;
  padding: 12px 0 12px 0;
  padding-left: 1.5625rem;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  text-transform: none;
}
.top-bar-section ul li > a.button {
  font-size: 0.9375rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  background-color: #565656;
  border-color: #454545;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #454545;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary {
  background-color: #b6c659;
  border-color: #9aab3b;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #9aab3b;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert {
  background-color: #e66053;
  border-color: #db3020;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #db3020;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button {
  font-size: 0.9375rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  background-color: #565656;
  border-color: #454545;
  color: #FFFFFF;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #454545;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary {
  background-color: #b6c659;
  border-color: #9aab3b;
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #9aab3b;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert {
  background-color: #e66053;
  border-color: #db3020;
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #db3020;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: white;
  color: #b6c659;
}
.top-bar-section ul li.active > a {
  background: #565656;
  color: #b6c659;
}
.top-bar-section ul li.active > a:hover {
  background: #4a4a4a;
  color: #FFFFFF;
}
.top-bar-section .has-form {
  padding: 1.5625rem;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 1.5625rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 1.5625rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: bold;
}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #565656;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 1.5625rem;
}
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  padding: 8px 1.5625rem 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width:64em) {
  .top-bar {
    background: white;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name h5 a,
.top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
.top-bar .button,
.top-bar button {
    font-size: 0.875rem;
    position: relative;
    height: 1.75rem;
    top: 1.46875rem;
  }
  .top-bar.expanded {
    background: white;
  }

  .contain-to-grid .top-bar {
    max-width: 90rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: white;
    color: #b6c659;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 1.5625rem;
    line-height: 4.6875rem;
    background: white;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: white;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 1.5625rem;
    line-height: 4.6875rem;
    color: #b6c659;
    background: #565656;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #4a4a4a;
    color: #FFFFFF;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.8125rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 2.34375rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "»";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: #FFFFFF;
    line-height: 4.6875rem;
    white-space: nowrap;
    padding: 12px 1.5625rem;
    background: #333333;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #FFFFFF;
    background: #333333;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #b6c659;
    background-color: #555555;
    background: #333333;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role=separator] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px white;
    clear: none;
    height: 4.6875rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: white;
    padding: 0 1.5625rem;
    height: 4.6875rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: white;
    color: #b6c659;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #565656;
    color: #b6c659;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
.text-left {
  text-align: left;
}

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

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

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

@media only screen and (max-width: 39.9375em) {
  .small-only-text-left {
    text-align: left;
  }

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

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

  .small-only-text-justify {
    text-align: justify;
  }
}
@media only screen {
  .small-text-left {
    text-align: left;
  }

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

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

  .small-text-justify {
    text-align: justify;
  }
}
@media only screen and (min-width:40em) and (max-width:63.9375em) {
  .medium-only-text-left {
    text-align: left;
  }

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

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

  .medium-only-text-justify {
    text-align: justify;
  }
}
@media only screen and (min-width:40em) {
  .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 only screen and (min-width:64em) and (max-width:89.9375em) {
  .large-only-text-left {
    text-align: left;
  }

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

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

  .large-only-text-justify {
    text-align: justify;
  }
}
@media only screen and (min-width:64em) {
  .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 only screen and (min-width:90em) and (max-width:119.9375em) {
  .xlarge-only-text-left {
    text-align: left;
  }

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

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

  .xlarge-only-text-justify {
    text-align: justify;
  }
}
@media only screen and (min-width:90em) {
  .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 only screen and (min-width:120.0625em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left;
  }

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

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

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

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

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

  .xxlarge-text-justify {
    text-align: justify;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #00afb4;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #00c8ce;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #565656;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.25em;
  line-height: 1.25;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 90%;
  color: #919191;
  line-height: 0;
}

h1 {
  font-size: 2.625rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 0.8125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

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

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #e9eecd;
  border-width: 1px;
  border-style: solid;
  border-color: #dbe3ac;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.25rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.25rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.25rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.25rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.25rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #7d7d7d;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: #7d7d7d;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #919191;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width:40em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.3125rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:40em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:64em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width:90em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width:120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

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

  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
.hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
.show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #565656 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

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

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

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

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

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

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

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

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

  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  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;
  }
}
/* Define the mixin */
html {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  color: #565656;
  word-wrap: break-word;
}

.clear {
  clear: both;
}

.highlight {
  color: #00afb4;
}

h1 {
  font-weight: 600;
}

h1,
h2 {
  letter-spacing: -1px;
}

h3 {
  text-transform: uppercase;
  font-weight: 600;
}

h4 {
  color: #00afb4;
  text-transform: uppercase;
  font-weight: 600;
}

@media only screen and (min-width:40em) {
  li,
p {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width:64em) {
  li,
p {
    font-size: 1rem;
  }
}
@media only screen and (min-width:90em) {
  li,
p {
    font-size: 1.125rem;
  }
}

figure {
  margin: 0 0 2rem;
}

img.left,
img[align=left] {
  margin-right: 2vw;
  margin-bottom: 2vw;
}

img.right,
img[align=right] {
  margin-left: 2vw;
  margin-bottom: 2vw;
}

label {
  background: none;
}

.button.secondary {
  border-bottom-width: 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
  margin-top: 0.5em;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
}
@media only screen and (min-width:40em) {
  .button.secondary {
    padding: 0.75rem 1.40625rem;
    font-size: 1.125rem;
    line-height: 1;
  }
}
@media only screen and (min-width:64em) {
  .button.secondary {
    padding: 1rem 1.6875rem;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:90em) {
  .button.secondary {
    padding: 1.125rem 1.6875rem;
    font-size: 1.40625rem;
  }
}

.button.small {
  letter-spacing: 0;
  margin-top: 0;
}

@media only screen and (min-width:40em) {
  .column, .columns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width:64em) {
  .column, .columns {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.columns.full {
  padding: 0;
}

.button.full {
  width: 100%;
}

.columns.first {
  padding-left: 0;
}

.columns.last {
  padding-right: 0;
}

@media only screen and (min-width:40em) {
  .small {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width:64em) {
  .small {
    font-size: 1rem;
  }
}
@media only screen and (min-width:90em) {
  .small {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width:40em) {
  .small {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width:64em) {
  .small {
    font-size: 1rem;
  }
}
@media only screen and (min-width:90em) {
  .small {
    font-size: 1.125rem;
  }
}

.medium {
  font-size: 1rem;
}
@media only screen and (min-width:40em) {
  .medium {
    font-size: 1rem;
  }
}
@media only screen and (min-width:64em) {
  .medium {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:90em) {
  .medium {
    font-size: 1.5rem;
  }
}

.large {
  font-size: 1.125rem;
}
@media only screen and (min-width:40em) {
  .large {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:64em) {
  .large {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:90em) {
  .large {
    font-size: 1.75rem;
  }
}

.xlarge {
  font-size: 1.5rem;
}
@media only screen and (min-width:40em) {
  .xlarge {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width:64em) {
  .xlarge {
    font-size: 2rem;
  }
}
@media only screen and (min-width:90em) {
  .xlarge {
    font-size: 2.25rem;
  }
}

.xxlarge {
  font-size: 1.75rem;
}
@media only screen and (min-width:40em) {
  .xxlarge {
    font-size: 2rem;
  }
}
@media only screen and (min-width:64em) {
  .xxlarge {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width:90em) {
  .xxlarge {
    font-size: 2.5rem;
  }
}

.uppercase {
  text-transform: uppercase;
}

.tabs .tab-title,
.tabs dd {
  display: inline-block;
  float: none;
}

.tabs .tab-title > a,
.tabs dd > a {
  font-weight: bold;
}

.tabs .tab-title > a:hover,
.tabs .tab-title.active a,
.tabs dd > a:hover,
.tabs dd.active a {
  color: #565656;
}

.fb-like {
  padding-right: 0.75em;
  display: block;
  float: left;
  margin-top: -4px;
}

#twitter-widget-1 {
  margin-right: 0.5em;
}

.hide {
  display: none;
}

nav.top-bar {
  z-index: 10;
  max-width: 100% !important;
}

.name .logo {
  display: block;
  padding: 6px 12px;
}
@media only screen and (min-width:64em) {
  .name .logo {
    margin-left: 3.125rem;
    display: block;
    width: 140px;
    height: 130px;
    text-indent: -1000px;
    background: white url("/assets/images/logo.svg") no-repeat center center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-size: 85%;
  }
}

.no-nav .top-bar {
  height: 0;
  overflow: visible;
}
.no-nav .name {
  position: absolute;
  margin-left: 1.25rem;
  height: 2.5rem;
}
.no-nav .logo {
  margin: 0 auto;
  width: 140px;
  padding: 0;
}
.no-nav .logo img {
  max-width: 100%;
  background: #00000040;
  padding: 1rem;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-top: 0;
}
.order.no-nav .top-banner .banner-overlay {
  padding: 5rem 0 0;
}

.no-nav .section-main {
  padding: 0 0 4em;
}
@media only screen and (min-width:64em) {
  .ggg-churches.no-nav .section-main {
    padding: 2.5rem 0 0;
  }

  .order.no-nav .section-main {
    padding: 0;
  }

  .resource-kit.no-nav .section-main {
    padding: 2.5rem 0 0;
  }

  .gifts.no-nav .section-main {
    padding: 2.5rem 0 0;
  }
}
.no-nav .sub-nav {
  display: none;
}

.top-bar-section .menu {
  background: white;
  list-style: none;
}
.top-bar-section .menu li {
  background: white;
  position: relative;
}
.top-bar-section .menu li a {
  text-transform: uppercase;
  background: white;
}
.top-bar-section .menu li a:hover {
  color: #00afb4;
}
.top-bar-section .menu li.current a {
  color: #00afb4 !important;
}
.top-bar-section .menu li.current:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (min-width:64em) and (max-width:89.9375em) {
  .top-bar-section .menu .one-village {
    display: none;
  }
}
.top-bar-section .menu .donate a {
  background: #b6c659 !important;
  overflow: hidden;
  color: #fff;
  transition: background-color 300ms ease-out;
}
.top-bar-section .menu .donate a:hover {
  background: #8e9d36 !important;
  color: white;
}
@media only screen and (min-width:64em) {
  .top-bar-section .menu .donate {
    margin-left: 0.75em;
  }
}
.takeover .top-bar-section {
  display: none;
}

.top-bar .toggle-topbar.menu-icon a span {
  float: left;
}

.sub-nav {
  background-color: rgba(0, 0, 0, 0.4);
  overflow: visible;
  width: 100%;
  margin: 0;
  z-index: 2;
  padding: 0 0.8333333333rem 0 0;
  display: block;
  position: relative;
}
@media only screen and (min-width:40em) {
  .sub-nav {
    position: absolute;
  }
}
.home .sub-nav, .waystogive .sub-nav, .privacy .sub-nav {
  position: absolute;
}
.takeover .sub-nav {
  display: none;
}
.sub-nav ul {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 0;
}
.sub-nav ul > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
.sub-nav ul > li > * {
  display: block;
}
.sub-nav li {
  margin: 0 !important;
  padding: 0;
}
.sub-nav li .divider,
.sub-nav li a {
  color: white;
  font-weight: 600;
  padding: 1em 0.5em;
  margin-left: 1em;
  font-size: 13px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.sub-nav li .divider {
  padding-right: 0;
  padding-left: 0;
  margin-top: 10px;
  border: 0;
  border-left: 1px solid white;
}
.sub-nav li a:hover {
  border-color: #b6c659;
}
.sub-nav li.current a {
  border-color: #b6c659;
  color: #b6c659;
}

.home .sub-nav .divider,
.notfound .sub-nav .divider {
  display: none;
}

ul.mini-nav {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 0;
}
ul.mini-nav > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
ul.mini-nav > li > * {
  display: block;
}
ul.mini-nav a {
  font-style: italic;
}

.prayer .mini-nav .nav-prayer {
  border-color: #b6c659;
  color: #b6c659;
}

.emergency-wrapper {
  background: #e66053;
}
.emergency-wrapper .emergency {
  color: white;
  margin: 0;
  padding: 0;
}
.emergency-wrapper .emergency.row {
  max-width: 100%;
}
.emergency-wrapper .emergency h3 {
  margin: 0;
  padding: 0;
}
.emergency-wrapper .emergency h3 a {
  padding: 1em;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-transform: none;
  text-align: center;
  font-size: 1.125rem;
  color: white;
  transition: text-shadow 1s ease;
  transition: background-color 1s ease;
}
.emergency-wrapper .emergency h3 a:hover {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background-color: #e45446;
}
.emergency-wrapper .emergency .button {
  background-color: #e66053;
  border-bottom-color: #e03726;
  margin-top: 0.25em;
}
.emergency-wrapper .emergency .button:hover {
  background-color: #e03726;
}

.emergency {
  color: #e66053;
}

.emergency.button.secondary {
  background-color: #e66053;
  border-bottom-color: #e03726;
  border-bottom-width: 2px;
  vertical-align: middle;
}
.emergency.button.secondary:hover {
  background-color: #e03726;
}

.arrow {
  position: relative;
  width: 100%;
  z-index: 20;
  margin-bottom: -1px;
}
.arrow:after, .arrow:before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 50%;
  box-sizing: border-box;
}
.arrow:before {
  right: 50%;
  border-bottom: 6vmin solid white;
  border-right: 6vmin solid transparent;
}
@media only screen and (min-width:40em) {
  .arrow:before {
    border-bottom-color: #f1f1f1;
    border-bottom-width: 4vw;
    border-right-width: 4vw;
  }
}
@media only screen and (min-width:64em) {
  .arrow:before {
    border-bottom-width: 3.5vw;
    border-right-width: 3.5vw;
  }
}
@media only screen and (min-width:90em) {
  .arrow:before {
    border-bottom-width: 2.5vw;
    border-right-width: 2.5vw;
  }
}
@media only screen and (min-width:120.0625em) {
  .arrow:before {
    border-bottom-width: 2.5vmax;
    border-right-width: 2.5vmax;
  }
}
.arrow:after {
  left: 50%;
  border-bottom: 6vmin solid white;
  border-left: 6vmin solid transparent;
}
@media only screen and (min-width:40em) {
  .arrow:after {
    border-bottom-color: #f1f1f1;
    border-bottom-width: 4vw;
    border-left-width: 4vw;
  }
}
@media only screen and (min-width:64em) {
  .arrow:after {
    border-bottom-width: 3.5vw;
    border-left-width: 3.5vw;
  }
}
@media only screen and (min-width:90em) {
  .arrow:after {
    border-bottom-width: 2.5vw;
    border-left-width: 2.5vw;
  }
}
@media only screen and (min-width:120.0625em) {
  .arrow:after {
    border-bottom-width: 2.5vmax;
    border-left-width: 2.5vmax;
  }
}

.top-banner {
  margin-bottom: 0;
  height: auto;
}
.top-banner .arrow:after, .top-banner .arrow:before {
  border-bottom-color: #f1f1f1;
}
@media only screen and (min-width:64em) {
  .top-banner {
    height: 45vw;
    width: 100%;
    overflow: hidden;
  }
  .top-banner .arrow:after, .top-banner .arrow:before {
    border-bottom-color: #ffffff;
  }
}

.extended-banner-copy .arrow:after, .extended-banner-copy .arrow:before {
  border-bottom-color: #f1f1f1;
}

.arrow.map:after, .arrow.map:before {
  border-bottom-color: #0d8082;
}

.banner-image {
  background-color: #00afb4;
}
@media only screen and (min-width:40em) {
  .banner-image img {
    object-position: top center;
    height: 50vw;
    object-fit: cover;
    width: 100%;
  }
}
@media only screen and (min-width:64em) {
  .banner-image {
    height: 45vw;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
  }
  .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
  }
}

.volunteer .banner-image img {
  object-position: top center;
}

.banner-overlay {
  position: relative;
  top: 0;
  height: auto;
  background: linear-gradient(#f1f1f1, #ffffff);
  padding: 4vw 0;
  margin: 0;
}
@media only screen and (min-width:64em) {
  .banner-overlay {
    height: 45vw;
    top: -45vw;
    background: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 70%);
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 6vw;
  }
}
.banner-overlay .header {
  text-shadow: none;
  font-weight: 700;
  color: #565656;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width:64em) {
  .banner-overlay .header {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  }
}
.banner-overlay .header img {
  margin: 0 0 0.5em;
}
.banner-overlay .sub-title {
  color: #565656;
  text-shadow: none;
  font-weight: 300;
  font-size: 1.5rem;
}
@media only screen and (min-width:40em) {
  .banner-overlay .sub-title {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width:64em) {
  .banner-overlay .sub-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width:90em) {
  .banner-overlay .sub-title {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width:40em) {
  .banner-overlay .sub-title {
    line-height: 1.4;
  }
}
@media only screen and (min-width:64em) {
  .banner-overlay .sub-title {
    color: white;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (min-width:64em) {
  .extended-banner-copy .top-banner {
    height: auto;
  }
  .extended-banner-copy .banner-overlay {
    top: 0;
    height: auto;
    background-image: linear-gradient(#f1f1f1, #ffffff);
    padding-bottom: 0;
  }
  .extended-banner-copy .banner-overlay .header,
.extended-banner-copy .banner-overlay .sub-title {
    color: #565656;
    text-shadow: none;
  }
}
.section-main {
  padding: 0 0 1.875rem;
}
@media only screen and (min-width:64em) {
  .section-main {
    padding: 3.75rem 0;
  }
}
.section-main .main-content {
  margin-bottom: 2.5rem;
}
.section-main .main-content p:first-of-type {
  font-size: 1rem;
}
@media only screen and (min-width:40em) {
  .section-main .main-content p:first-of-type {
    font-size: 1rem;
  }
}
@media only screen and (min-width:64em) {
  .section-main .main-content p:first-of-type {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:90em) {
  .section-main .main-content p:first-of-type {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:40em) {
  .section-main .main-content .panel p:first-of-type {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width:64em) {
  .section-main .main-content .panel p:first-of-type {
    font-size: 1rem;
  }
}
@media only screen and (min-width:90em) {
  .section-main .main-content .panel p:first-of-type {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width:40em) {
  .section-main li > p {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width:64em) {
  .section-main li > p {
    font-size: 1rem;
  }
}
@media only screen and (min-width:90em) {
  .section-main li > p {
    font-size: 1.125rem;
  }
}
.section-main .arrow.grey {
  margin-top: 2em;
}
.section-main ol li {
  margin-bottom: 0.25em;
}

.about .main-content p {
  font-size: 1rem;
}
@media only screen and (min-width:40em) {
  .about .main-content p {
    font-size: 1rem;
  }
}
@media only screen and (min-width:64em) {
  .about .main-content p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:90em) {
  .about .main-content p {
    font-size: 1.5rem;
  }
}
.about .sidebar ul {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.about .sidebar ul:before, .about .sidebar ul:after {
  content: " ";
  display: table;
}
.about .sidebar ul:after {
  clear: both;
}
.about .sidebar ul > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
.about .sidebar ul > li {
  width: 100%;
  padding: 0 0.625rem 1.25rem;
  list-style: none;
}
.about .sidebar ul > li:nth-of-type(1n) {
  clear: none;
}
.about .sidebar ul > li:nth-of-type(1n+1) {
  clear: both;
}
@media only screen and (min-width:40em) {
  .about .sidebar ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .about .sidebar ul:before, .about .sidebar ul:after {
    content: " ";
    display: table;
  }
  .about .sidebar ul:after {
    clear: both;
  }
  .about .sidebar ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .about .sidebar ul > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .about .sidebar ul > li:nth-of-type(1n) {
    clear: none;
  }
  .about .sidebar ul > li:nth-of-type(2n+1) {
    clear: both;
  }
}

.section-story {
  background-image: linear-gradient(#f1f1f1, #fff);
  margin-top: 2vw;
}
.section-story .row {
  padding: 8vw 0 2vw;
}
@media only screen and (min-width:40em) {
  .section-story .row {
    padding: 4vw 0;
  }
}
@media only screen and (min-width:64em) {
  .section-story .row {
    padding: 2vw 0;
  }
}
.section-story .main-content p:first-of-type {
  font-size: 1.125rem;
}
@media only screen and (min-width:40em) {
  .section-story .main-content p:first-of-type {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:64em) {
  .section-story .main-content p:first-of-type {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:90em) {
  .section-story .main-content p:first-of-type {
    font-size: 1.75rem;
  }
}

.privacy .arrow {
  display: none;
}
.privacy .header {
  padding-top: 4rem;
}
.privacy .panel ul {
  list-style: outside;
  margin-left: 1.25rem;
}

.cc-message,
.cc-btn {
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.home .section-main,
.home .section-story {
  margin: 0;
  min-height: 60vh;
  padding: 4vw 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home .section-story .main-content p {
  font-size: 1.75rem;
}
@media only screen and (min-width:40em) {
  .home .section-story .main-content p {
    font-size: 2rem;
  }
}
@media only screen and (min-width:64em) {
  .home .section-story .main-content p {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width:90em) {
  .home .section-story .main-content p {
    font-size: 2.5rem;
  }
}
.home .section-story .main-content img {
  margin-top: 0.5rem;
}

.row.campaign {
  margin-bottom: 2em;
}
.row.campaign ul {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.row.campaign ul:before, .row.campaign ul:after {
  content: " ";
  display: table;
}
.row.campaign ul:after {
  clear: both;
}
.row.campaign ul > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
.row.campaign ul > li {
  width: 100%;
  padding: 0 0.625rem 1.25rem;
  list-style: none;
}
.row.campaign ul > li:nth-of-type(1n) {
  clear: none;
}
.row.campaign ul > li:nth-of-type(1n+1) {
  clear: both;
}
@media only screen and (min-width:40em) {
  .row.campaign ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .row.campaign ul:before, .row.campaign ul:after {
    content: " ";
    display: table;
  }
  .row.campaign ul:after {
    clear: both;
  }
  .row.campaign ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .row.campaign ul > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .row.campaign ul > li:nth-of-type(1n) {
    clear: none;
  }
  .row.campaign ul > li:nth-of-type(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64em) {
  .row.campaign ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .row.campaign ul:before, .row.campaign ul:after {
    content: " ";
    display: table;
  }
  .row.campaign ul:after {
    clear: both;
  }
  .row.campaign ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .row.campaign ul > li {
    width: 33.3333333333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .row.campaign ul > li:nth-of-type(1n) {
    clear: none;
  }
  .row.campaign ul > li:nth-of-type(3n+1) {
    clear: both;
  }
}

.campaigns.extended-banner-copy .homepage {
  margin-bottom: -2vw;
}
.campaigns.extended-banner-copy .homepage .arrow {
  display: none;
}

.current-campaigns {
  padding: 0;
}
.current-campaigns .row {
  padding: 8vw 0;
}
@media only screen and (min-width:64em) {
  .current-campaigns .row {
    padding: 6vw 0;
  }
}
.current-campaigns img {
  width: 100%;
  height: 50vw;
  object-fit: cover;
}
@media only screen and (min-width:40em) {
  .current-campaigns img {
    height: 25vw;
    max-height: 400px;
  }
}
.current-campaigns h2 {
  font-weight: bold;
  padding: 0;
  margin-top: 1.25rem;
}
.current-campaigns p {
  padding: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}
@media only screen and (min-width:40em) {
  .current-campaigns p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:64em) {
  .current-campaigns p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:90em) {
  .current-campaigns p {
    font-size: 1.75rem;
  }
}
.current-campaigns p:last-child {
  padding-top: 0.5em;
  margin-bottom: 1.25rem;
}

.panel p,
.panel li {
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 14px;
}
@media (min-width: 300px) and (max-width: 1439px) {
  .panel p,
.panel li {
    /* Adds a fallback for unsupported browsers */
    font-size: 16px;
    /* The fluid typography magic 🌟  */
    font-size: calc( 14px + (18 - 14) * (100vw - 300px) / (1440 - 300) );
  }
}
@media (min-width: 1440px) {
  .panel p,
.panel li {
    font-size: 18px;
  }
}
.panel ul {
  list-style: none;
  margin-left: 0;
}
.panel h4 {
  margin-bottom: 0;
  font-weight: 600;
}
.panel h4 .year {
  color: #00afb4;
}

.panel.callout {
  background-color: #fee;
  border-color: #ffcccc;
}
.panel.callout a {
  font-weight: bold;
  text-decoration: underline;
}

.section-footer {
  background: rgba(120, 99, 65, 0.2);
  padding: 2em 0 0;
  border-top: solid 1px #bcbcbc;
  position: relative;
}
.section-footer .button.donate {
  margin: 0 0 1em;
}
.section-footer .container {
  padding: 1em 0;
}
.section-footer h5 {
  color: #565656;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.125em;
}
.section-footer h5 a {
  color: #565656;
}
.section-footer h5 a:hover {
  color: teal;
  text-decoration: underline;
}

.no-footer .section-footer {
  background: none;
  padding: 0;
  border: none;
}

@media only screen and (min-width:40em) {
  .section-footer {
    background: rgba(120, 99, 65, 0.2) url("/assets/images/footer-stroke.png") left bottom no-repeat;
  }
}
.members .members-icon {
  height: 2.5rem;
  width: auto;
  margin: 0.2em auto 0;
  display: block;
}
@media only screen and (min-width:64em) {
  .members .members-icon {
    height: 3.75rem;
  }
}

.row.full-width {
  max-width: 100%;
  width: 100%;
}

.footer-about {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 1em;
}

.list-footer li {
  font-size: 0.875rem;
  list-style: none;
}

.link-footer {
  color: #565656;
}
.link-footer:hover {
  color: #00afb4;
  text-decoration: underline;
}

input.email {
  height: 3rem;
  width: 60.833%;
  border-radius: 0.25rem;
}

input.subscribe {
  height: 3rem;
  line-height: 1rem;
}

input.button.small {
  border-radius: 0.25rem;
}

.share {
  clear: both;
  padding: 0.5em 0 1.5em;
}
.share .ig-b- {
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  margin-top: 0;
}
.share .ig-b- img {
  visibility: hidden;
}
.share .ig-b-:hover {
  background-position: 0 -49px;
}
.share .ig-b-:active {
  background-position: 0 -97px;
}
.share .ig-b-v-24 {
  width: 112px;
  height: 20px;
  background: url("//badges.instagram.com/static/images/ig-badge-view-sprite-24.png") no-repeat 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .share .ig-b-v-24 {
    background-image: url("//badges.instagram.com/static/images/ig-badge-view-sprite-24@2x.png");
    background-size: 130px 147px;
  }
}

.copyright {
  background: rgba(120, 99, 65, 0.7);
  color: white;
}
.copyright ul {
  margin-bottom: 0;
  overflow: visible;
}
.copyright ul li {
  font-size: 0.6875rem;
}
@media only screen and (min-width:40em) {
  .copyright ul li {
    border-right: solid 1px rgba(255, 255, 255, 0.8);
    padding-right: 1.0625rem;
  }
  .copyright ul li:last-of-type {
    border-right: none;
    padding-right: 0;
  }
}
.copyright ul li img {
  margin-top: -5px;
}
.copyright ul li a {
  color: white;
  display: inline;
}
.copyright ul li a:hover {
  color: #1bf9ff;
  text-decoration: underline;
}
.copyright ul li .genericon-social {
  color: #565656;
}
@media only screen and (min-width:40em) {
  .copyright .social-links {
    float: right;
  }
}
.copyright .social-links li {
  border-right: none;
}
.copyright .social-links li:last-of-type {
  padding-right: 0;
}
.copyright .social-links li .text:after {
  content: "»";
}

.bios {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.bios:before, .bios:after {
  content: " ";
  display: table;
}
.bios:after {
  clear: both;
}
.bios > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
.bios > li {
  width: 100%;
  padding: 0 0.625rem 1.25rem;
  list-style: none;
}
.bios > li:nth-of-type(1n) {
  clear: none;
}
.bios > li:nth-of-type(1n+1) {
  clear: both;
}
@media only screen and (min-width:40em) {
  .bios {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .bios:before, .bios:after {
    content: " ";
    display: table;
  }
  .bios:after {
    clear: both;
  }
  .bios > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .bios > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .bios > li:nth-of-type(1n) {
    clear: none;
  }
  .bios > li:nth-of-type(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64em) {
  .bios {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .bios:before, .bios:after {
    content: " ";
    display: table;
  }
  .bios:after {
    clear: both;
  }
  .bios > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .bios > li {
    width: 33.3333333333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .bios > li:nth-of-type(1n) {
    clear: none;
  }
  .bios > li:nth-of-type(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width:90em) {
  .bios {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .bios:before, .bios:after {
    content: " ";
    display: table;
  }
  .bios:after {
    clear: both;
  }
  .bios > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .bios > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .bios > li:nth-of-type(1n) {
    clear: none;
  }
  .bios > li:nth-of-type(4n+1) {
    clear: both;
  }
}
.bios li {
  position: relative;
}
.bios li .caption {
  position: absolute;
  bottom: 1.25rem;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  width: calc(100% - 1.25rem);
  padding: 0.75rem 1.5rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
@media only screen and (min-width:90em) {
  .bios li .caption {
    position: unset;
    background: transparent;
    width: 100%;
    padding: 0.5em 0;
  }
}
.bios li .caption h3,
.bios li .caption h4 {
  color: white;
}
@media only screen and (min-width:90em) {
  .bios li .caption h3,
.bios li .caption h4 {
    color: #565656;
    text-transform: capitalize;
    letter-spacing: -0.5px;
  }
}
.bios li .caption h4 {
  text-transform: capitalize;
}
@media only screen and (min-width:90em) {
  .bios li .caption h4 {
    color: #00afb4;
  }
}
.bios li img {
  width: 100%;
  border-radius: 0.25rem;
}

.board ul {
  border-top: solid 1px #bcbcbc;
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  padding-top: 1rem;
}
.board ul:before, .board ul:after {
  content: " ";
  display: table;
}
.board ul:after {
  clear: both;
}
.board ul > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
.board ul > li {
  width: 100%;
  padding: 0 0.625rem 1.25rem;
  list-style: none;
}
.board ul > li:nth-of-type(1n) {
  clear: none;
}
.board ul > li:nth-of-type(1n+1) {
  clear: both;
}
@media only screen and (min-width:64em) {
  .board ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    margin: 0;
    padding-top: 1rem;
  }
  .board ul:before, .board ul:after {
    content: " ";
    display: table;
  }
  .board ul:after {
    clear: both;
  }
  .board ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .board ul > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .board ul > li:nth-of-type(1n) {
    clear: none;
  }
  .board ul > li:nth-of-type(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width:90em) {
  .board ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    margin: 0;
    padding-top: 1rem;
  }
  .board ul:before, .board ul:after {
    content: " ";
    display: table;
  }
  .board ul:after {
    clear: both;
  }
  .board ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .board ul > li {
    width: 33.3333333333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .board ul > li:nth-of-type(1n) {
    clear: none;
  }
  .board ul > li:nth-of-type(3n+1) {
    clear: both;
  }
}
.board ul li {
  border-bottom: solid 1px #bcbcbc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.board ul h3,
.board ul h4,
.board ul h5 {
  font-size: 1rem;
  margin: 0 0 0.25rem;
  text-transform: none;
}
@media only screen and (min-width:64em) {
  .board ul h3,
.board ul h4,
.board ul h5 {
    font-size: 1.125rem;
  }
}
.board ul h5 {
  margin-bottom: 0;
}

.press-releases a {
  color: #00afb4;
}
.press-releases .date {
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media only screen and (min-width:40em) {
  .press-releases .date {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width:64em) {
  .press-releases .date {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width:90em) {
  .press-releases .date {
    font-size: 1rem;
  }
}
.press-releases .article {
  font-size: 1rem;
}
@media only screen and (min-width:40em) {
  .press-releases .article {
    font-size: 1rem;
  }
}
@media only screen and (min-width:64em) {
  .press-releases .article {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:90em) {
  .press-releases .article {
    font-size: 1.5rem;
  }
}

.section-press-footer {
  margin: 2em 0;
}
.section-press-footer hr {
  background-color: #565656;
  border: none;
  color: #565656;
  height: 1px;
}
.section-press-footer h5,
.section-press-footer p {
  font-size: 1em;
}

.careers {
  /** ARROWS **/
}
.careers .mini-nav .nav-careers {
  border-color: #b6c659;
  color: #b6c659;
}
.careers .banner-overlay {
  text-align: center;
}
@media only screen and (min-width:64em) {
  .careers .banner-image img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.careers h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.careers p img {
  margin: 0.5rem 0;
}
.careers .genericon-expandarrow:before {
  content: "";
  display: inline-block;
  font: normal 48px/1 "Genericons";
  vertical-align: middle;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
@keyframes flickerAnimation {
  /* flame pulses */
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.careers .expandarrow {
  color: white;
  cursor: pointer;
  display: block;
  text-decoration: none;
  opacity: 1;
  animation: flickerAnimation 2s infinite;
}
.careers .expandarrow:before {
  font-size: 2.25rem;
}
@media only screen and (min-width:40em) {
  .careers .expandarrow:before {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width:64em) {
  .careers .expandarrow:before {
    font-size: 3rem;
  }
}
.careers .scroll_for_more {
  color: white;
  text-transform: uppercase;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 10vh;
  line-height: 1;
  font-weight: 400;
  width: 100%;
  opacity: 0.8;
}
@media only screen and (min-width:40em) {
  .careers .scroll_for_more {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width:64em) {
  .careers .scroll_for_more {
    font-size: 1rem;
  }
}
@media screen and (min-height: 480px) {
  .careers .scroll_for_more {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    margin-bottom: 1vw;
  }
}
.careers .scroll_for_more {
  position: relative;
}
.careers .scroll_for_more .view-openings {
  font-weight: 600;
}
@media only screen and (min-width:40em) {
  .careers .scroll_for_more .view-openings {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width:64em) {
  .careers .scroll_for_more .view-openings {
    font-size: 1rem;
  }
}
@media only screen and (min-width:90em) {
  .careers .scroll_for_more .view-openings {
    font-size: 1.125rem;
  }
}
.careers .scroll_for_more .expandarrow {
  color: #565656;
}
.careers .tabs-content p,
.careers h2 + p {
  font-size: 1.125rem;
}
@media only screen and (min-width:40em) {
  .careers .tabs-content p,
.careers h2 + p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:64em) {
  .careers .tabs-content p,
.careers h2 + p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:90em) {
  .careers .tabs-content p,
.careers h2 + p {
    font-size: 1.75rem;
  }
}
.careers blockquote p {
  font-size: 1.125rem;
}
@media only screen and (min-width:40em) {
  .careers blockquote p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:64em) {
  .careers blockquote p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:90em) {
  .careers blockquote p {
    font-size: 1.75rem;
  }
}
.careers blockquote strong {
  margin-top: 0.5rem;
}
.careers blockquote em,
.careers blockquote strong {
  display: block;
  font-size: 80%;
}
.careers .stats .row {
  max-width: 100%;
  width: 100%;
}
.careers .stats ul {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.careers .stats ul:before, .careers .stats ul:after {
  content: " ";
  display: table;
}
.careers .stats ul:after {
  clear: both;
}
.careers .stats ul > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
.careers .stats ul > li {
  width: 50%;
  padding: 0 0.625rem 1.25rem;
  list-style: none;
}
.careers .stats ul > li:nth-of-type(1n) {
  clear: none;
}
.careers .stats ul > li:nth-of-type(2n+1) {
  clear: both;
}
@media only screen and (min-width:64em) {
  .careers .stats ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    margin-bottom: 2.5rem;
  }
  .careers .stats ul:before, .careers .stats ul:after {
    content: " ";
    display: table;
  }
  .careers .stats ul:after {
    clear: both;
  }
  .careers .stats ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .careers .stats ul > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .careers .stats ul > li:nth-of-type(1n) {
    clear: none;
  }
  .careers .stats ul > li:nth-of-type(4n+1) {
    clear: both;
  }
}
.careers .mission p,
.careers .about p {
  font-size: 1.125rem;
}
@media only screen and (min-width:40em) {
  .careers .mission p,
.careers .about p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:64em) {
  .careers .mission p,
.careers .about p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:90em) {
  .careers .mission p,
.careers .about p {
    font-size: 1.75rem;
  }
}
.careers .mission .flex-video {
  margin-bottom: 1.25rem;
}
.careers .values ul {
  text-align: center;
}
.careers .values .tabs-content {
  margin-bottom: 0;
}
.careers .values .content {
  padding-bottom: 0;
}
.careers .role ul {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.careers .role ul:before, .careers .role ul:after {
  content: " ";
  display: table;
}
.careers .role ul:after {
  clear: both;
}
.careers .role ul > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
.careers .role ul > li {
  width: 100%;
  padding: 0 0.625rem 1.25rem;
  list-style: none;
}
.careers .role ul > li:nth-of-type(1n) {
  clear: none;
}
.careers .role ul > li:nth-of-type(1n+1) {
  clear: both;
}
@media only screen and (min-width:40em) {
  .careers .role ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .careers .role ul:before, .careers .role ul:after {
    content: " ";
    display: table;
  }
  .careers .role ul:after {
    clear: both;
  }
  .careers .role ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .careers .role ul > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .careers .role ul > li:nth-of-type(1n) {
    clear: none;
  }
  .careers .role ul > li:nth-of-type(2n+1) {
    clear: both;
  }
}
.careers .join ul {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.careers .join ul:before, .careers .join ul:after {
  content: " ";
  display: table;
}
.careers .join ul:after {
  clear: both;
}
.careers .join ul > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
.careers .join ul > li {
  width: 100%;
  padding: 0 0.625rem 1.25rem;
  list-style: none;
}
.careers .join ul > li:nth-of-type(1n) {
  clear: none;
}
.careers .join ul > li:nth-of-type(1n+1) {
  clear: both;
}
@media only screen and (min-width:64em) {
  .careers .join ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .careers .join ul:before, .careers .join ul:after {
    content: " ";
    display: table;
  }
  .careers .join ul:after {
    clear: both;
  }
  .careers .join ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .careers .join ul > li {
    width: 33.3333333333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .careers .join ul > li:nth-of-type(1n) {
    clear: none;
  }
  .careers .join ul > li:nth-of-type(3n+1) {
    clear: both;
  }
}
.careers .openings {
  padding: 1.25rem 0;
}
.careers .openings .alert {
  background-color: #fdf0ef;
  border-color: #f9dbd9;
}
.careers .core ul {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.careers .core ul:before, .careers .core ul:after {
  content: " ";
  display: table;
}
.careers .core ul:after {
  clear: both;
}
.careers .core ul > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
.careers .core ul > li {
  width: 100%;
  padding: 0 0.625rem 1.25rem;
  list-style: none;
}
.careers .core ul > li:nth-of-type(1n) {
  clear: none;
}
.careers .core ul > li:nth-of-type(1n+1) {
  clear: both;
}
@media only screen and (min-width:40em) {
  .careers .core ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .careers .core ul:before, .careers .core ul:after {
    content: " ";
    display: table;
  }
  .careers .core ul:after {
    clear: both;
  }
  .careers .core ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .careers .core ul > li {
    width: 33.3333333333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .careers .core ul > li:nth-of-type(1n) {
    clear: none;
  }
  .careers .core ul > li:nth-of-type(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64em) {
  .careers .core ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .careers .core ul:before, .careers .core ul:after {
    content: " ";
    display: table;
  }
  .careers .core ul:after {
    clear: both;
  }
  .careers .core ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .careers .core ul > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .careers .core ul > li:nth-of-type(1n) {
    clear: none;
  }
  .careers .core ul > li:nth-of-type(5n+1) {
    clear: both;
  }
}
.careers .quotes ul {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.careers .quotes ul:before, .careers .quotes ul:after {
  content: " ";
  display: table;
}
.careers .quotes ul:after {
  clear: both;
}
.careers .quotes ul > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
.careers .quotes ul > li {
  width: 100%;
  padding: 0 0.625rem 1.25rem;
  list-style: none;
}
.careers .quotes ul > li:nth-of-type(1n) {
  clear: none;
}
.careers .quotes ul > li:nth-of-type(1n+1) {
  clear: both;
}
@media only screen and (min-width:40em) {
  .careers .quotes ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .careers .quotes ul:before, .careers .quotes ul:after {
    content: " ";
    display: table;
  }
  .careers .quotes ul:after {
    clear: both;
  }
  .careers .quotes ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .careers .quotes ul > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .careers .quotes ul > li:nth-of-type(1n) {
    clear: none;
  }
  .careers .quotes ul > li:nth-of-type(2n+1) {
    clear: both;
  }
}

.map.section-story {
  background: #0d8082;
  color: white;
  margin: 0 0 -1px;
  padding: 0;
}
.map.section-story .row {
  padding-bottom: 0;
}
.map.section-story h2 {
  color: white;
  font-weight: 700;
}
.map.section-story p {
  font-size: 1.5rem;
}
.map.section-story img {
  margin-bottom: 0;
  overflow: hidden;
}
.map.section-story map area {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.beneficiary-story {
  height: auto;
  overflow: hidden;
  background: #fff;
}
@media only screen and (min-width:64em) {
  .beneficiary-story {
    height: 42vw;
    border: solid 1rem #ddd;
    background: #ddd;
    margin-bottom: 2rem;
  }
  .beneficiary-story .story {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    background: #fff;
  }
}
.beneficiary-story .caption {
  width: 100%;
}
.beneficiary-story img {
  display: block;
}

.caption-image {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
}
.caption-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width:40em) {
  figure.caption-image.left {
    margin-right: 1.25rem;
  }

  figure.caption-image.right {
    margin-left: 1.25rem;
  }
}
.story {
  color: #00afb4;
}
.story .copy {
  padding: 2rem 1rem;
}
.story .copy h3 {
  color: #00afb4;
}

.caption {
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  padding: 0.5em 0;
}

#causes ul,
.causes ul {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  margin-top: 2em;
}
#causes ul:before, #causes ul:after,
.causes ul:before,
.causes ul:after {
  content: " ";
  display: table;
}
#causes ul:after,
.causes ul:after {
  clear: both;
}
#causes ul > li,
.causes ul > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
#causes ul > li,
.causes ul > li {
  width: 100%;
  padding: 0 0.625rem 1.25rem;
  list-style: none;
}
#causes ul > li:nth-of-type(1n),
.causes ul > li:nth-of-type(1n) {
  clear: none;
}
#causes ul > li:nth-of-type(1n+1),
.causes ul > li:nth-of-type(1n+1) {
  clear: both;
}
@media only screen and (min-width:40em) and (max-width:63.9375em) {
  #causes ul,
.causes ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  #causes ul:before, #causes ul:after,
.causes ul:before,
.causes ul:after {
    content: " ";
    display: table;
  }
  #causes ul:after,
.causes ul:after {
    clear: both;
  }
  #causes ul > li,
.causes ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  #causes ul > li,
.causes ul > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  #causes ul > li:nth-of-type(1n),
.causes ul > li:nth-of-type(1n) {
    clear: none;
  }
  #causes ul > li:nth-of-type(2n+1),
.causes ul > li:nth-of-type(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64em) {
  #causes ul,
.causes ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  #causes ul:before, #causes ul:after,
.causes ul:before,
.causes ul:after {
    content: " ";
    display: table;
  }
  #causes ul:after,
.causes ul:after {
    clear: both;
  }
  #causes ul > li,
.causes ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  #causes ul > li,
.causes ul > li {
    width: 33.3333333333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  #causes ul > li:nth-of-type(1n),
.causes ul > li:nth-of-type(1n) {
    clear: none;
  }
  #causes ul > li:nth-of-type(3n+1),
.causes ul > li:nth-of-type(3n+1) {
    clear: both;
  }
}
#causes ul li,
.causes ul li {
  line-height: 1.4;
}
#causes ul li img,
.causes ul li img {
  display: block;
  float: left;
  padding: 0 0.75em 0 0;
  width: 80px;
  margin: 0 0 -0.75em -0.5em;
}
@media only screen and (min-width:40em) {
  #causes ul li p,
.causes ul li p {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width:64em) {
  #causes ul li p,
.causes ul li p {
    font-size: 1rem;
  }
}
@media only screen and (min-width:90em) {
  #causes ul li p,
.causes ul li p {
    font-size: 1.125rem;
  }
}

.orbit-container {
  margin-bottom: 1rem;
}
.orbit-container .orbit-slides-container img {
  width: 100%;
}
@media only screen and (min-width:64em) {
  .orbit-container .orbit-slides-container .orbit-caption {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.45s ease-in-out;
  }
  .orbit-container .orbit-slides-container:hover .orbit-caption {
    opacity: 1;
  }
}

.no-desc h2 {
  font-size: 1.5rem;
}

.ovt-grid {
  margin-top: 2em;
  text-align: center;
}

.villages-grid {
  margin-bottom: 2em;
}
.villages-grid li a {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
}
.villages-grid li a .funded {
  width: 180px;
  background: #b6c659;
  position: absolute;
  top: 25px;
  right: -40px;
  left: auto;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.villages-grid li a p {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 15px 20px;
  margin: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.otherwaystogive ul {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.otherwaystogive ul:before, .otherwaystogive ul:after {
  content: " ";
  display: table;
}
.otherwaystogive ul:after {
  clear: both;
}
.otherwaystogive ul > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
.otherwaystogive ul > li {
  width: 100%;
  padding: 0 0.625rem 1.25rem;
  list-style: none;
}
.otherwaystogive ul > li:nth-of-type(1n) {
  clear: none;
}
.otherwaystogive ul > li:nth-of-type(1n+1) {
  clear: both;
}
@media only screen and (min-width:64em) {
  .otherwaystogive ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .otherwaystogive ul:before, .otherwaystogive ul:after {
    content: " ";
    display: table;
  }
  .otherwaystogive ul:after {
    clear: both;
  }
  .otherwaystogive ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .otherwaystogive ul > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .otherwaystogive ul > li:nth-of-type(1n) {
    clear: none;
  }
  .otherwaystogive ul > li:nth-of-type(2n+1) {
    clear: both;
  }
}

#financialChart {
  margin: 1rem 0;
  padding: 0;
}

.contact .mini-nav .nav-contact {
  border-color: #b6c659;
  color: #b6c659;
}
.contact .contact-form label {
  text-transform: uppercase;
}
.contact .contact-form .custom {
  color: #565656;
  font-size: 0.8em;
  text-transform: none;
}
.contact .contact-info h5 {
  font-size: 0.9em;
  margin-bottom: 0;
}
.contact textarea {
  height: 20em;
}

.notfound .banner p {
  padding-bottom: 0;
  margin-bottom: 0.5em;
}

.search .mini-nav .nav-search {
  color: #b6c659;
}

.gsc-search-box {
  padding: 2em 0;
}
.gsc-search-box .gsc-input-box {
  height: 40px;
}
.gsc-search-box .gsc-input {
  margin: 0 !important;
  text-indent: 0 !important;
}
.gsc-search-box input[type=text] {
  box-shadow: none;
  border-color: #00afb4;
  padding: 0 0.5rem !important;
  background: #fff none !important;
}
.gsc-search-box table {
  background: transparent;
  border: none;
  border-style: none;
  border-width: 0;
  border-spacing: 0 0;
  width: 100%;
  margin-bottom: 2px;
}
.gsc-search-box table tr td,
.gsc-search-box table tr th {
  padding: 0;
}
.gsc-search-box td.gsib_a {
  padding: 8px;
}
.gsc-search-box .gsc-search-button {
  background-color: #00afb4;
  text-align: center;
  border: none;
  color: white;
  padding: 0 10px;
  margin: 0;
}
.gsc-search-box div.gsc-clear-button {
  display: none;
}

.search-results .gsc-input-box {
  background: none;
  border: solid 1px #ddd;
  padding: 0.4rem 0.75rem;
  border-radius: 3px;
}
.search-results .gsc-input-box .gsc-input {
  background: none !important;
  text-indent: 0 !important;
  font-size: 0.75rem;
}
.search-results .gsc-input-box .gsst_b {
  font-size: 0;
}
.search-results .gsc-input-box .gsst_b .gsst_a {
  padding: 0;
}
.search-results .gsc-input-box .gsst_b .gsst_a .gscb_a {
  line-height: 20px;
}
.search-results .gsc-above-wrapper-area {
  padding: 15px 0 10px;
}
.search-results .cse .gsc-search-button-v2,
.search-results .gsc-search-button-v2 {
  padding: 15px 25px;
}
.search-results .gsc-control-cse,
.search-results .gsc-webResult.gsc-result {
  padding: 0;
}
.search-results .gsc-webResult.gsc-result {
  margin-top: 1em;
}
.search-results .gsc-control-cse,
.search-results .gsc-control-cse .gsc-table-result {
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.search-results .gcsc-branding,
.search-results .gsc-resultsHeader {
  display: none;
}
.search-results .gsc-selected-option-container,
.search-results .gsc-selected-option-container.gsc-inline-block {
  min-width: 94px;
}
.search-results table {
  border: none;
}
.search-results table td,
.search-results table th {
  padding: 0;
  margin: 0;
  border: none;
}
.search-results .gsc-table-result,
.search-results .gsc-thumbnail-inside,
.search-results .gsc-url-top {
  padding: 0;
}
.search-results .gs-image-box.gs-web-image-box.gs-web-image-box-landscape,
.search-results .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  width: 110px;
  height: 70px;
}
.search-results .gs-web-image-box-landscape img.gs-image,
.search-results .gs-web-image-box-portrait img.gs-image {
  max-width: 100px;
  max-height: 140px;
  width: 100px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  float: none;
  border-radius: 2px;
  padding: 2px;
  margin: 0;
}
.search-results .gs-webResult .gs-title {
  font-size: 1.25rem !important;
  margin-bottom: 0.25rem;
}
.search-results .gs-webResult .gs-snippet {
  font-size: 1rem;
  line-height: 1.3;
}

iframe[name=google_conversion_frame] {
  display: none;
}

.donate .logo img {
  max-width: 14rem;
  margin: 2rem 0 3rem;
  padding: 0;
  background: none;
  border-radius: 0;
}
.donate .fa_form {
  width: 1px;
  min-width: 100%;
  *width: 100%;
  overflow: auto;
}
.donate .main-content {
  color: #565656;
}
.donate .main-content h1 {
  line-height: 1.15;
  color: #00afb4;
}
.donate .main-content li,
.donate .main-content p {
  font-size: 1rem;
}
@media only screen and (min-width:40em) {
  .donate .main-content li,
.donate .main-content p {
    font-size: 1rem;
  }
}
@media only screen and (min-width:64em) {
  .donate .main-content li,
.donate .main-content p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:90em) {
  .donate .main-content li,
.donate .main-content p {
    font-size: 1.5rem;
  }
}
.donate .station-logo {
  width: 130px;
  float: right;
  font-weight: bold;
  margin: 2em 0;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  line-height: 1em;
}
@media only screen and (max-width: 39.9375em) {
  .donate .station-logo {
    max-width: 180px;
    margin: 2em 0;
  }
  .donate .station-logo img {
    margin-top: 0;
  }
}
@media only screen and (min-width:40em) {
  .donate .station-logo {
    border: 1px solid #ddd;
    padding: 1em;
  }
}
.donate .station-logo img {
  margin-top: 5px;
  width: 100%;
}
.donate .sidebar.no-image.has-image {
  margin-top: 0;
}
@media only screen and (min-width:64em) {
  .donate .sidebar.no-image {
    margin-top: 8.25rem;
  }
}
.donate figure {
  margin-bottom: 2em;
  border-radius: 3px;
  position: relative;
}
.donate figure figcaption {
  font-style: italic;
  padding: 1em;
  background: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  letter-spacing: -0.5px;
  color: white;
  font-size: 0.875rem;
  text-shadow: -1px -1px 0 black;
}
.donate figure figcaption .credit {
  font-size: 0.75rem;
  font-weight: lighter;
  display: block;
  margin-top: 0.25rem;
  margin-bottom: -0.4rem;
  opacity: 0.8;
}
@media only screen and (min-width:40em) {
  .donate figure figcaption .credit {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width:64em) {
  .donate figure figcaption .credit {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width:90em) {
  .donate figure figcaption .credit {
    font-size: 1rem;
  }
}
.donate figure figcaption .credit img {
  display: inline-block;
  width: 16px;
  margin-right: 4px;
  margin-bottom: 5px;
}
.donate figure figcaption.none {
  display: none;
}
@media only screen and (min-width:64em) {
  .donate figure figcaption {
    font-size: 1rem;
    position: absolute;
    width: 100%;
  }
  .donate figure figcaption.top {
    top: 0;
  }
  .donate figure figcaption.bottom {
    bottom: 0;
  }
  .donate figure figcaption.clear {
    position: relative;
  }
}

/** BANNER **/
#fourty-four {
  /** NAV **/
  /** TITLE **/
}
#fourty-four .logo {
  position: absolute;
  top: 0;
  left: 4vw;
  z-index: 10;
}
@media only screen and (min-width:40em) {
  #fourty-four .logo {
    position: fixed;
  }
}
#fourty-four .logo img {
  width: 100px;
  height: auto;
  padding: 0.75rem 0.75rem 0.5rem;
  background-color: #565656;
  opacity: 0.8;
  transition: opacity 1s ease-in-out;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#fourty-four .logo img:hover {
  opacity: 1;
}
#fourty-four .station-logo {
  width: 130px;
  float: right;
  font-weight: bold;
  margin: 2em 0;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  line-height: 1em;
}
@media only screen and (max-width: 39.9375em) {
  #fourty-four .station-logo {
    max-width: 180px;
    margin: 2em 0;
  }
  #fourty-four .station-logo img {
    margin-top: 0;
  }
}
@media only screen and (min-width:40em) {
  #fourty-four .station-logo {
    border: 1px solid #ddd;
    padding: 1em;
  }
}
#fourty-four .station-logo img {
  margin-top: 5px;
  width: 100%;
}
#fourty-four .station-logo {
  background: rgba(86, 86, 86, 0.8);
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0.75rem;
  position: fixed;
  right: 4vw;
}
@media only screen and (max-width: 39.9375em) {
  #fourty-four .station-logo {
    width: auto;
  }
}
#fourty-four .station-logo img {
  width: 80px;
}
@media only screen and (min-width:40em) {
  #fourty-four .station-logo img {
    width: 100px;
  }
}
#fourty-four .station-logo .partner-text {
  color: white;
}
#fourty-four #nav_toggle {
  color: #fff;
  opacity: 0.8;
  text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
  position: fixed;
  top: 20px;
  right: 2%;
  z-index: 100;
}
#fourty-four .top-bar-section {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
#fourty-four .genericon-menu:before {
  -webkit-font-smoothing: antialiased;
  content: "";
  display: inline-block;
  font: normal 24px/1 "Genericons";
  vertical-align: middle;
}
#fourty-four #banner-image {
  background-image: url("/assets/1810-Nutrition-Journey-44-Cent-Cure-Landing-Page-Banner-Mobile.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: auto;
}
@media only screen and (min-width:40em) {
  #fourty-four #banner-image {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.1) 40%), url("/assets/1810-Nutrition-Journey-44-Cent-Cure-Landing-Page-Banner.jpg");
    background-position: top center;
  }
}
@media only screen and (min-width:64em) {
  #fourty-four #banner-image {
    background-position: top left;
  }
}
#fourty-four .banner {
  position: relative;
  width: 100%;
  z-index: 2;
  color: white;
}
#fourty-four .banner h1 {
  padding-top: 0;
}
#fourty-four .banner p:last-child {
  margin-bottom: 0;
}
#fourty-four .banner p:last-child .expandarrow {
  color: #fff;
}
#fourty-four .banner p:last-child .expandarrow:before {
  padding: 0;
}
#fourty-four div.title-container {
  top: 30vh;
  transform: translateY(-30%);
  text-rendering: optimizeLegibility;
  background-color: transparent;
  z-index: 1;
}
@media only screen and (min-width:40em) {
  #fourty-four div.title-container {
    top: 50vh;
    transform: translateY(-50%);
  }
}
#fourty-four div.title-container h1,
#fourty-four div.title-container p {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#fourty-four div.title-container .title {
  font-size: 1em;
  text-transform: uppercase;
  margin: 0 0 1em;
}
#fourty-four div.title-container .title img {
  padding: 2% 0;
  display: block;
  width: 100%;
}
#fourty-four div.title-container .title-lead {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1em 0 0.25em;
  text-align: center;
}
#fourty-four div.title-container .sub-title {
  margin: 0 auto;
  padding: 0 0 1em;
  font-size: 1rem;
}
@media only screen and (min-width:40em) {
  #fourty-four div.title-container .sub-title {
    font-size: 1rem;
  }
}
@media only screen and (min-width:64em) {
  #fourty-four div.title-container .sub-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:90em) {
  #fourty-four div.title-container .sub-title {
    font-size: 1.5rem;
  }
}
#fourty-four .genericon-expandarrow:before {
  -webkit-font-smoothing: antialiased;
  content: "";
  display: block;
  font: normal 48px/1 "Genericons";
  vertical-align: middle;
  padding: 0.5em 0;
  cursor: pointer;
  text-align: center;
}
#fourty-four .arrow {
  margin: 0 auto;
}
#fourty-four a.expandarrow {
  color: #786441;
  cursor: pointer;
  display: block;
  opacity: 1;
  animation: flickerAnimation 2s infinite;
}
@keyframes flickerAnimation {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
#fourty-four .row {
  padding: 0;
}
@media only screen and (min-width:40em) {
  #fourty-four .row {
    width: 90%;
  }
}
@media only screen and (min-width:64em) {
  #fourty-four .row {
    width: 80%;
  }
}
#fourty-four .section-story {
  color: #786441;
  background: none;
  background-color: #fff;
  margin: 0;
  padding: 100px 0 20px;
}
#fourty-four .section-story img {
  margin-bottom: 10px;
}
#fourty-four .section-story p, #fourty-four .section-story li {
  font-size: 1.125rem;
}
@media only screen and (min-width:40em) {
  #fourty-four .section-story p, #fourty-four .section-story li {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:64em) {
  #fourty-four .section-story p, #fourty-four .section-story li {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:90em) {
  #fourty-four .section-story p, #fourty-four .section-story li {
    font-size: 1.75rem;
  }
}
#fourty-four #section-background {
  background: #f5f5f5;
  border-top: 1px solid #fff;
}
#fourty-four #section-background p {
  font-size: 1.5rem;
}
@media only screen and (min-width:40em) {
  #fourty-four #section-background p {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width:64em) {
  #fourty-four #section-background p {
    font-size: 2rem;
  }
}
@media only screen and (min-width:90em) {
  #fourty-four #section-background p {
    font-size: 2.25rem;
  }
}
#fourty-four #section-intro {
  border-top: 1px solid #ddd;
}
#fourty-four #section-intro #video {
  margin: 3.25rem 0;
}
@media only screen and (min-width:40em) {
  #fourty-four #section-intro img {
    margin-top: 4.25rem;
  }
}
#fourty-four #section-how {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  padding: 0 0 2em;
}
#fourty-four #section-how h2 {
  margin-top: 1em;
}
#fourty-four #section-video {
  background: #f5f5f5;
  text-align: center;
  padding: 0;
}
#fourty-four #invitation {
  background-color: #f0efeb;
  padding: 80px 0;
  border-top: solid 1px #aaa;
}
#fourty-four #invitation .social {
  padding: 0.35em 0.75em 0 0;
}

.homepage-hero {
  background-repeat: no-repeat;
  background-color: #00afb4;
  background-image: url("/assets/FY21-October-44-Cent-Homepage-Banner-1080.jpg");
  background-size: 100%;
  height: auto;
}
.homepage-hero .donation-box {
  padding: 70vw 0 12vw;
}
.homepage-hero .donation-box .button {
  background-color: #e66053;
  border-bottom-color: #e03726;
  border-bottom-width: 2px;
}
.homepage-hero .donation-box .button:hover {
  background-color: #e03726;
}
.homepage-hero #clock {
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.homepage-hero #clock .unit {
  font-weight: 600;
  background: linear-gradient(0deg, #00afb4 50%, #00c8ce 50%);
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  text-shadow: 0 -0.5px 0 rgba(86, 86, 86, 0.25);
  letter-spacing: 1px;
  display: inline-block;
  font-size: 1rem;
}
@media only screen and (min-width:40em) {
  .homepage-hero #clock .unit {
    font-size: 1rem;
  }
}
@media only screen and (min-width:64em) {
  .homepage-hero #clock .unit {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:90em) {
  .homepage-hero #clock .unit {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:40em) {
  .homepage-hero #clock .unit.days, .homepage-hero #clock .unit.hours {
    width: 4rem;
  }
  .homepage-hero #clock .unit.minutes, .homepage-hero #clock .unit.seconds {
    width: 5.25rem;
  }
}
.homepage-hero #clock .unit .time {
  font-size: 0.75rem;
  text-shadow: 0 -0.5px 0 rgba(86, 86, 86, 0.25);
}
@media only screen and (min-width:40em) {
  .homepage-hero #clock .unit .time {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width:64em) {
  .homepage-hero #clock .unit .time {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width:90em) {
  .homepage-hero #clock .unit .time {
    font-size: 1rem;
  }
}
.homepage-hero .arrow:after, .homepage-hero .arrow:before {
  border-bottom-color: #fff;
}
.homepage-hero .columns {
  padding: 0;
}
.homepage-hero .columns h1,
.homepage-hero .columns p {
  color: white;
  margin: 0;
  padding: 0.25rem 0.75rem;
  text-align: left;
}
.homepage-hero .columns h1 {
  font-weight: bold;
  line-height: 1.25;
  text-transform: uppercase;
  font-size: 5vmin;
  text-shadow: rgba(86, 86, 86, 0.375) -1px 0 0, rgba(86, 86, 86, 0.5) 0 0 60px;
}
.homepage-hero .columns h1 .subtitle {
  font-size: 1.5rem;
  background-color: #e66053;
  padding: 0.125rem 0.5rem;
  letter-spacing: 0.5px;
  display: inline-block;
  line-height: 1;
}
@media only screen and (min-width:40em) {
  .homepage-hero .columns h1 .subtitle {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width:64em) {
  .homepage-hero .columns h1 .subtitle {
    font-size: 2rem;
  }
}
@media only screen and (min-width:90em) {
  .homepage-hero .columns h1 .subtitle {
    font-size: 2.25rem;
  }
}
.homepage-hero .columns h1 .headline {
  line-height: 1.25;
  display: inline-block;
}
.homepage-hero .columns p {
  font-size: 1.125rem;
  text-shadow: rgba(86, 86, 86, 0.375) -1px 0 0, rgba(86, 86, 86, 0.5) 0 0 30px;
  margin-top: 0;
}
@media only screen and (min-width:40em) {
  .homepage-hero .columns p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:64em) {
  .homepage-hero .columns p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:90em) {
  .homepage-hero .columns p {
    font-size: 1.75rem;
  }
}
.homepage-hero .columns .multiplier-wrapper {
  display: none;
}
@media only screen and (min-width:40em) {
  .homepage-hero {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0) 55%), url("/assets/FY21-October-44-Cent-Homepage-Banner-1440.jpg");
    background-size: cover;
    background-position: top center;
  }
  .homepage-hero .donation-box {
    padding: 20vw 0;
  }
  .homepage-hero .columns {
    position: relative;
  }
  .homepage-hero .columns h1 {
    font-size: 5.5vw;
    line-height: 1.25;
  }
  .homepage-hero .columns h1 .headline {
    line-height: 1;
  }
  .homepage-hero .columns p {
    line-height: 1.4;
    padding-right: 1rem;
  }
}
@media only screen and (min-width:64em) {
  .homepage-hero {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0) 55%), url("/assets/FY21-October-44-Cent-Homepage-Banner-1920.jpg");
    background-position: center center;
  }
  .homepage-hero .donation-box {
    padding: 18vw 0;
  }
  .homepage-hero .donation-box .columns {
    padding: 0.8333333333rem;
  }
  .homepage-hero .donation-box .columns h1 {
    font-size: 4.25vw;
  }
  .homepage-hero .donation-box .multiplier-wrapper {
    display: block;
    position: absolute;
    display: block;
    right: -20px;
    bottom: 0;
    z-index: 200;
  }
  .homepage-hero .donation-box .multiplier-wrapper .multiplier {
    display: table-cell;
    height: 120px;
    width: 120px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    border-radius: 50%;
    background: #00afb4;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    transform: rotate(15deg);
    border: solid 2px #007d81;
  }
  .homepage-hero .donation-box .multiplier-wrapper .multiplier .gift {
    display: block;
    font-size: 12px;
    margin-top: 8px;
    font-style: italic;
  }
  .homepage-hero .donation-box .multiplier-wrapper .multiplier .amount {
    display: block;
    font-size: 48px;
    text-transform: none;
  }
}
@media only screen and (min-width:90em) {
  .homepage-hero {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0) 55%), url("/assets/FY21-October-44-Cent-Homepage-Banner-2400.jpg");
  }
  .homepage-hero .donation-box {
    padding: 16vw 0;
  }
  .homepage-hero .donation-box .columns h1 {
    font-size: 3.5vw;
  }
  .homepage-hero .donation-box .columns h1 .headline {
    line-height: 1;
    display: inline-block;
  }
  .homepage-hero .donation-box .columns h1 .subtitle {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width:90em) and (min-width:40em) {
  .homepage-hero .donation-box .columns h1 .subtitle {
    font-size: 2rem;
  }
}
@media only screen and (min-width:90em) and (min-width:64em) {
  .homepage-hero .donation-box .columns h1 .subtitle {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width:90em) and (min-width:90em) {
  .homepage-hero .donation-box .columns h1 .subtitle {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width:120.0625em) {
  .homepage-hero .donation-box {
    padding: 12vw 0;
  }
  .homepage-hero .donation-box .columns h1 {
    font-size: 2.75vw;
  }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

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

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

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

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

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

  h2,
h3 {
    page-break-after: avoid;
  }

  .top-bar-section, .sub-nav, .mini-nav, .members, footer form, .share, .social-links, .button {
    display: none;
  }

  .arrow:before, .arrow:after {
    display: none;
  }
}

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