/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/* line 23, ../../bower_components/normalize-scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 36, ../../bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 50, ../../bower_components/normalize-scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 88, ../../bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 98, ../../bower_components/normalize-scss/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 110, ../../bower_components/normalize-scss/_normalize.scss */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 120, ../../bower_components/normalize-scss/_normalize.scss */
a:active, a:hover {
  outline: 0; }

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 155, ../../bower_components/normalize-scss/_normalize.scss */
dfn {
  font-style: italic; }

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

/**
 * Addresses styling not present in IE 8/9.
 */
/* line 200, ../../bower_components/normalize-scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

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

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

/* line 255, ../../bower_components/normalize-scss/_normalize.scss */
sup {
  top: -0.5em; }

/* line 259, ../../bower_components/normalize-scss/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 314, ../../bower_components/normalize-scss/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 325, ../../bower_components/normalize-scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 336, ../../bower_components/normalize-scss/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 344, ../../bower_components/normalize-scss/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 353, ../../bower_components/normalize-scss/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 362, ../../bower_components/normalize-scss/_normalize.scss */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
/* line 389, ../../bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 407, ../../bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 418, ../../bower_components/normalize-scss/_normalize.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
/* line 433, ../../bower_components/normalize-scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 448, ../../bower_components/normalize-scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 457, ../../bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 468, ../../bower_components/normalize-scss/_normalize.scss */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
/* line 478, ../../bower_components/normalize-scss/_normalize.scss */
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`.
 */
/* line 494, ../../bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 504, ../../bower_components/normalize-scss/_normalize.scss */
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).
 */
/* line 515, ../../bower_components/normalize-scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 524, ../../bower_components/normalize-scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 537, ../../bower_components/normalize-scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 550, ../../bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 559, ../../bower_components/normalize-scss/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 570, ../../bower_components/normalize-scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 575, ../../bower_components/normalize-scss/_normalize.scss */
td,
th {
  padding: 0; }

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v0.10.4
* Docs at http://davidtheclark.github.io/scut
*/
/*============================ */
/*==========================
COLORS
==========================*/
/*==========================
FONTS
==========================*/
@font-face {
  font-family: "arvo";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/arvo-regular-webfont.eot");
  src: url("../fonts/arvo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arvo-regular-webfont.woff") format("woff"), url("../fonts/arvo-regular-webfont.ttf") format("truetype"), url("../fonts/arvo-regular-webfont.svg#arvo") format("svg"); }
@font-face {
  font-family: "arvo-bold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/arvo-regular-webfont.eot");
  src: url("../fonts/arvo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arvo-regular-webfont.woff") format("woff"), url("../fonts/arvo-regular-webfont.ttf") format("truetype"), url("../fonts/arvo-regular-webfont.svg#arvo-bold") format("svg"); }
@font-face {
  font-family: "arvo-italic";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/arvo-regular-webfont.eot");
  src: url("../fonts/arvo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arvo-regular-webfont.woff") format("woff"), url("../fonts/arvo-regular-webfont.ttf") format("truetype"), url("../fonts/arvo-regular-webfont.svg#arvo-italic") format("svg"); }
/*==========================
DIMENSIONS
==========================*/
/*==========================
MARGINS
==========================*/
/*==========================
MEDIA QUERIES
==========================*/
/* line 1, ../../src/scss/_type.scss */
.t-lightgrey {
  color: #6E7072; }

/* line 5, ../../src/scss/_type.scss */
a.t-lightgrey {
  color: #6E7072;
  transition: all .5s linear; }
  /* line 8, ../../src/scss/_type.scss */
  a.t-lightgrey:hover {
    color: #3a93e9; }

/* line 13, ../../src/scss/_type.scss */
a.t-white {
  color: #fff;
  transition: all .5s linear; }
  /* line 16, ../../src/scss/_type.scss */
  a.t-white:hover {
    color: #3a93e9; }
    /* line 18, ../../src/scss/_type.scss */
    a.t-white:hover h4 {
      color: #3a93e9; }
  /* line 22, ../../src/scss/_type.scss */
  a.t-white h4 {
    transition: all .5s;
    color: #fff; }

/* line 28, ../../src/scss/_type.scss */
.t-white {
  color: #fff; }

/* line 32, ../../src/scss/_type.scss */
.t-center {
  text-align: center; }

/* line 36, ../../src/scss/_type.scss */
.t-uppercase {
  text-transform: uppercase; }

/* line 40, ../../src/scss/_type.scss */
h1 {
  font-size: 1.75em;
  letter-spacing: 3px;
  margin: 0; }
  @media only screen and (min-width: 48.999em) {
    /* line 40, ../../src/scss/_type.scss */
    h1 {
      font-size: 2em;
      margin: 0.67em 0; } }

/* line 50, ../../src/scss/_type.scss */
h2.alliance, .alliance.single-career-title {
  margin-top: 0; }

/* line 1, ../../src/scss/_base.scss */
html, body {
  font-size: 16px;
  line-height: 1.4em;
  color: #000;
  font-family: montserrat, Helvetica, sans-serif;
  max-width: 100%;
  width: 100%;
  background: url(../images/white-feather-text-background.png); }

/* line 11, ../../src/scss/_base.scss */
body {
  overflow-x: hidden; }

/* line 15, ../../src/scss/_base.scss */
html.mobile, html.mobile > body {
  overflow-x: hidden;
  position: absolute; }

/* line 20, ../../src/scss/_base.scss */
* {
  box-sizing: border-box; }

/* line 24, ../../src/scss/_base.scss */
h1, h2, .single-career-title, h3, h4, h5, h6 {
  font-family: arvo, Helvetica, sans-serif;
  line-height: 1.4;
  letter-spacing: 2px; }

/* line 30, ../../src/scss/_base.scss */
a {
  text-decoration: none; }

/* line 34, ../../src/scss/_base.scss */
.read-more, .blue-button, div.application-popup a.desc-download, .application-form form input.wpcf7-submit {
  color: #fff;
  display: block;
  clear: both;
  background: #EF413D;
  position: relative;
  max-width: 10em;
  text-align: center;
  padding: .5em 1em;
  transition: all .5s linear; }
  /* line 44, ../../src/scss/_base.scss */
  .read-more:hover, .blue-button:hover, div.application-popup a.desc-download:hover, .application-form form input.wpcf7-submit:hover {
    background: #b3312e;
    color: #fff; }

/* line 50, ../../src/scss/_base.scss */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 80em;
  padding: 1em; }
  /* line 55, ../../src/scss/_base.scss */
  .container.isotope {
    padding: 0; }
    @media only screen and (min-width: 58em) {
      /* line 55, ../../src/scss/_base.scss */
      .container.isotope {
        padding: 1em; } }
  /* line 61, ../../src/scss/_base.scss */
  .container.small {
    max-width: 65em !important; }
  /* line 64, ../../src/scss/_base.scss */
  .container.smaller {
    max-width: 50em !important; }
  /* line 67, ../../src/scss/_base.scss */
  .container.search {
    max-width: 40em !important; }

@media only screen and (min-width: 58em) {
  /* line 74, ../../src/scss/_base.scss */
  .right-quarter .copy-container {
    left: auto;
    right: 12.5%; } }

@media only screen and (min-width: 58em) {
  /* line 81, ../../src/scss/_base.scss */
  .copy-container {
    position: absolute;
    width: 50%;
    max-width: 55em;
    margin: 0 12.5%;
    left: 25%; } }

/* line 91, ../../src/scss/_base.scss */
section {
  padding: 2em 0; }
  /* line 93, ../../src/scss/_base.scss */
  section#hider, section.box-list, section.tab-transform {
    padding: 0; }

/* line 98, ../../src/scss/_base.scss */
.bg-dark, .staff-item .bio-modal, div.application-popup {
  width: 100%;
  background: url(../images/bg-dark.jpg) repeat;
  color: #fff; }
  /* line 102, ../../src/scss/_base.scss */
  .bg-dark .the-content, .staff-item .bio-modal .the-content, div.application-popup .the-content {
    color: #fff; }

/* line 107, ../../src/scss/_base.scss */
.bg-grey {
  background: url(../images/bg-light.jpg); }

/* line 111, ../../src/scss/_base.scss */
.bg-light {
  width: 100%;
  background: url(../images/white-feather-text-background.png) repeat;
  color: #6E7072; }
  /* line 115, ../../src/scss/_base.scss */
  .bg-light div.home-box-copy {
    color: #6E7072; }

/* line 120, ../../src/scss/_base.scss */
.bg-white {
  background: #fff; }

/* line 124, ../../src/scss/_base.scss */
.headline-bars {
  text-align: center;
  position: relative; }
  /* line 128, ../../src/scss/_base.scss */
  .headline-bars span {
    width: 1.5em;
    top: 50%;
    left: 0;
    position: absolute; }
    /* line 133, ../../src/scss/_base.scss */
    .headline-bars span:last-child {
      left: auto;
      right: 0; }
    @media only screen and (min-width: 48.999em) {
      /* line 128, ../../src/scss/_base.scss */
      .headline-bars span {
        border-bottom: 2px solid #3B3C3D; } }
  /* line 143, ../../src/scss/_base.scss */
  .headline-bars.large-header span {
    left: -2.5em; }
    /* line 146, ../../src/scss/_base.scss */
    .headline-bars.large-header span:last-child {
      left: auto !important;
      right: -2.5em; }
  /* line 154, ../../src/scss/_base.scss */
  .headline-bars.white span {
    border-bottom: 2px solid #fff; }
  /* line 159, ../../src/scss/_base.scss */
  .headline-bars .barred {
    text-transform: uppercase;
    display: inline-block;
    position: relative; }

/* line 167, ../../src/scss/_base.scss */
.headline-bars-y {
  padding: 2em 0; }
  /* line 169, ../../src/scss/_base.scss */
  .headline-bars-y h1 {
    text-align: center;
    padding: .25em 0;
    display: block;
    max-width: 27em;
    margin: 1em auto;
    font-size: 1.5em;
    font-family: arvo, Helvetica, sans-serif;
    line-height: 1.4; }
    @media only screen and (min-width: 58em) {
      /* line 169, ../../src/scss/_base.scss */
      .headline-bars-y h1 {
        font-size: 3.5em;
        line-height: 0; } }
  /* line 183, ../../src/scss/_base.scss */
  .headline-bars-y hr {
    border-width: 2px;
    border-style: solid;
    max-width: 46em; }

/* line 190, ../../src/scss/_base.scss */
.large-header {
  text-align: center;
  position: relative;
  overflow: hidden; }
  /* line 195, ../../src/scss/_base.scss */
  .large-header h1 {
    font-size: 2.5em; }
    @media only screen and (min-width: 48.999em) {
      /* line 195, ../../src/scss/_base.scss */
      .large-header h1 {
        font-size: 3.2em; } }
    @media only screen and (min-width: 58em) {
      /* line 195, ../../src/scss/_base.scss */
      .large-header h1 {
        font-size: 5em; } }

/* line 208, ../../src/scss/_base.scss */
.the-content {
  margin: 4em auto; }

/* line 212, ../../src/scss/_base.scss */
.state-modal .the-content {
  margin: 2rem auto; }

/* line 217, ../../src/scss/_base.scss */
.date {
  font-style: italic; }

/* line 221, ../../src/scss/_base.scss */
.darkness {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #000;
  opacity: .3;
  top: 0;
  left: 0; }

/* line 233, ../../src/scss/_base.scss */
#bottom-image {
  float: left; }
  /* line 235, ../../src/scss/_base.scss */
  #bottom-image .darkness {
    opacity: 0; }

/* line 240, ../../src/scss/_base.scss */
.white-feather {
  background: url("../images/white-feather-text-background.png"); }

/* line 244, ../../src/scss/_base.scss */
.header-gradient {
  background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 25%;
  position: absolute;
  top: 0; }

/* line 252, ../../src/scss/_base.scss */
.row, .hug {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block; }

/* line 259, ../../src/scss/_base.scss */
.p-y, .p {
  padding: 1em 0; }

/* line 263, ../../src/scss/_base.scss */
.p-x, .p {
  padding: 0 1em; }

/* line 267, ../../src/scss/_base.scss */
.p {
  padding: 1em 1em; }

/* line 271, ../../src/scss/_base.scss */
.p-plus {
  padding: 2em; }

/* line 275, ../../src/scss/_base.scss */
.tab-post {
  float: left;
  width: calc(50% - 2em);
  text-align: center;
  margin: 1em; }

/* line 282, ../../src/scss/_base.scss */
div#bottom-image {
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 48.999em) {
    /* line 282, ../../src/scss/_base.scss */
    div#bottom-image {
      overflow: hidden;
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      /* line 1013, ../../bower_components/scut/dist/_scut.scss */
      div#bottom-image:before {
        content: "";
        display: block;
        height: 0;
        padding-top: 25%; } }

/* line 291, ../../src/scss/_base.scss */
.bottom-text {
  width: 100%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  line-height: 1.4;
  z-index: 2; }
  /* line 297, ../../src/scss/_base.scss */
  .bottom-text .mid-y {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    @media only screen and (min-width: 48.999em) {
      /* line 297, ../../src/scss/_base.scss */
      .bottom-text .mid-y {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0 auto;
        max-width: 100%; } }
  /* line 309, ../../src/scss/_base.scss */
  .bottom-text a {
    color: #fff;
    transition: all .25s; }
    /* line 312, ../../src/scss/_base.scss */
    .bottom-text a:hover {
      color: #3a93e9; }

/* line 318, ../../src/scss/_base.scss */
.mid-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 100%; }

/* line 326, ../../src/scss/_base.scss */
.full-width {
  width: 100%; }

/* line 330, ../../src/scss/_base.scss */
.issue-thumbs.image {
  pointer-events: none; }

/* line 334, ../../src/scss/_base.scss */
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* line 338, ../../src/scss/_base.scss */
a.not-found {
  color: #3a93e9; }
  /* line 340, ../../src/scss/_base.scss */
  a.not-found:hover {
    color: #0059B4; }

/* line 344, ../../src/scss/_base.scss */
.error404 {
  text-align: left !important; }

/* line 348, ../../src/scss/_base.scss */
h1.search-header {
  font-size: 3.5em !important; }

/* line 353, ../../src/scss/_base.scss */
body.search-results article {
  margin: 2.5em 0; }

/* line 358, ../../src/scss/_base.scss */
.pagination {
  text-align: center; }

/* line 361, ../../src/scss/_base.scss */
.box-list-wrap {
  display: inline-block;
  width: 100%; }

/* line 366, ../../src/scss/_base.scss */
.hideable {
  display: none; }
  /* line 368, ../../src/scss/_base.scss */
  .hideable.showit {
    display: block; }

/* line 1, ../../src/scss/_wordpress.scss */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  /* line 7, ../../src/scss/_wordpress.scss */
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 16, ../../src/scss/_wordpress.scss */
div.wpcf7-response-output {
  clear: both; }

/* line 20, ../../src/scss/_wordpress.scss */
.wpcf7-validation-errors {
  border: 1px solid #ff0000 !important;
  background: #fff;
  color: #ff0000 !important;
  padding: 1em !important;
  margin-top: 4em !important;
  clear: both;
  box-sizing: border-box;
  width: 100%;
  margin: 0 !important; }

/* line 32, ../../src/scss/_wordpress.scss */
.wpcf7-not-valid {
  border: 1px solid #ff0000; }

/* line 36, ../../src/scss/_wordpress.scss */
.wpcf7-mail-sent-ok {
  background: #fff; }

/* line 40, ../../src/scss/_wordpress.scss */
.alignleft {
  max-width: 50%;
  float: left;
  margin: .3em 3em 3em 0;
  height: auto; }

/* line 47, ../../src/scss/_wordpress.scss */
.alignright {
  max-width: 50%;
  float: right;
  margin: .3em 0 3em 3em;
  height: auto; }

/* line 54, ../../src/scss/_wordpress.scss */
.aligncenter, .alignnone {
  max-width: 100%;
  margin: 1em auto;
  height: auto; }

/* line 60, ../../src/scss/_wordpress.scss */
.clear, .site-header, .site-footer, .feeds, .feeds .feed .feed-header, .issues, .press, #social-masonry {
  clear: both; }

/* line 64, ../../src/scss/_wordpress.scss */
.clear:before, .site-header:before, .site-footer:before, .feeds:before, .feeds .feed .feed-header:before, .issues:before, .press:before, #social-masonry:before,
.clear:after,
.site-header:after,
.site-footer:after,
.feeds:after,
.feeds .feed .feed-header:after,
.issues:after,
.press:after,
#social-masonry:after {
  content: " ";
  display: table; }

/* line 70, ../../src/scss/_wordpress.scss */
.clear:after, .site-header:after, .site-footer:after, .feeds:after, .feeds .feed .feed-header:after, .issues:after, .press:after, #social-masonry:after {
  clear: both; }

/* line 74, ../../src/scss/_wordpress.scss */
.error404 {
  padding-bottom: 2em;
  text-align: center; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fallDown {
  from {
    -webkit-transform: translateY(0vw);
    transform: translateY(0vw); }
  to {
    -webkit-transform: translateY(12vw);
    transform: translateY(12vw); } }
@keyframes fallDown {
  from {
    -webkit-transform: translateY(0vw);
    transform: translateY(0vw); }
  to {
    -webkit-transform: translateY(12vw);
    transform: translateY(12vw); } }
/* line 1, ../../src/scss/_grid.scss */
.container {
  min-width: 20em; }
  /* line 10, ../../bower_components/scut/dist/_scut.scss */
  .container:after {
    content: "";
    display: table;
    clear: both; }

/* line 6, ../../src/scss/_grid.scss */
.content {
  max-width: 100em;
  margin: auto; }

/* line 11, ../../src/scss/_grid.scss */
.cc {
  width: 100%; }
  @media (min-width: 48em) {
    /* line 11, ../../src/scss/_grid.scss */
    .cc {
      max-width: 75em;
      margin: auto; } }

/* line 20, ../../src/scss/_grid.scss */
.cc-m {
  width: 100%; }
  @media (min-width: 48em) {
    /* line 20, ../../src/scss/_grid.scss */
    .cc-m {
      max-width: 60em;
      margin: auto; } }

/* line 28, ../../src/scss/_grid.scss */
.cc-sm {
  width: 100%; }
  @media (min-width: 48em) {
    /* line 28, ../../src/scss/_grid.scss */
    .cc-sm {
      max-width: 55em;
      margin: auto; } }

/* line 37, ../../src/scss/_grid.scss */
.cc-xsm {
  width: 100%; }
  @media (min-width: 48em) {
    /* line 37, ../../src/scss/_grid.scss */
    .cc-xsm {
      max-width: 40em;
      margin: auto; } }

/* line 46, ../../src/scss/_grid.scss */
.row, .hug {
  width: 100%; }
  /* line 49, ../../src/scss/_grid.scss */
  .row:after, .hug:after {
    content: "";
    display: table;
    clear: both; }
  /* line 55, ../../src/scss/_grid.scss */
  .row.fix, .fix.hug {
    margin-right: -15px;
    margin-left: -15px; }

/* line 61, ../../src/scss/_grid.scss */
.r-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 48em) {
    /* line 61, ../../src/scss/_grid.scss */
    .r-flex {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

/* line 69, ../../src/scss/_grid.scss */
.col {
  width: 100%;
  float: left; }
  @media (min-width: 30em) {
    /* line 69, ../../src/scss/_grid.scss */
    .col {
      min-height: 1px; } }

/* line 77, ../../src/scss/_grid.scss */
.rel, .hug {
  position: relative; }

/* line 79, ../../src/scss/_grid.scss */
.hug {
  float: left; }

@media (min-width: 48em) {
  /* line 86, ../../src/scss/_grid.scss */
  .col-1 {
    width: 8.3333333333%; } }

@media (min-width: 48em) {
  /* line 86, ../../src/scss/_grid.scss */
  .col-2 {
    width: 16.6666666667%; } }

@media (min-width: 48em) {
  /* line 86, ../../src/scss/_grid.scss */
  .col-3 {
    width: 25%; } }

@media (min-width: 48em) {
  /* line 86, ../../src/scss/_grid.scss */
  .col-4 {
    width: 33.3333333333%; } }

@media (min-width: 48em) {
  /* line 86, ../../src/scss/_grid.scss */
  .col-5 {
    width: 41.6666666667%; } }

@media (min-width: 48em) {
  /* line 86, ../../src/scss/_grid.scss */
  .col-6 {
    width: 50%; } }

@media (min-width: 48em) {
  /* line 86, ../../src/scss/_grid.scss */
  .col-7 {
    width: 58.3333333333%; } }

@media (min-width: 48em) {
  /* line 86, ../../src/scss/_grid.scss */
  .col-8 {
    width: 66.6666666667%; } }

@media (min-width: 48em) {
  /* line 86, ../../src/scss/_grid.scss */
  .col-9 {
    width: 75%; } }

@media (min-width: 48em) {
  /* line 86, ../../src/scss/_grid.scss */
  .col-10 {
    width: 83.3333333333%; } }

@media (min-width: 48em) {
  /* line 86, ../../src/scss/_grid.scss */
  .col-11 {
    width: 91.6666666667%; } }

@media (min-width: 48em) {
  /* line 86, ../../src/scss/_grid.scss */
  .col-12 {
    width: 100%; } }

/* line 94, ../../src/scss/_grid.scss */
.col-mob-1 {
  width: 8.3333333333%; }

/* line 94, ../../src/scss/_grid.scss */
.col-mob-2 {
  width: 16.6666666667%; }

/* line 94, ../../src/scss/_grid.scss */
.col-mob-3 {
  width: 25%; }

/* line 94, ../../src/scss/_grid.scss */
.col-mob-4 {
  width: 33.3333333333%; }

/* line 94, ../../src/scss/_grid.scss */
.col-mob-5 {
  width: 41.6666666667%; }

/* line 94, ../../src/scss/_grid.scss */
.col-mob-6 {
  width: 50%; }

/* line 94, ../../src/scss/_grid.scss */
.col-mob-7 {
  width: 58.3333333333%; }

/* line 94, ../../src/scss/_grid.scss */
.col-mob-8 {
  width: 66.6666666667%; }

/* line 94, ../../src/scss/_grid.scss */
.col-mob-9 {
  width: 75%; }

/* line 94, ../../src/scss/_grid.scss */
.col-mob-10 {
  width: 83.3333333333%; }

/* line 94, ../../src/scss/_grid.scss */
.col-mob-11 {
  width: 91.6666666667%; }

/* line 94, ../../src/scss/_grid.scss */
.col-mob-12 {
  width: 100%; }

@media (min-width: 30em) {
  /* line 100, ../../src/scss/_grid.scss */
  .col-tab-1 {
    width: 8.3333333333%; } }

@media (min-width: 30em) {
  /* line 100, ../../src/scss/_grid.scss */
  .col-tab-2 {
    width: 16.6666666667%; } }

@media (min-width: 30em) {
  /* line 100, ../../src/scss/_grid.scss */
  .col-tab-3 {
    width: 25%; } }

@media (min-width: 30em) {
  /* line 100, ../../src/scss/_grid.scss */
  .col-tab-4 {
    width: 33.3333333333%; } }

@media (min-width: 30em) {
  /* line 100, ../../src/scss/_grid.scss */
  .col-tab-5 {
    width: 41.6666666667%; } }

@media (min-width: 30em) {
  /* line 100, ../../src/scss/_grid.scss */
  .col-tab-6 {
    width: 50%; } }

@media (min-width: 30em) {
  /* line 100, ../../src/scss/_grid.scss */
  .col-tab-7 {
    width: 58.3333333333%; } }

@media (min-width: 30em) {
  /* line 100, ../../src/scss/_grid.scss */
  .col-tab-8 {
    width: 66.6666666667%; } }

@media (min-width: 30em) {
  /* line 100, ../../src/scss/_grid.scss */
  .col-tab-9 {
    width: 75%; } }

@media (min-width: 30em) {
  /* line 100, ../../src/scss/_grid.scss */
  .col-tab-10 {
    width: 83.3333333333%; } }

@media (min-width: 30em) {
  /* line 100, ../../src/scss/_grid.scss */
  .col-tab-11 {
    width: 91.6666666667%; } }

@media (min-width: 30em) {
  /* line 100, ../../src/scss/_grid.scss */
  .col-tab-12 {
    width: 100%; } }

@media (min-width: 48em) {
  /* line 108, ../../src/scss/_grid.scss */
  .col-sm-desk-1 {
    width: 8.3333333333%; } }

@media (min-width: 48em) {
  /* line 108, ../../src/scss/_grid.scss */
  .col-sm-desk-2 {
    width: 16.6666666667%; } }

@media (min-width: 48em) {
  /* line 108, ../../src/scss/_grid.scss */
  .col-sm-desk-3 {
    width: 25%; } }

@media (min-width: 48em) {
  /* line 108, ../../src/scss/_grid.scss */
  .col-sm-desk-4 {
    width: 33.3333333333%; } }

@media (min-width: 48em) {
  /* line 108, ../../src/scss/_grid.scss */
  .col-sm-desk-5 {
    width: 41.6666666667%; } }

@media (min-width: 48em) {
  /* line 108, ../../src/scss/_grid.scss */
  .col-sm-desk-6 {
    width: 50%; } }

@media (min-width: 48em) {
  /* line 108, ../../src/scss/_grid.scss */
  .col-sm-desk-7 {
    width: 58.3333333333%; } }

@media (min-width: 48em) {
  /* line 108, ../../src/scss/_grid.scss */
  .col-sm-desk-8 {
    width: 66.6666666667%; } }

@media (min-width: 48em) {
  /* line 108, ../../src/scss/_grid.scss */
  .col-sm-desk-9 {
    width: 75%; } }

@media (min-width: 48em) {
  /* line 108, ../../src/scss/_grid.scss */
  .col-sm-desk-10 {
    width: 83.3333333333%; } }

@media (min-width: 48em) {
  /* line 108, ../../src/scss/_grid.scss */
  .col-sm-desk-11 {
    width: 91.6666666667%; } }

@media (min-width: 48em) {
  /* line 108, ../../src/scss/_grid.scss */
  .col-sm-desk-12 {
    width: 100%; } }

@media (min-width: 64em) {
  /* line 116, ../../src/scss/_grid.scss */
  .col-desk-1 {
    width: 8.3333333333%; } }

@media (min-width: 64em) {
  /* line 116, ../../src/scss/_grid.scss */
  .col-desk-2 {
    width: 16.6666666667%; } }

@media (min-width: 64em) {
  /* line 116, ../../src/scss/_grid.scss */
  .col-desk-3 {
    width: 25%; } }

@media (min-width: 64em) {
  /* line 116, ../../src/scss/_grid.scss */
  .col-desk-4 {
    width: 33.3333333333%; } }

@media (min-width: 64em) {
  /* line 116, ../../src/scss/_grid.scss */
  .col-desk-5 {
    width: 41.6666666667%; } }

@media (min-width: 64em) {
  /* line 116, ../../src/scss/_grid.scss */
  .col-desk-6 {
    width: 50%; } }

@media (min-width: 64em) {
  /* line 116, ../../src/scss/_grid.scss */
  .col-desk-7 {
    width: 58.3333333333%; } }

@media (min-width: 64em) {
  /* line 116, ../../src/scss/_grid.scss */
  .col-desk-8 {
    width: 66.6666666667%; } }

@media (min-width: 64em) {
  /* line 116, ../../src/scss/_grid.scss */
  .col-desk-9 {
    width: 75%; } }

@media (min-width: 64em) {
  /* line 116, ../../src/scss/_grid.scss */
  .col-desk-10 {
    width: 83.3333333333%; } }

@media (min-width: 64em) {
  /* line 116, ../../src/scss/_grid.scss */
  .col-desk-11 {
    width: 91.6666666667%; } }

@media (min-width: 64em) {
  /* line 116, ../../src/scss/_grid.scss */
  .col-desk-12 {
    width: 100%; } }

@media (min-width: 79.5em) {
  /* line 124, ../../src/scss/_grid.scss */
  .col-lg-1 {
    width: 8.3333333333%; } }

@media (min-width: 79.5em) {
  /* line 124, ../../src/scss/_grid.scss */
  .col-lg-2 {
    width: 16.6666666667%; } }

@media (min-width: 79.5em) {
  /* line 124, ../../src/scss/_grid.scss */
  .col-lg-3 {
    width: 25%; } }

@media (min-width: 79.5em) {
  /* line 124, ../../src/scss/_grid.scss */
  .col-lg-4 {
    width: 33.3333333333%; } }

@media (min-width: 79.5em) {
  /* line 124, ../../src/scss/_grid.scss */
  .col-lg-5 {
    width: 41.6666666667%; } }

@media (min-width: 79.5em) {
  /* line 124, ../../src/scss/_grid.scss */
  .col-lg-6 {
    width: 50%; } }

@media (min-width: 79.5em) {
  /* line 124, ../../src/scss/_grid.scss */
  .col-lg-7 {
    width: 58.3333333333%; } }

@media (min-width: 79.5em) {
  /* line 124, ../../src/scss/_grid.scss */
  .col-lg-8 {
    width: 66.6666666667%; } }

@media (min-width: 79.5em) {
  /* line 124, ../../src/scss/_grid.scss */
  .col-lg-9 {
    width: 75%; } }

@media (min-width: 79.5em) {
  /* line 124, ../../src/scss/_grid.scss */
  .col-lg-10 {
    width: 83.3333333333%; } }

@media (min-width: 79.5em) {
  /* line 124, ../../src/scss/_grid.scss */
  .col-lg-11 {
    width: 91.6666666667%; } }

@media (min-width: 79.5em) {
  /* line 124, ../../src/scss/_grid.scss */
  .col-lg-12 {
    width: 100%; } }

@media (min-width: 100em) {
  /* line 132, ../../src/scss/_grid.scss */
  .col-xl-1 {
    width: 8.3333333333%; } }

@media (min-width: 100em) {
  /* line 132, ../../src/scss/_grid.scss */
  .col-xl-2 {
    width: 16.6666666667%; } }

@media (min-width: 100em) {
  /* line 132, ../../src/scss/_grid.scss */
  .col-xl-3 {
    width: 25%; } }

@media (min-width: 100em) {
  /* line 132, ../../src/scss/_grid.scss */
  .col-xl-4 {
    width: 33.3333333333%; } }

@media (min-width: 100em) {
  /* line 132, ../../src/scss/_grid.scss */
  .col-xl-5 {
    width: 41.6666666667%; } }

@media (min-width: 100em) {
  /* line 132, ../../src/scss/_grid.scss */
  .col-xl-6 {
    width: 50%; } }

@media (min-width: 100em) {
  /* line 132, ../../src/scss/_grid.scss */
  .col-xl-7 {
    width: 58.3333333333%; } }

@media (min-width: 100em) {
  /* line 132, ../../src/scss/_grid.scss */
  .col-xl-8 {
    width: 66.6666666667%; } }

@media (min-width: 100em) {
  /* line 132, ../../src/scss/_grid.scss */
  .col-xl-9 {
    width: 75%; } }

@media (min-width: 100em) {
  /* line 132, ../../src/scss/_grid.scss */
  .col-xl-10 {
    width: 83.3333333333%; } }

@media (min-width: 100em) {
  /* line 132, ../../src/scss/_grid.scss */
  .col-xl-11 {
    width: 91.6666666667%; } }

@media (min-width: 100em) {
  /* line 132, ../../src/scss/_grid.scss */
  .col-xl-12 {
    width: 100%; } }

/* line 141, ../../src/scss/_grid.scss */
.col.main .col-1 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 141, ../../src/scss/_grid.scss */
    .col.main .col-1 {
      width: 8.3333333333%; } }
/* line 141, ../../src/scss/_grid.scss */
.col.main .col-2 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 141, ../../src/scss/_grid.scss */
    .col.main .col-2 {
      width: 16.6666666667%; } }
/* line 141, ../../src/scss/_grid.scss */
.col.main .col-3 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 141, ../../src/scss/_grid.scss */
    .col.main .col-3 {
      width: 25%; } }
/* line 141, ../../src/scss/_grid.scss */
.col.main .col-4 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 141, ../../src/scss/_grid.scss */
    .col.main .col-4 {
      width: 33.3333333333%; } }
/* line 141, ../../src/scss/_grid.scss */
.col.main .col-5 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 141, ../../src/scss/_grid.scss */
    .col.main .col-5 {
      width: 41.6666666667%; } }
/* line 141, ../../src/scss/_grid.scss */
.col.main .col-6 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 141, ../../src/scss/_grid.scss */
    .col.main .col-6 {
      width: 50%; } }
/* line 141, ../../src/scss/_grid.scss */
.col.main .col-7 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 141, ../../src/scss/_grid.scss */
    .col.main .col-7 {
      width: 58.3333333333%; } }
/* line 141, ../../src/scss/_grid.scss */
.col.main .col-8 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 141, ../../src/scss/_grid.scss */
    .col.main .col-8 {
      width: 66.6666666667%; } }
/* line 141, ../../src/scss/_grid.scss */
.col.main .col-9 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 141, ../../src/scss/_grid.scss */
    .col.main .col-9 {
      width: 75%; } }
/* line 141, ../../src/scss/_grid.scss */
.col.main .col-10 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 141, ../../src/scss/_grid.scss */
    .col.main .col-10 {
      width: 83.3333333333%; } }
/* line 141, ../../src/scss/_grid.scss */
.col.main .col-11 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 141, ../../src/scss/_grid.scss */
    .col.main .col-11 {
      width: 91.6666666667%; } }
/* line 141, ../../src/scss/_grid.scss */
.col.main .col-12 {
  width: 100%; }
  @media (min-width: 79.5em) {
    /* line 141, ../../src/scss/_grid.scss */
    .col.main .col-12 {
      width: 100%; } }

/* line 150, ../../src/scss/_grid.scss */
.col-fh {
  height: 100%; }

@media (max-width: 48em) {
  /* line 155, ../../src/scss/_grid.scss */
  .full-height {
    min-height: 0 !important; } }

/* line 162, ../../src/scss/_grid.scss */
.p-y-t, .p-y, .p {
  padding-top: 1rem; }

/* line 166, ../../src/scss/_grid.scss */
.p-y-b, .p-y, .p {
  padding-bottom: 1rem; }

/* line 170, ../../src/scss/_grid.scss */
.p-x-l, .p-x, .p {
  padding-left: 1rem; }

/* line 174, ../../src/scss/_grid.scss */
.p-x-r, .p-x, .p {
  padding-right: 1rem; }

/* line 193, ../../src/scss/_grid.scss */
.p-sm-y-t, .p-sm-y, .p-sm {
  padding-top: 0.5rem; }

/* line 197, ../../src/scss/_grid.scss */
.p-sm-y-b, .p-sm-y, .p-sm {
  padding-bottom: 0.5rem; }

/* line 201, ../../src/scss/_grid.scss */
.p-sm-x-l, .p-sm-x, .p-sm {
  padding-left: 0.5rem; }

/* line 205, ../../src/scss/_grid.scss */
.p-sm-x-r, .p-sm-x, .p-sm {
  padding-right: 0.5rem; }

/* line 225, ../../src/scss/_grid.scss */
.p-lg-y-t, .p-lg-y, .p-lg {
  padding-top: 2rem; }

/* line 229, ../../src/scss/_grid.scss */
.p-lg-y-b, .p-lg-y, .p-lg {
  padding-bottom: 2rem; }

/* line 233, ../../src/scss/_grid.scss */
.p-lg-x-l, .p-lg-x, .p-lg {
  padding-left: 2rem; }

/* line 237, ../../src/scss/_grid.scss */
.p-lg-x-r, .p-lg-x, .p-lg {
  padding-right: 2rem; }

/* line 256, ../../src/scss/_grid.scss */
.p-xl-y-t, .p-xl-y, .p-xl {
  padding-top: 4rem; }

/* line 260, ../../src/scss/_grid.scss */
.p-xl-y-b, .p-xl-y, .p-xl {
  padding-bottom: 4rem; }

/* line 264, ../../src/scss/_grid.scss */
.p-xl-x-l, .p-xl-x, .p-xl {
  padding-left: 4rem; }

/* line 268, ../../src/scss/_grid.scss */
.p-xl-x-r, .p-xl-x, .p-xl {
  padding-right: 4rem; }

/* line 287, ../../src/scss/_grid.scss */
.no-p {
  padding: 0; }

/* line 292, ../../src/scss/_grid.scss */
.m-y-t, .m-y, .m {
  margin-top: 1rem; }

/* line 296, ../../src/scss/_grid.scss */
.m-y-b, .m-y, .m {
  margin-bottom: 1rem; }

/* line 300, ../../src/scss/_grid.scss */
.m-x-l, .m-x, .m {
  margin-left: 1rem; }

/* line 304, ../../src/scss/_grid.scss */
.m-x-r, .m-x, .m {
  margin-right: 1rem; }

/* line 323, ../../src/scss/_grid.scss */
.m-sm-y-t, .m-sm-y, .m-sm {
  margin-top: 0.5rem; }

/* line 327, ../../src/scss/_grid.scss */
.m-sm-y-b, .m-sm-y, .m-sm {
  margin-bottom: 0.5rem; }

/* line 331, ../../src/scss/_grid.scss */
.m-sm-x-l, .m-sm-x, .m-sm {
  margin-left: 0.5rem; }

/* line 335, ../../src/scss/_grid.scss */
.m-sm-x-r, .m-sm-x, .m-sm {
  margin-right: 0.5rem; }

/* line 355, ../../src/scss/_grid.scss */
.m-lg-y-t, .m-lg-y, .m-lg {
  margin-top: 2rem; }

/* line 359, ../../src/scss/_grid.scss */
.m-lg-y-b, .m-lg-y, .m-lg {
  margin-bottom: 2rem; }

/* line 363, ../../src/scss/_grid.scss */
.m-lg-x-l, .m-lg-x, .m-lg {
  margin-left: 2rem; }

/* line 367, ../../src/scss/_grid.scss */
.m-lg-x-r, .m-lg-x, .m-lg {
  margin-right: 2rem; }

/* line 386, ../../src/scss/_grid.scss */
.no-m {
  margin: 0; }

/* line 390, ../../src/scss/_grid.scss */
.pull-right {
  float: right; }

/* line 394, ../../src/scss/_grid.scss */
.pull-left {
  float: left; }

@media (min-width: 48em) {
  /* line 398, ../../src/scss/_grid.scss */
  .p-lg-med {
    padding: 2rem; } }

@media (min-width: 48em) {
  /* line 404, ../../src/scss/_grid.scss */
  .p-lg-y-med {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

@media (min-width: 48em) {
  /* line 411, ../../src/scss/_grid.scss */
  .p-x-med {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (min-width: 48em) {
  /* line 418, ../../src/scss/_grid.scss */
  .p-y-med {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media (min-width: 64em) {
  /* line 425, ../../src/scss/_grid.scss */
  .p-y-lg {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media (min-width: 48em) {
  /* line 432, ../../src/scss/_grid.scss */
  .p-sm-y-med {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; } }

/* line 439, ../../src/scss/_grid.scss */
.p-x-l-med {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 48em) {
    /* line 439, ../../src/scss/_grid.scss */
    .p-x-l-med {
      padding-left: 1rem;
      padding-right: 0; } }

/* line 448, ../../src/scss/_grid.scss */
.p-x-r-med {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 48em) {
    /* line 448, ../../src/scss/_grid.scss */
    .p-x-r-med {
      padding-right: 1rem;
      padding-left: 0; } }

@media (min-width: 48em) {
  /* line 457, ../../src/scss/_grid.scss */
  .p-lg-x-l-med {
    padding-left: 2rem; } }

@media (min-width: 48em) {
  /* line 463, ../../src/scss/_grid.scss */
  .p-lg-x-r-med {
    padding-right: 2rem; } }

@media (min-width: 48em) {
  /* line 469, ../../src/scss/_grid.scss */
  .p-lg-y-b-med {
    padding-bottom: 2rem; } }

@media (min-width: 64em) {
  /* line 475, ../../src/scss/_grid.scss */
  .p-lg-x-l-lg {
    padding-left: 2rem; } }

/* line 481, ../../src/scss/_grid.scss */
.p-x-mobi {
  padding: 0 1rem; }
  @media (min-width: 79.5em) {
    /* line 481, ../../src/scss/_grid.scss */
    .p-x-mobi {
      padding: 0; } }

/* line 488, ../../src/scss/_grid.scss */
.p-xl-x-med {
  padding: 1rem; }
  @media (min-width: 48em) {
    /* line 488, ../../src/scss/_grid.scss */
    .p-xl-x-med {
      padding: 2rem 4rem; } }

@media (min-width: 48em) {
  /* line 496, ../../src/scss/_grid.scss */
  .flex-pad-left {
    padding-left: 2rem; }

  /* line 499, ../../src/scss/_grid.scss */
  .flex-pad-right {
    padding-right: 2rem; } }
/* line 504, ../../src/scss/_grid.scss */
.max-fivehundred {
  width: 100%;
  max-width: 750px;
  margin: 1rem auto 4rem;
  position: relative; }
  @media (min-width: 48em) {
    /* line 504, ../../src/scss/_grid.scss */
    .max-fivehundred {
      margin: 1rem 0 4rem;
      float: right; } }

/* line 1, ../../src/scss/_header.scss */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  /* line 8, ../../src/scss/_header.scss */
  .logged-in .site-header {
    top: 40px; }

/* line 13, ../../src/scss/_header.scss */
.site-title {
  background-size: contain;
  width: 7em;
  height: 7em;
  overflow: hidden;
  text-indent: -1000px;
  display: block;
  float: left;
  position: absolute;
  top: 0; }
  /* line 33, ../../src/scss/_header.scss */
  .site-title svg {
    display: block;
    -webkit-filter: drop-shadow(0px 0px 5px #fff);
    filter: drop-shadow(0px 0px 5px #fff);
    -moz-filter: drop-shadow(0px 0px 5px #fff);
    width: 100%;
    height: 100%;
    transition: all .25s;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    position: absolute; }
    @media only screen and (min-width: 48.999em) {
      /* line 33, ../../src/scss/_header.scss */
      .site-title svg {
        width: 120%;
        height: 120%; } }
  /* line 51, ../../src/scss/_header.scss */
  .site-title:hover svg {
    -webkit-filter: drop-shadow(0px 0px 2px #fff);
    filter: drop-shadow(0px 0px 2px #fff);
    -moz-filter: drop-shadow(0px 0px 2px #fff); }
  @media only screen and (min-width: 48.999em) {
    /* line 13, ../../src/scss/_header.scss */
    .site-title {
      width: 12em;
      height: 9em;
      position: relative; } }

/* line 64, ../../src/scss/_header.scss */
.hamburger {
  position: absolute;
  z-index: 4;
  display: block;
  width: 3em;
  height: 3em;
  background: #fff;
  border-radius: 5px;
  top: 0;
  right: 0;
  margin: 2em 1em 0 0;
  padding: .5em;
  cursor: pointer; }
  @media only screen and (min-width: 48.999em) {
    /* line 64, ../../src/scss/_header.scss */
    .hamburger {
      display: none;
      margin: 3em 1em 0 0; } }
  /* line 83, ../../src/scss/_header.scss */
  .hamburger span {
    display: block;
    width: 100%;
    height: .45em;
    background: #3B3C3D;
    border-radius: 5px;
    margin-bottom: .3em; }

/* line 93, ../../src/scss/_header.scss */
.site-nav-c {
  position: absolute;
  top: 0;
  margin-top: 0;
  padding-top: 8em;
  padding-bottom: 2em;
  width: 100%;
  right: -100%;
  background: #3B3C3D;
  transition: .5s; }
  /* line 103, ../../src/scss/_header.scss */
  .site-nav-c .social-mobile {
    display: none; }
  /* line 104, ../../src/scss/_header.scss */
  .site-nav-c.active {
    right: 0; }
    /* line 106, ../../src/scss/_header.scss */
    .site-nav-c.active .social-mobile {
      display: block; }
  @media only screen and (min-width: 48.999em) {
    /* line 93, ../../src/scss/_header.scss */
    .site-nav-c {
      float: right;
      position: relative;
      top: auto;
      right: auto;
      width: auto;
      padding-bottom: 0;
      padding-top: 0;
      margin-top: 1em;
      margin-right: 0;
      background: transparent; } }
  /* line 122, ../../src/scss/_header.scss */
  .site-nav-c .menu {
    clear: right;
    margin: 0;
    padding: 0 0 1em 0;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (min-width: 48.999em) {
      /* line 122, ../../src/scss/_header.scss */
      .site-nav-c .menu {
        text-align: right;
        float: right; } }
    /* line 134, ../../src/scss/_header.scss */
    .site-nav-c .menu li {
      display: block;
      margin-bottom: 1em; }
      @media only screen and (min-width: 48.999em) {
        /* line 134, ../../src/scss/_header.scss */
        .site-nav-c .menu li {
          float: left;
          margin-right: 0;
          margin-bottom: 0; }
          /* line 146, ../../src/scss/_header.scss */
          .site-nav-c .menu li a {
            display: block;
            padding: 0 1em 1em 1em;
            border-bottom: 1px solid #fff; }
            /* line 151, ../../src/scss/_header.scss */
            .site-nav-c .menu li a:hover {
              border-bottom: 1px solid #EF413D; } }
      /* line 157, ../../src/scss/_header.scss */
      .site-nav-c .menu li a {
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: 1em;
        transition: all .5s linear; }
        /* line 165, ../../src/scss/_header.scss */
        .site-nav-c .menu li a:hover {
          color: #EF413D; }
      /* line 171, ../../src/scss/_header.scss */
      .site-nav-c .menu li.current-menu-item a {
        color: #EF413D;
        border-bottom: 1px solid #EF413D; }

/* line 180, ../../src/scss/_header.scss */
.social {
  padding: 0;
  position: absolute;
  top: 0;
  left: 1em;
  display: none; }
  @media only screen and (min-width: 48.999em) {
    /* line 180, ../../src/scss/_header.scss */
    .social {
      float: right;
      clear: right;
      margin: 0 auto;
      display: block;
      position: relative;
      margin-right: 1em; } }
  /* line 195, ../../src/scss/_header.scss */
  .social li {
    display: inline-block;
    margin: 0 .5em 0 0; }
    /* line 199, ../../src/scss/_header.scss */
    .social li a {
      width: 2.5em;
      height: 2.5em;
      overflow: hidden;
      text-indent: -1000px;
      display: block; }
      /* line 207, ../../src/scss/_header.scss */
      .social li a.social-btn svg {
        display: block;
        transition: all .5s; }
        /* line 210, ../../src/scss/_header.scss */
        .social li a.social-btn svg .cls-fb2, .social li a.social-btn svg .cls-tw2, .social li a.social-btn svg .cls-in2, .social li a.social-btn svg .cls-pin2, .social li a.social-btn svg .cls-fb1, .social li a.social-btn svg .cls-tw1, .social li a.social-btn svg .cls-in1, .social li a.social-btn svg .cls-pin1, .social li a.social-btn svg .fill-brown, .social li a.social-btn svg .fill-white {
          transition: all .5s; }
      /* line 217, ../../src/scss/_header.scss */
      .social li a.social-btn:hover svg .cls-fb1, .social li a.social-btn:hover svg .cls-tw1, .social li a.social-btn:hover svg .cls-in1, .social li a.social-btn:hover svg .cls-pin1 {
        fill: #fff; }
      /* line 220, ../../src/scss/_header.scss */
      .social li a.social-btn:hover svg .cls-fb2 {
        fill: #3b5998; }
      /* line 223, ../../src/scss/_header.scss */
      .social li a.social-btn:hover svg .cls-tw2 {
        fill: #4099ff; }
      /* line 226, ../../src/scss/_header.scss */
      .social li a.social-btn:hover svg .cls-in2 {
        fill: #007bb6; }
      /* line 229, ../../src/scss/_header.scss */
      .social li a.social-btn:hover svg .cls-pin2 {
        fill: #cb2027; }
      /* line 232, ../../src/scss/_header.scss */
      .social li a.social-btn:hover svg .fill-brown {
        fill: #ffffff !important; }
      /* line 235, ../../src/scss/_header.scss */
      .social li a.social-btn:hover svg .fill-white {
        fill: #6A453B !important; }
      /* line 240, ../../src/scss/_header.scss */
      .social li a.social-btn.wc {
        background: url("../images/we-care.png");
        width: 2.5em;
        height: 2.5em;
        background-size: contain;
        background-repeat: no-repeat; }
        /* line 246, ../../src/scss/_header.scss */
        .social li a.social-btn.wc:hover {
          -webkit-filter: hue-rotate(25deg) contrast(160%);
          filter: hue-rotate(25deg) contrast(160%); }
      /* line 250, ../../src/scss/_header.scss */
      .social li a.social-btn.wpx {
        background: url("../images/wpx.png");
        width: 2.5em;
        height: 2.5em;
        background-size: contain;
        background-repeat: no-repeat; }
        /* line 256, ../../src/scss/_header.scss */
        .social li a.social-btn.wpx:hover {
          -webkit-filter: hue-rotate(25deg) contrast(160%);
          filter: hue-rotate(25deg) contrast(160%); }
      /* line 260, ../../src/scss/_header.scss */
      .social li a.social-btn.hoth {
        background: url("../images/hoth.png");
        width: 2.5em;
        height: 2.5em;
        background-size: contain;
        background-repeat: no-repeat; }
        /* line 266, ../../src/scss/_header.scss */
        .social li a.social-btn.hoth:hover {
          -webkit-filter: hue-rotate(25deg) contrast(160%);
          filter: hue-rotate(25deg) contrast(160%); }
    /* line 273, ../../src/scss/_header.scss */
    .social li:last-child {
      margin-right: 0; }

/* line 279, ../../src/scss/_header.scss */
.social-mobile {
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 5.5em;
  left: 1em; }
  @media only screen and (min-width: 48.999em) {
    /* line 279, ../../src/scss/_header.scss */
    .social-mobile {
      display: none; } }
  /* line 289, ../../src/scss/_header.scss */
  .social-mobile li {
    display: inline-block;
    margin: 0 .1255em 0 0; }
    /* line 293, ../../src/scss/_header.scss */
    .social-mobile li a {
      width: 2.5em;
      height: 2.5em;
      overflow: hidden;
      text-indent: -1000px;
      display: block; }
      /* line 300, ../../src/scss/_header.scss */
      .social-mobile li a.tw {
        background: url(../images/social-tw.svg) no-repeat;
        background-size: contain; }
      /* line 305, ../../src/scss/_header.scss */
      .social-mobile li a.fb {
        background: url(../images/social-fb.svg) no-repeat;
        background-size: contain; }
      /* line 310, ../../src/scss/_header.scss */
      .social-mobile li a.pin {
        background: url(../images/social-pin.svg) no-repeat;
        background-size: contain; }
      /* line 315, ../../src/scss/_header.scss */
      .social-mobile li a.in {
        background: url(../images/social-in.svg) no-repeat;
        background-size: contain; }
      /* line 319, ../../src/scss/_header.scss */
      .social-mobile li a.wc {
        background: url(../images/we-care.png) no-repeat;
        background-size: contain; }
      /* line 323, ../../src/scss/_header.scss */
      .social-mobile li a.wpx {
        background: url(../images/wpx.png) no-repeat;
        background-size: contain; }
      /* line 327, ../../src/scss/_header.scss */
      .social-mobile li a.ig {
        background: url(../images/instagram.svg) no-repeat;
        background-size: contain; }
      /* line 331, ../../src/scss/_header.scss */
      .social-mobile li a.hoth {
        background: url(../images/hoth.png) no-repeat;
        background-size: contain; }
    /* line 337, ../../src/scss/_header.scss */
    .social-mobile li:last-child {
      margin-right: 0; }

/* line 343, ../../src/scss/_header.scss */
.title-box {
  width: 100%;
  bottom: 3em;
  left: 0;
  z-index: 2;
  position: relative; }
  @media only screen and (min-width: 48.999em) {
    /* line 343, ../../src/scss/_header.scss */
    .title-box {
      width: 100%; } }

/* line 354, ../../src/scss/_header.scss */
form#search-box {
  margin: 1em;
  margin-top: 4rem;
  padding: .5em;
  float: right;
  border: 1px solid #c4c4c4;
  width: calc(100% - 2em); }
  @media only screen and (min-width: 48.999em) {
    /* line 354, ../../src/scss/_header.scss */
    form#search-box {
      width: 50%;
      margin: 0 0 1em 0; } }
  /* line 367, ../../src/scss/_header.scss */
  form#search-box input {
    border: 0;
    background: transparent;
    color: #fff;
    width: calc(100% - 3em); }
    @media only screen and (min-width: 48.999em) {
      /* line 367, ../../src/scss/_header.scss */
      form#search-box input {
        width: calc(100% - 2em); } }
    /* line 376, ../../src/scss/_header.scss */
    form#search-box input:focus {
      outline: none; }
  /* line 380, ../../src/scss/_header.scss */
  form#search-box input[type="submit"] {
    width: 1.5em;
    height: 1.5em;
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1.5em;
    position: relative;
    top: 2px;
    float: right;
    transition: all .25s; }
    /* line 390, ../../src/scss/_header.scss */
    form#search-box input[type="submit"]:hover {
      color: red; }
    @media only screen and (min-width: 48.999em) {
      /* line 380, ../../src/scss/_header.scss */
      form#search-box input[type="submit"] {
        position: absolute; } }

/* line 399, ../../src/scss/_header.scss */
a.down-arrow {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  height: 2em;
  width: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  /* line 409, ../../src/scss/_header.scss */
  a.down-arrow .cls-1 {
    fill: #fff;
    opacity: .4;
    transition: .5s; }
  /* line 415, ../../src/scss/_header.scss */
  a.down-arrow:hover .cls-1 {
    opacity: 1; }
  @media only screen and (min-width: 48.999em) {
    /* line 399, ../../src/scss/_header.scss */
    a.down-arrow {
      height: 2em;
      width: 3.5em;
      opacity: 1;
      pointer-events: all; } }

/* line 1, ../../src/scss/_footer.scss */
.site-footer {
  padding: 2em 0;
  font-family: arvo, Helvetica, sans-serif;
  color: #6E7072;
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cccccc 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#fffffff',GradientType=0 );
  /* IE6-9 */ }
  /* line 12, ../../src/scss/_footer.scss */
  .site-footer p {
    font-famliy: arvo, Helvetica, sans-serif; }
  /* line 16, ../../src/scss/_footer.scss */
  .site-footer .footer-left {
    width: 100%;
    float: left; }
    @media only screen and (min-width: 58em) {
      /* line 16, ../../src/scss/_footer.scss */
      .site-footer .footer-left {
        width: calc(100% * (2 / 3)); } }
    /* line 25, ../../src/scss/_footer.scss */
    .site-footer .footer-left .top {
      display: inline-block;
      width: 100%; }
    /* line 29, ../../src/scss/_footer.scss */
    .site-footer .footer-left .copyright {
      width: 100%;
      clear: both;
      margin: 1em 0;
      white-space: normal; }
      /* line 34, ../../src/scss/_footer.scss */
      .site-footer .footer-left .copyright a.legal-link {
        color: #6E7072;
        display: inline-block; }
        /* line 37, ../../src/scss/_footer.scss */
        .site-footer .footer-left .copyright a.legal-link:hover {
          color: #3a93e9; }
    @media only screen and (min-width: 58em) {
      /* line 16, ../../src/scss/_footer.scss */
      .site-footer .footer-left {
        white-space: nowrap; } }
  /* line 47, ../../src/scss/_footer.scss */
  .site-footer .footer-nav {
    width: 100%;
    float: left; }
    @media only screen and (min-width: 58em) {
      /* line 47, ../../src/scss/_footer.scss */
      .site-footer .footer-nav {
        width: calc(100% / 1); } }
    @media only screen and (min-width: 68.75em) {
      /* line 47, ../../src/scss/_footer.scss */
      .site-footer .footer-nav {
        width: 50%; } }
    /* line 56, ../../src/scss/_footer.scss */
    .site-footer .footer-nav .menu {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 63, ../../src/scss/_footer.scss */
      .site-footer .footer-nav .menu li {
        margin-right: 1em;
        width: calc(50% - 1em); }
        /* line 67, ../../src/scss/_footer.scss */
        .site-footer .footer-nav .menu li a {
          color: #6E7072;
          text-decoration: none;
          transition: all .5s linear;
          font-famliy: arvo, Helvetica, sans-serif; }
          /* line 73, ../../src/scss/_footer.scss */
          .site-footer .footer-nav .menu li a:hover {
            color: #3a93e9; }
  /* line 80, ../../src/scss/_footer.scss */
  .site-footer .footer-info {
    width: 50%;
    margin-bottom: 2em;
    font-famliy: arvo, Helvetica, sans-serif;
    float: left;
    font-size: .875em; }
    @media only screen and (min-width: 58em) {
      /* line 80, ../../src/scss/_footer.scss */
      .site-footer .footer-info {
        width: calc(100% / 2); } }
    @media only screen and (min-width: 68.75em) {
      /* line 80, ../../src/scss/_footer.scss */
      .site-footer .footer-info {
        width: 25%;
        margin-bottom: 0; } }
  /* line 94, ../../src/scss/_footer.scss */
  .site-footer .footer-right {
    position: relative;
    min-height: 6rem;
    width: 100%;
    float: right; }
    @media only screen and (min-width: 58em) {
      /* line 94, ../../src/scss/_footer.scss */
      .site-footer .footer-right {
        min-height: 0; } }
    /* line 100, ../../src/scss/_footer.scss */
    .site-footer .footer-right .social {
      margin: 0;
      position: relative;
      float: right;
      left: 0;
      display: none; }
      @media only screen and (min-width: 58em) {
        /* line 100, ../../src/scss/_footer.scss */
        .site-footer .footer-right .social {
          display: block; } }
    /* line 110, ../../src/scss/_footer.scss */
    .site-footer .footer-right .social-mobile {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      max-width: 20em;
      display: block !important; }
      @media only screen and (min-width: 58em) {
        /* line 110, ../../src/scss/_footer.scss */
        .site-footer .footer-right .social-mobile {
          display: none !important; } }
    @media only screen and (min-width: 58em) {
      /* line 94, ../../src/scss/_footer.scss */
      .site-footer .footer-right {
        width: calc(100% / 3); } }
  @media only screen and (min-width: 58em) {
    /* line 1, ../../src/scss/_footer.scss */
    .site-footer {
      padding: 2em 1em; } }

/* line 1, ../../src/scss/_home.scss */
#home-video {
  width: 100%;
  height: 32em;
  position: relative; }

/* line 7, ../../src/scss/_home.scss */
.home-testimonials {
  width: 100%;
  background: #EF413D;
  text-align: center;
  color: #fff;
  position: relative;
  top: 0; }
  /* line 14, ../../src/scss/_home.scss */
  .home-testimonials .home-testimonial {
    padding: 1em 3em; }
  @media only screen and (min-width: 58em) {
    /* line 7, ../../src/scss/_home.scss */
    .home-testimonials {
      position: absolute;
      z-index: 1;
      width: 70%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0; } }
  @media only screen and (min-width: 68.75em) {
    /* line 7, ../../src/scss/_home.scss */
    .home-testimonials {
      width: 60%; } }
  /* line 34, ../../src/scss/_home.scss */
  .home-testimonials:before {
    content: " ";
    width: 2em;
    height: 2em;
    background: url(../images/quotation-left-red.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 1em;
    top: 50%;
    margin-top: -1em;
    z-index: 0; }
  /* line 47, ../../src/scss/_home.scss */
  .home-testimonials:after {
    content: " ";
    width: 2em;
    height: 2em;
    background: url(../images/quotation-right-red.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -1em;
    z-index: 0; }
  /* line 59, ../../src/scss/_home.scss */
  .home-testimonials .read-more, .home-testimonials .blue-button, .home-testimonials div.application-popup a.desc-download, div.application-popup .home-testimonials a.desc-download, .home-testimonials .application-form form input.wpcf7-submit, .application-form form .home-testimonials input.wpcf7-submit {
    position: relative;
    color: #0059B4;
    margin: 0 auto; }
    /* line 63, ../../src/scss/_home.scss */
    .home-testimonials .read-more:hover, .home-testimonials .blue-button:hover, .home-testimonials div.application-popup a.desc-download:hover, div.application-popup .home-testimonials a.desc-download:hover, .home-testimonials .application-form form input.wpcf7-submit:hover, .application-form form .home-testimonials input.wpcf7-submit:hover {
      background: #EF413D;
      color: #fff; }

/* line 69, ../../src/scss/_home.scss */
.read-more, .blue-button, div.application-popup a.desc-download, .application-form form input.wpcf7-submit {
  color: #fff;
  margin: 1em 0; }
  /* line 72, ../../src/scss/_home.scss */
  .read-more:hover, .blue-button:hover, div.application-popup a.desc-download:hover, .application-form form input.wpcf7-submit:hover {
    background: #b3312e; }

/* line 77, ../../src/scss/_home.scss */
.press-item {
  margin: 1.5em 0; }
  /* line 79, ../../src/scss/_home.scss */
  .press-item h3 {
    margin: .5em 0; }

/* line 84, ../../src/scss/_home.scss */
body.home > .home-boxes > .press-items.home-box-copy {
  padding: 1em 1em 2em 1em !important; }

/* line 88, ../../src/scss/_home.scss */
.home-boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  /* line 91, ../../src/scss/_home.scss */
  .home-boxes.fwv {
    display: none; }
  /* line 94, ../../src/scss/_home.scss */
  .home-boxes a {
    color: #3a93e9; }
  @media only screen and (min-width: 58em) {
    /* line 88, ../../src/scss/_home.scss */
    .home-boxes {
      overflow: hidden;
      position: relative;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      /* line 1013, ../../bower_components/scut/dist/_scut.scss */
      .home-boxes:before {
        content: "";
        display: block;
        height: 0;
        padding-top: 25%; } }
  /* line 102, ../../src/scss/_home.scss */
  .home-boxes .home-box-image {
    width: 100%; }
    @media only screen and (min-width: 58em) {
      /* line 102, ../../src/scss/_home.scss */
      .home-boxes .home-box-image {
        width: 50%; } }
  /* line 109, ../../src/scss/_home.scss */
  .home-boxes .home-box-copy {
    width: 100%;
    padding: 1em;
    color: white;
    overflow: hidden;
    position: relative; }
    /* line 115, ../../src/scss/_home.scss */
    .home-boxes .home-box-copy h2, .home-boxes .home-box-copy .single-career-title {
      margin: 0; }
    @media only screen and (min-width: 58em) {
      /* line 109, ../../src/scss/_home.scss */
      .home-boxes .home-box-copy {
        width: 50%;
        padding: 7em; }
        /* line 122, ../../src/scss/_home.scss */
        .home-boxes .home-box-copy.one-pad {
          padding: 2em; } }
  /* line 128, ../../src/scss/_home.scss */
  .home-boxes.left-half .top-box-video-wrap, .home-boxes.left-quarter .top-box-video-wrap {
    display: none; }
  /* line 131, ../../src/scss/_home.scss */
  .home-boxes.left-half .home-box-image, .home-boxes.left-quarter .home-box-image {
    float: left;
    display: none; }
    @media only screen and (min-width: 48.999em) {
      /* line 131, ../../src/scss/_home.scss */
      .home-boxes.left-half .home-box-image, .home-boxes.left-quarter .home-box-image {
        display: block; } }
  /* line 138, ../../src/scss/_home.scss */
  .home-boxes.left-half .home-box-copy, .home-boxes.left-quarter .home-box-copy {
    float: right; }
  /* line 143, ../../src/scss/_home.scss */
  .home-boxes.right-half .top-box-video-wrap, .home-boxes.right-quarter .top-box-video-wrap {
    display: none; }
  /* line 146, ../../src/scss/_home.scss */
  .home-boxes.right-half .home-box-image, .home-boxes.right-quarter .home-box-image {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: none; }
    @media only screen and (min-width: 48.999em) {
      /* line 146, ../../src/scss/_home.scss */
      .home-boxes.right-half .home-box-image, .home-boxes.right-quarter .home-box-image {
        display: block; } }
  /* line 154, ../../src/scss/_home.scss */
  .home-boxes.right-half .home-box-copy, .home-boxes.right-quarter .home-box-copy {
    float: left; }
  /* line 159, ../../src/scss/_home.scss */
  .home-boxes.right-quarter .top-box-video-wrap, .home-boxes.left-quarter .top-box-video-wrap {
    display: none; }
  /* line 162, ../../src/scss/_home.scss */
  .home-boxes.right-quarter .home-box-image, .home-boxes.left-quarter .home-box-image {
    width: 25%;
    display: none; }
    @media only screen and (min-width: 58em) {
      /* line 162, ../../src/scss/_home.scss */
      .home-boxes.right-quarter .home-box-image, .home-boxes.left-quarter .home-box-image {
        display: block; } }
  /* line 169, ../../src/scss/_home.scss */
  .home-boxes.right-quarter .home-box-copy, .home-boxes.left-quarter .home-box-copy {
    width: 100%; }
    @media only screen and (min-width: 80.1em) {
      /* line 169, ../../src/scss/_home.scss */
      .home-boxes.right-quarter .home-box-copy, .home-boxes.left-quarter .home-box-copy {
        width: 75%; } }
  /* line 177, ../../src/scss/_home.scss */
  .home-boxes.right-video .home-box-image, .home-boxes.left-video .home-box-image {
    display: none; }
  /* line 180, ../../src/scss/_home.scss */
  .home-boxes.right-video .top-box-video-wrap, .home-boxes.left-video .top-box-video-wrap {
    width: 100%; }
    @media only screen and (min-width: 58em) {
      /* line 180, ../../src/scss/_home.scss */
      .home-boxes.right-video .top-box-video-wrap, .home-boxes.left-video .top-box-video-wrap {
        width: 50%; } }
  /* line 186, ../../src/scss/_home.scss */
  .home-boxes.right-video .top-box-video, .home-boxes.left-video .top-box-video {
    overflow: hidden;
    position: relative;
    width: 100%; }
    /* line 1013, ../../bower_components/scut/dist/_scut.scss */
    .home-boxes.right-video .top-box-video:before, .home-boxes.left-video .top-box-video:before {
      content: "";
      display: block;
      height: 0;
      padding-top: 56.25%; }
    /* line 189, ../../src/scss/_home.scss */
    .home-boxes.right-video .top-box-video iframe, .home-boxes.left-video .top-box-video iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  @media only screen and (min-width: 58em) {
    /* line 200, ../../src/scss/_home.scss */
    .home-boxes.right-video .top-box-video-wrap {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    /* line 203, ../../src/scss/_home.scss */
    .home-boxes.right-video .home-box-copy {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  @media only screen and (min-width: 58em) {
    /* line 210, ../../src/scss/_home.scss */
    .home-boxes.left-video .top-box-video-wrap {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    /* line 213, ../../src/scss/_home.scss */
    .home-boxes.left-video .home-box-copy {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; } }

/* line 221, ../../src/scss/_home.scss */
.press-items {
  height: 29em; }
  @media only screen and (min-width: 58em) {
    /* line 221, ../../src/scss/_home.scss */
    .press-items {
      height: 36em; } }

/* line 228, ../../src/scss/_home.scss */
.feeds {
  padding: 2em 0; }
  /* line 231, ../../src/scss/_home.scss */
  .feeds .feed {
    width: 100%;
    min-height: 15em;
    padding: 1em;
    color: grey; }
    /* line 236, ../../src/scss/_home.scss */
    .feeds .feed:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 58em) {
      /* line 231, ../../src/scss/_home.scss */
      .feeds .feed {
        width: calc(50% - 5em);
        float: left;
        margin: 0; }
        /* line 245, ../../src/scss/_home.scss */
        .feeds .feed.left {
          margin: 0 1em 0 4em; }
        /* line 249, ../../src/scss/_home.scss */
        .feeds .feed.right {
          margin: 0 4em 0 1em; } }
    /* line 254, ../../src/scss/_home.scss */
    .feeds .feed .feed-header {
      position: relative; }
      /* line 258, ../../src/scss/_home.scss */
      .feeds .feed .feed-header h4 {
        margin: .5em 0 0;
        font-size: 1.4em;
        padding: 0;
        font-weight: bold;
        font-family: montserrat, Helvetica, sans-serif; }
      /* line 266, ../../src/scss/_home.scss */
      .feeds .feed .feed-header h5 {
        margin: 0;
        color: #6E7072;
        font-family: montserrat, Helvetica, sans-serif; }
      /* line 272, ../../src/scss/_home.scss */
      .feeds .feed .feed-header img {
        float: left; }
      /* line 276, ../../src/scss/_home.scss */
      .feeds .feed .feed-header .feed-follow {
        position: absolute;
        top: 0;
        right: 0; }
    /* line 284, ../../src/scss/_home.scss */
    .feeds .feed .feed-date {
      color: #6E7072;
      margin: 1em 0; }

/* line 291, ../../src/scss/_home.scss */
.feed-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

/* line 297, ../../src/scss/_home.scss */
a.tweet {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

@media only screen and (min-width: 58em) {
  /* line 305, ../../src/scss/_home.scss */
  .tweet-text {
    font-size: 1.25em;
    line-height: 1.4; } }

/* line 314, ../../src/scss/_home.scss */
.issues.index-padded {
  padding: 0; }
  @media only screen and (min-width: 58em) {
    /* line 314, ../../src/scss/_home.scss */
    .issues.index-padded {
      padding: 2em 0; } }
/* line 323, ../../src/scss/_home.scss */
.issues.index-h-padded .container {
  padding: 0 4em; }
@media only screen and (min-width: 58em) {
  /* line 327, ../../src/scss/_home.scss */
  .issues.home {
    min-height: 50em;
    position: relative; }
    /* line 331, ../../src/scss/_home.scss */
    .issues.home .issue-copy {
      width: 75%; }
      /* line 333, ../../src/scss/_home.scss */
      .issues.home .issue-copy.one-pad {
        padding: 2em; } }
/* line 341, ../../src/scss/_home.scss */
.issues .issue-thumbs.home .issue-item-image {
  background-size: cover !important; }
  /* line 343, ../../src/scss/_home.scss */
  .issues .issue-thumbs.home .issue-item-image.active, .issues .issue-thumbs.home .issue-item-image:hover {
    background-size: cover !important; }
/* line 349, ../../src/scss/_home.scss */
.issues .issue-thumbs {
  width: 100%;
  display: block;
  overflow: hidden; }
  /* line 354, ../../src/scss/_home.scss */
  .issues .issue-thumbs.image {
    border: 0 !important;
    display: none;
    width: calc(25% - .375em);
    margin: .75em; }
    /* line 359, ../../src/scss/_home.scss */
    .issues .issue-thumbs.image .issue-item-image {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    @media only screen and (min-width: 58em) {
      /* line 354, ../../src/scss/_home.scss */
      .issues .issue-thumbs.image {
        display: block; } }
  @media only screen and (min-width: 58em) {
    /* line 349, ../../src/scss/_home.scss */
    .issues .issue-thumbs {
      float: left;
      height: 100%; }
      /* line 372, ../../src/scss/_home.scss */
      .issues .issue-thumbs.home {
        width: 25%;
        height: 100%;
        position: absolute; }
        /* line 376, ../../src/scss/_home.scss */
        .issues .issue-thumbs.home .issue-item-image {
          height: 25%; }
      /* line 381, ../../src/scss/_home.scss */
      .issues .issue-thumbs.half, .issues .issue-thumbs.small {
        width: calc(25% - 2em);
        margin: 1em; }
        /* line 385, ../../src/scss/_home.scss */
        .issues .issue-thumbs.half h2, .issues .issue-thumbs.half .single-career-title, .issues .issue-thumbs.small h2, .issues .issue-thumbs.small .single-career-title {
          font-size: 1em !important; }
      /* line 390, ../../src/scss/_home.scss */
      .issues .issue-thumbs.full, .issues .issue-thumbs.wide {
        width: calc(50% - 2em);
        margin: 1em; }
        /* line 394, ../../src/scss/_home.scss */
        .issues .issue-thumbs.full h2, .issues .issue-thumbs.full .single-career-title, .issues .issue-thumbs.wide h2, .issues .issue-thumbs.wide .single-career-title {
          font-size: 1em !important; }
      /* line 399, ../../src/scss/_home.scss */
      .issues .issue-thumbs.extrawide {
        width: calc(75% - 2em);
        margin: 1em; }
        /* line 403, ../../src/scss/_home.scss */
        .issues .issue-thumbs.extrawide h2, .issues .issue-thumbs.extrawide .single-career-title {
          font-size: 1em !important; }
      /* line 408, ../../src/scss/_home.scss */
      .issues .issue-thumbs.tall {
        width: calc(25% - 2em);
        height: calc(40vw + 2em);
        margin: 1em;
        clear: right;
        float: right; }
        /* line 414, ../../src/scss/_home.scss */
        .issues .issue-thumbs.tall .issue-item-image {
          height: 100%;
          background-size: cover !important; } }
  @media only screen and (min-width: 68.75em) {
    /* line 423, ../../src/scss/_home.scss */
    .issues .issue-thumbs.half h2, .issues .issue-thumbs.half .single-career-title, .issues .issue-thumbs.small h2, .issues .issue-thumbs.small .single-career-title {
      font-size: 1.4em !important; }
    /* line 429, ../../src/scss/_home.scss */
    .issues .issue-thumbs.full h2, .issues .issue-thumbs.full .single-career-title, .issues .issue-thumbs.wide h2, .issues .issue-thumbs.wide .single-career-title {
      font-size: 1.4em !important; }
    /* line 435, ../../src/scss/_home.scss */
    .issues .issue-thumbs.extrawide h2, .issues .issue-thumbs.extrawide .single-career-title {
      font-size: 1.4em !important; }
    /* line 442, ../../src/scss/_home.scss */
    .issues .issue-thumbs.tall .color {
      height: 100%; } }
  @media only screen and (min-width: 80.1em) {
    /* line 450, ../../src/scss/_home.scss */
    .issues .issue-thumbs.half h2, .issues .issue-thumbs.half .single-career-title, .issues .issue-thumbs.small h2, .issues .issue-thumbs.small .single-career-title, .issues .issue-thumbs.full h2, .issues .issue-thumbs.full .single-career-title, .issues .issue-thumbs.wide h2, .issues .issue-thumbs.wide .single-career-title, .issues .issue-thumbs.extrawide h2, .issues .issue-thumbs.extrawide .single-career-title, .issues .issue-thumbs.tall h2, .issues .issue-thumbs.tall .single-career-title {
      font-size: 1.8em; } }
  /* line 456, ../../src/scss/_home.scss */
  .issues .issue-thumbs a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff; }
  /* line 462, ../../src/scss/_home.scss */
  .issues .issue-thumbs .cat-thumbs {
    width: 100%;
    height: 100%;
    color: #fff; }
  /* line 468, ../../src/scss/_home.scss */
  .issues .issue-thumbs .issue-item-image {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: .5s;
    line-height: 12em;
    position: relative;
    cursor: pointer;
    transition: all .5s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: 150% !important; }
    /* line 479, ../../src/scss/_home.scss */
    .issues .issue-thumbs .issue-item-image.farmer-item-image {
      background-size: cover !important; }
    @media only screen and (min-width: 58em) {
      /* line 468, ../../src/scss/_home.scss */
      .issues .issue-thumbs .issue-item-image {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        height: 20vw; } }
    /* line 489, ../../src/scss/_home.scss */
    .issues .issue-thumbs .issue-item-image.color {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
      cursor: default; }
    /* line 495, ../../src/scss/_home.scss */
    .issues .issue-thumbs .issue-item-image.active, .issues .issue-thumbs .issue-item-image:hover {
      -webkit-filter: grayscale(0%);
      -webkit-backface-visibility: hiden;
      backface-visibility: hiden;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
      background-size: 135% !important; }
      /* line 500, ../../src/scss/_home.scss */
      .issues .issue-thumbs .issue-item-image.active.farmer-item-image, .issues .issue-thumbs .issue-item-image:hover.farmer-item-image {
        background-size: cover !important; }
      /* line 506, ../../src/scss/_home.scss */
      .issues .issue-thumbs .issue-item-image.active h2:before, .issues .issue-thumbs .issue-item-image.active .single-career-title:before, .issues .issue-thumbs .issue-item-image.active h2:after, .issues .issue-thumbs .issue-item-image.active .single-career-title:after, .issues .issue-thumbs .issue-item-image:hover h2:before, .issues .issue-thumbs .issue-item-image:hover .single-career-title:before, .issues .issue-thumbs .issue-item-image:hover h2:after, .issues .issue-thumbs .issue-item-image:hover .single-career-title:after {
        width: 80%;
        left: 10%; }
      /* line 512, ../../src/scss/_home.scss */
      .issues .issue-thumbs .issue-item-image.active .darkness, .issues .issue-thumbs .issue-item-image:hover .darkness {
        opacity: .15; }
    /* line 517, ../../src/scss/_home.scss */
    .issues .issue-thumbs .issue-item-image h2, .issues .issue-thumbs .issue-item-image .single-career-title {
      margin: 0;
      line-height: 1.4em;
      font-size: 1.15em;
      padding: 1.5em 1em;
      position: relative;
      z-index: 2;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      @media only screen and (min-width: 58em) {
        /* line 517, ../../src/scss/_home.scss */
        .issues .issue-thumbs .issue-item-image h2, .issues .issue-thumbs .issue-item-image .single-career-title {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      /* line 530, ../../src/scss/_home.scss */
      .issues .issue-thumbs .issue-item-image h2:before, .issues .issue-thumbs .issue-item-image .single-career-title:before {
        content: " ";
        width: 0;
        height: 0;
        position: absolute;
        top: -1em;
        left: 50%;
        border-bottom: 1px solid #fff;
        transition: .5s; }
      /* line 541, ../../src/scss/_home.scss */
      .issues .issue-thumbs .issue-item-image h2:after, .issues .issue-thumbs .issue-item-image .single-career-title:after {
        content: " ";
        width: 0;
        height: 0;
        position: absolute;
        bottom: -1em;
        left: 50%;
        border-bottom: 1px solid #fff;
        transition: .5s; }
      @media only screen and (min-width: 48.999em) {
        /* line 517, ../../src/scss/_home.scss */
        .issues .issue-thumbs .issue-item-image h2, .issues .issue-thumbs .issue-item-image .single-career-title {
          font-size: 1.5em; } }
    /* line 556, ../../src/scss/_home.scss */
    .issues .issue-thumbs .issue-item-image .darkness {
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .3;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      transition: .5s; }
    /* line 568, ../../src/scss/_home.scss */
    .issues .issue-thumbs .issue-item-image .lightness {
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: .3;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      transition: .5s; }
/* line 582, ../../src/scss/_home.scss */
.issues .issue-copy {
  padding: 1em;
  width: 100%;
  color: #fff;
  padding: 1em; }
  @media only screen and (min-width: 58em) {
    /* line 582, ../../src/scss/_home.scss */
    .issues .issue-copy {
      width: calc(100% - 25em);
      float: right;
      padding: 7em;
      margin: 0; } }
  /* line 595, ../../src/scss/_home.scss */
  .issues .issue-copy .issue-copy-item {
    display: none;
    line-height: 1.6em; }
    /* line 599, ../../src/scss/_home.scss */
    .issues .issue-copy .issue-copy-item.active {
      display: block; }
  /* line 604, ../../src/scss/_home.scss */
  .issues .issue-copy h1 {
    text-align: center;
    line-height: 1.6em; }

/* line 614, ../../src/scss/_home.scss */
.press .press-items {
  padding: 2em;
  width: 100%;
  color: #fff; }
  @media only screen and (min-width: 58em) {
    /* line 614, ../../src/scss/_home.scss */
    .press .press-items {
      width: calc(100% - 25em);
      float: left;
      padding: 4em 2em; } }
  /* line 625, ../../src/scss/_home.scss */
  .press .press-items .headline-bars {
    max-width: 40em;
    margin: 0 auto; }
  /* line 630, ../../src/scss/_home.scss */
  .press .press-items h1 {
    text-align: center;
    text-transform: uppercase; }
  /* line 635, ../../src/scss/_home.scss */
  .press .press-items .press-index {
    margin: 2em auto 0;
    max-width: 40em; }
    /* line 639, ../../src/scss/_home.scss */
    .press .press-items .press-index .press-item {
      margin-bottom: 2em;
      padding-bottom: 2em;
      border-bottom: 1px solid #c4c4c4;
      color: #fff; }
@media only screen and (min-width: 58em) {
  /* line 648, ../../src/scss/_home.scss */
  .press .press-image {
    width: 25em;
    min-height: 40em;
    float: left; } }

/* line 657, ../../src/scss/_home.scss */
.b-resources {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 662, ../../src/scss/_home.scss */
.one-resource {
  width: 100%;
  float: left;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }
  /* line 667, ../../src/scss/_home.scss */
  .one-resource:nth-child(n+2) {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  @media only screen and (min-width: 58em) {
    /* line 671, ../../src/scss/_home.scss */
    .one-resource.w-half {
      width: 50%; } }

/* line 677, ../../src/scss/_home.scss */
.one-wrapper {
  width: 100%;
  max-width: 13em;
  margin: 0 auto; }

/* line 683, ../../src/scss/_home.scss */
.rm-btn {
  position: relative;
  height: 2em;
  margin-bottom: 2em; }
  /* line 687, ../../src/scss/_home.scss */
  .rm-btn a.read-more.press, .rm-btn a.press.blue-button, .rm-btn div.application-popup a.press.desc-download, div.application-popup .rm-btn a.press.desc-download {
    color: #fff;
    margin: 1em 0;
    height: 2.5em; }

/*facebook iframe */
/* line 697, ../../src/scss/_home.scss */
iframe ._1drm {
  background: rgba(0, 0, 0, 0) !important; }
/* line 701, ../../src/scss/_home.scss */
iframe ._1drm._1b90, iframe ._1drm._1ds4 {
  border: 0px !important; }

/* line 1, ../../src/scss/_issues.scss */
#header-image {
  width: 100%;
  overflow: hidden;
  position: relative;
  position: relative; }
  /* line 1013, ../../bower_components/scut/dist/_scut.scss */
  #header-image:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 100%; }
  @media only screen and (min-width: 30em) {
    /* line 1, ../../src/scss/_issues.scss */
    #header-image {
      overflow: hidden;
      position: relative; }
      /* line 1013, ../../bower_components/scut/dist/_scut.scss */
      #header-image:before {
        content: "";
        display: block;
        height: 0;
        padding-top: 68.75%; } }
  @media only screen and (min-width: 58em) {
    /* line 1, ../../src/scss/_issues.scss */
    #header-image {
      overflow: hidden;
      position: relative; }
      /* line 1013, ../../bower_components/scut/dist/_scut.scss */
      #header-image:before {
        content: "";
        display: block;
        height: 0;
        padding-top: 56.25%; } }
  /* line 14, ../../src/scss/_issues.scss */
  #header-image h1 {
    color: #fff;
    position: absolute;
    bottom: .2em;
    text-transform: uppercase;
    margin-left: 0 !important;
    font-size: 1.75em;
    line-height: 1.2em;
    max-width: 12em;
    z-index: 2; }
    @media only screen and (min-width: 30em) {
      /* line 14, ../../src/scss/_issues.scss */
      #header-image h1 {
        font-size: 3em; } }
    @media only screen and (min-width: 58em) {
      /* line 14, ../../src/scss/_issues.scss */
      #header-image h1 {
        bottom: .2em;
        margin-left: .8em;
        font-size: 4em;
        line-height: 1.2em;
        max-width: 12em; } }
    @media only screen and (min-width: 80.1em) {
      /* line 14, ../../src/scss/_issues.scss */
      #header-image h1 {
        bottom: .2em;
        margin-left: .8em;
        font-size: 6em;
        line-height: 1.2em;
        max-width: 12em; } }

/* line 47, ../../src/scss/_issues.scss */
.issue-content {
  padding: 2em;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 58em) {
    /* line 47, ../../src/scss/_issues.scss */
    .issue-content {
      padding: 2em 0 2em 3.6em; } }
  @media only screen and (min-width: 80.1em) {
    /* line 47, ../../src/scss/_issues.scss */
    .issue-content {
      padding: 2em 0 2em 10em; } }
  /* line 61, ../../src/scss/_issues.scss */
  .issue-content .issue-inner {
    width: 100%; }
    @media only screen and (min-width: 58em) {
      /* line 61, ../../src/scss/_issues.scss */
      .issue-content .issue-inner {
        width: 50%; }
        /* line 67, ../../src/scss/_issues.scss */
        .issue-content .issue-inner.left {
          margin-left: 36%; } }
  /* line 73, ../../src/scss/_issues.scss */
  .issue-content .content-side-image {
    display: none; }
    @media only screen and (min-width: 58em) {
      /* line 73, ../../src/scss/_issues.scss */
      .issue-content .content-side-image {
        width: 42%;
        position: absolute;
        top: 0;
        z-index: 1;
        height: 30em;
        display: block; }
        /* line 84, ../../src/scss/_issues.scss */
        .issue-content .content-side-image.left {
          left: 0; }
        /* line 88, ../../src/scss/_issues.scss */
        .issue-content .content-side-image.right {
          right: 0; } }

/* line 96, ../../src/scss/_issues.scss */
.issue-boxes .home-box-copy {
  color: #fff; }

/* line 101, ../../src/scss/_issues.scss */
.quote.blue {
  width: 100%;
  background: #0059B4;
  padding: 0;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all .25s; }
  /* line 109, ../../src/scss/_issues.scss */
  .quote.blue:hover {
    background: #3a93e9; }
  @media only screen and (min-width: 58em) {
    /* line 101, ../../src/scss/_issues.scss */
    .quote.blue {
      padding: 5em 10em; } }
  /* line 117, ../../src/scss/_issues.scss */
  .quote.blue:before {
    content: " ";
    width: 2em;
    height: 2em;
    background: url(../images/quotation-left-blue.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: .2em;
    top: 50%;
    margin-top: -1em;
    z-index: 0; }
    @media only screen and (min-width: 58em) {
      /* line 117, ../../src/scss/_issues.scss */
      .quote.blue:before {
        left: 6em;
        width: 4em;
        height: 4em; } }
  /* line 136, ../../src/scss/_issues.scss */
  .quote.blue:after {
    content: " ";
    width: 2em;
    height: 2em;
    background: url(../images/quotation-right-blue.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: .2em;
    top: 50%;
    margin-top: -1em;
    z-index: 0; }
    @media only screen and (min-width: 58em) {
      /* line 136, ../../src/scss/_issues.scss */
      .quote.blue:after {
        right: 6em;
        width: 4em;
        height: 4em; } }

/* line 157, ../../src/scss/_issues.scss */
.tweet-text p:nth-child(1):after {
  font-family: 'FontAwesome';
  content: '\f099';
  padding: .5em;
  font-size: 1.5em; }

/* line 2, ../../src/scss/_about.scss */
#header-video h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.2em;
  float: left;
  margin: 0; }
  @media only screen and (min-width: 58em) {
    /* line 2, ../../src/scss/_about.scss */
    #header-video h1 {
      font-size: 4em; } }
  @media only screen and (min-width: 80.1em) {
    /* line 2, ../../src/scss/_about.scss */
    #header-video h1 {
      font-size: 6em; } }

/* line 20, ../../src/scss/_about.scss */
.title-wrapper {
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 2; }

/* line 31, ../../src/scss/_about.scss */
.farmer-boxes {
  width: 100%;
  position: relative; }
  /* line 34, ../../src/scss/_about.scss */
  .farmer-boxes .farmer-thumbs {
    width: 100%;
    float: left; }
    /* line 37, ../../src/scss/_about.scss */
    .farmer-boxes .farmer-thumbs .farmer-item-image {
      height: 25vw;
      max-height: 20em; }
  @media only screen and (min-width: 48.999em) {
    /* line 43, ../../src/scss/_about.scss */
    .farmer-boxes .farmer-thumbs {
      width: 25%;
      padding: .5em; } }

/* line 50, ../../src/scss/_about.scss */
.farmer-image {
  width: 400px;
  height: 400px;
  float: left;
  margin-right: 2.5em;
  margin-bottom: 1em; }

/* line 58, ../../src/scss/_about.scss */
.farmer-copy {
  width: 100%;
  margin-bottom: 2em; }
  @media only screen and (min-width: 58em) {
    /* line 58, ../../src/scss/_about.scss */
    .farmer-copy {
      width: calc(100% - 440px);
      float: right; }
      /* line 64, ../../src/scss/_about.scss */
      .farmer-copy h2, .farmer-copy .single-career-title {
        margin-top: 0; } }

/* line 70, ../../src/scss/_about.scss */
.farmer-spotlight {
  height: 50vw;
  max-height: 30em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* line 76, ../../src/scss/_about.scss */
.spotlight-image {
  height: 100%;
  width: 50%;
  float: left; }

/* line 85, ../../src/scss/_about.scss */
.tab-title h2, .tab-title .single-career-title {
  margin: 0; }
/* line 88, ../../src/scss/_about.scss */
.tab-title .tab-content {
  line-height: 2em; }

/* line 93, ../../src/scss/_about.scss */
.staff-section {
  width: 100%;
  height: auto;
  display: inline-block;
  padding-bottom: 3em; }
  /* line 98, ../../src/scss/_about.scss */
  .staff-section .flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 48.999em) {
      /* line 98, ../../src/scss/_about.scss */
      .staff-section .flex {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  /* line 105, ../../src/scss/_about.scss */
  .staff-section .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

/* line 111, ../../src/scss/_about.scss */
.staff-item {
  position: relative;
  width: 100%;
  float: left;
  padding: 1em;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }
  @media only screen and (min-width: 48.999em) {
    /* line 111, ../../src/scss/_about.scss */
    .staff-item {
      width: 50%; } }
  /* line 120, ../../src/scss/_about.scss */
  .staff-item.first {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  /* line 123, ../../src/scss/_about.scss */
  .staff-item .bio-modal {
    position: fixed;
    width: 90%;
    z-index: 1;
    padding: 2em;
    opacity: 0;
    display: block;
    transition: opacity .5s;
    pointer-events: none;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 9999;
    left: 50%; }
    @media only screen and (min-width: 48.999em) {
      /* line 123, ../../src/scss/_about.scss */
      .staff-item .bio-modal {
        width: 50%; } }
  /* line 141, ../../src/scss/_about.scss */
  .staff-item .open-modal.clicked ~ .bio-modal {
    opacity: 1;
    pointer-events: all; }

/* line 147, ../../src/scss/_about.scss */
.open-modal {
  cursor: pointer; }

/* line 151, ../../src/scss/_about.scss */
.bio_close {
  cursor: pointer;
  float: right; }
  /* line 154, ../../src/scss/_about.scss */
  .bio_close:hover {
    color: #0059B4; }

/* line 161, ../../src/scss/_about.scss */
.staff-item-image {
  width: 6em;
  height: 6em;
  margin: 1em 1em 1em 0; }

/* line 167, ../../src/scss/_about.scss */
.staff-description {
  width: calc(100% - 1em); }
  /* line 169, ../../src/scss/_about.scss */
  .staff-description a {
    color: #fff; }
    /* line 171, ../../src/scss/_about.scss */
    .staff-description a:hover {
      color: #0059B4; }
    /* line 174, ../../src/scss/_about.scss */
    .staff-description a h4.staff-name {
      margin: 0; }

/* line 180, ../../src/scss/_about.scss */
#hider {
  max-height: auto;
  transition: all .5s; }
  /* line 183, ../../src/scss/_about.scss */
  #hider.hidden {
    max-height: 0; }

/* line 188, ../../src/scss/_about.scss */
.lead-image {
  display: block;
  width: 25%;
  height: 25vw;
  float: left;
  margin-right: 4em; }

/* line 197, ../../src/scss/_about.scss */
.bg-image {
  position: absolute;
  padding: 0 !important; }
  /* line 200, ../../src/scss/_about.scss */
  .bg-image:before {
    display: none; }
  /* line 203, ../../src/scss/_about.scss */
  .bg-image:after {
    display: none; }

/* line 208, ../../src/scss/_about.scss */
.quote-image-wrapper {
  margin-bottom: 0 !important;
  width: 100%; }
  @media only screen and (min-width: 30em) {
    /* line 208, ../../src/scss/_about.scss */
    .quote-image-wrapper {
      padding: 5em; } }

/* line 216, ../../src/scss/_about.scss */
.quote-overlay {
  color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative; }

/* line 226, ../../src/scss/_about.scss */
.tabify.feed_board_of_directors {
  display: none; }
  /* line 228, ../../src/scss/_about.scss */
  .tabify.feed_board_of_directors.tab-active {
    display: block; }

/* line 233, ../../src/scss/_about.scss */
.tweet-wrapper {
  width: 100%; }

/* line 237, ../../src/scss/_about.scss */
.home-boxes.bg-image {
  position: relative; }
  /* line 239, ../../src/scss/_about.scss */
  .home-boxes.bg-image.quote {
    line-height: 1.45;
    text-align: center;
    font-size: 20px; }
    /* line 243, ../../src/scss/_about.scss */
    .home-boxes.bg-image.quote strong {
      margin-top: 1em; }
    /* line 246, ../../src/scss/_about.scss */
    .home-boxes.bg-image.quote .darkness {
      opacity: .6; }
    /* line 250, ../../src/scss/_about.scss */
    .home-boxes.bg-image.quote .v-mid:before {
      content: " ";
      width: 2em;
      height: 2em;
      background: url(../images/quotation-left-smoke.svg) no-repeat;
      background-size: contain;
      position: absolute;
      left: .2em;
      top: 50%;
      margin-top: -1em;
      z-index: 0; }
      @media only screen and (min-width: 58em) {
        /* line 250, ../../src/scss/_about.scss */
        .home-boxes.bg-image.quote .v-mid:before {
          left: 6em;
          width: 4em;
          height: 4em; } }
    /* line 269, ../../src/scss/_about.scss */
    .home-boxes.bg-image.quote .v-mid:after {
      content: " ";
      width: 2em;
      height: 2em;
      background: url(../images/quotation-right-smoke.svg) no-repeat;
      background-size: contain;
      position: absolute;
      right: .2em;
      top: 50%;
      margin-top: -1em;
      z-index: 0; }
      @media only screen and (min-width: 58em) {
        /* line 269, ../../src/scss/_about.scss */
        .home-boxes.bg-image.quote .v-mid:after {
          right: 6em;
          width: 4em;
          height: 4em; } }

/* line 291, ../../src/scss/_about.scss */
.v-mid {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 300, ../../src/scss/_about.scss */
.states-wrapper {
  position: relative;
  height: auto;
  display: inline-block;
  width: 100%;
  padding: 1em; }

/* line 308, ../../src/scss/_about.scss */
.single-state-association {
  display: none;
  position: relative; }
  /* line 311, ../../src/scss/_about.scss */
  .single-state-association.clicked {
    display: block; }

/* line 316, ../../src/scss/_about.scss */
.state-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 58em) {
    /* line 316, ../../src/scss/_about.scss */
    .state-info {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  /* line 324, ../../src/scss/_about.scss */
  .state-info h2.t-center, .state-info .t-center.single-career-title {
    max-width: 75%;
    margin: 0 auto;
    border-bottom: solid 1px white; }
  /* line 329, ../../src/scss/_about.scss */
  .state-info .read-more, .state-info .blue-button, .state-info div.application-popup a.desc-download, div.application-popup .state-info a.desc-download, .state-info .application-form form input.wpcf7-submit, .application-form form .state-info input.wpcf7-submit {
    max-width: 100%;
    margin: 1em auto; }

/* line 335, ../../src/scss/_about.scss */
.state-facts {
  max-width: 75%;
  margin: 0 auto; }

/* line 340, ../../src/scss/_about.scss */
.state-left, .state-right {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  margin: 1em 0; }
  @media only screen and (min-width: 58em) {
    /* line 340, ../../src/scss/_about.scss */
    .state-left, .state-right {
      width: 50%; } }

/* line 351, ../../src/scss/_about.scss */
.hidden {
  display: none; }

/* line 355, ../../src/scss/_about.scss */
.select-box {
  width: 100%;
  max-width: 15em;
  margin: 1em auto; }
  @media only screen and (min-width: 48.999em) {
    /* line 355, ../../src/scss/_about.scss */
    .select-box {
      display: none; } }
  /* line 362, ../../src/scss/_about.scss */
  .select-box select#select_states {
    width: 100%;
    border-radius: 0; }

/* line 369, ../../src/scss/_about.scss */
.single-farmers a.darkness-link, .page-template-page-farmers a.darkness-link {
  pointer-events: none; }
/* line 373, ../../src/scss/_about.scss */
.single-farmers .home-boxes .home-box-copy, .page-template-page-farmers .home-boxes .home-box-copy {
  padding: 2em; }
/* line 377, ../../src/scss/_about.scss */
.single-farmers .headline-bars-y, .page-template-page-farmers .headline-bars-y {
  padding: 4em 0 0 0; }

/* line 382, ../../src/scss/_about.scss */
.alliance-index {
  margin-bottom: 2rem; }
  /* line 384, ../../src/scss/_about.scss */
  .alliance-index:last-of-type {
    margin-bottom: 4rem; }

/* line 389, ../../src/scss/_about.scss */
.alliance-partners-index {
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 394, ../../src/scss/_about.scss */
  .alliance-partners-index .alliance-partner {
    position: relative;
    width: calc(100% / 2);
    text-align: center;
    float: left;
    padding: 0 0.5rem;
    margin-top: 1rem;
    font-family: arvo, Helvetica, sans-serif;
    min-height: 5em; }
    @media only screen and (min-width: 30em) {
      /* line 394, ../../src/scss/_about.scss */
      .alliance-partners-index .alliance-partner {
        width: calc(100% / 4); } }
    @media only screen and (min-width: 58em) {
      /* line 394, ../../src/scss/_about.scss */
      .alliance-partners-index .alliance-partner {
        width: calc(100% / 8); } }
    /* line 409, ../../src/scss/_about.scss */
    .alliance-partners-index .alliance-partner img {
      width: calc(100% - 2rem);
      margin: 1rem 1rem 0.5rem; }
    /* line 414, ../../src/scss/_about.scss */
    .alliance-partners-index .alliance-partner .ap-name.no-image {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: calc(100% - 1rem);
      left: 0.5rem; }
  /* line 423, ../../src/scss/_about.scss */
  .alliance-partners-index .ap-name {
    padding: 0 1rem; }

/* line 429, ../../src/scss/_about.scss */
.alliance-members-index ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
  @media only screen and (min-width: 58em) {
    /* line 429, ../../src/scss/_about.scss */
    .alliance-members-index ul {
      -webkit-column-count: 5;
      -moz-column-count: 5;
      column-count: 5; } }
  /* line 438, ../../src/scss/_about.scss */
  .alliance-members-index ul li {
    width: 100%;
    float: left;
    position: relative;
    margin-left: 1rem;
    margin-bottom: 1rem;
    padding-right: 1rem;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column; }
    /* line 446, ../../src/scss/_about.scss */
    .alliance-members-index ul li:before {
      content: '\00b7';
      font-size: 45px;
      position: absolute;
      left: -15px;
      top: -3px; }

/* line 1, ../../src/scss/_video.scss */
#header-video {
  position: relative;
  transition: all .5s linear;
  overflow: hidden;
  position: relative; }
  /* line 1013, ../../bower_components/scut/dist/_scut.scss */
  #header-video:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 43.75%; }
  /* line 5, ../../src/scss/_video.scss */
  #header-video .image #header-image {
    position: absolute;
    top: 0;
    height: 100%; }
    @media only screen and (min-width: 48.999em) {
      /* line 5, ../../src/scss/_video.scss */
      #header-video .image #header-image {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; } }
  /* line 16, ../../src/scss/_video.scss */
  #header-video .header-gradient {
    top: 0;
    z-index: 5;
    position: absolute; }
    @media only screen and (min-width: 48.999em) {
      /* line 16, ../../src/scss/_video.scss */
      #header-video .header-gradient {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; } }
  /* line 27, ../../src/scss/_video.scss */
  #header-video .video {
    overflow: hidden;
    position: relative;
    position: absolute;
    width: 100%;
    top: 0;
    display: none; }
    /* line 1013, ../../bower_components/scut/dist/_scut.scss */
    #header-video .video:before {
      content: "";
      display: block;
      height: 0;
      padding-top: 56.25%; }
    /* line 33, ../../src/scss/_video.scss */
    #header-video .video iframe {
      top: 0;
      position: absolute; }
    @media only screen and (min-width: 48.999em) {
      /* line 27, ../../src/scss/_video.scss */
      #header-video .video {
        display: block; } }
  /* line 41, ../../src/scss/_video.scss */
  #header-video .title-box {
    width: 100%;
    position: relative;
    display: inline-block; }

/* line 1, ../../src/scss/_resources.scss */
.home-box-copy.resources {
  padding: 3em !important; }
  /* line 3, ../../src/scss/_resources.scss */
  .home-box-copy.resources h2, .home-box-copy.resources .single-career-title {
    border-bottom: solid 1px white;
    padding-bottom: .5em; }
    /* line 6, ../../src/scss/_resources.scss */
    .home-box-copy.resources h2:first-child, .home-box-copy.resources .single-career-title:first-child {
      border-bottom: solid 0px white;
      padding-bottom: 0; }
  /* line 11, ../../src/scss/_resources.scss */
  .home-box-copy.resources ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%; }
    /* line 16, ../../src/scss/_resources.scss */
    .home-box-copy.resources ul li {
      width: 50%;
      float: left;
      font-size: 1em;
      margin: .5em 0;
      min-height: 1em;
      padding: 0 1em 0 0; }
      /* line 23, ../../src/scss/_resources.scss */
      .home-box-copy.resources ul li a {
        color: #fff;
        transition: all .5s; }
        /* line 26, ../../src/scss/_resources.scss */
        .home-box-copy.resources ul li a:hover {
          color: #3a93e9; }
      /* line 30, ../../src/scss/_resources.scss */
      .home-box-copy.resources ul li ul {
        width: 100%;
        list-style: none; }
        /* line 33, ../../src/scss/_resources.scss */
        .home-box-copy.resources ul li ul li {
          width: 100%;
          font-weight: normal;
          font-size: .85em;
          margin: 0;
          text-decoration: none;
          min-height: 0; }
  /* line 44, ../../src/scss/_resources.scss */
  .home-box-copy.resources a {
    color: #fff;
    transition: all .5s; }
    /* line 47, ../../src/scss/_resources.scss */
    .home-box-copy.resources a:hover {
      color: #3a93e9; }

/* line 54, ../../src/scss/_resources.scss */
ul.social-share {
  margin-right: 0;
  list-style: none;
  display: inline-block;
  margin: 0 0 0 1rem;
  padding: 0;
  -webkit-transform: translateY(0.25rem);
  -ms-transform: translateY(0.25rem);
  transform: translateY(0.25rem); }

/* line 63, ../../src/scss/_resources.scss */
ul.social-share li.share-item {
  margin-right: 0.5rem;
  float: left; }

/* line 68, ../../src/scss/_resources.scss */
.share-this {
  font-size: 16px;
  font-family: arvo, Helvetica, sans-serif; }

/* line 73, ../../src/scss/_resources.scss */
.single-post-share-buttons .share-this {
  color: white; }

/* line 77, ../../src/scss/_resources.scss */
.social-share li a.social-share-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0;
  transition: all .75s;
  background-size: contain; }
  /* line 84, ../../src/scss/_resources.scss */
  .social-share li a.social-share-icon:hover {
    opacity: .5; }
  /* line 87, ../../src/scss/_resources.scss */
  .social-share li a.social-share-icon.fb {
    background-image: url("../images/social-fb.svg"); }
  /* line 90, ../../src/scss/_resources.scss */
  .social-share li a.social-share-icon.tw {
    background-image: url("../images/social-tw.svg"); }
  /* line 93, ../../src/scss/_resources.scss */
  .social-share li a.social-share-icon.li {
    background-image: url("../images/social-in.svg"); }

/* line 98, ../../src/scss/_resources.scss */
.article-share .inner-container {
  white-space: nowrap; }

/* line 102, ../../src/scss/_resources.scss */
#header-image h1.shareable-resource-header {
  font-size: 2em;
  bottom: 0;
  position: relative; }
  @media only screen and (min-width: 58em) {
    /* line 102, ../../src/scss/_resources.scss */
    #header-image h1.shareable-resource-header {
      font-size: 3.5em; } }
  @media only screen and (min-width: 68.75em) {
    /* line 102, ../../src/scss/_resources.scss */
    #header-image h1.shareable-resource-header {
      font-size: 4.5em; } }

/* line 114, ../../src/scss/_resources.scss */
.blue-button {
  background-color: #0059B4;
  margin: 0;
  font-style: normal;
  font-family: arvo, Helvetica, sans-serif;
  font-size: .875em;
  white-space: nowrap;
  min-width: 14em;
  padding: 1rem; }
  /* line 124, ../../src/scss/_resources.scss */
  .blue-button:hover, .blue-button:focus {
    background-color: #3a93e9; }

/* line 129, ../../src/scss/_resources.scss */
.resource-header-wrap {
  position: absolute;
  bottom: 2rem; }
  /* line 132, ../../src/scss/_resources.scss */
  .resource-header-wrap .share-this {
    color: white; }
  @media only screen and (min-width: 58em) {
    /* line 129, ../../src/scss/_resources.scss */
    .resource-header-wrap {
      bottom: 12vh; } }

/* line 140, ../../src/scss/_resources.scss */
.resource-header-wrap .article-share {
  margin-bottom: 1rem; }

/* line 144, ../../src/scss/_resources.scss */
div.one-wrapper.one-wrapper-resource-share {
  max-width: 100%; }

/* line 148, ../../src/scss/_resources.scss */
.resource-excerpt {
  font-family: arvo, Helvetica, sans-serif;
  color: white;
  margin-top: 1rem; }

/* line 155, ../../src/scss/_resources.scss */
.video-resource, .single-video-resource {
  overflow: hidden;
  position: relative;
  width: 100%; }
  /* line 1013, ../../bower_components/scut/dist/_scut.scss */
  .video-resource:before, .single-video-resource:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 56.25%; }
  /* line 158, ../../src/scss/_resources.scss */
  .video-resource iframe, .single-video-resource iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 167, ../../src/scss/_resources.scss */
.video-resource {
  margin-bottom: 1rem; }

/* line 1, ../../src/scss/_media.scss */
a {
  color: #3a93e9;
  transition: all .4s; }
  /* line 4, ../../src/scss/_media.scss */
  a:hover {
    color: #6E7072; }

/* line 9, ../../src/scss/_media.scss */
.search-wrapper {
  width: 100%;
  max-width: 65em;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  /* line 15, ../../src/scss/_media.scss */
  .search-wrapper .quarter {
    width: 100%;
    float: left;
    text-align: center;
    margin: .5em 0; }
    @media only screen and (min-width: 48.999em) {
      /* line 15, ../../src/scss/_media.scss */
      .search-wrapper .quarter {
        width: 25%;
        padding-right: 1em;
        margin: 0;
        text-align: left; } }
  /* line 27, ../../src/scss/_media.scss */
  .search-wrapper .search-method {
    float: right;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 48.999em) {
      /* line 27, ../../src/scss/_media.scss */
      .search-wrapper .search-method {
        width: 75%;
        text-align: left; } }
    /* line 36, ../../src/scss/_media.scss */
    .search-wrapper .search-method input:first-child {
      width: 75%; }
    /* line 39, ../../src/scss/_media.scss */
    .search-wrapper .search-method input:second-child {
      width: 25%; }
  /* line 44, ../../src/scss/_media.scss */
  .search-wrapper .searchform {
    padding: .5em 0;
    heigh: 3em; }
  /* line 48, ../../src/scss/_media.scss */
  .search-wrapper .search-label {
    font-size: 1.4em;
    color: #3B3C3D;
    font-weight: bold; }
  /* line 54, ../../src/scss/_media.scss */
  .search-wrapper select#swp_category_limiter {
    width: 100%;
    border: 0;
    outline: 1px solid #6E7072;
    background-color: #fff;
    height: 2em; }
  /* line 61, ../../src/scss/_media.scss */
  .search-wrapper #search-box {
    margin: 2em auto;
    width: 100%;
    height: 2.25em;
    position: relative;
    border: 1px solid #6E7072; }
    /* line 67, ../../src/scss/_media.scss */
    .search-wrapper #search-box input[type="submit"] {
      font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      color: #6E7072;
      font-size: 1.25em;
      position: absolute;
      right: 0;
      top: 3px; }

/* line 80, ../../src/scss/_media.scss */
.map-wrap {
  position: relative; }

/* line 84, ../../src/scss/_media.scss */
.state-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 9999; }

/* line 92, ../../src/scss/_media.scss */
#state_close {
  right: .5em;
  font-size: 2em;
  cursor: pointer;
  pointer-events: all;
  text-align: right;
  position: absolute;
  top: 10%;
  z-index: 1;
  color: #fff; }

/* line 104, ../../src/scss/_media.scss */
.states-map {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 48vw;
  vertical-align: middle;
  /* top | middle | bottom ... do what you want */ }
  @media only screen and (min-width: 58em) {
    /* line 104, ../../src/scss/_media.scss */
    .states-map {
      height: 55vw; } }

/* line 115, ../../src/scss/_media.scss */
svg#svg2 {
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-filter: drop-shadow(10px 4px 0px #3B3C3D);
  filter: drop-shadow(13px 12px 0px #3B3C3D); }

/* line 124, ../../src/scss/_media.scss */
path.single-state {
  fill: #66bc2f;
  transition: all .5s;
  curser: hand;
  cursor: pointer; }
  /* line 129, ../../src/scss/_media.scss */
  path.single-state:hover {
    fill: #4d8d23; }

/* line 134, ../../src/scss/_media.scss */
path.single-state-mi {
  fill: #66bc2f;
  transition: all .5s;
  curser: hand;
  cursor: pointer; }

/* line 141, ../../src/scss/_media.scss */
g#MI {
  fill: #66bc2f;
  curser: hand;
  cursor: pointer; }
  /* line 146, ../../src/scss/_media.scss */
  g#MI:hover path.single-state-mi {
    fill: #4d8d23; }

/* line 152, ../../src/scss/_media.scss */
path#AK {
  display: none; }

/* line 156, ../../src/scss/_media.scss */
path#HI {
  /* transform: translateX(-165%) translateY(-45%);*/
  -webkit-transform: translateX(-22vh) translateY(-4vw);
  -ms-transform: translateX(-22vh) translateY(-4vw);
  transform: translateX(-22vh) translateY(-4vw); }
  @media only screen and (min-width: 80.1em) {
    /* line 156, ../../src/scss/_media.scss */
    path#HI {
      -webkit-transform: translateX(-23vh) translateY(-2vw);
      -ms-transform: translateX(-23vh) translateY(-2vw);
      transform: translateX(-23vh) translateY(-2vw); } }

/* line 164, ../../src/scss/_media.scss */
.p-map {
  padding: 2em;
  overflow: hidden;
  display: none; }
  @media only screen and (min-width: 48.999em) {
    /* line 164, ../../src/scss/_media.scss */
    .p-map {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 4em; } }
  @media only screen and (min-width: 58em) {
    /* line 164, ../../src/scss/_media.scss */
    .p-map {
      padding: 7em; } }

/* line 177, ../../src/scss/_media.scss */
.news-tab-post {
  margin: 2em auto;
  max-width: 48em; }

/* line 183, ../../src/scss/_media.scss */
body.single-post h1.about-header {
  font-size: 2em !important;
  max-width: 100% !important; }
  @media only screen and (min-width: 58em) {
    /* line 183, ../../src/scss/_media.scss */
    body.single-post h1.about-header {
      font-size: 4em !important; } }

/* line 192, ../../src/scss/_media.scss */
.paginate {
  text-align: center;
  margin: 1em; }

/* line 198, ../../src/scss/_media.scss */
section.tab-transform #search-box input {
  color: #3B3C3D; }

/* line 203, ../../src/scss/_media.scss */
#audio > div.tab > .news-tab-post {
  margin: 1em auto 4em; }

/* line 207, ../../src/scss/_media.scss */
span.date {
  font-style: normal;
  width: 100%;
  display: block; }

/* line 213, ../../src/scss/_media.scss */
.mejs-controls div.mejs-time-rail {
  width: calc(100% - 14em) !important;
  position: relative;
  margin-right: 2em !important; }
  /* line 217, ../../src/scss/_media.scss */
  .mejs-controls div.mejs-time-rail span.mejs-time-total.mejs-time-slider {
    width: 100%;
    margin: .5em 1em; }

/* line 223, ../../src/scss/_media.scss */
.page-template-page-newsroom .tab-content iframe {
  max-width: 100%;
  max-height: calc(100vw - 13em); }

/* line 1, ../../src/scss/_action.scss */
.sign-up-button {
  background: #EF413D;
  color: #fff;
  text-align: center; }
  /* line 5, ../../src/scss/_action.scss */
  .sign-up-button .headline-bars span {
    border-bottom: 2px solid #fff; }
  /* line 8, ../../src/scss/_action.scss */
  .sign-up-button a.su-button {
    border: solid 2px #fff;
    color: #fff;
    padding: .25em;
    font-size: 1.5em;
    margin: 2em auto;
    display: block;
    max-width: 10em; }
    /* line 16, ../../src/scss/_action.scss */
    .sign-up-button a.su-button:hover {
      color: #EF413D;
      background: #fff; }

/* line 24, ../../src/scss/_action.scss */
.search-box p.search {
  width: 100%;
  max-width: 35em;
  margin: 1em auto; }
/* line 29, ../../src/scss/_action.scss */
.search-box .headline-bars span {
  border-bottom: 2px solid #fff; }
/* line 32, ../../src/scss/_action.scss */
.search-box form#search-box {
  width: 100%;
  margin: 0 auto;
  max-width: 35em;
  float: none;
  position: relative;
  border: solid 2px #fff;
  padding: 0 2em 0 0;
  height: 2.5em; }
  /* line 41, ../../src/scss/_action.scss */
  .search-box form#search-box input {
    width: calc(100% - 4em);
    background: #fff;
    padding: 0;
    height: 100%;
    color: #3B3C3D;
    padding-left: 1em; }
  /* line 49, ../../src/scss/_action.scss */
  .search-box form#search-box input[type="submit"] {
    position: absolute;
    width: 4em;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    border-left: solid 2px #fff;
    color: #fff;
    float: right;
    top: 0;
    padding: 0; }
    /* line 59, ../../src/scss/_action.scss */
    .search-box form#search-box input[type="submit"]:hover {
      background: #fff;
      color: #3B3C3D; }

/* line 67, ../../src/scss/_action.scss */
#signup_form {
  color: #fff; }
  /* line 69, ../../src/scss/_action.scss */
  #signup_form .headline-bars span {
    border-bottom: 2px solid #fff; }

/* line 74, ../../src/scss/_action.scss */
.form-wrapper {
  position: relative;
  width: 100%; }
  /* line 77, ../../src/scss/_action.scss */
  .form-wrapper div.wpcf7 {
    width: 100%;
    max-width: 35em;
    margin: 0 auto; }
    /* line 82, ../../src/scss/_action.scss */
    .form-wrapper div.wpcf7 form p {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      color: #fff;
      text-align: right; }
      /* line 87, ../../src/scss/_action.scss */
      .form-wrapper div.wpcf7 form p span {
        float: left;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-right: 2em; }
      /* line 92, ../../src/scss/_action.scss */
      .form-wrapper div.wpcf7 form p input[type="submit"] {
        background-color: rgba(0, 0, 0, 0);
        border: solid 2px #fff;
        color: white;
        text-transform: uppercase;
        padding: .5em;
        transition: all .5s; }
        /* line 99, ../../src/scss/_action.scss */
        .form-wrapper div.wpcf7 form p input[type="submit"]:hover {
          background: #fff;
          color: #3B3C3D; }
      /* line 104, ../../src/scss/_action.scss */
      .form-wrapper div.wpcf7 form p .wpcf7-text {
        background-color: rgba(0, 0, 0, 0);
        border: solid 2px #fff;
        color: white;
        text-transform: uppercase;
        padding: .5em; }
      /* line 112, ../../src/scss/_action.scss */
      .form-wrapper div.wpcf7 form p.checkbox span.wpcf7-form-control-wrap.checkbox-889 {
        width: 100%; }
        /* line 114, ../../src/scss/_action.scss */
        .form-wrapper div.wpcf7 form p.checkbox span.wpcf7-form-control-wrap.checkbox-889 span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
          width: 100%; }
          /* line 116, ../../src/scss/_action.scss */
          .form-wrapper div.wpcf7 form p.checkbox span.wpcf7-form-control-wrap.checkbox-889 span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required span.wpcf7-list-item {
            margin: 0;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            margin-bottom: .5em;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            /* line 122, ../../src/scss/_action.scss */
            .form-wrapper div.wpcf7 form p.checkbox span.wpcf7-form-control-wrap.checkbox-889 span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required span.wpcf7-list-item input[type="checkbox"] {
              -webkit-order: 2;
              -ms-flex-order: 2;
              order: 2;
              -webkit-flex-grow: 2;
              -ms-flex-positive: 2;
              flex-grow: 2; }

/* line 136, ../../src/scss/_action.scss */
body.page-template-page-action .sign-up-button, body.page-template-page-action .search-box {
  max-height: 20em;
  padding-top: 2em; }

/* line 146, ../../src/scss/_action.scss */
#about_sip_funds {
  background: url(../images/bg-light.jpg); }

/* line 1, ../../src/scss/_feeds.scss */
.fb-page, .fb-page:before, .fb-page:after {
  border: 0px solid #ccc; }

/* line 5, ../../src/scss/_feeds.scss */
.fb-page:before, .fb-page:after {
  content: "";
  position: absolute;
  border-top: none; }

/* line 11, ../../src/scss/_feeds.scss */
.fb-page:after {
  left: 10px;
  right: 4px;
  bottom: -5px;
  box-shadow: 0 0 2px #ccc; }

/* line 18, ../../src/scss/_feeds.scss */
#social-masonry {
  clear: both;
  background: blue;
  padding: 4em 0; }
  /* line 23, ../../src/scss/_feeds.scss */
  #social-masonry .masonry-item {
    width: calc(100% - 1em);
    margin: 0 .5em 1em .5em;
    float: left;
    background: #fff;
    box-shadow: 2px 2px 2px #666;
    overflow: hidden; }
    @media only screen and (min-width: 30em) {
      /* line 23, ../../src/scss/_feeds.scss */
      #social-masonry .masonry-item {
        width: calc(50% - 1em); } }
    @media only screen and (min-width: 48.999em) {
      /* line 23, ../../src/scss/_feeds.scss */
      #social-masonry .masonry-item {
        width: calc(33.333% - 1em); } }
    @media only screen and (min-width: 68.75em) {
      /* line 23, ../../src/scss/_feeds.scss */
      #social-masonry .masonry-item {
        width: calc(25% - 1em); } }
    /* line 39, ../../src/scss/_feeds.scss */
    #social-masonry .masonry-item .inner {
      padding: 1em; }
    /* line 42, ../../src/scss/_feeds.scss */
    #social-masonry .masonry-item .image {
      width: 100%;
      height: 10em;
      background: #d1d1d1;
      margin-bottom: 1em;
      display: block; }
    /* line 49, ../../src/scss/_feeds.scss */
    #social-masonry .masonry-item h2, #social-masonry .masonry-item .single-career-title {
      font-size: 1.2em;
      margin: 1em 0 .5em; }
    /* line 53, ../../src/scss/_feeds.scss */
    #social-masonry .masonry-item .bottom {
      color: #fff; }
      /* line 55, ../../src/scss/_feeds.scss */
      #social-masonry .masonry-item .bottom a {
        color: #fff;
        text-decoration: underline; }
        /* line 58, ../../src/scss/_feeds.scss */
        #social-masonry .masonry-item .bottom a:hover {
          text-decoration: none; }
    /* line 64, ../../src/scss/_feeds.scss */
    #social-masonry .masonry-item.fb .bottom {
      padding: 1em;
      background: #4a70b4; }
      /* line 67, ../../src/scss/_feeds.scss */
      #social-masonry .masonry-item.fb .bottom .icon {
        width: 2em;
        height: 2em;
        float: left;
        margin: -.25em 1em 0 0;
        background: url(../images/icon-fb.svg) no-repeat center center;
        background-size: cover; }
    /* line 78, ../../src/scss/_feeds.scss */
    #social-masonry .masonry-item.tw .bottom {
      padding: 1em;
      background: #6ec1f5; }
      /* line 81, ../../src/scss/_feeds.scss */
      #social-masonry .masonry-item.tw .bottom .icon {
        width: 2em;
        height: 2em;
        float: left;
        margin: -.25em 1em 0 0;
        background: url(../images/icon-tw.svg) no-repeat center center;
        background-size: cover; }
    /* line 92, ../../src/scss/_feeds.scss */
    #social-masonry .masonry-item.yt .bottom {
      padding: 1em;
      background: #e75942; }
      /* line 95, ../../src/scss/_feeds.scss */
      #social-masonry .masonry-item.yt .bottom .icon {
        width: 2em;
        height: 2em;
        float: left;
        margin: -.25em 1em 0 0;
        background: url(../images/icon-yt.svg) no-repeat center center;
        background-size: cover; }
    /* line 106, ../../src/scss/_feeds.scss */
    #social-masonry .masonry-item.fl .bottom {
      padding: 1em;
      background: #2d2d2d; }
      /* line 109, ../../src/scss/_feeds.scss */
      #social-masonry .masonry-item.fl .bottom .icon {
        width: 2em;
        height: 2em;
        float: left;
        margin: -.25em 1em 0 0;
        background: url(../images/icon-flickr.svg) no-repeat center center;
        background-size: cover; }

/* line 122, ../../src/scss/_feeds.scss */
div#cff {
  background-color: rgba(0, 0, 0, 0) !important;
  padding-top: .5em !important;
  font-size: 18px !important;
  color: #fff !important;
  font-family: Helvetica, Roboto, 'Segoe UI', Calibri, sans-serif;
  font-weight: lighter; }
  /* line 125, ../../src/scss/_feeds.scss */
  div#cff .cff-item {
    border-bottom: 0 !important; }
  /* line 132, ../../src/scss/_feeds.scss */
  div#cff a:hover {
    color: #fff;
    text-decoration: none !important; }
  /* line 136, ../../src/scss/_feeds.scss */
  div#cff .cff-author {
    margin-bottom: 0; }
    /* line 138, ../../src/scss/_feeds.scss */
    div#cff .cff-author .cff-author-text {
      font-family: Helvetica, Roboto, 'Segoe UI', Calibri, sans-serif !important;
      font-weight: lighter !important;
      margin-bottom: .5em; }
  /* line 146, ../../src/scss/_feeds.scss */
  div#cff .cff-author-img {
    background: url("../images/logo.svg");
    background-color: #fff;
    background-size: contain;
    border-radius: 5px; }
    /* line 151, ../../src/scss/_feeds.scss */
    div#cff .cff-author-img img {
      opacity: 0; }

/* line 157, ../../src/scss/_feeds.scss */
div#cff.cff-default-styles .cff-author .cff-author-text * {
  font-weight: lighter;
  font-size: 20px;
  line-height: 1; }
  @media only screen and (min-width: 48.999em) {
    /* line 157, ../../src/scss/_feeds.scss */
    div#cff.cff-default-styles .cff-author .cff-author-text * {
      font-size: 27px; } }

/* line 166, ../../src/scss/_feeds.scss */
div#cff .cff-author .cff-page-name.cff-author-date {
  padding: 0; }

/* line 170, ../../src/scss/_feeds.scss */
.cff-post-links {
  color: #6E7072; }
  /* line 172, ../../src/scss/_feeds.scss */
  .cff-post-links a {
    color: #6E7072;
    font-weight: bold; }

/* line 178, ../../src/scss/_feeds.scss */
.fb-image-wrap {
  width: 100%;
  padding: 1em 0;
  display: inline-block; }
  /* line 182, ../../src/scss/_feeds.scss */
  .fb-image-wrap img.img-responsive {
    width: 100%;
    display: block; }

/* line 188, ../../src/scss/_feeds.scss */
.timeline-Tweet {
  font-family: montserrat, Helvetica, sans-serif !important; }

/* line 192, ../../src/scss/_feeds.scss */
.fw-video-wrap {
  overflow: hidden;
  position: relative; }
  /* line 1013, ../../bower_components/scut/dist/_scut.scss */
  .fw-video-wrap:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 56.25%; }
  /* line 194, ../../src/scss/_feeds.scss */
  .fw-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 1, ../../src/scss/_careers.scss */
div.application-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: calc(100vw - 2rem);
  max-height: calc(100vh - 2rem);
  z-index: 9999;
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.5);
  overflow: auto;
  overflow-y: auto; }
  @media only screen and (min-width: 58em) {
    /* line 1, ../../src/scss/_careers.scss */
    div.application-popup {
      width: 75vw;
      min-height: 75vh; } }
  /* line 18, ../../src/scss/_careers.scss */
  div.application-popup .right-half, div.application-popup .left-half {
    width: 100%;
    position: relative;
    float: left;
    padding: 1em; }
    @media only screen and (min-width: 58em) {
      /* line 18, ../../src/scss/_careers.scss */
      div.application-popup .right-half, div.application-popup .left-half {
        width: 50%;
        height: 100%; } }
  /* line 28, ../../src/scss/_careers.scss */
  div.application-popup .left-half {
    padding: 1em 2em; }
  /* line 31, ../../src/scss/_careers.scss */
  div.application-popup .application-close {
    font-size: 1.5em;
    cursor: pointer;
    width: 100%;
    text-align: right;
    transition: all .5s; }
    /* line 37, ../../src/scss/_careers.scss */
    div.application-popup .application-close:hover {
      color: #3a93e9; }
  /* line 41, ../../src/scss/_careers.scss */
  div.application-popup a.desc-download {
    max-width: 20em;
    padding: 1rem;
    font-family: arvo, Helvetica, sans-serif;
    font-style: normal; }
  /* line 48, ../../src/scss/_careers.scss */
  div.application-popup label {
    color: #3B3C3D;
    font-size: .875em; }
  /* line 52, ../../src/scss/_careers.scss */
  div.application-popup input[type="url"], div.application-popup input[type="text"], div.application-popup input[type="tel"], div.application-popup input[type="email"], div.application-popup input[type="file"] {
    height: 3em; }

/* line 57, ../../src/scss/_careers.scss */
.popup-darken {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: black;
  opacity: .65;
  z-index: 9998; }

@media only screen and (min-width: 58em) {
  /* line 69, ../../src/scss/_careers.scss */
  .scroll-overflow {
    max-height: 73.5vh;
    overflow-y: auto;
    padding-right: 1rem; }
    /* line 74, ../../src/scss/_careers.scss */
    .scroll-overflow::-webkit-scrollbar {
      width: 10px;
      height: 10px; }
    /* line 78, ../../src/scss/_careers.scss */
    .scroll-overflow::-webkit-scrollbar-button {
      width: 0px;
      height: 0px; }
    /* line 82, ../../src/scss/_careers.scss */
    .scroll-overflow::-webkit-scrollbar-thumb {
      background: white;
      border: 0px none #ffffff;
      border-radius: 0px; }
    /* line 87, ../../src/scss/_careers.scss */
    .scroll-overflow::-webkit-scrollbar-thumb:hover {
      background: #ffffff; }
    /* line 90, ../../src/scss/_careers.scss */
    .scroll-overflow::-webkit-scrollbar-thumb:active {
      background: #ffffff; }
    /* line 93, ../../src/scss/_careers.scss */
    .scroll-overflow::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0.25);
      border: 0px none #ffffff;
      border-radius: 0px; }
    /* line 98, ../../src/scss/_careers.scss */
    .scroll-overflow::-webkit-scrollbar-track:hover {
      background: rgba(0, 0, 0, 0.25); }
    /* line 101, ../../src/scss/_careers.scss */
    .scroll-overflow::-webkit-scrollbar-track:active {
      background: rgba(0, 0, 0, 0.25); }
    /* line 104, ../../src/scss/_careers.scss */
    .scroll-overflow::-webkit-scrollbar-corner {
      background: transparent; } }

/* line 110, ../../src/scss/_careers.scss */
.single-career {
  width: 100%;
  position: relative;
  float: left;
  cursor: pointer; }
  /* line 115, ../../src/scss/_careers.scss */
  .single-career:not(:last-child) {
    margin-bottom: 1em; }
  /* line 118, ../../src/scss/_careers.scss */
  .single-career * {
    transition: all .5s; }
  /* line 122, ../../src/scss/_careers.scss */
  .single-career:hover .single-career-title, .single-career:focus .single-career-title {
    color: #0059B4; }

/* line 128, ../../src/scss/_careers.scss */
.single-career-title {
  font-size: 1.5em;
  color: #3a93e9;
  font-weight: bold; }

/* line 135, ../../src/scss/_careers.scss */
.application-title {
  color: #000;
  padding: 0 0.5rem 0.5rem;
  font-size: 1.5em; }

/* line 142, ../../src/scss/_careers.scss */
.application-form form input, .application-form form textarea {
  color: #3B3C3D;
  display: block;
  width: 100%;
  padding: .5em;
  border: solid 1px #000; }
  /* line 148, ../../src/scss/_careers.scss */
  .application-form form input:focus, .application-form form textarea:focus {
    outline: 0;
    border: solid 1px #3a93e9; }
/* line 153, ../../src/scss/_careers.scss */
.application-form form textarea {
  max-height: 10em; }
/* line 156, ../../src/scss/_careers.scss */
.application-form form input.wpcf7-submit {
  margin: 0;
  border: 0;
  padding: .75em;
  font-family: arvo, Helvetica, sans-serif;
  font-style: normal; }
  /* line 163, ../../src/scss/_careers.scss */
  .application-form form input.wpcf7-submit:focus {
    border: 0; }
  @media only screen and (min-width: 58em) {
    /* line 156, ../../src/scss/_careers.scss */
    .application-form form input.wpcf7-submit {
      max-width: 10em;
      float: right; } }

/* line 173, ../../src/scss/_careers.scss */
.app-wrap {
  background-color: white;
  margin-top: 1em; }

/* line 178, ../../src/scss/_careers.scss */
.data-text-title {
  width: 100%;
  font-size: 1.5em;
  position: relative;
  float: left;
  margin-bottom: 1rem;
  margin-top: calc(1rem + 0.5rem); }

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