@charset "UTF-8";
/* =PATHS ----------------------------------------------------------*/
/* =FONTS ----------------------------------------------------------*/
/* =COLORS ----------------------------------------------------------*/
/* =MIXINS ----------------------------------------------------------*/
/* =FUNCTIONS ----------------------------------------------------------*/
/* =HELPER STYLES ----------------------------------------------------------*/
.spacer-top-half {
  margin-top: 25px !important;
}

.spacer-top {
  margin-top: 50px !important;
}

.spacer-top-2x {
  margin-top: 100px !important;
}

.spacer-bottom-half {
  margin-bottom: 25px !important;
}

.spacer-bottom {
  margin-bottom: 50px !important;
}

.spacer-bottom-2x {
  margin-bottom: 100px !important;
}

/* =Foundation overrides on basic things ----------------------------------------------------------*/
p a:not(.button) {
  font-style: italic;
}

.button {
  font-size: 15px !important;
  margin-right: 0 !important;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 18px;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "myriad-pro", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #34302C;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.6111111111rem;
  margin-right: -0.6111111111rem;
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.6111111111rem;
  padding-right: 0.6111111111rem;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

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

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.6111111111rem;
    padding-right: 0.6111111111rem;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.6111111111rem;
    padding-right: 0.6111111111rem;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "myriad-pro", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #006C1C;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.7777777778rem;
}

h2 {
  font-size: 1.5555555556rem;
}

h3 {
  font-size: 1.3333333333rem;
}

h4 {
  font-size: 1.1666666667rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.8888888889rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.1111111111rem;
  }
  h3 {
    font-size: 1.7777777778rem;
  }
  h4 {
    font-size: 1.3888888889rem;
  }
  h5 {
    font-size: 1.1666666667rem;
  }
  h6 {
    font-size: 0.8888888889rem;
  }
}
a {
  color: #006C1C;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(0, 92.88, 24.08);
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5rem 1.1111111111rem 0 1.0555555556rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.5;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.7222222222rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr {
  color: #34302C;
  cursor: help;
  border-bottom: 1px dotted #000;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.1111111111rem 0.2777777778rem 0.0555555556rem;
}

kbd {
  padding: 0.1111111111rem 0.2222222222rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #000;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

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

.lead {
  font-size: 22.5px;
  line-height: 1.6;
}

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

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

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

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

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

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

@media screen and (min-width: 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 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;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.3333333333rem 0.7777777778rem;
  margin: 0 1rem 1rem 0;
  font-size: 1rem;
  background-color: #fff;
  color: #006C1C;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #fff;
  color: #006C1C;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary {
  background-color: #2199e8;
  color: #006C1C;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(19.9020408163, 123.7387755102, 192.0979591837);
  color: #006C1C;
}
.button.secondary {
  background-color: #777;
  color: #006C1C;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(95.2, 95.2, 95.2);
  color: #006C1C;
}
.button.success {
  background-color: #3adb76;
  color: #006C1C;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #006C1C;
}
.button.warning {
  background-color: #ffae00;
  color: #006C1C;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #006C1C;
}
.button.alert {
  background-color: #ec5840;
  color: #006C1C;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(218.2857142857, 49.1428571429, 21.7142857143);
  color: #006C1C;
}
.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
  color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
}
.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
  color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
}
.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(59.5, 59.5, 59.5);
  color: rgb(59.5, 59.5, 59.5);
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
  color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2199e8;
  color: #006C1C;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #2199e8;
  color: #006C1C;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #777;
  color: #006C1C;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #006C1C;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #006C1C;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #ec5840;
  color: #006C1C;
}
.button.dropdown::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fff transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 0.7777777778rem;
  display: inline-block;
}
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

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

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

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

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

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.7777777778rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 0.8888888889rem;
  padding: 0.5rem 0;
}

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

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

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

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

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

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

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

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

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

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.1111111111rem;
  margin: 1rem 0;
}
.fieldset legend {
  background: #fff;
  padding: 0 0.1666666667rem;
  margin: 0;
  margin-left: -0.1666666667rem;
}

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

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

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  position: relative;
  color: #34302C;
  background-color: white;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(221.7, 239.7, 251.55);
}
.callout.secondary {
  background-color: rgb(234.6, 234.6, 234.6);
}
.callout.success {
  background-color: rgb(225.45, 249.6, 234.45);
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
}
.callout.alert {
  background-color: rgb(252.15, 229.95, 226.35);
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

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

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

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

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

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

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

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

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

.tabs.primary {
  background: #2199e8;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(23.6336734694, 146.9397959184, 228.1163265306);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.0555555556rem 0.6666666667rem;
  line-height: 1;
  font-size: 0.6666666667rem;
}
.tabs-title > a:hover {
  background: #fff;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
}

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

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

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

/* =Sections, specific divs ----------------------------------------------------------*/
section,
footer {
  padding-top: 70px;
  padding-bottom: 70px;
}

body.subpage nav.dark + section {
  border-top: 115px solid transparent;
}

.featured-projects .row {
  max-width: 646px;
}

@media screen and (min-width: 40em) {
  .sidebar-wrapper {
    padding-left: 30px;
  }
  .sidebar-wrapper h6 {
    font-family: "futura-pt", Helvetica, sans-serif;
  }
}
/* =Headers ----------------------------------------------------------*/
h1 {
  font-weight: bold;
}
h1.page-heading {
  margin-left: 0;
}

h2.preheader {
  color: #084518;
  font-weight: bold;
  font-size: 0.6666666667rem;
  text-transform: uppercase;
}
@media screen and (min-width: 40em) {
  h2.preheader {
    font-size: 0.7777777778rem;
  }
}

h3.about-cta-modal {
  margin-top: 15px;
}

h5.downloads-heading {
  margin-top: 2rem;
}

h6 {
  color: #B3B2B1;
  font-weight: bold;
  text-transform: uppercase;
}

/* =Button customizations ----------------------------------------------------------*/
.button {
  border: 1px solid #006C1C;
  font-weight: bold;
  font-family: "futura-pt", Helvetica, sans-serif;
  text-transform: uppercase;
}
.button:hover {
  border-color: #B3B2B1;
  color: #B3B2B1;
}
.button.hollow {
  border-color: #006C1C;
  color: #006C1C;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #B3B2B1;
  color: #B3B2B1;
}

.button.light {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.button.light:hover {
  border-color: #084518;
  color: #084518;
}

.current-projects .project-slide-info .button.light:hover {
  border-color: #E0DFDF;
  background-color: #E0DFDF;
}

/* =Overlays ----------------------------------------------------------*/
.hero .overlay {
  position: absolute;
  top: 0;
  background-color: rgba(8, 69, 24, 0.6);
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* =Pagination ----------------------------------------------------------*/
.paginate {
  font-size: 1rem;
  line-height: 1;
}
.paginate a, .paginate span {
  margin: 0 2px;
  padding: 0 4px;
}
.paginate a img {
  margin-top: -5px;
}
.paginate span {
  border-bottom: 2px solid #e88b3a;
  padding-bottom: 6px;
  color: #006C1C;
}

/* =HRs ----------------------------------------------------------*/
hr.short-left {
  margin: 30px 0;
  width: 162px;
}

/* =Misc ----------------------------------------------------------*/
.project-contributors > * {
  color: #084518;
}

/* =Video ----------------------------------------------------------*/
.video-embed > iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

* + .video-embed,
.video-embed + * {
  margin-block-start: 3rem;
}

/* =Navigation ----------------------------------------------------------*/
nav {
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  width: 100%;
  z-index: 1001; /* Safari */
  transition-duration: 1s;
}
nav.dark {
  background-color: #084518;
}
nav h1 {
  background: url(/assets/img/pc-logo-white-lg@2x.png) no-repeat center center;
  display: block;
  float: left;
  width: 108px;
  height: 77px;
  background-size: 110px 77px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; /* Safari */
  transition-duration: 1s;
}
nav h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
nav .nav-block {
  float: right;
  z-index: 500; /* Safari */
  transition-duration: 1s;
}

nav ul {
  float: left;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 0.9444444444rem;
  list-style: none;
  margin: 0;
  text-transform: uppercase;
}
nav ul li a {
  color: #fff;
}

ul.trigger {
  float: right;
  font-weight: bold;
  margin-top: 38px;
}
ul.trigger li a {
  display: block; /* IE 9 */ /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
ul.trigger li a:hover {
  color: #E0DFDF;
}
ul.trigger li a:focus {
  color: #fff;
}

ul.menu li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
ul.menu li.has-subnav ul {
  float: none;
  position: absolute;
  bottom: 0;
}
ul.menu li.has-subnav ul li {
  margin-left: 0;
}
ul.menu li.has-subnav > a > span {
  display: inline-block;
  margin-left: -6px;
  background-image: url(/assets/img/icon-nav-arrow@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 6px;
  width: 10px;
  height: 10px;
}
ul.menu li a:hover {
  color: #B3B2B1;
}

ul.social li {
  display: inline-block;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
ul.social li a {
  display: block;
}
ul.social li.facebook {
  background: url(/assets/img/icon-facebook.png) no-repeat center center;
  margin-left: 30px;
}
ul.social li.twitter {
  background: url(/assets/img/icon-twitter.png) no-repeat center center;
}
ul.social li.linkedin {
  background: url(/assets/img/icon-linkedin.png) no-repeat center center;
}
ul.social li.instagram {
  background: url(/assets/img/icon-instagram.png) no-repeat center center;
}

nav.stick {
  background-color: rgba(8, 69, 24, 0.8);
  padding-bottom: 10px;
  position: fixed; /* Safari */
  transition-duration: 1s;
}
nav.stick h1 {
  width: 80px;
  height: 56px;
  background-size: 80px 56px; /* Safari */
  transition-duration: 1s;
}
nav.stick .nav-block {
  margin-top: 18px; /* Safari */
  transition-duration: 1s;
}

#navModal {
  background-color: #084518;
  padding-top: 60px;
}
#navModal ul.menu,
#navModal ul.social {
  margin-left: 0;
}
#navModal ul,
#navModal ul.menu li {
  display: block;
  float: none;
}
#navModal ul.menu > li {
  border-bottom: 1px solid #B3B2B1;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: uppercase;
}
#navModal ul.menu > li a {
  color: #fff;
  display: block;
}
#navModal ul.menu > li ul {
  display: none;
  position: relative;
  padding-left: 15px;
}
#navModal ul.menu > li ul.open {
  display: block;
  margin-left: 0;
}
#navModal ul.menu > li ul li {
  padding-bottom: 6px;
}
#navModal li.facebook {
  margin-left: 20px;
}

@media only screen and (min-resolution: 120dpi) {
  ul.menu li.has-subnav > a {
    background: url(/assets/img/icon-nav-arrow@2x.png) no-repeat right center;
    background-size: 9px 6px;
  }
  ul.social li.facebook {
    background: url(/assets/img/icon-facebook@2x.png) no-repeat center center;
    background-size: 30px 30px;
  }
  ul.social li.twitter {
    background: url(/assets/img/icon-twitter@2x.png) no-repeat center center;
    background-size: 30px 30px;
  }
  ul.social li.linkedin {
    background: url(/assets/img/icon-linkedin@2x.png) no-repeat center center;
    background-size: 30px 30px;
  }
  ul.social li.instagram {
    background: url(/assets/img/icon-instagram@2x.png) no-repeat center center;
    background-size: 30px 30px;
  }
}
@media screen and (max-width: 39.9375em) {
  nav > .row {
    padding-left: 0;
    padding-right: 0;
  }
  h1 {
    line-height: 1.1;
    margin-left: 12px;
  }
  .trigger {
    margin-right: 12px;
  }
}
@media screen and (min-width: 40em) {
  nav .nav-block {
    margin-top: 25px;
  }
  nav > ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  ul.menu li.has-subnav ul {
    background-color: rgba(8, 69, 24, 0.86);
    display: none;
    padding: 10px;
    top: 25px;
    bottom: auto;
    width: 220px;
  }
  ul.menu li.has-subnav ul li {
    border-bottom: 1px solid #B3B2B1;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  ul.menu li.has-subnav ul li:first-child {
    padding-top: 0;
  }
  ul.menu li.has-subnav ul li:last-child {
    border: 0;
    padding-bottom: 0;
  }
  ul.menu li.has-subnav:hover ul {
    display: block;
  }
}
/* =Hero(es) ----------------------------------------------------------*/
.hero {
  background: #084518 url(/assets/img/fpo-home-hero.jpg) no-repeat center center;
  height: 290px;
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
  background-size: cover;
}
.hero.home {
  padding-bottom: 400px;
}
.hero.four0four p {
  color: #fff;
  font-size: 1rem;
}
.hero.four0four p a {
  color: #fff;
}
.hero > .row {
  position: relative;
  height: 100%;
}
.hero > .row > div {
  bottom: 0;
  left: 0;
  padding-left: 10px;
  position: absolute;
}
.hero h1 {
  color: #fff;
  margin-left: 0;
}
.hero h2.subheading,
.hero p.preheader,
.hero p.blog-metadata {
  color: #B3B2B1;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 1.1111111111rem;
  font-weight: bold;
  text-transform: uppercase;
}
.hero p.preheader {
  color: #B3B2B1;
  margin-bottom: 0;
}
.hero p.blog-metadata em {
  text-transform: none;
}

@media screen and (min-width: 40em) {
  .hero {
    height: 768px;
  }
  .hero.four0four {
    height: 650px;
  }
  .hero h1 {
    max-width: 720px;
    text-align: left;
  }
}
@media screen and (max-width: 39.9375em) {
  .hero.home > .row > div {
    top: 175px;
  }
  .hero > .row > div {
    top: 115px;
  }
}
/* =Leading copy block ----------------------------------------------------------*/
.leading-copy {
  padding-left: 22px;
  padding-right: 22px;
}
.leading-copy h2 {
  color: #B3B2B1;
  font-size: 0.6666666667rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.leading-copy h6 {
  font-family: "myriad-pro", Helvetica, sans-serif;
}
.leading-copy p {
  font-size: 1rem;
}
.leading-copy .button {
  margin-top: 30px;
}

@media screen and (min-width: 40em) {
  .leading-copy {
    padding-left: 84px;
    padding-right: 84px;
  }
  .leading-copy h2 {
    font-family: "futura-pt", Helvetica, sans-serif;
    font-size: 0.7777777778rem;
  }
  .leading-copy p {
    font-size: 1.1666666667rem;
  }
  .leading-copy .button {
    margin-top: 40px;
  }
}
.leading-image, .leading-image + section {
  padding-top: 0px;
}

/* =Project slider ----------------------------------------------------------*/
.current-projects {
  background-color: #084518;
  padding: 0;
}
.current-projects .project-slider {
  margin: 0 auto;
  max-width: 1150px;
  position: relative;
  width: 100%;
}
.current-projects .project-slider .project-slide {
  position: relative;
  text-align: left;
}
.current-projects .project-slider ul.slick-dots {
  bottom: 0;
  right: 20px;
  list-style: none;
  position: absolute;
}
.current-projects .project-slider ul.slick-dots li {
  border: 1px solid #B3B2B1;
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
}
.current-projects .project-slider ul.slick-dots li:hover {
  cursor: pointer;
}
.current-projects .project-slider ul.slick-dots li.slick-active {
  background-color: #B3B2B1;
}
.current-projects .project-slider ul.slick-dots button {
  display: none;
}
.current-projects .project-slide-image {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  background-size: cover;
}
.current-projects .project-slide-info {
  background-color: rgba(8, 69, 24, 0.65);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.current-projects .project-slide-info > div {
  padding: 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.current-projects .project-slide-info h6 {
  color: #e88b3a;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 0.6111111111rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.current-projects .project-slide-info h6 a {
  color: #fff;
}
.current-projects .project-slide-info h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
.current-projects .project-slide-info h3 a {
  color: #fff;
}
.current-projects .project-slide-info p {
  color: #fff;
  margin-bottom: 0;
}
.current-projects .project-slide-info .button {
  margin-top: 20px;
}

@media only screen and (min-width: 755px) {
  .project-slider {
    max-width: 100% !important;
  }
  .project-slide-image {
    float: left;
    width: 58% !important;
    height: 500px !important;
  }
  .project-slide-info {
    background-color: #084518 !important;
    float: right;
    position: relative !important;
    width: 42% !important;
    height: 500px !important;
  }
  .project-slide-info > div {
    padding-left: 50px !important;
    padding-right: 80px !important;
  }
}
/* =CTAs ----------------------------------------------------------*/
.history-cta {
  margin-bottom: 30px;
}

.history-cta h2,
.blog-cta h2 {
  color: #B3B2B1;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 0.7777777778rem;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.history-cta h3,
.blog-cta h3 {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
  .history-cta {
    margin-bottom: 0;
    padding-right: 60px;
  }
}
.ghost {
  background-color: #F8F8F8;
  color: #fff;
  padding: 45px 0;
}

.sustainability {
  background-image: url(/assets/img/sustainability.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0;
  position: relative;
  color: #fff;
}
.sustainability .overlay {
  background-color: rgba(0, 128, 0, 0.8);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sustainability > .row {
  position: relative;
  z-index: 2;
}
.sustainability h2 {
  color: #fff;
  line-height: 1.2;
  text-transform: none;
  font-size: 1.7777777778rem;
}

.awards-block {
  background-image: url(/assets/img/bg-awards.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0;
  position: relative;
  color: #fff;
}
.awards-block h3 {
  color: #fff;
}

.more-image-overlay {
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 1.3333333333rem;
  margin-bottom: 20px;
  padding-bottom: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.more-image-overlay.no-photo .overlay {
  background-color: rgba(8, 69, 24, 0.92);
}
.more-image-overlay .overlay { /* Safari */
  transition-duration: 0.75s;
}
.more-image-overlay .inner {
  height: 100%;
  position: absolute;
  width: 100%;
}
.more-image-overlay .inner > div {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.more-image-overlay h6 {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 1.1111111111rem;
  font-style: normal;
  font-weight: 300;
  opacity: 0;
  text-transform: uppercase; /* Safari */
  transition-duration: 0.75s;
}
.more-image-overlay p {
  color: #fff;
  font-size: 0.8333333333rem;
  height: 24px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 0;
  text-transform: uppercase; /* Safari */
  transition-duration: 0.75s;
}
.more-image-overlay p a {
  color: inherit;
  font-style: normal;
}
.more-image-overlay p img.divider {
  height: 24px;
  margin: 0 10px;
}
.more-image-overlay:hover h6, .more-image-overlay:hover p {
  opacity: 1;
}
.more-image-overlay span {
  background: url(/assets/img/icon-arrow-right.png) center right no-repeat;
  padding-right: 15px;
  background-size: 6px 10px;
}
.more-image-overlay:hover .overlay, .more-image-overlay.hover-effect .overlay {
  background-color: rgba(8, 69, 24, 0.92); /* Safari */
  transition-duration: 0.75s;
}
.more-image-overlay:hover h6,
.more-image-overlay:hover h6 a, .more-image-overlay.hover-effect h6,
.more-image-overlay.hover-effect h6 a {
  color: #fff;
  font-size: 1.2222222222rem; /* Safari */
  transition-duration: 0.75s;
}
.more-image-overlay:hover p, .more-image-overlay.hover-effect p {
  display: block; /* Safari */
  transition-duration: 0.75s;
}

@media screen and (min-width: 40em) {
  .community-info {
    padding-left: 40px;
  }
}
@media screen and (min-width: 64em) {
  .reveal {
    width: 50rem;
    max-width: 62.5rem;
  }
}
.reveal.staff img {
  margin-bottom: 10px;
}

.reveal.staff h3.subheading {
  color: #7F7D7C;
  font-size: 0.6666666667rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media only screen and (min-resolution: 120dpi) {
  .more-image-overlay span {
    background: url(/assets/img/icon-arrow-right@2x.png) center right no-repeat;
  }
}
/* =Block grids ----------------------------------------------------------*/
.staff, .projects {
  margin-top: 0;
  padding-top: 0;
}

img.project-thumb:hover {
  cursor: pointer;
}

@media screen and (max-width: 39.9375em) {
  .row.projects,
  .row.team {
    max-width: 100%;
  }
  .row.projects .column, .row.projects .columns,
  .row.team .column,
  .row.team .columns {
    padding: 0;
  }
  .row.projects .more-image-overlay,
  .row.team .more-image-overlay {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 40em) {
  .project-thumbnails {
    padding-left: 43px;
    padding-right: 0;
  }
  .project-thumbnails img {
    float: left;
    margin: 0 0 10px 10px;
  }
}
/* =Pagination ------------------------------------------------------*/
.pagination {
  font-size: 1.4444444444rem;
  display: inline;
  color: #084518;
}
.pagination a {
  color: #084518;
  text-decoration: none;
}
.pagination a.active {
  text-decoration: underline;
}
.pagination .page-prev-link {
  text-align: left;
}
.pagination .page-prev-link::before {
  content: url(images/page-prev-arrow.png);
  padding-right: 25px;
  vertical-align: -10%;
}
.pagination .page-next-link {
  text-align: right;
  float: right;
}
.pagination .page-next-link::after {
  content: url(images/page-next-arrow.png);
  padding-left: 25px;
  vertical-align: -10%;
}

.pagination-by-project .columns:first-child {
  margin-bottom: 1rem;
}
.pagination-by-project a {
  display: flex;
}
.pagination-by-project a.prev img {
  margin-right: 1rem;
}
.pagination-by-project a.next {
  text-align: right;
  justify-content: flex-end;
}
.pagination-by-project a.next img {
  margin-left: 1rem;
}
.pagination-by-project a div span {
  color: #7F7D7C;
  font-size: 0.875rem;
  display: block;
}
.pagination-by-project a:hover, .pagination-by-project a:hover span {
  color: #084518;
}

/* =Footer ----------------------------------------------------------*/
footer {
  background: #000 url(/assets/img/footer-bg-2.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer h5 {
  color: #fff;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 1.3888888889rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
footer h6 {
  color: #fff;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
footer .border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
footer hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin-top: 40px;
}
footer p.copyright {
  color: #7F7D7C;
  font-size: 0.7222222222rem;
  line-height: 16px;
}
footer p.byline {
  color: #006C1C;
  font-size: 0.6111111111rem;
  line-height: 16px;
}
footer p.byline a {
  color: #7F7D7C;
}

/* =Images ----------------------------------------------------------*/
figcaption {
  color: #7F7D7C;
  font-size: 0.7777777778rem;
  font-style: italic;
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 40em) {
  figure.left {
    float: left;
    margin-left: 0;
    margin-right: 22px;
    max-width: 65%;
  }
  figure.full {
    clear: both;
    float: none;
    margin: 2rem 0;
    text-align: center;
    width: 100%;
  }
  figure.right {
    float: right;
    margin-left: 40px;
    margin-right: 0;
    max-width: 65%;
  }
  .image-block--center {
    margin: 0 auto;
    max-width: 100%;
  }
  .image-block--center + p {
    margin-top: 2rem;
  }
  .image-block--left {
    float: left;
    margin: 12px 28px 12px 0;
    max-width: 50%;
  }
  .image-block--right {
    float: right;
    margin: 12px 0 12px 28px;
    max-width: 50%;
  }
}
.logo-column {
  display: block;
  margin: 20px auto;
  white-space: nowrap;
  width: 130px;
}
.logo-column .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.logo-column img {
  vertical-align: middle;
}

@media only screen and (min-width: 580px) {
  .logo-column {
    display: inline-block;
    height: 130px;
    margin: 0 12px 24px;
  }
}
@media only screen and (min-width: 780px) {
  .logo-column {
    display: inline-block;
    margin: 0 25px 50px;
  }
}
/* =Blog categories ----------------------------------------------------------*/
ul.blog-categories {
  list-style: none;
  margin: 0;
}

.topic-wrapper hr {
  margin-left: 0;
  width: 162px;
}

.topic-wrapper p {
  font-style: italic;
}
.topic-wrapper p strong {
  color: #7F7D7C;
  font-weight: normal;
}

/* =Forms ----------------------------------------------------------*/
.blog-search {
  margin-bottom: 82px;
}
.blog-search input.button {
  background: url(/assets/img/icon-search.png) center center no-repeat;
  border: 0;
  color: transparent;
  margin-left: 10px;
  padding: 0;
  width: 33px;
  height: 33px;
}

.team-filter {
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}

#mc-embedded-subscribe-form .button {
  border-color: #fff;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

#mc-embedded-subscribe-form input[type=text],
#mc-embedded-subscribe-form input[type=email] {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  color: #084518;
}
#mc-embedded-subscribe-form input[type=text] input[type=text]:-moz-placeholder,
#mc-embedded-subscribe-form input[type=email] input[type=text]:-moz-placeholder {
  color: #084518;
}
#mc-embedded-subscribe-form input[type=text] input[type=text]::-moz-placeholder,
#mc-embedded-subscribe-form input[type=email] input[type=text]::-moz-placeholder {
  color: #084518;
}
#mc-embedded-subscribe-form input[type=text] input[type=text]:-ms-input-placeholder,
#mc-embedded-subscribe-form input[type=email] input[type=text]:-ms-input-placeholder {
  color: #084518;
}
#mc-embedded-subscribe-form input[type=text] input[type=text]::-webkit-input-placeholder,
#mc-embedded-subscribe-form input[type=email] input[type=text]::-webkit-input-placeholder {
  color: #084518;
}

/* =Tabs ----------------------------------------------------------*/
.tabs {
  text-align: center;
}
.tabs li {
  display: inline-block;
  float: none;
}

.timeline-wrap {
  padding-bottom: 0;
  padding-top: 0;
}

.tabs {
  background-color: #084518;
  border: 0;
}
.tabs .tabs-title > a {
  color: #fff;
  border-bottom: 4px solid transparent;
  font-size: 1rem; /* Safari */
  transition-duration: 0.5;
}
.tabs .tabs-title > a:focus,
.tabs .tabs-title > a[aria-selected=true] {
  background: transparent;
  border-bottom: 4px solid #e88b3a;
  font-style: italic;
  font-weight: 700; /* Safari */
  transition-duration: 0.5s;
}
.tabs .tabs-title > a:hover {
  background-color: rgb(9.5896103896, 82.7103896104, 28.7688311688);
}

.tabs-content {
  border: 0;
}
.tabs-content .panel-image {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 300px;
  background-size: cover;
}
.tabs-content .panel-info {
  padding: 1rem;
}

@media screen and (min-width: 40em) {
  .tabs-content .panel-image {
    float: left;
    min-height: 650px;
    width: 48%;
    height: 100%;
  }
  .tabs-content .panel-info {
    float: right;
    padding: 40px;
    width: 52%;
  }
}
@media screen and (min-width: 64em) {
  .tabs-content .panel-image {
    min-height: 550px;
    height: 100%;
  }
}
.sprig-component {
  text-align: center;
}
.sprig-component .view-more-projects {
  margin-top: 3rem;
}

.callout.no-jobs,
.callout.jobs-list {
  margin: 2rem auto;
  max-width: 640px;
}
@media screen and (min-width: 64em) {
  .callout.no-jobs,
  .callout.jobs-list {
    margin: 3rem auto;
    max-width: 768px;
  }
}
.callout.no-jobs h2,
.callout.jobs-list h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

.job-application {
  background-color: #F8F8F8;
  padding: 1rem;
}
.job-application__heading {
  margin-bottom: 1rem;
}
.job-application .fui-row legend {
  display: none;
}
.job-application .fui-field-container {
  margin: 0;
}
.job-application .fui-field {
  margin-bottom: 1rem;
}
.job-application .fui-field input {
  margin-bottom: 0;
}
.job-application .fui-field input.fui-error {
  border: 1px solid #D11A1A;
}
.job-application .fui-label {
  font-size: 0.8889rem;
  font-weight: 700;
}
.job-application .fui-label .fui-required {
  color: #D11A1A;
}
.job-application .fui-instructions {
  font-size: 0.7778rem;
}
.job-application .fui-instructions p {
  margin-bottom: 0.25rem;
}
.job-application input[type=file] {
  font-size: 0.7778rem;
  padding: 0.25rem;
}
.job-application textarea {
  margin-bottom: 0;
  min-height: 200px;
}
.job-application .button {
  margin: 2rem 0 0;
}
.job-application .fui-alert-error {
  border: 1px solid #D11A1A;
  background-color: #FFE0E0;
  padding: 0.5rem;
  font-size: 0.8889rem;
  color: #8F0000;
  margin-bottom: 1rem;
}
.job-application .fui-error-message {
  color: #A30000;
  font-size: 0.7778rem;
  font-weight: 700;
}

/* =jQuery Modal ----------------------------------------------------------*/
.blocker {
  background-color: #084518;
  background-color: rgba(8, 69, 24, 0.7);
  box-sizing: border-box;
  overflow: auto;
  padding: 20px;
  position: fixed;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.05em;
  vertical-align: middle;
}

.modal {
  background: #fff;
  border: 3px solid #084518;
  display: inline-block;
  max-width: 730px;
  min-width: 280px;
  padding: 15px 30px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 2;
}
.modal p {
  line-height: 1.8;
}

.modal a.close-modal {
  background: url(/assets/img/icon-modal-close.png) no-repeat center center;
  display: block;
  height: 34px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 34px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
  .modal a.close-modal {
    background: url(/assets/img/icon-modal-close@2x.png) no-repeat center center;
  }
}
.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,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") #111 no-repeat center center;
  border-radius: 8px;
}

/* =Chosen ----------------------------------------------------------*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.5.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 275px !important;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#timeline_select_chosen {
  width: 100% !important;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  background-color: rgba(8, 69, 24, 0.86);
  border: 1px solid #084518;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  width: 100%;
  z-index: 1010;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  background-color: #fff;
  border: 1px solid #006C1C;
  color: #006C1C;
  display: block;
  height: 31px;
  line-height: 29px;
  overflow: hidden;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/assets/img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/img/chosen-sprite.png") no-repeat 0px 5px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("/assets/img/chosen-sprite.png") no-repeat 100% -20px;
  background: url("/assets/img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #fff;
  margin: 0 4px 4px 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 0 4px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 7px 5px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #E0DFDF;
  color: #084518;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/assets/img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #006C1C;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #006C1C;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 6px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("/assets/img/chosen-sprite.png") no-repeat -30px -20px;
  background: url("/assets/img/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* =Slick JS ----------------------------------------------------------*/
.slick-list {
  width: 100%;
}

.slick-slide {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.slick-slide img {
  margin: 0 auto;
}

.slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 1000;
}
.slick-arrow.slick-prev {
  left: -20px;
}
.slick-arrow.slick-next {
  right: -20px;
}
.slick-arrow:hover {
  cursor: pointer;
}

.project-slider .slick-arrow {
  top: 50%;
}

.project-slider .slick-arrow.slick-prev {
  left: 20px;
}

.project-slider .slick-arrow.slick-next {
  right: 20px;
}

.project-viewer-images {
  padding: 30px;
}

#project-viewer .project-viewer-images .slick-arrow {
  top: 45%;
}
#project-viewer .project-viewer-images .slick-arrow.slick-prev {
  left: 0;
}
#project-viewer .project-viewer-images .slick-arrow.slick-next {
  right: 0;
}

.community-slider .caption {
  font-size: 0.7777777778rem;
}

.community-slider .slick-arrow {
  top: 100%;
}
.community-slider .slick-arrow.slick-prev {
  left: 43%;
}
.community-slider .slick-arrow.slick-next {
  right: 43%;
}

@media screen and (max-width: 39.9375em) {
  .community-slider {
    margin-bottom: 40px;
  }
}
#project-viewer.modal {
  padding: 50px;
  max-width: 800px;
}

@media only screen and (min-width: 1080px) {
  #modal-outreach,
  #modal-awards {
    max-width: 1000px;
  }
  .outreach-slider,
  .awards-slider {
    float: right;
    margin: 0;
    width: 782px;
  }
  .outreach-slider > div,
  .awards-slider > div {
    width: 782px;
  }
  .outreach-nav,
  .awards-nav {
    float: left;
    margin: 25px auto 0;
    padding-top: 40px;
    padding-bottom: 20px;
    width: 150px;
  }
  .outreach-nav > div,
  .awards-nav > div {
    width: 152px;
  }
  .outreach-nav .slick-arrow.slick-prev,
  .awards-nav .slick-arrow.slick-prev {
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  .outreach-nav .slick-arrow.slick-next,
  .awards-nav .slick-arrow.slick-next {
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
  }
}

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