/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@charset "UTF-8";

/** Import everything from autoload */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "icons";
  src: url(/wp-content/themes/northwest-harvest/dist/fonts/fonts/icons.eot);
  src: url(/wp-content/themes/northwest-harvest/dist/fonts/fonts/icons.eot) format("embedded-opentype"), url(/wp-content/themes/northwest-harvest/dist/fonts/fonts/icons.ttf) format("truetype"), url(/wp-content/themes/northwest-harvest/dist/fonts/fonts/icons.woff) format("woff"), url(/wp-content/themes/northwest-harvest/dist/fonts/fonts/icons.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-nav:before {
  content: "\E900";
}

.icon-close:before {
  content: "\E90E";
}

.icon-alert:before {
  content: "\E910";
}

.icon-right-triangle:before {
  content: "\E90D";
}

.icon-circle-chevron-down:before {
  content: "\E903";
}

.icon-circle-close:before {
  content: "\E904";
}

.icon-chevron-left1:before {
  content: "\E906";
}

.icon-more:before {
  content: "\E908";
}

.icon-chevron-right:before {
  content: "\E901";
}

.icon-chevron-down:before {
  content: "\E902";
}

.icon-download:before {
  content: "\E90B";
}

.icon-offsite:before {
  content: "\E90C";
}

.icon-email:before {
  content: "\E90F";
}

.icon-filter:before {
  content: "\E905";
}

.icon-pin:before {
  content: "\E909";
}

.icon-search:before {
  content: "\E90A";
}

.icon-linkedin:before {
  content: "\E907";
}

.icon-instagram:before {
  content: "i";
}

.icon-youtube:before {
  content: "y";
}

.icon-twitter:before {
  content: "t";
}

.icon-facebook:before {
  content: "f";
}

.icon-phone:before {
  content: "\E942";
}

/** Import theme styles */

.container,
.container-fluid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container *,
.container *:before,
.container *:after,
.container-fluid *,
.container-fluid *:before,
.container-fluid *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container.fill,
.container-fluid.fill {
  padding-left: 0;
  padding-right: 0;
}

.container.fill .row,
.container-fluid.fill .row {
  margin-left: 0;
  margin-right: 0;
}

.container.fill .column,
.container-fluid.fill .column {
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 1300px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.row.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.justify-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.column.xs-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.column.xs-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.column.xs-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.column.xs-33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.column.xs-40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.column.xs-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.column.xs-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.column.xs-67 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.column.xs-75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.column.xs-80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.column.xs-83 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.column.xs-100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .row.sm-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column.sm-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.sm-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.sm-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.sm-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.sm-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.sm-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.sm-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.sm-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.sm-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.sm-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.sm-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.sm-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .row.md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.md-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.md-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.md-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.md-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.md-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.md-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.md-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.md-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.md-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.md-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.md-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .row.lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column.lg-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.lg-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.lg-30 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }

  .column.lg-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.lg-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.lg-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.lg-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.lg-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.lg-70 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }

  .column.lg-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.lg-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.lg-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.lg-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .row.xl-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column.xl-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.xl-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.xl-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.xl-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.xl-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.xl-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.xl-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.xl-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.xl-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.xl-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.xl-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.xl-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.reveal {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.reveal.revealed {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.no-js .reveal {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.reveal-down {
  -webkit-transform: translateY(-20px);
       -o-transform: translateY(-20px);
          transform: translateY(-20px);
}

.reveal-up {
  -webkit-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
}

.reveal-up.masthead__image {
  -webkit-transform: translateY(calc(-50% + 10px));
       -o-transform: translateY(calc(-50% + 10px));
          transform: translateY(calc(-50% + 10px));
}

.reveal-up.masthead__image.revealed {
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reveal-delay {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.reveal-delay-long {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.reveal-short {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
}

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

body {
  font-family: adelle-sans, sans-serif;
  color: #2b2b2b;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.vc-custom-promo-box.long-promo .vc-promo-text,
h4,
.h4,
h5,
.h5 {
  font-family: jubilat, serif;
  font-weight: 500;
  margin: 0;
  margin-bottom: 30px;
}

h1.buffer,
.h1.buffer,
h2.buffer,
.h2.buffer,
h3.buffer,
.h3.buffer,
.vc-custom-promo-box.long-promo .buffer.vc-promo-text,
h4.buffer,
.h4.buffer,
h5.buffer,
.h5.buffer {
  padding-top: 40px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
.vc-custom-promo-box.long-promo .vc-promo-text a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: #a0bf51;
          text-decoration-color: #a0bf51;
  text-decoration-thickness: 1px;
}

h1 a:hover,
h1 a:focus,
.h1 a:hover,
.h1 a:focus,
h2 a:hover,
h2 a:focus,
.h2 a:hover,
.h2 a:focus,
h3 a:hover,
h3 a:focus,
.h3 a:hover,
.vc-custom-promo-box.long-promo .vc-promo-text a:hover,
.h3 a:focus,
.vc-custom-promo-box.long-promo .vc-promo-text a:focus,
h4 a:hover,
h4 a:focus,
.h4 a:hover,
.h4 a:focus,
h5 a:hover,
h5 a:focus,
.h5 a:hover,
.h5 a:focus {
  text-decoration: underline;
}

h1,
.h1 {
  font-size: 2.25rem;
}

@media screen and (min-width: 576px) {
  h1,
  .h1 {
    font-size: calc(3.20513vw + 1.09615rem);
  }
}

@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}

h1,
.h1 {
  line-height: 2.4375rem;
}

@media screen and (min-width: 576px) {
  h1,
  .h1 {
    line-height: calc(3.36538vw + 1.22596rem);
  }
}

@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    line-height: 3.75rem;
  }
}

.page-title {
  font-family: jubilat, serif;
  font-weight: normal;
}

.page-title {
  font-size: 2.25rem;
}

@media screen and (min-width: 576px) {
  .page-title {
    font-size: calc(3.20513vw + 1.09615rem);
  }
}

@media screen and (min-width: 1200px) {
  .page-title {
    font-size: 3.5rem;
  }
}

.page-title {
  line-height: 2.4375rem;
}

@media screen and (min-width: 576px) {
  .page-title {
    line-height: calc(3.36538vw + 1.22596rem);
  }
}

@media screen and (min-width: 1200px) {
  .page-title {
    line-height: 3.75rem;
  }
}

.home .page-title {
  font-size: 2.875rem;
}

@media screen and (min-width: 576px) {
  .home .page-title {
    font-size: calc(3.84615vw + 1.49038rem);
  }
}

@media screen and (min-width: 1200px) {
  .home .page-title {
    font-size: 4.375rem;
  }
}

.home .page-title {
  line-height: 3.125rem;
}

@media screen and (min-width: 576px) {
  .home .page-title {
    line-height: calc(3.20513vw + 1.97115rem);
  }
}

@media screen and (min-width: 1200px) {
  .home .page-title {
    line-height: 4.375rem;
  }
}

.page-title--small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  font-family: adelle-sans, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

h2,
.h2 {
  font-size: 1.75rem;
}

@media screen and (min-width: 576px) {
  h2,
  .h2 {
    font-size: calc(2.24359vw + 0.94231rem);
  }
}

@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2.625rem;
  }
}

h2,
.h2 {
  line-height: 2.25rem;
}

@media screen and (min-width: 576px) {
  h2,
  .h2 {
    line-height: calc(1.60256vw + 1.67308rem);
  }
}

@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    line-height: 2.875rem;
  }
}

h3,
.h3,
.vc-custom-promo-box.long-promo .vc-promo-text {
  font-size: 1.375rem;
}

@media screen and (min-width: 576px) {
  h3,
  .h3,
  .vc-custom-promo-box.long-promo .vc-promo-text {
    font-size: calc(2.24359vw + 0.56731rem);
  }
}

@media screen and (min-width: 1200px) {
  h3,
  .h3,
  .vc-custom-promo-box.long-promo .vc-promo-text {
    font-size: 2.25rem;
  }
}

h3,
.h3,
.vc-custom-promo-box.long-promo .vc-promo-text {
  line-height: 1.75rem;
}

@media screen and (min-width: 576px) {
  h3,
  .h3,
  .vc-custom-promo-box.long-promo .vc-promo-text {
    line-height: calc(1.60256vw + 1.17308rem);
  }
}

@media screen and (min-width: 1200px) {
  h3,
  .h3,
  .vc-custom-promo-box.long-promo .vc-promo-text {
    line-height: 2.375rem;
  }
}

h4,
.h4 {
  margin-bottom: 10px;
}

h4,
.h4 {
  font-size: 1.125rem;
}

@media screen and (min-width: 576px) {
  h4,
  .h4 {
    font-size: calc(1.60256vw + 0.54808rem);
  }
}

@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  line-height: 1.25rem;
}

@media screen and (min-width: 576px) {
  h4,
  .h4 {
    line-height: calc(1.92308vw + 0.55769rem);
  }
}

@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    line-height: 2rem;
  }
}

h5,
.h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 10px;
}

h6,
.h6 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-family: adelle-sans, sans-serif;
  font-weight: bold;
}

p {
  margin: 0 0 30px;
}

p {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  p {
    font-size: calc(0.32051vw + 0.88462rem);
  }
}

@media screen and (min-width: 1200px) {
  p {
    font-size: 1.125rem;
  }
}

p {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  p {
    line-height: calc(0.64103vw + 1.26923rem);
  }
}

@media screen and (min-width: 1200px) {
  p {
    line-height: 1.75rem;
  }
}

p.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.small p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

#main-content p a:not(.link--underline):not(.btn) {
  text-decoration: underline;
  color: #6483a4;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  -o-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  will-change: color, opacity;
}

a:hover,
a:focus {
  color: #a0bf51;
  text-decoration: none;
}

.link--underline {
  position: relative;
  display: inline-block;
  color: inherit !important;
  text-decoration: none !important;
}

.link--underline::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0px;
  height: 2px;
  background: #a0bf51;
}

.link--underline:hover,
.link--underline:focus {
  color: #a0bf51 !important;
}

.link--underline:hover::after,
.link--underline:focus::after {
  display: none;
}

#main-content p a:not(.btn),
#main-content ul a:not(.btn),
#main-content ol a:not(.btn),
#main-content li a:not(.btn),
#main-content blockquote a:not(.btn) {
  color: #6483a4;
  text-decoration: underline;
  -webkit-text-decoration-color: #6483a4;
          text-decoration-color: #6483a4;
}

#main-content p a:not(.btn):hover,
#main-content p a:not(.btn):focus,
#main-content ul a:not(.btn):hover,
#main-content ul a:not(.btn):focus,
#main-content ol a:not(.btn):hover,
#main-content ol a:not(.btn):focus,
#main-content li a:not(.btn):hover,
#main-content li a:not(.btn):focus,
#main-content blockquote a:not(.btn):hover,
#main-content blockquote a:not(.btn):focus {
  color: #6483a4;
  text-decoration: none;
}

blockquote {
  font-family: jubilat, serif;
  text-indent: -0.35em;
}

blockquote {
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  blockquote {
    font-size: calc(1.92308vw + 0.80769rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote {
    font-size: 2.25rem;
  }
}

blockquote {
  line-height: 1.875rem;
}

@media screen and (min-width: 576px) {
  blockquote {
    line-height: calc(1.28205vw + 1.41346rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote {
    line-height: 2.375rem;
  }
}

blockquote p {
  font-family: jubilat, serif;
  margin-bottom: 0;
  text-indent: -0.35em;
}

blockquote p {
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  blockquote p {
    font-size: calc(1.92308vw + 0.80769rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote p {
    font-size: 2.25rem;
  }
}

blockquote p {
  line-height: 1.875rem;
}

@media screen and (min-width: 576px) {
  blockquote p {
    line-height: calc(1.28205vw + 1.41346rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote p {
    line-height: 2.375rem;
  }
}

blockquote cite {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-family: adelle-sans, sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-top: 15px;
}

.main ul:not(.list-inline):not(.list-unstyled) {
  margin-top: 1em;
}

.main ul:not(.list-inline):not(.list-unstyled) ul {
  margin-top: 1em;
}

.main ul li,
.main ol li {
  margin-bottom: 10px;
}

.main ul li,
.main ol li {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  .main ul li,
  .main ol li {
    font-size: calc(0.32051vw + 0.88462rem);
  }
}

@media screen and (min-width: 1200px) {
  .main ul li,
  .main ol li {
    font-size: 1.125rem;
  }
}

.main ul li,
.main ol li {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  .main ul li,
  .main ol li {
    line-height: calc(0.64103vw + 1.26923rem);
  }
}

@media screen and (min-width: 1200px) {
  .main ul li,
  .main ol li {
    line-height: 1.75rem;
  }
}

.list-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  margin-bottom: inherit;
  color: inherit;
}

#main-content .side-bar-list {
  margin-bottom: 60px;
  padding: 0;
}

#main-content .side-bar-list ul {
  padding: 0;
}

#main-content .side-bar-list li {
  list-style-type: none;
  border-bottom: 2px solid #d8d8d8;
  padding-bottom: 1px;
  margin-top: 20px;
}

#main-content .side-bar-list li a {
  color: #00334d;
  text-decoration: none;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}

#main-content .side-bar-list li a::after {
  font-family: "icons";
  content: "\E901";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4375rem;
}

#main-content .side-bar-list li a:hover,
#main-content .side-bar-list li a:focus {
  color: #a0bf51;
}

#main-content .side-bar-list li a--active {
  color: #d8d8d8;
}

#main-content .side-bar-list li a {
  text-decoration: none;
}

#main-content .side-bar-list li a:not(.btn) {
  color: #00334d;
  text-decoration: none;
}

#main-content .side-bar-list li a:not(.btn):hover,
#main-content .side-bar-list li a:not(.btn):focus {
  color: #a0bf51;
}

#main-content .side-bar-list li a:not(.btn).taxonomy-filter__link--active {
  color: #d8d8d8;
}

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

figure img {
  margin-bottom: 15px;
}

figure figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

img:before {
  display: block;
  content: attr(alt);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 3px;
  padding: 5px 8px;
  background-color: #e6e6e6;
}

svg {
  max-width: 100%;
}

.img-cover,
.img-circle {
  position: relative;
  overflow: hidden;
  position: relative;
}

.img-cover:before,
.img-circle:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.img-cover > .content,
.img-circle > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-cover img,
.img-circle img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-cover img.portrait,
.img-circle img.portrait {
  height: auto;
  width: 100%;
}

.img-contain {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.img-contain img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-contain img.portrait {
  height: 100%;
  width: auto;
}

.img-circle {
  border-radius: 50%;
  /* fixes overflow:hidden bug in Chrome/Opera */
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  position: relative;
}

.img-circle:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.img-circle > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-circle img {
  /* fixes border radius bug in Chrome */
  -webkit-clip-path: circle(50%);
}

.image--shrink {
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
}

.image--shrink:hover {
  -webkit-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

.ghost-image-bg {
  display: none;
  position: absolute;
  z-index: -1;
}

@media (min-width: 992px) {
  .ghost-image-bg {
    display: block;
  }
}

.ghost-image-bg--t-r {
  top: -50px;
  right: -50px;
}

.ghost-image-bg--t-l {
  top: -50px;
  left: -50px;
}

.ghost-image-bg--b-r {
  bottom: -50px;
  right: -50px;
}

.ghost-image-bg--b-l {
  bottom: -50px;
  left: -50px;
}

table {
  width: 100%;
  border: 1px solid #d8d8d8;
}

table {
  font-size: 0.875rem;
}

@media screen and (min-width: 576px) {
  table {
    font-size: calc(0.64103vw + 0.64423rem);
  }
}

@media screen and (min-width: 1200px) {
  table {
    font-size: 1.125rem;
  }
}

table {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  table {
    line-height: calc(0.64103vw + 1.26923rem);
  }
}

@media screen and (min-width: 1200px) {
  table {
    line-height: 1.75rem;
  }
}

table th {
  font-weight: bold;
}

table th,
table td {
  text-align: left;
  padding: 10px 30px;
}

@media (min-width: 992px) {
  table th,
  table td {
    padding: 20px 40px;
  }
}

table th a,
table td a {
  text-decoration: underline;
  color: #6483a4;
}

table tr {
  border-bottom: 1px solid #d8d8d8;
}

table tr:nth-child(even) {
  background-color: #eff4f5;
}

.drop-sites-mobile {
  display: block;
}

@media (min-width: 992px) {
  .drop-sites-mobile {
    display: none;
  }
}

.drop-sites-mobile table {
  border: none;
}

.drop-sites-mobile table tr {
  border: none;
}

.drop-sites-mobile table tr:nth-child(even) {
  background-color: transparent;
}

.drop-sites-mobile table:nth-child(even) {
  background-color: #eff4f5;
}

hr {
  border: 2px solid #d8d8d8;
  border-bottom: none;
  margin-bottom: 35px;
}

hr.hr--short {
  border: 2px solid #a0bf51;
  border-radius: 10px;
  width: 100px;
}

hr.hr--short--blue {
  border-color: #6483a4;
}

.vc_toggle {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 7.5px;
  background: #d7e6ec;
}

@media (min-width: 768px) {
  .vc_toggle {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.vc_toggle .vc_toggle_title {
  padding-left: 0 !important;
  padding-right: 60px !important;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.vc_toggle .vc_toggle_title h4 {
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: adelle-sans, sans-serif;
  font-weight: 700 !important;
}

@media (min-width: 768px) {
  .vc_toggle .vc_toggle_title h4 {
    font-size: 18px !important;
    line-height: 28\px !important;
  }
}

.vc_toggle .vc_toggle_title .vc_toggle_icon {
  height: 45px !important;
  width: 45px !important;
  left: auto !important;
  right: 0 !important;
  background: #a0bf51;
  border-radius: 50%;
  border: none;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
}

.vc_toggle .vc_toggle_title .vc_toggle_icon:before {
  content: "\E902";
  font-family: 'icons';
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vc_toggle .vc_toggle_title .vc_toggle_icon:before,
.vc_toggle .vc_toggle_title .vc_toggle_icon:after {
  height: 16px !important;
  width: 16px !important;
  border: none !important;
  color: #fff;
  background: transparent;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -o-transform 0.35s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.vc_toggle .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #a0bf51;
}

.vc_toggle .vc_toggle_content {
  padding-left: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  padding-top: 35px;
  padding-bottom: 20px;
  border-top: 2px solid #d8d8d8;
}

@media (min-width: 768px) {
  .vc_toggle .vc_toggle_content {
    margin-right: 80px;
  }
}

.vc_toggle .vc_toggle_content p,
.vc_toggle .vc_toggle_content ul:not(.list-inline):not(.list-unstyled),
.vc_toggle .vc_toggle_content ol {
  font-family: adelle-sans, sans-serif;
}

.vc_toggle .vc_toggle_content p,
.vc_toggle .vc_toggle_content ul:not(.list-inline):not(.list-unstyled),
.vc_toggle .vc_toggle_content ol {
  font-size: 0.875rem;
}

@media screen and (min-width: 576px) {
  .vc_toggle .vc_toggle_content p,
  .vc_toggle .vc_toggle_content ul:not(.list-inline):not(.list-unstyled),
  .vc_toggle .vc_toggle_content ol {
    font-size: calc(0.32051vw + 0.75962rem);
  }
}

@media screen and (min-width: 1200px) {
  .vc_toggle .vc_toggle_content p,
  .vc_toggle .vc_toggle_content ul:not(.list-inline):not(.list-unstyled),
  .vc_toggle .vc_toggle_content ol {
    font-size: 1rem;
  }
}

.vc_toggle .vc_toggle_content p,
.vc_toggle .vc_toggle_content ul:not(.list-inline):not(.list-unstyled),
.vc_toggle .vc_toggle_content ol {
  line-height: 1.25rem;
}

@media screen and (min-width: 576px) {
  .vc_toggle .vc_toggle_content p,
  .vc_toggle .vc_toggle_content ul:not(.list-inline):not(.list-unstyled),
  .vc_toggle .vc_toggle_content ol {
    line-height: calc(1.28205vw + 0.78846rem);
  }
}

@media screen and (min-width: 1200px) {
  .vc_toggle .vc_toggle_content p,
  .vc_toggle .vc_toggle_content ul:not(.list-inline):not(.list-unstyled),
  .vc_toggle .vc_toggle_content ol {
    line-height: 1.75rem;
  }
}

.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
  background-color: #a0bf51;
}

.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon::after {
  font-style: normal;
  font-family: "icons";
  content: "\E90E";
  visibility: visible;
}

.no-js .vc_toggle .vc_toggle_content {
  display: block;
}

.general-nwh-banner {
  width: calc(100% - 30px);
}

.general-nwh-banner a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .general-nwh-banner a {
    display: inline-block;
  }
}

.emergency-banner {
  margin-top: -200px;
  margin-bottom: 0;
  background: #ba5f4e;
  color: #fff;
  padding: 60px 60px 45px;
  text-align: center;
  position: relative;
}

.emergency-banner i {
  display: inline-block;
  margin: 0 auto 10px;
  background: #fff;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  color: #ba5f4e;
  font-size: 50px;
  font-size: 3.125rem;
}

.emergency-banner i::before {
  font-size: 38px;
  font-size: 2.375rem;
}

button,
input[type='button'],
input[type='submit'],
input[type='reset'],
.btn {
  display: inline-block;
  border: 2px solid #00334d;
  border-radius: 25px;
  padding: 14px 45px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #00334d;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='submit']:hover,
input[type='submit']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
.btn:hover,
.btn:focus {
  color: #fff;
  background-color: #a0bf51;
  border-color: #a0bf51;
  outline: none;
}

.btn {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .btn {
    margin-bottom: 0;
  }
}

.btn--blue {
  background-color: #6483a4;
  border-color: #6483a4;
  color: #fff;
}

.btn--blue:hover,
.btn--blue:focus {
  background-color: #fff;
  border-color: #fff;
  color: #6483a4;
}

.btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #00334d;
}

.btn--white:hover,
.btn--white:focus {
  background-color: #00334d;
  border-color: #00334d;
  color: #fff;
}

button.load-more,
button.hrn-load-more {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #2b2b2b;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 0;
  text-transform: none;
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}

button.load-more::after,
button.hrn-load-more::after {
  content: '';
  position: absolute;
  left: 0;
  width: calc(100% - 22px);
  right: 0;
  bottom: 0px;
  height: 2px;
  background: #a0bf51;
}

button.load-more i,
button.hrn-load-more i {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin-left: 10px;
  color: #a0bf51;
  font-weight: normal;
}

button.load-more:hover::after,
button.hrn-load-more:hover::after {
  display: none;
}

.breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  font-family: adelle-sans, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.breadcrumbs a {
  color: #6483a4;
  text-decoration: underline;
}

.breadcrumbs__divider {
  padding: 0 7px;
}

.comment-list ol {
  list-style: none;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

input,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #00334d;
  padding: 10px;
  font-size: 16px;
  font-family: inherit;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #a0bf51;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

input[type='checkbox'],
input[type='radio'] {
  width: initial;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline-block;
}

input[type='checkbox']:focus,
input[type='radio']:focus {
  outline: 1px solid #a0bf51;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxMiA3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1OCAoODQ2NjMpIC0gaHR0cHM6Ly9za2V0Y2guY29tIC0tPgogICAgPHRpdGxlPlBhdGggMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJTdHlsZS1HdWlkZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkJ1dHRvbnMtJmFtcDstQ29tcG9uZW50cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNTkuMDAwMDAwLCAtMjA5Ni4wMDAwMDApIiBmaWxsPSIjMDAzMzREIj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA2NS4wMDAwMDAsIDIwOTkuNTAwMDAwKSByb3RhdGUoLTM2MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTA2NS4wMDAwMDAsIC0yMDk5LjUwMDAwMCkgIiBwb2ludHM9IjEwNTkgMjA5NiAxMDcxIDIwOTYgMTA2NSAyMTAzIj48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: right 10px center;
  border-radius: 0;
}

select option {
  color: #2b2b2b;
}

input[type='submit'],
input[type='button'],
input[type='reset'] {
  cursor: pointer;
  width: auto;
}

.gift-calculator__form {
  position: relative;
  max-width: 300px;
}

.gift-calculator__form input[type='text'] {
  padding-left: 45px;
}

.gift-calculator__form input[type='text']::-webkit-input-placeholder {
  color: rgba(43, 43, 43, 0.4);
}

.gift-calculator__form input[type='text']:-ms-input-placeholder {
  color: rgba(43, 43, 43, 0.4);
}

.gift-calculator__form input[type='text']::-ms-input-placeholder {
  color: rgba(43, 43, 43, 0.4);
}

.gift-calculator__form input[type='text']::placeholder {
  color: rgba(43, 43, 43, 0.4);
}

.gift-calculator__form input[type='text']:-ms-input-placeholder {
  color: rgba(43, 43, 43, 0.4) !important;
}

.gift-calculator__icon {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 19px;
  line-height: 24px;
  color: #00334d;
  font-style: normal;
  font-weight: bold;
  padding-right: 10px;
  border-right: 1px solid #00334d;
}

.gift-calculator__output {
  color: #ba5f4e;
  font-weight: bold;
  height: 20px;
}

.site-footer {
  background: #00334d;
  color: #fff;
  border-bottom: 10px solid #a0bf51;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .site-footer {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #a0bf51;
}

.site-footer__social-links {
  padding: 0;
  margin: 0;
}

.site-footer__social-links li {
  list-style-type: none;
  margin-bottom: 18px;
}

.site-footer__social-links li a {
  font-size: 14px;
  font-size: 0.875rem;
}

.site-footer__form {
  position: relative;
  margin-bottom: 10px;
}

.site-footer__form input {
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.site-footer__form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer__form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer__form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer__form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer__form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  width: 36px;
  padding: 0;
  background: #a0bf51;
  border: none;
}

.site-footer__form button i {
  color: #00334d;
}

.site-footer__form-description {
  margin-bottom: 60px;
}

.site-footer__main .h6 {
  font-size: 14px;
  font-size: 0.875rem;
}

.site-footer__logos {
  display: block;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}

.site-footer__logos svg {
  max-width: 80px;
  max-height: 80px;
  width: inherit;
}

@media (min-width: 992px) {
  .site-footer__logos {
    text-align: left;
  }

  .site-footer__logos svg {
    max-width: 100px;
    max-height: 100px;
  }
}

@media (min-width: 1200px) {
  .site-footer__logos svg {
    max-width: 125px;
    max-height: 125px;
  }
}

.site-footer__logos a {
  margin-right: 25px;
}

.site-footer__logos a:last-child {
  margin-right: 0;
}

.site-footer__sub {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .site-footer__sub {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-footer__sub p {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .site-footer__sub-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-footer__contact a {
  margin-bottom: 5px;
}

.site-footer__contact a:last-child {
  display: block;
}

@media (min-width: 768px) {
  .site-footer__contact a {
    display: inline;
  }

  .site-footer__contact a:last-child {
    margin-left: 20px;
    display: inline;
  }
}

.footer-menu {
  padding: 0;
  margin: 0;
}

.footer-menu__item {
  list-style-type: none;
  margin-bottom: 18px;
}

.footer-menu__item a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0.875rem;
}

.footer-sub-menu {
  padding: 0;
  margin: 0;
  margin-left: 20px;
  display: inline-block;
}

.footer-sub-menu__item {
  list-style-type: none;
  margin-top: 2px;
  padding: 0 15px;
  display: inline-block;
  border-right: 1px solid #fff;
}

.footer-sub-menu__item:last-child {
  border: none;
}

.header {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #00334d;
  border-top: 8px solid #a0bf51;
  color: #fff;
  min-height: 105px;
}

@media (min-width: 992px) {
  .header {
    padding-top: 10px;
  }
}

.header [class^='icon-'] {
  color: inherit;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: visible;
  position: relative;
}

.header__brand {
  display: block;
  position: absolute;
  top: -18px;
  left: 30px;
  z-index: 6;
}

@media (min-width: 1300px) {
  .header__brand {
    left: 0;
  }
}

.header__brand img {
  width: 144px;
}

@media (min-width: 992px) {
  .header__brand img {
    width: 168px;
    height: 135px;
  }
}

.header__navigation {
  display: none;
  text-align: right;
}

@media (min-width: 992px) {
  .header__navigation {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.header__navigation .main-menu {
  padding: 0;
  margin: 0;
}

.header__navigation .main-menu__item {
  list-style-type: none;
  display: inline-block;
  padding: 20px 0 35px;
  margin-left: 25px;
  margin-right: 25px;
}

.header__navigation .main-menu__item:hover .main-menu__sub-menu {
  opacity: 1;
  visibility: visible;
}

.header__navigation .main-menu__item:hover .main-menu__sub-menu__item {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.header__navigation .main-menu__item:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
}

.header__navigation .main-menu__item--active,
.header__navigation .main-menu__item--parent--active,
.header__navigation .main-menu__item--ancestor--active {
  border-bottom: 4px solid #a0bf51;
}

.header__navigation .main-menu__item--active li,
.header__navigation .main-menu__item--parent--active li,
.header__navigation .main-menu__item--ancestor--active li {
  border: none;
}

.header__navigation .main-menu__item--active .main-menu__link,
.header__navigation .main-menu__item--parent--active .main-menu__link,
.header__navigation .main-menu__item--ancestor--active .main-menu__link {
  color: #fff;
  opacity: 0.3;
}

.header__navigation .main-menu__item--main-item {
  padding: 0;
}

.header__navigation .main-menu__item--main-item > a,
.header__navigation .main-menu__item--main-item > ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.header__navigation .main-menu__item--main-item > a {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .header__navigation .main-menu__item--main-item > ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
}

.header__navigation .main-menu__item--main-item.main-menu__item--resources-sub-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .header__navigation .main-menu__item--main-item.main-menu__item--resources-sub-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
}

.header__navigation .main-menu__item--main-item.main-menu__item--resources-sub-item > a,
.header__navigation .main-menu__item--main-item.main-menu__item--resources-sub-item > ul {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.header__navigation .main-menu__item--main-item.main-menu__item--resources-sub-item .main-menu__sub-menu--2__item {
  margin-bottom: 10px;
}

.header__navigation .main-menu__item--main-item > a {
  font-family: jubilat, serif;
  font-weight: normal;
}

.header__navigation .main-menu__item--main-item > a {
  font-size: 1.25rem;
}

@media screen and (min-width: 576px) {
  .header__navigation .main-menu__item--main-item > a {
    font-size: calc(1.92308vw + 0.55769rem);
  }
}

@media screen and (min-width: 1200px) {
  .header__navigation .main-menu__item--main-item > a {
    font-size: 2rem;
  }
}

.header__navigation .main-menu__item--main-item > a {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  .header__navigation .main-menu__item--main-item > a {
    line-height: calc(2.24359vw + 0.69231rem);
  }
}

@media screen and (min-width: 1200px) {
  .header__navigation .main-menu__item--main-item > a {
    line-height: 2.375rem;
  }
}

.header__navigation .main-menu__item--main-item > a span:first-child {
  position: relative;
  display: inline-block;
  color: inherit !important;
  text-decoration: none !important;
}

.header__navigation .main-menu__item--main-item > a span:first-child::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0px;
  height: 2px;
  background: #a0bf51;
}

.header__navigation .main-menu__item--main-item > a span:first-child:hover,
.header__navigation .main-menu__item--main-item > a span:first-child:focus {
  color: #fff;
  text-decoration: none;
}

.header__navigation .main-menu__item--main-item > a span:first-child:hover::after,
.header__navigation .main-menu__item--main-item > a span:first-child:focus::after {
  display: none;
}

@media (min-width: 992px) {
  .header__navigation .main-menu__item--main-item > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
}

.header__navigation .main-menu__item--main-item span {
  display: block;
  color: #fff;
}

.header__navigation .main-menu__item--main-item span:hover,
.header__navigation .main-menu__item--main-item span:focus {
  color: #fff;
}

.header__navigation .main-menu__item .featured-resources-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 992px) {
  .header__navigation .main-menu__item .featured-resources-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
    max-width: 67%;
  }
}

.header__navigation .main-menu__link {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.header__navigation .main-menu__link:hover,
.header__navigation .main-menu__link:focus {
  color: #fff;
  opacity: 0.6;
}

.header__navigation .main-menu__link__description {
  margin-top: 25px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  font-family: adelle-sans, sans-serif;
  line-height: 1.5rem;
  text-decoration: none !important;
  display: inline-block;
}

.header__navigation .main-menu__sub-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  list-style-type: none;
  z-index: 5;
  background: #002b41;
  text-align: left;
  -webkit-transition: opacity 0s ease-out;
  -o-transition: opacity 0s ease-out;
  transition: opacity 0s ease-out;
}

.header__navigation .main-menu__sub-menu .container {
  margin-right: 0;
  padding-top: 60px;
}

.header__navigation .main-menu__sub-menu__item {
  padding: 0;
  opacity: 0;
  -webkit-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.header__navigation .main-menu__sub-menu__item:nth-child(1) {
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(2) {
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(3) {
  -webkit-transition-delay: 0.225s;
       -o-transition-delay: 0.225s;
          transition-delay: 0.225s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(4) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(5) {
  -webkit-transition-delay: 0.375s;
       -o-transition-delay: 0.375s;
          transition-delay: 0.375s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(6) {
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(7) {
  -webkit-transition-delay: 0.525s;
       -o-transition-delay: 0.525s;
          transition-delay: 0.525s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(8) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(9) {
  -webkit-transition-delay: 0.675s;
       -o-transition-delay: 0.675s;
          transition-delay: 0.675s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(10) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(11) {
  -webkit-transition-delay: 0.825s;
       -o-transition-delay: 0.825s;
          transition-delay: 0.825s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(12) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(13) {
  -webkit-transition-delay: 0.975s;
       -o-transition-delay: 0.975s;
          transition-delay: 0.975s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(14) {
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(15) {
  -webkit-transition-delay: 1.125s;
       -o-transition-delay: 1.125s;
          transition-delay: 1.125s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(16) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(17) {
  -webkit-transition-delay: 1.275s;
       -o-transition-delay: 1.275s;
          transition-delay: 1.275s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(18) {
  -webkit-transition-delay: 1.35s;
       -o-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(19) {
  -webkit-transition-delay: 1.425s;
       -o-transition-delay: 1.425s;
          transition-delay: 1.425s;
}

.header__navigation .main-menu__sub-menu__item:nth-child(20) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.header__navigation .main-menu__sub-menu__link {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.header__navigation .main-menu__sub-menu__link:hover,
.header__navigation .main-menu__sub-menu__link:focus {
  color: #a0bf51;
}

.header__navigation .main-menu__sub-menu--1 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-bottom: 70px;
}

.header__navigation .main-menu__sub-menu--2 {
  padding-top: 0;
}

.header__navigation .main-menu__sub-menu--2__item {
  margin-bottom: 32px;
}

.header__navigation .main-menu__sub-menu--2__link {
  position: relative;
  display: inline-block;
  color: inherit !important;
  text-decoration: none !important;
  color: #fff;
}

.header__navigation .main-menu__sub-menu--2__link::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0px;
  height: 2px;
  background: #a0bf51;
}

.header__navigation .main-menu__sub-menu--2__link:hover,
.header__navigation .main-menu__sub-menu--2__link:focus {
  text-decoration: none;
  color: #fff;
}

.header__navigation .main-menu__sub-menu--2__link:hover::after,
.header__navigation .main-menu__sub-menu--2__link:focus::after {
  display: none;
}

.header__navigation .main-menu__sub-menu--3 {
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 10px;
}

.header__navigation .main-menu__sub-menu--3__item {
  margin-bottom: 8px;
}

.header__navigation .main-menu__sub-menu--3__link {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

.header__navigation .secondary-menu {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header__navigation .secondary-menu__item {
  font-size: 13px;
  font-size: 0.8125rem;
  list-style-type: none;
}

.header__navigation .secondary-menu__link {
  color: #fff;
  font-weight: bold;
}

.header__navigation .secondary-menu__link:hover,
.header__navigation .secondary-menu__link:focus {
  color: #fff;
  opacity: 0.6;
}

.header__primary-navigation {
  display: inline-block;
}

.header .hrn-link {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-left: 35px;
  color: #a0bf51;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header .hrn-link:hover,
.header .hrn-link:focus {
  opacity: 0.6;
}

.header .hrn-link .hrn-icon {
  font-style: normal;
  margin-left: 5px;
}

.header .hrn-link .hrn-icon::before {
  font-family: 'icons';
  content: "\E909";
}

.header .hrn-link--emergency {
  background: #ba5f4e;
  padding: 5px 10px;
  border-radius: 15px;
  color: #fff;
}

.header .hrn-link--emergency .hrn-icon::before {
  content: "\E910";
}

.header .hrn-link--emergency:hover,
.header .hrn-link--emergency:focus {
  opacity: 1;
  background: #fff;
  color: #ba5f4e;
}

@media (min-width: 992px) {
  .header__search {
    display: none;
  }

  .header__search > div {
    display: inline-block;
  }
}

.header__search-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 700px;
}

.header__search-form input[type='text'] {
  width: 100%;
  margin: 0;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  background-color: transparent;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header__search-form input[type='text']:focus {
  outline: none;
}

.header__search-form input[type='text']::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.header__search-form input[type='text']:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.header__search-form input[type='text']:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.header__search-form input[type='text']::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.header__search-form input[type='text']::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.header__search-button {
  color: #fff;
  margin-right: 25px;
}

.header__search-button i {
  display: inline-block;
  margin-top: 3px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.header__search-button:hover,
.header__search-button:focus {
  color: #fff;
  opacity: 0.6;
}

.header__search-close {
  display: inline-block;
  cursor: pointer;
}

.header__donate {
  text-transform: initial;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 30px;
}

.header__nav-icon {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 35px;
  color: #a0bf51;
  width: 32px;
  text-align: center;
}

@media (min-width: 992px) {
  .header__nav-icon {
    display: none;
  }
}

.header--search-active .header__search {
  display: inline-block;
}

.header--search-active .header__primary-navigation {
  display: none;
}

.header--search-active .header__search-button i::before {
  content: "\E90E";
}

.no-js .header {
  position: absolute;
}

.no-masthead .header,
.scroll-triggered .header {
  padding-top: 0;
  background-color: #fff;
}

.no-masthead a,
.no-masthead .header__search-form input[type='text'],
.scroll-triggered a,
.scroll-triggered .header__search-form input[type='text'] {
  color: #2b2b2b;
}

/**
 * No Masthead & Scrolled
 */

.no-masthead header.banner,
.scroll-triggered header.banner {
  background-color: #fff;
}

.no-masthead header.banner a,
.no-masthead header.banner #header-search form.searchform input[type='text'],
.scroll-triggered header.banner a,
.scroll-triggered header.banner #header-search form.searchform input[type='text'] {
  color: #2b2b2b;
}

.no-masthead header.banner #header-search form.searchform input[type='text']::-webkit-input-placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type='text']::-webkit-input-placeholder {
  color: #2b2b2b;
}

.no-masthead header.banner #header-search form.searchform input[type='text']:-ms-input-placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type='text']:-ms-input-placeholder {
  color: #2b2b2b;
}

.no-masthead header.banner #header-search form.searchform input[type='text']::-ms-input-placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type='text']::-ms-input-placeholder {
  color: #2b2b2b;
}

.no-masthead header.banner #header-search form.searchform input[type='text']::placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type='text']::placeholder {
  color: #2b2b2b;
}

.no-masthead header.banner .brand svg path,
.scroll-triggered header.banner .brand svg path {
  fill: initial;
}

.list-item-post,
.list-item-event {
  padding-bottom: 15px;
  margin-bottom: 45px;
  border-bottom: 1px solid #d8d8d8;
}

.list-item-post__title,
.list-item-event__title {
  margin-bottom: 10px;
}

.list-item-post__author,
.list-item-event__author {
  margin-top: 10px;
}

.list-item-post__content span.icon-offsite,
.list-item-post__content span.icon-download,
.list-item-event__content span.icon-offsite,
.list-item-event__content span.icon-download {
  font-size: 16px;
  font-size: 1rem;
  display: inline;
  margin-left: 10px;
  color: #a0bf51;
  font-weight: normal;
}

.list-item-post__title a {
  text-decoration: none;
}

.list-item-post__title a span {
  text-decoration: underline;
  -webkit-text-decoration-color: #a0bf51;
          text-decoration-color: #a0bf51;
}

.list-item-post__title a .icon-offsite,
.list-item-post__title a .icon-download {
  text-decoration: none;
}

.list-item-post__title a:hover,
.list-item-post__title a:focus {
  text-decoration: none;
}

.list-item-post__title a:hover span,
.list-item-post__title a:focus span {
  text-decoration: underline;
}

.list-item-post__title a:hover .icon-offsite,
.list-item-post__title a:hover .icon-download,
.list-item-post__title a:focus .icon-offsite,
.list-item-post__title a:focus .icon-download {
  text-decoration: none;
}

.list-item-event .column.lg-25 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-item-event__entry-meta {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.list-item-event__county {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .list-item-event__county {
    position: absolute;
    bottom: 0;
  }
}

.list-item-related-post {
  margin-bottom: 45px;
}

.list-item-related-post .post-label {
  margin-bottom: 10px;
}

.list-item-related-post__title {
  font-family: adelle-sans, sans-serif;
  font-weight: bold;
}

.list-item-related-post__title {
  font-size: 0.875rem;
}

@media screen and (min-width: 576px) {
  .list-item-related-post__title {
    font-size: calc(0.64103vw + 0.64423rem);
  }
}

@media screen and (min-width: 1200px) {
  .list-item-related-post__title {
    font-size: 1.125rem;
  }
}

.list-item-related-post__title {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  .list-item-related-post__title {
    line-height: calc(0.64103vw + 1.26923rem);
  }
}

@media screen and (min-width: 1200px) {
  .list-item-related-post__title {
    line-height: 1.75rem;
  }
}

.list-item-related-post__title a {
  text-decoration: none;
}

.list-item-related-post__title a:hover,
.list-item-related-post__title a:focus {
  text-decoration: none;
  color: #a0bf51;
}

.list-item-related-post__content span {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin-left: 10px;
  color: #a0bf51;
  font-weight: normal;
}

.list-item-person {
  margin-bottom: 45px;
}

.list-item-person__image {
  display: block;
  margin-bottom: 25px;
}

.list-item-person__title {
  font-family: adelle-sans, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.list-item-person__title {
  font-size: 0.875rem;
}

@media screen and (min-width: 576px) {
  .list-item-person__title {
    font-size: calc(0.64103vw + 0.64423rem);
  }
}

@media screen and (min-width: 1200px) {
  .list-item-person__title {
    font-size: 1.125rem;
  }
}

.list-item-person__title {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  .list-item-person__title {
    line-height: calc(0.64103vw + 1.26923rem);
  }
}

@media screen and (min-width: 1200px) {
  .list-item-person__title {
    line-height: 1.75rem;
  }
}

.list-item-person__title a {
  text-decoration: none;
}

.list-item-person__title a:hover,
.list-item-person__title a:focus {
  text-decoration: none;
}

.list-item-resource {
  border-bottom: 2px solid #d8d8d8;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.list-item-resource .post-label {
  margin-bottom: 14px;
}

.list-item-resource__image img {
  border: 1px solid #d8d8d8;
}

.list-item-resource__title {
  margin-bottom: 0;
}

.list-item-resource__entry-meta {
  margin-bottom: 60px;
}

.list-item-resource__download {
  text-decoration: underline;
  -webkit-text-decoration-color: #a0bf51;
          text-decoration-color: #a0bf51;
  color: #2b2b2b;
  font-weight: bold;
}

.list-item-resource__download::after {
  width: calc(100% - 22px);
}

.list-item-resource__download span {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin-left: 10px;
  color: #a0bf51;
  font-weight: normal;
}

.list-item-network-location {
  margin-bottom: 60px;
}

.list-item-network-location__content {
  padding-left: 25px;
}

.list-item-network-location__title {
  position: relative;
  font-weight: bold;
  font-family: adelle-sans, sans-serif;
  margin-bottom: 2px;
}

.list-item-network-location__title {
  font-size: 0.875rem;
}

@media screen and (min-width: 576px) {
  .list-item-network-location__title {
    font-size: calc(0.64103vw + 0.64423rem);
  }
}

@media screen and (min-width: 1200px) {
  .list-item-network-location__title {
    font-size: 1.125rem;
  }
}

.list-item-network-location__title {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  .list-item-network-location__title {
    line-height: calc(0.64103vw + 1.26923rem);
  }
}

@media screen and (min-width: 1200px) {
  .list-item-network-location__title {
    line-height: 1.75rem;
  }
}

.list-item-network-location__title::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: -20px;
  border-radius: 50%;
  background: #00334d;
}

.list-item-network-location__address {
  margin: 0;
  white-space: pre;
}

.list-item-network-location__divider {
  display: inline-block;
  width: 100px;
  height: 1px;
  border: 2px solid #00334d;
  border-radius: 10px;
  background: #00334d;
  margin-top: 15px;
  margin-bottom: 12px;
}

.list-item-network-location__label {
  font-weight: bold;
  margin: 0;
}

.list-item-network-location--meal-program .list-item-network-location__title::before {
  background: #cc8154;
}

.list-item-network-location--meal-program .list-item-network-location__divider {
  background: #cc8154;
  border-color: #cc8154;
}

.list-item-network-location--warehouse .list-item-network-location__title::before {
  background: #40936a;
}

.list-item-network-location--warehouse .list-item-network-location__divider {
  background: #40936a;
  border-color: #40936a;
}

.list-item-featured-post {
  margin-bottom: 60px;
}

.list-item-featured-post:last-child {
  margin-bottom: 60px;
}

.list-item-featured-post .post-label {
  margin-bottom: 10px;
}

.list-item-featured-post__date {
  color: rgba(43, 43, 43, 0.5);
}

.list-item-featured-post__title a {
  text-decoration: none;
}

.list-item-featured-post__title a span {
  text-decoration: underline;
  -webkit-text-decoration-color: #a0bf51;
          text-decoration-color: #a0bf51;
}

.list-item-featured-post__title a .icon-offsite,
.list-item-featured-post__title a .icon-download {
  text-decoration: none;
}

.list-item-featured-post__content .icon-offsite,
.list-item-featured-post__content .icon-download {
  font-size: 16px;
  font-size: 1rem;
  display: inline;
  margin-left: 10px;
  color: #a0bf51;
  font-weight: normal;
}

.list-item-featured-resource {
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.list-item-featured-resource:nth-child(1) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.list-item-featured-resource:nth-child(2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.list-item-featured-resource:nth-child(3) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.list-item-featured-resource:nth-child(4) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.list-item-featured-resource:nth-child(5) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.list-item-featured-resource:nth-child(6) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.list-item-featured-resource:nth-child(7) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.list-item-featured-resource:nth-child(8) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.list-item-featured-resource:nth-child(9) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.list-item-featured-resource:nth-child(10) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.list-item-featured-resource:nth-child(11) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.list-item-featured-resource:nth-child(12) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.list-item-featured-resource:nth-child(13) {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.list-item-featured-resource:nth-child(14) {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.list-item-featured-resource:nth-child(15) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.list-item-featured-resource:nth-child(16) {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.list-item-featured-resource:nth-child(17) {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.list-item-featured-resource:nth-child(18) {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.list-item-featured-resource:nth-child(19) {
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.list-item-featured-resource:nth-child(20) {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

.list-item-featured-resource__image {
  display: block;
}

.list-item-featured-resource__title a {
  color: #fff;
  text-decoration: none;
}

.list-item-featured-resource__title a:hover,
.list-item-featured-resource__title a:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

.list-item-featured-resource .row {
  margin-left: -15px;
  margin-right: -15px;
}

.list-item-featured-resource .row .column {
  padding-left: 15px;
  padding-right: 15px;
}

.featured-post {
  position: relative;
  margin-top: -200px;
}

@media (min-width: 992px) {
  .featured-post {
    margin-top: -300px;
  }
}

.featured-post__inner {
  padding: 15px;
  background-color: #00334d;
}

@media (min-width: 768px) {
  .featured-post__inner {
    padding: 60px;
  }
}

.featured-post .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.featured-post__content {
  padding-top: 15px;
  padding-bottom: 60px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 768px) {
  .featured-post__content {
    padding-top: 60px;
  }
}

.featured-post__post-label.post-label {
  margin-bottom: 25px;
}

.featured-post .entry-meta {
  position: absolute;
  bottom: 0;
  left: 0;
}

.featured-post .entry-meta p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.featured-post__image {
  display: block;
}

.featured-post a {
  -webkit-text-decoration-color: #a0bf51 !important;
          text-decoration-color: #a0bf51 !important;
}

.featured-post a:hover {
  color: #a0bf51 !important;
  opacity: 1 !important;
}

.featured-post .entry-meta time {
  color: #fff;
}

.featured-post--has-img .featured-post__inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media (min-width: 992px) {
  .featured-post--has-img .featured-post__inner {
    background-size: 300%;
  }
}

.featured-post--has-img .featured-post__inner > * {
  position: relative;
}

.featured-post--has-img .featured-post__inner:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 43, 0.9);
}

.visceral-tickers h1 {
  font-size: 48px;
  font-size: 3rem;
}

.visceral-tickers h1,
.visceral-tickers h2,
.visceral-tickers h3,
.visceral-tickers h4,
.visceral-tickers h5,
.visceral-tickers h6 {
  font-family: jubilat, serif;
}

.ticker {
  font-size: 48px;
  font-size: 3rem;
  font-family: jubilat, serif;
}

.post-label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #ba5f4e;
  margin: 0;
}

.entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1rem;
}

.entry-meta p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1rem;
}

.entry-meta__author {
  color: #2b2b2b;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0;
}

.entry-meta__author a {
  color: #2b2b2b;
}

.entry-meta time {
  color: rgba(43, 43, 43, 0.5);
  margin-top: 10px;
  display: inline-block;
}

.entry-meta__county {
  margin-bottom: 0;
  margin-top: 30px;
}

/**
 * Mobile Navigation
 */

#nav-toggle {
  display: none;
}

#nav-toggle:checked ~ .mobile-nav-container {
  z-index: 49;
  top: 0;
  opacity: 1;
  height: 100vh;
  -webkit-transition: z-index 0s linear 0s, top 0s linear 0s, opacity 0.3s linear 0s, height 0s linear 0s;
  -o-transition: z-index 0s linear 0s, top 0s linear 0s, opacity 0.3s linear 0s, height 0s linear 0s;
  transition: z-index 0s linear 0s, top 0s linear 0s, opacity 0.3s linear 0s, height 0s linear 0s;
  visibility: visible;
}

#nav-toggle:checked ~ .mobile-nav-container .mobile-nav > ul {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s ease 0.25s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0.25s, -webkit-transform 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0.25s, -o-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s, -o-transform 0.5s ease 0s;
}

.mobile-nav-container {
  background-color: #00334d;
  height: 100vh;
  width: 100%;
  z-index: -1;
  opacity: 0;
  top: -999999px;
  position: fixed;
  -webkit-transition: z-index 0s linear 0.3s, top 0s linear 0.3s, opacity 0.3s linear 0s, height 0s linear 0.3s;
  -o-transition: z-index 0s linear 0.3s, top 0s linear 0.3s, opacity 0.3s linear 0s, height 0s linear 0.3s;
  transition: z-index 0s linear 0.3s, top 0s linear 0.3s, opacity 0.3s linear 0s, height 0s linear 0.3s;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 40px;
}

.mobile-nav-container ul {
  width: 100%;
  overflow-y: hidden;
  margin: 40px 0 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav-container ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav-container > div > ul {
  margin-top: 120px;
}

.mobile-nav-container > div > ul > li {
  border-bottom: 2px solid #6483a4;
}

.mobile-nav-container .main-menu__item {
  padding: 25px 0;
}

.mobile-nav-container .main-menu__item--menu-item-has-children {
  position: relative;
}

.mobile-nav-container .main-menu__item--menu-item-has-children i {
  position: absolute;
  content: "\E902";
  font-family: "icons";
  color: #a0bf51;
  font-size: 14px;
  font-size: 0.875rem;
  right: 0;
  top: 3px;
  padding: 30px 0 30px 30px;
}

.mobile-nav-container .main-menu__link {
  color: #a0bf51;
  font-family: jubilat, serif;
  font-size: 18px;
  font-size: 1.125rem;
}

.mobile-nav-container .main-menu__sub-menu {
  margin-top: 10px;
}

.mobile-nav-container .main-menu__sub-menu__item {
  margin-bottom: 10px;
}

.mobile-nav-container .main-menu__sub-menu__link {
  color: #fff;
  font-family: adelle-sans, sans-serif;
}

.mobile-nav-container .main-menu__sub-menu--1 {
  display: none;
}

.mobile-nav-container .main-menu__sub-menu--1__item {
  margin-bottom: 20px;
}

.mobile-nav-container .main-menu__sub-menu--1__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: underline;
  -webkit-text-decoration-color: #a0bf51;
          text-decoration-color: #a0bf51;
  font-weight: bold;
}

.mobile-nav-container .main-menu__sub-menu--2 {
  padding-left: 20px;
}

.mobile-nav-container .main-menu__sub-menu--2__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1rem;
  text-decoration: none;
  font-weight: 400;
  padding: 0;
}

.mobile-nav-container .main-menu__sub-menu .container {
  padding: 0;
}

.mobile-nav-container .secondary-menu li {
  border: none;
  margin-bottom: 20px;
}

.mobile-nav-container .secondary-menu a {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.mobile-nav-container .hrn-link {
  color: #a0bf51;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mobile-nav-container .hrn-link:hover,
.mobile-nav-container .hrn-link:focus {
  opacity: 0.6;
}

.mobile-nav-container .hrn-link .hrn-icon {
  font-style: normal;
  margin-left: 5px;
}

.mobile-nav-container .hrn-link .hrn-icon::before {
  font-family: 'icons';
  content: "\E909";
}

.mobile-nav-container .hrn-link--emergency {
  background: #ba5f4e;
  padding: 5px 10px;
  border-radius: 15px;
  color: #fff;
}

.mobile-nav-container .hrn-link--emergency .hrn-icon::before {
  content: "\E910";
}

.mobile-nav-container .hrn-link--emergency:hover,
.mobile-nav-container .hrn-link--emergency:focus {
  opacity: 1;
  background: #fff;
  color: #ba5f4e;
}

.mobile-nav-container .donate {
  display: block;
  width: 100%;
  text-align: center;
  background: #6483a4;
  border-color: #6483a4;
  border-radius: 0;
  padding: 40px 35px;
}

.mobile-nav-container .donate:hover,
.mobile-nav-container .donate:focus {
  color: #fff;
  background: #6483a4;
  border-color: #6483a4;
}

.mobile-nav-container .mobile-nav__search-form {
  margin-top: 55px;
  position: relative;
}

.mobile-nav-container .mobile-nav__search-form label {
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.mobile-nav-container .mobile-nav__search-form input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-left: 0;
}

.mobile-nav-container .mobile-nav__search-form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.mobile-nav-container .mobile-nav__search-form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.mobile-nav-container .mobile-nav__search-form input[type="text"]::-ms-input-placeholder {
  color: #fff;
}

.mobile-nav-container .mobile-nav__search-form input[type="text"]::placeholder {
  color: #fff;
}

.mobile-nav-container .mobile-nav__search-form button {
  position: absolute;
  right: 0;
  padding: 10px;
  background: transparent;
  border: none;
}

.mobile-nav-container .mobile-nav__search-form button:hover,
.mobile-nav-container .mobile-nav__search-form button:focus {
  background: transparent;
}

.slick-dots {
  padding: 0;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  list-style-type: none;
  display: inline-block;
  margin: 0 8px;
}

.slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  width: 7px;
  height: 7px;
  background: rgba(160, 191, 81, 0.4);
  border: none;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-dots li button:hover {
  background: #a0bf51;
}

.slick-dots li.slick-active button {
  -webkit-transform: scale(1.8);
       -o-transform: scale(1.8);
          transform: scale(1.8);
  background: #a0bf51;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 50%;
  background-color: #a0bf51;
  border: none;
  z-index: 1;
}

@media (min-width: 768px) {
  .slick-arrow {
    height: 64px;
    width: 64px;
  }
}

.slick-arrow:hover {
  opacity: 0.7;
}

.slick-arrow span:first-child {
  display: inline-block;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next span:first-child {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

.main .homepage-slides {
  margin-top: -300px;
}

@media (min-width: 992px) {
  .main .homepage-slides {
    margin-top: -375px;
  }
}

.main .homepage-slides ul.slick-dots {
  margin-top: -60px;
  position: relative;
}

.homepage-slides-container {
  overflow: visible !important;
}

.homepage-slide {
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 250px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 250px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .homepage-slide {
    height: 670px;
    padding-right: 80px;
    padding-left: 80px;
  }
}

.visceral-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-slide.wpb_single_image {
  margin-bottom: 0;
}

/**
 * Search & 404
 */

.search-results-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.search-results-top .search-results-amount {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.search-results-top input[type="text"] {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjdweCIgaGVpZ2h0PSIyN3B4IiB2aWV3Qm94PSIwIDAgMjcgMjciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU4ICg4NDY2MykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+RmlsbCAxPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlN0eWxlLUd1aWRlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQnV0dG9ucy0mYW1wOy1Db21wb25lbnRzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAyMC4wMDAwMDAsIC0yMDAuMDAwMDAwKSIgZmlsbD0iIzIzMUYyMCI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMDQ2Ljc1NDIzLDIyMi43MTA5MzggQzEwNDcuMDgxOTIsMjIzLjAzOTA2NCAxMDQ3LjA4MTkyLDIyMy4zNjcxODYgMTA0Ni43NTQyMywyMjMuNjk1MzEyIEwxMDQzLjczNDcyLDIyNi43ODkwNjIgQzEwNDMuNTk0MjgsMjI2LjkyOTY4OCAxMDQzLjQwNzAyLDIyNyAxMDQzLjE3Mjk1LDIyNyBDMTA0Mi45ODU2OSwyMjcgMTA0Mi44MjE4NSwyMjYuOTI5Njg4IDEwNDIuNjgxNCwyMjYuNzg5MDYyIEwxMDM2Ljc4MjgzLDIyMC43NDIxODggQzEwMzUuMDAzODksMjIxLjgyMDMyIDEwMzMuMTMxMzUsMjIyLjM1OTM3NSAxMDMxLjE2NTE1LDIyMi4zNTkzNzUgQzEwMjguMTIyMjIsMjIyLjM1OTM3NSAxMDI1LjUwMDY2LDIyMS4yNjk1NDMgMTAyMy4zMDAzOSwyMTkuMDg5ODQ2IEMxMDIxLjEwMDEyLDIxNi45MTAxNDUgMTAyMCwyMTQuMjczNDUxIDEwMjAsMjExLjE3OTY4OCBDMTAyMCwyMDguMDg1OTI0IDEwMjEuMTAwMTIsMjA1LjQ0OTIzIDEwMjMuMzAwMzksMjAzLjI2OTUyOSBDMTAyNS41MDA2NiwyMDEuMDg5ODMyIDEwMjguMTIyMjIsMjAwIDEwMzEuMTY1MTUsMjAwIEMxMDM0LjIwODA4LDIwMCAxMDM2LjgxNzkzLDIwMS4wODk4MzIgMTAzOC45OTQ4LDIwMy4yNjk1MjkgQzEwNDEuMTcxNjYsMjA1LjQ0OTIzIDEwNDIuMjYwMDgsMjA4LjA4NTkyNCAxMDQyLjI2MDA4LDIxMS4xNzk2ODggQzEwNDIuMjYwMDgsMjEzLjE0ODQ0NyAxMDQxLjc2ODUzLDIxNC45NzY1NTMgMTA0MC43ODU0MywyMTYuNjY0MDYyIEwxMDQ2Ljc1NDIzLDIyMi43MTA5MzggWiBNMTAzNS45Njg5MSwyMDYuMDkyNzg0IEMxMDM0LjYxNDg1LDIwNC42OTc1ODcgMTAzMi45NzA2NSwyMDQgMTAzMS4wMzYyNywyMDQgQzEwMjkuMTAxODksMjA0IDEwMjcuNDQ1NiwyMDQuNjg1NTYgMTAyNi4wNjczNiwyMDYuMDU2Njk5IEMxMDI0LjY4OTExLDIwNy40Mjc4NDIgMTAyNCwyMDkuMDc1NTkxIDEwMjQsMjExIEMxMDI0LDIxMi45MjQ0MDkgMTAyNC42ODkxMSwyMTQuNTcyMTU4IDEwMjYuMDY3MzYsMjE1Ljk0MzMwMSBDMTAyNy40NDU2LDIxNy4zMTQ0NCAxMDI5LjEwMTg5LDIxOCAxMDMxLjAzNjI3LDIxOCBDMTAzMi45NzA2NSwyMTggMTAzNC42MTQ4NSwyMTcuMzE0NDQgMTAzNS45Njg5MSwyMTUuOTQzMzAxIEMxMDM3LjMyMjk4LDIxNC41NzIxNTggMTAzOCwyMTIuOTI0NDA5IDEwMzgsMjExIEMxMDM4LDIwOS4wNzU1OTEgMTAzNy4zMjI5OCwyMDcuNDM5ODY5IDEwMzUuOTY4OTEsMjA2LjA5Mjc4NCBaIiBpZD0iRmlsbC0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 16px;
  background-position: right 10px center;
}

@media (min-width: 768px) {
  .search-results-top input[type="text"] {
    max-width: 400px;
  }
}

.no-js .search-results-top form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.search-result {
  border-top: 1px solid #d8d8d8;
  padding-top: 30px;
}

.search-result [class^="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-result .wp-post-image {
  margin-bottom: 35px;
}

.no-masthead .wrap.container {
  padding-top: 100px;
}

#main-content {
  padding: 100px 0;
}

#main-content:focus {
  outline: none;
}

.error404 #main-content {
  padding: 0;
}

.single__header {
  background: #d7e6ec;
  padding-top: 220px;
  padding-bottom: 35px;
}

.single__header .post-label {
  margin-bottom: 30px;
}

.single-event .single__header .post-label {
  margin-bottom: 0;
}

.single #main-content {
  padding-top: 0;
}

.single .entry-content {
  padding: 80px 0;
}

.single .entry-content .lg-67 {
  position: relative;
}

.single__featured-image {
  margin-bottom: 30px;
}

.social-sharing {
  list-style-type: none;
  margin: 0;
  margin-top: 0 !important;
  padding: 0;
  text-align: center;
}

.social-sharing-container {
  position: absolute;
  top: 0;
  left: -50px;
}

.social-sharing__item {
  margin-bottom: 20px;
}

.social-sharing__item a {
  text-decoration: none !important;
}

.related-posts {
  padding: 70px 0;
  background: #eff4f5;
  margin-bottom: -100px;
}

.related-posts__heading {
  margin-bottom: 40px;
}

.single-person #main-content {
  padding-bottom: 0;
}

.single-person__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 0;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #d8d8d8;
}

.single-person__meta {
  font-size: 0.875rem;
}

@media screen and (min-width: 576px) {
  .single-person__meta {
    font-size: calc(0.64103vw + 0.64423rem);
  }
}

@media screen and (min-width: 1200px) {
  .single-person__meta {
    font-size: 1.125rem;
  }
}

.single-person__meta {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  .single-person__meta {
    line-height: calc(0.64103vw + 1.26923rem);
  }
}

@media screen and (min-width: 1200px) {
  .single-person__meta {
    line-height: 1.75rem;
  }
}

.single-person__meta a {
  color: #2b2b2b;
}

.single-person__meta i {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #6483a4;
  margin-right: 15px;
}

.single-person__meta-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-person__meta-email a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recent-posts {
  padding: 80px 0;
  background: #eff4f5;
}

.single-event-details__section {
  margin-bottom: 30px;
}

.single-event-details__section p {
  margin-bottom: 0;
}

.single-event-details__label {
  margin-bottom: 0;
}

.masthead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: #eff4f5;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 992px) {
  .masthead {
    padding-top: 265px;
  }
}

.masthead--has-img {
  padding-bottom: 115px;
}

@media (min-width: 576px) {
  .masthead--has-img {
    padding-bottom: 165px;
  }
}

@media (min-width: 768px) {
  .masthead--has-img {
    padding-bottom: 240px;
  }
}

@media (min-width: 992px) {
  .masthead--has-img {
    padding-bottom: 300px;
  }
}

@media (min-width: 1200px) {
  .masthead--has-img {
    padding-bottom: 400px;
  }
}

.template-top-level .masthead.masthead--has-img {
  padding-bottom: 100px;
  color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  .template-top-level .masthead.masthead--has-img {
    height: 75vh;
  }
}

.template-top-level .masthead.masthead--has-img::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}

@media (min-width: 992px) {
  .template-top-level .masthead {
    min-height: 700px;
    padding-top: 400px;
    padding-bottom: 100px;
  }
}

.emergency-alert.food-access-network .masthead {
  padding-bottom: 250px;
}

@media (min-width: 992px) {
  .emergency-alert.food-access-network .masthead {
    padding-bottom: 300px;
  }
}

.masthead :last-child {
  margin-bottom: 0;
}

.masthead__overlay {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  opacity: 1;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.masthead__overlay.fade-out {
  opacity: 0;
}

.masthead__content {
  position: relative;
}

.masthead__image {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -160px;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .masthead__image {
    max-width: 568px;
    margin-bottom: -136px;
  }
}

@media (min-width: 768px) {
  .masthead__image {
    max-width: 768px;
    margin-bottom: -240px;
  }
}

@media (min-width: 992px) {
  .masthead__image {
    max-width: 1024px;
    margin-bottom: -280px;
  }
}

@media (min-width: 1200px) {
  .masthead__image {
    max-width: 1200px;
    margin-bottom: -340px;
  }
}

.masthead__image .img-cover::before,
.masthead__image .img-circle::before {
  padding-top: 48%;
}

.masthead__image .img-cover img,
.masthead__image .img-circle img {
  height: 100%;
  width: auto;
}

@media (min-width: 992px) {
  .masthead__image .img-cover img,
  .masthead__image .img-circle img {
    height: auto;
    width: 100%;
  }
}

.masthead__down-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background: #ba5f4e;
  border-radius: 50%;
  margin-top: -20px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.masthead__down-arrow:hover,
.masthead__down-arrow:focus {
  outline: none;
  background-color: #874235;
}

.masthead__down-arrow svg {
  position: absolute;
  width: 40px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .masthead__down-arrow svg {
    width: 64px;
    height: 23px;
  }
}

@media (min-width: 768px) {
  .masthead__down-arrow {
    margin-top: -32px;
    width: 64px;
    height: 64px;
    margin-bottom: 0;
  }
}

.home .masthead--has-img,
.error404 .masthead--has-img {
  color: #fff;
}

.home .masthead .page-title,
.error404 .masthead .page-title {
  color: #a0bf51;
}

.home .masthead--has-img {
  padding-bottom: 330px;
}

@media (min-width: 992px) {
  .home .masthead--has-img {
    padding-bottom: 450px;
  }
}

@media (min-width: 992px) {
  .blog .masthead--has-img {
    padding-bottom: 100px;
  }
}

.blog.blog-featured-post .masthead {
  padding-bottom: 250px;
}

@media (min-width: 992px) {
  .blog.blog-featured-post .masthead {
    padding-bottom: 400px;
  }
}

.archive.blog-featured-post .masthead {
  padding-bottom: 250px;
}

@media (min-width: 992px) {
  .archive.blog-featured-post .masthead {
    padding-bottom: 200px;
  }
}

.events.events-featured-post .masthead {
  padding-bottom: 400px;
}

.events .featured-post {
  margin-top: -400px;
  margin-bottom: 60px;
}

.resources .masthead {
  color: #fff;
}

@media (min-width: 992px) {
  .resources .masthead {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 750px;
    padding-bottom: 100px;
  }
}

.resources .masthead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}

@media (min-width: 992px) {
  .single-person .masthead--has-img {
    padding-bottom: 320px;
  }
}

.single-person .masthead__image {
  max-width: 250px;
  margin-bottom: -120px;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .single-person .masthead__image {
    max-width: 500px;
    margin-bottom: -200px;
  }
}

.single-person .masthead__image .img-cover::before,
.single-person .masthead__image .img-circle::before {
  padding-top: 100%;
}

.single-person .masthead__image .img-cover img,
.single-person .masthead__image .img-circle img {
  height: 100%;
  width: auto;
}

.block--image-fade {
  position: relative;
}

.block--image-fade .wpb_column {
  position: static;
}

.block--image-fade .wpb_single_image {
  position: absolute;
  width: 360px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.block--image-fade .wpb_single_image img {
  width: 360px;
}

@media (min-width: 992px) {
  .block--image-fade:hover .wpb_single_image {
    opacity: 1;
  }
}

.back-to-top {
  text-align: right;
}

.back-to-top a {
  display: inline-block;
  -webkit-transform: opacity 0.3s;
       -o-transform: opacity 0.3s;
          transform: opacity 0.3s;
}

.back-to-top a:hover {
  opacity: 0.7;
}

.home #main-content {
  padding-top: 0;
}

.blog #main-content,
.archive #main-content {
  padding-top: 0;
}

#main-content .posts-filter {
  background: #89b0b6;
  color: #fff;
  padding: 20px 0 0;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  #main-content .posts-filter {
    padding: 50px 0 30px;
    margin-bottom: 80px;
  }
}

#main-content .posts-filter ul {
  padding: 0;
  margin: 0;
}

#main-content .posts-filter li {
  display: block;
  list-style-type: none;
  margin: 0 15px 20px;
}

@media (min-width: 768px) {
  #main-content .posts-filter li {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  #main-content .posts-filter li {
    margin: 0 25px 20px;
  }
}

#main-content .posts-filter li a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

#main-content .posts-filter li a:hover,
#main-content .posts-filter li a:focus {
  color: #fff;
  opacity: 0.4;
}

#main-content .posts-filter li.current-cat a {
  opacity: 0.4;
}

.blog #main-content .posts-filter li.cat-item-all a {
  opacity: 0.4;
}

.archive #main-content .posts-filter {
  margin-top: -150px;
  position: relative;
}

@media (min-width: 768px) {
  .archive #main-content .posts-filter {
    margin-top: -70px;
  }
}

#main-content .taxonomy-filter {
  margin-bottom: 60px;
  padding-left: 0;
}

#main-content .taxonomy-filter__heading {
  color: #d7e6ec;
}

#main-content .taxonomy-filter__heading i {
  margin-right: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  vertical-align: -2px;
}

#main-content .taxonomy-filter__form {
  position: relative;
  margin-bottom: 60px;
}

#main-content .taxonomy-filter__form input {
  margin-bottom: 0;
}

#main-content .taxonomy-filter__form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  width: 36px;
  padding: 0;
}

#main-content .taxonomy-filter__list {
  padding: 0;
}

#main-content .taxonomy-filter__item {
  list-style-type: none;
  border-bottom: 2px solid #d8d8d8;
  padding-bottom: 1px;
  margin-top: 20px;
}

#main-content .taxonomy-filter__item--child {
  padding-left: 20px;
}

#main-content .taxonomy-filter__link {
  color: #00334d;
  text-decoration: none;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}

#main-content .taxonomy-filter__link i {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4375rem;
}

#main-content .taxonomy-filter__link:hover,
#main-content .taxonomy-filter__link:focus {
  color: #a0bf51;
}

#main-content .taxonomy-filter__link--active {
  color: #d8d8d8;
}

#main-content .taxonomy-filter li a {
  text-decoration: none;
}

#main-content .taxonomy-filter li a:not(.btn) {
  color: #00334d;
  text-decoration: none;
}

#main-content .taxonomy-filter li a:not(.btn):hover,
#main-content .taxonomy-filter li a:not(.btn):focus {
  color: #a0bf51;
}

#main-content .taxonomy-filter li a:not(.btn).taxonomy-filter__link--active {
  color: #d8d8d8;
}

.person-list {
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 45px;
}

.resource-list {
  min-height: 700px;
}

.event-list {
  margin-top: 60px;
}

.food-access-network #main-content,
.public-drop-sites #main-content {
  padding-top: 0;
}

.hrn-filter,
.public-drop-sites-filter {
  background: #89b0b6;
  position: relative;
  margin: -44px 0 0 0;
  padding: 20px;
}

@media (min-width: 768px) {
  .hrn-filter form,
  .public-drop-sites-filter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hrn-filter select,
.public-drop-sites-filter select {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxMyA3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1OCAoODQ2NjMpIC0gaHR0cHM6Ly9za2V0Y2guY29tIC0tPgogICAgPHRpdGxlPlBhdGggMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJEZXNpZ24tTW9ja3VwcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IjEuNC1IdW5nZXItUmVzcG9uc2UtTmV0d29yayIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY2OC4wMDAwMDAsIC01MDAuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSJNYXN0aGVhZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzYuMDAwMDAwLCAyMjIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1OTguNTAwMDAwLCAyODEuNTAwMDAwKSByb3RhdGUoLTM2MC4wMDAwMDApIHRyYW5zbGF0ZSgtNTk4LjUwMDAwMCwgLTI4MS41MDAwMDApICIgcG9pbnRzPSI1OTIuNSAyNzggNjA0LjUgMjc4IDU5OC41IDI4NSI+PC9wb2x5Z29uPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  border-color: #fff;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .hrn-filter select,
  .public-drop-sites-filter select {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.hrn-filter input[type='text'],
.public-drop-sites-filter input[type='text'] {
  background: transparent;
  border-color: #fff;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 15px;
}

.hrn-filter input[type='text']::-webkit-input-placeholder,
.public-drop-sites-filter input[type='text']::-webkit-input-placeholder {
  color: #fff;
}

.hrn-filter input[type='text']:-ms-input-placeholder,
.public-drop-sites-filter input[type='text']:-ms-input-placeholder {
  color: #fff;
}

.hrn-filter input[type='text']::-ms-input-placeholder,
.public-drop-sites-filter input[type='text']::-ms-input-placeholder {
  color: #fff;
}

.hrn-filter input[type='text']::placeholder,
.public-drop-sites-filter input[type='text']::placeholder {
  color: #fff;
}

@media (min-width: 768px) {
  .hrn-filter input[type='text'],
  .public-drop-sites-filter input[type='text'] {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.hrn-filter button,
.public-drop-sites-filter button {
  min-width: 140px;
}

@media (min-width: 768px) {
  .public-drop-sites-filter form {
    max-width: 1024px;
  }
}

.hrn-posts-list--more .row .row {
  position: relative;
  max-height: 800px;
  overflow: hidden;
}

.hrn-posts-list--more .row .row::after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.hrn-posts-list--more .load-more {
  display: block;
}

.hrn-posts-list .load-more {
  margin-top: 30px;
  display: none;
}

.no-js .hrn-posts-list .row .row {
  max-height: 100%;
  overflow: visible;
}

.no-js .hrn-posts-list .row .row::after {
  display: none;
}

#hrn-map-container {
  width: 100%;
  height: 635px;
  margin-bottom: 45px;
  display: none;
}

@media (min-width: 768px) {
  #hrn-map-container {
    display: block;
  }
}

.gm-style-iw {
  padding-top: 20px !important;
  padding-left: 20px !important;
  max-width: 400px !important;
}

.gm-style-iw-d {
  overflow-x: hidden !important;
}

.gm-style-iw .iw-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: adelle-sans, sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}

.gm-style-iw .iw-label {
  font-weight: bold;
  margin-bottom: 0;
}

.gm-style-iw p {
  margin-bottom: 5px;
  white-space: pre;
  font-size: 16px;
  font-size: 1rem;
}

.gm-style-iw .iw-hours {
  white-space: normal;
}

.public-drop-sites-list {
  margin-top: 45px;
}

.public-drop-sites-list .drop-sites-table {
  max-width: 100%;
  display: none;
}

@media (min-width: 992px) {
  .public-drop-sites-list .drop-sites-table {
    display: block;
  }
}

.resources #main-content {
  padding-top: 0;
}

.resources #main-content .sidebar-nav-container {
  margin-top: 100px;
}

.resources #main-content #resource-list {
  padding-top: 100px;
}

@media (min-width: 992px) {
  .sidebar-nav {
    width: 240px;
  }
}

.sidebar-nav--fixed {
  position: fixed;
  top: 175px;
}

.sidebar-nav--absolute {
  position: absolute;
  top: unset;
  bottom: 0;
}

@media (min-width: 992px) {
  .sidebar-nav--wide {
    width: 300px;
  }
}

.sidebar-nav-container {
  position: relative;
}

/** Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.no-js .js-hide {
  display: inline-block !important;
}

.no-js .no-js-hide {
  display: none !important;
}

.js-hide {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

#main-content .text-white,
#main-content .featured-post {
  color: #fff;
}

#main-content .text-white p,
#main-content .featured-post p,
#main-content .text-white p a:not(.btn),
#main-content .featured-post p a:not(.btn),
#main-content .text-white h1,
#main-content .featured-post h1,
#main-content .text-white h2,
#main-content .featured-post h2,
#main-content .text-white h3,
#main-content .featured-post h3,
#main-content .text-white h4,
#main-content .featured-post h4,
#main-content .text-white h5,
#main-content .featured-post h5,
#main-content .text-white h6,
#main-content .featured-post h6 {
  color: #fff;
}

#main-content a.text-white,
#main-content a.featured-post,
.text-white a:not(.btn),
.featured-post a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}

#main-content a.text-white:hover,
#main-content a.featured-post:hover,
.text-white a:not(.btn):hover,
.featured-post a:not(.btn):hover {
  color: #fff;
  opacity: 0.7;
}

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

.overlay {
  position: relative;
}

.overlay::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  background: -o-linear-gradient(top, transparent 0%, #000 100%);
  background: linear-gradient(180deg, transparent 0%, #000 100%);
}

.overlay > * {
  position: relative;
  z-index: 1;
}

#skip-to-content {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 23px 14px;
  color: #fff;
  background: #a0bf51;
  z-index: 100000;
  opacity: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

#skip-to-content:focus,
#skip-to-content:active {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px;
}

.m-t-0 {
  margin-top: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.p-t-120 {
  padding-top: 120px !important;
}

.p-b-120 {
  padding-bottom: 120px;
}

.m-t-120 {
  margin-top: 120px;
}

.m-b-120 {
  margin-bottom: 120px;
}

.p-t-150 {
  padding-top: 150px !important;
}

.p-b-150 {
  padding-bottom: 150px;
}

.m-t-150 {
  margin-top: 150px;
}

.m-b-150 {
  margin-bottom: 150px;
}

.p-t-200 {
  padding-top: 200px !important;
}

.p-b-200 {
  padding-bottom: 200px;
}

.m-t-200 {
  margin-top: 200px;
}

.m-b-200 {
  margin-bottom: 200px;
}

@media (min-width: 576px) {
  .sm-p-t-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .sm-p-b-0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-0 {
    margin-top: 0px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .sm-p-t-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 576px) {
  .sm-p-b-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-20 {
    margin-top: 20px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .sm-p-t-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 576px) {
  .sm-p-b-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-40 {
    margin-top: 40px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 576px) {
  .sm-p-t-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 576px) {
  .sm-p-b-60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-60 {
    margin-top: 60px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 576px) {
  .sm-p-t-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 576px) {
  .sm-p-b-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-80 {
    margin-top: 80px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 576px) {
  .sm-p-t-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 576px) {
  .sm-p-b-100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-100 {
    margin-top: 100px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-100 {
    margin-bottom: 100px;
  }
}

@media (min-width: 576px) {
  .sm-p-t-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 576px) {
  .sm-p-b-120 {
    padding-bottom: 120px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-120 {
    margin-top: 120px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-120 {
    margin-bottom: 120px;
  }
}

@media (min-width: 576px) {
  .sm-p-t-150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 576px) {
  .sm-p-b-150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-150 {
    margin-top: 150px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-150 {
    margin-bottom: 150px;
  }
}

@media (min-width: 576px) {
  .sm-p-t-200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 576px) {
  .sm-p-b-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-200 {
    margin-top: 200px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .md-p-t-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .md-p-b-0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .md-m-t-0 {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .md-m-b-0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .md-p-t-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .md-p-b-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .md-m-t-20 {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .md-m-b-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .md-p-t-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .md-p-b-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .md-m-t-40 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .md-m-b-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .md-p-t-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 768px) {
  .md-p-b-60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .md-m-t-60 {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .md-m-b-60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .md-p-t-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .md-p-b-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .md-m-t-80 {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .md-m-b-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .md-p-t-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 768px) {
  .md-p-b-100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .md-m-t-100 {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .md-m-b-100 {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .md-p-t-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .md-p-b-120 {
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .md-m-t-120 {
    margin-top: 120px;
  }
}

@media (min-width: 768px) {
  .md-m-b-120 {
    margin-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .md-p-t-150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 768px) {
  .md-p-b-150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 768px) {
  .md-m-t-150 {
    margin-top: 150px;
  }
}

@media (min-width: 768px) {
  .md-m-b-150 {
    margin-bottom: 150px;
  }
}

@media (min-width: 768px) {
  .md-p-t-200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 768px) {
  .md-p-b-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .md-m-t-200 {
    margin-top: 200px;
  }
}

@media (min-width: 768px) {
  .md-m-b-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .lg-p-b-0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-0 {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 992px) {
  .lg-p-b-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-20 {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 992px) {
  .lg-p-b-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-40 {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 992px) {
  .lg-p-b-60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-60 {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 992px) {
  .lg-p-b-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-80 {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 992px) {
  .lg-p-b-100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-100 {
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-100 {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 992px) {
  .lg-p-b-120 {
    padding-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-120 {
    margin-top: 120px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-120 {
    margin-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 992px) {
  .lg-p-b-150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-150 {
    margin-top: 150px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-150 {
    margin-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 992px) {
  .lg-p-b-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-200 {
    margin-top: 200px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-0 {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-20 {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-40 {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-60 {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-80 {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-100 {
    margin-top: 100px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-100 {
    margin-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-120 {
    padding-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-120 {
    margin-top: 120px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-120 {
    margin-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-150 {
    margin-top: 150px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-150 {
    margin-bottom: 150px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-200 {
    margin-top: 200px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-200 {
    margin-bottom: 200px;
  }
}

.vc_column_container.m-r-0 {
  margin-right: 0px;
}

.vc_column_container.m-l-0 {
  margin-left: 0px;
}

.vc_column_container.m-r-20 {
  margin-right: 20px;
}

.vc_column_container.m-l-20 {
  margin-left: 20px;
}

.vc_column_container.m-r-40 {
  margin-right: 40px;
}

.vc_column_container.m-l-40 {
  margin-left: 40px;
}

.vc_column_container.m-r-60 {
  margin-right: 60px;
}

.vc_column_container.m-l-60 {
  margin-left: 60px;
}

.vc_column_container.m-r-80 {
  margin-right: 80px;
}

.vc_column_container.m-l-80 {
  margin-left: 80px;
}

.vc_column_container.m-r-100 {
  margin-right: 100px;
}

.vc_column_container.m-l-100 {
  margin-left: 100px;
}

.vc_column_container.m-r-120 {
  margin-right: 120px;
}

.vc_column_container.m-l-120 {
  margin-left: 120px;
}

.vc_column_container.m-r-150 {
  margin-right: 150px;
}

.vc_column_container.m-l-150 {
  margin-left: 150px;
}

.vc_column_container.m-r-200 {
  margin-right: 200px;
}

.vc_column_container.m-l-200 {
  margin-left: 200px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-0 .vc_column-inner {
    margin-right: 0px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-0 .vc_column-inner {
    margin-left: 0px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-20 .vc_column-inner {
    margin-right: 20px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-20 .vc_column-inner {
    margin-left: 20px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-40 .vc_column-inner {
    margin-right: 40px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-40 .vc_column-inner {
    margin-left: 40px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-60 .vc_column-inner {
    margin-right: 60px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-60 .vc_column-inner {
    margin-left: 60px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-80 .vc_column-inner {
    margin-right: 80px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-80 .vc_column-inner {
    margin-left: 80px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-100 .vc_column-inner {
    margin-right: 100px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-100 .vc_column-inner {
    margin-left: 100px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-120 .vc_column-inner {
    margin-right: 120px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-120 .vc_column-inner {
    margin-left: 120px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-150 .vc_column-inner {
    margin-right: 150px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-150 .vc_column-inner {
    margin-left: 150px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-200 .vc_column-inner {
    margin-right: 200px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-200 .vc_column-inner {
    margin-left: 200px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-0 .vc_column-inner {
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-0 .vc_column-inner {
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-20 .vc_column-inner {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-20 .vc_column-inner {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-40 .vc_column-inner {
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-40 .vc_column-inner {
    margin-left: 40px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-60 .vc_column-inner {
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-60 .vc_column-inner {
    margin-left: 60px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-80 .vc_column-inner {
    margin-right: 80px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-80 .vc_column-inner {
    margin-left: 80px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-100 .vc_column-inner {
    margin-right: 100px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-100 .vc_column-inner {
    margin-left: 100px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-120 .vc_column-inner {
    margin-right: 120px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-120 .vc_column-inner {
    margin-left: 120px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-150 .vc_column-inner {
    margin-right: 150px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-150 .vc_column-inner {
    margin-left: 150px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-200 .vc_column-inner {
    margin-right: 200px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-200 .vc_column-inner {
    margin-left: 200px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-0 .vc_column-inner {
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-0 .vc_column-inner {
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-20 .vc_column-inner {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-20 .vc_column-inner {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-40 .vc_column-inner {
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-40 .vc_column-inner {
    margin-left: 40px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-60 .vc_column-inner {
    margin-right: 60px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-60 .vc_column-inner {
    margin-left: 60px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-80 .vc_column-inner {
    margin-right: 80px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-80 .vc_column-inner {
    margin-left: 80px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-100 .vc_column-inner {
    margin-right: 100px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-100 .vc_column-inner {
    margin-left: 100px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-120 .vc_column-inner {
    margin-right: 120px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-120 .vc_column-inner {
    margin-left: 120px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-150 .vc_column-inner {
    margin-right: 150px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-150 .vc_column-inner {
    margin-left: 150px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-200 .vc_column-inner {
    margin-right: 200px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-200 .vc_column-inner {
    margin-left: 200px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-0 .vc_column-inner {
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-0 .vc_column-inner {
    margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-20 .vc_column-inner {
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-20 .vc_column-inner {
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-40 .vc_column-inner {
    margin-right: 40px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-40 .vc_column-inner {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-60 .vc_column-inner {
    margin-right: 60px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-60 .vc_column-inner {
    margin-left: 60px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-80 .vc_column-inner {
    margin-right: 80px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-80 .vc_column-inner {
    margin-left: 80px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-100 .vc_column-inner {
    margin-right: 100px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-100 .vc_column-inner {
    margin-left: 100px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-120 .vc_column-inner {
    margin-right: 120px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-120 .vc_column-inner {
    margin-left: 120px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-150 .vc_column-inner {
    margin-right: 150px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-150 .vc_column-inner {
    margin-left: 150px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-200 .vc_column-inner {
    margin-right: 200px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-200 .vc_column-inner {
    margin-left: 200px;
  }
}

@media print {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }

  img {
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid;
    /* or 'auto' */
  }

  .no-print {
    display: none;
  }

  .text-white,
  .featured-post,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span {
    color: #000 !important;
  }

  a {
    color: #a0bf51 !important;
  }

  *[data-vc-full-width='true'] {
    left: 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .full-width {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .img-cover:before,
  .img-circle:before,
  .img-circle:before,
  .img-contain:before {
    display: none !important;
  }

  .img-cover img,
  .img-circle img,
  .img-circle img,
  .img-contain img {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    -webkit-transform: translate(0) !important;
         -o-transform: translate(0) !important;
            transform: translate(0) !important;
    left: 0;
  }

  .img-cover .content,
  .img-circle .content,
  .img-circle .content,
  .img-contain .content {
    position: relative !important;
  }

  header.header {
    position: relative !important;
    border: none !important;
  }

  header.header svg path {
    fill: #000 !important;
  }

  footer {
    border: none !important;
  }

  .site-footer__form {
    max-width: 300px !important;
  }

  .masthead {
    position: relative;
    display: block !important;
    min-height: 0;
    padding: 0;
  }

  .masthead__image {
    margin-bottom: 0 !important;
    text-align: center;
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }

  .hrn-posts-list--more .row .row {
    max-height: unset;
    overflow: scroll;
  }

  .drop-sites-mobile table {
    border: 1px solid black;
  }

  .reveal {
    opacity: 1 !important;
  }

  .vc_toggle_content {
    display: block;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 20px auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 20px;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 20px;
  }

  .alignright {
    float: right;
    margin-left: 20px;
  }
}

/** Captions */

/**
 * WP Bakery Page Builder
 */

.vc_row-o-equal-height .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vc_row.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.vc_section[data-vc-full-width] > .vc_row.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.vc_section.section-overlap {
  z-index: 1;
}

.vc-custom-promo-box {
  margin-bottom: 30px;
}

.vc-custom-promo-box.long-promo {
  max-height: initial;
}

.vc-custom-promo-box.long-promo::before {
  padding-top: 140%;
  z-index: 2;
}

.vc-custom-promo-box.long-promo .vc-promo-header {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 0.875rem;
  font-weight: bold;
  font-family: adelle-sans, sans-serif;
  text-transform: uppercase;
}

.vc-custom-promo-box.long-promo .vc-promo-text {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vc-custom-promo-box.long-promo:hover .vc-promo-text {
  color: #a0bf51 !important;
}

.vc-custom-promo-box.long-promo:hover::before {
  background-color: rgba(0, 51, 77, 0.7);
}

.mfp-close {
  background: transparent;
  border: none;
}

.mfp-close:hover,
.mfp-close:focus {
  background: transparent;
  border: none;
}

#engage-plugin-434339,
#engage-plugin-435549 {
  background: #a0bf51 !important;
}

#engage-plugin-434339 .client-font-color,
#engage-plugin-434339 .engage-form.container,
#engage-plugin-435549 .client-font-color,
#engage-plugin-435549 .engage-form.container {
  color: #2b2b2b !important;
}

#engage-plugin-434339 .button,
#engage-plugin-435549 .button {
  background: #00334d !important;
  border: 2px solid #00334d !important;
  border-radius: 25px !important;
  padding: 14px 45px !important;
  color: #fff !important;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1rem !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
}

#engage-plugin-434339 input[type='text'],
#engage-plugin-435549 input[type='text'] {
  border: 1px solid #00334d !important;
  padding: 10px !important;
  font-size: 16px !important;
  height: 45px !important;
  display: inline-block;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #engage-plugin-434339 input[type='text'],
  #engage-plugin-435549 input[type='text'] {
    width: calc(100% - 135px) !important;
  }
}

#engage-plugin-434339 h3,
#engage-plugin-435549 h3 {
  font-family: jubilat, serif !important;
  font-weight: normal;
}

#engage-plugin-434339 p,
#engage-plugin-435549 p {
  font-family: adelle-sans, sans-serif !important;
}

#engage-plugin-434339 p a,
#engage-plugin-435549 p a {
  color: #2b2b2b !important;
  text-decoration: underline;
}

#engage-plugin-434339 p a:hover,
#engage-plugin-435549 p a:hover {
  text-decoration: none;
}

#engage-plugin-434339 article.bill-detail section.position h3,
#engage-plugin-435549 article.bill-detail section.position h3 {
  color: #fff !important;
}

#engage-plugin-434339 .panel,
#engage-plugin-435549 .panel {
  background: #a0bf51 !important;
}

#engage-plugin-434339 .alert-box,
#engage-plugin-435549 .alert-box {
  border-radius: 0 !important;
  border-color: #00334d !important;
  color: #2b2b2b !important;
}

#engage-plugin-434339 .person-result .person-image > img,
#engage-plugin-435549 .person-result .person-image > img {
  border: 2px solid #fff !important;
}

#engage-plugin-434339 .person-result h4,
#engage-plugin-435549 .person-result h4 {
  font-family: adelle-sans, sans-serif;
  font-weight: bold !important;
  color: #2b2b2b !important;
}

#engage-plugin-434339 .person-result .client-link-color,
#engage-plugin-435549 .person-result .client-link-color {
  color: #2b2b2b !important;
}

#engage-plugin-434339 .results-list li a,
#engage-plugin-435549 .results-list li a {
  font-family: adelle-sans, sans-serif;
  font-weight: bold !important;
  color: #2b2b2b !important;
  text-decoration: underline;
}

#engage-plugin-434339 .results-list li a:hover,
#engage-plugin-435549 .results-list li a:hover {
  text-decoration: none;
}

#engage-plugin-434339 table.bio-section tbody tr td span.bio-list-value,
#engage-plugin-434339 table.election-section tbody tr td.election-list-value,
#engage-plugin-434339 table.candidate-section tbody tr td.candidate-list-value,
#engage-plugin-434339 table.candidate-section tbody tr td.candidate-list-label,
#engage-plugin-435549 table.bio-section tbody tr td span.bio-list-value,
#engage-plugin-435549 table.election-section tbody tr td.election-list-value,
#engage-plugin-435549 table.candidate-section tbody tr td.candidate-list-value,
#engage-plugin-435549 table.candidate-section tbody tr td.candidate-list-label {
  color: #2b2b2b !important;
}

.engage-form h1,
.engage-form h2,
.engage-form h3,
.engage-form h4,
.engage-form h5,
.engage-form h6 {
  color: #2b2b2b !important;
}

#engage-plugin-435549 article.bill-detail section.sponsors a,
#engage-plugin-435549 article.bill-detail section.cosponsors a {
  color: #2b2b2b;
  text-decoration: underline;
}

#engage-plugin-435549 article.bill-detail section.sponsors a:hover,
#engage-plugin-435549 article.bill-detail section.cosponsors a:hover {
  text-decoration: none;
}

#engage-plugin-434339 .person-result .person-image > img,
#engage-plugin-434339 .official-basics .person-image > img,
#engage-plugin-434339 .candidate-basics .person-image > img {
  width: 110px !important;
}

div.IATS_Div {
  border: none !important;
  border-radius: 0 !important;
  width: 100% !important;
}

div.IATS_Div div.IATS_AmountDiv {
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

div.IATS_Div div.IATS_AmountDiv tr td {
  width: inherit !important;
}

div.IATS_Div span.IATS_AmountSectionTitle,
div.IATS_Div span.IATS_PaymentSectionTitle {
  font-family: adelle-sans, sans-serif !important;
  font-size: 18px !important;
  color: #2b2b2b !important;
  width: 100% !important;
}

div.IATS_Div #IATS_AmountSectionDiv {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

div.IATS_Div div.IATS_AmountItemDiv,
div.IATS_Div div.IATS_ProfileItemDiv,
div.IATS_Div div.IATS_ResponseItemDiv {
  border: none !important;
}

div.IATS_Div div.IATS_AmountItemDiv table,
div.IATS_Div div.IATS_AmountItemDiv tr,
div.IATS_Div div.IATS_ProfileItemDiv table,
div.IATS_Div div.IATS_ProfileItemDiv tr,
div.IATS_Div div.IATS_ResponseItemDiv table,
div.IATS_Div div.IATS_ResponseItemDiv tr {
  border: none !important;
}

div.IATS_Div div.IATS_AmountItemDiv table td,
div.IATS_Div div.IATS_AmountItemDiv table th,
div.IATS_Div div.IATS_AmountItemDiv tr td,
div.IATS_Div div.IATS_AmountItemDiv tr th,
div.IATS_Div div.IATS_ProfileItemDiv table td,
div.IATS_Div div.IATS_ProfileItemDiv table th,
div.IATS_Div div.IATS_ProfileItemDiv tr td,
div.IATS_Div div.IATS_ProfileItemDiv tr th,
div.IATS_Div div.IATS_ResponseItemDiv table td,
div.IATS_Div div.IATS_ResponseItemDiv table th,
div.IATS_Div div.IATS_ResponseItemDiv tr td,
div.IATS_Div div.IATS_ResponseItemDiv tr th {
  padding: 0 !important;
}

div.IATS_Div div.IATS_AmountItemDiv {
  width: 100% !important;
}

@media (min-width: 768px) {
  div.IATS_Div div.IATS_AmountItemDiv {
    width: 50% !important;
  }
}

div.IATS_Div input[type='text'],
div.IATS_Div input.IATS_PaymentInputField,
div.IATS_Div textarea.IATS_PaymentInputField,
div.IATS_Div .IATS_OtherAmount,
div.IATS_Div .IATS_AccountNumberField,
div.IATS_Div select {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
  padding: 10px !important;
  border: 1px solid #00334d !important;
}

div.IATS_Div select {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxMiA3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1OCAoODQ2NjMpIC0gaHR0cHM6Ly9za2V0Y2guY29tIC0tPgogICAgPHRpdGxlPlBhdGggMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJTdHlsZS1HdWlkZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkJ1dHRvbnMtJmFtcDstQ29tcG9uZW50cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNTkuMDAwMDAwLCAtMjA5Ni4wMDAwMDApIiBmaWxsPSIjMDAzMzREIj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA2NS4wMDAwMDAsIDIwOTkuNTAwMDAwKSByb3RhdGUoLTM2MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTA2NS4wMDAwMDAsIC0yMDk5LjUwMDAwMCkgIiBwb2ludHM9IjEwNTkgMjA5NiAxMDcxIDIwOTYgMTA2NSAyMTAzIj48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}

div.IATS_Div span.IATS_Action {
  text-align: left !important;
}

div.IATS_Div #IATS_ProcessAction_Button,
div.IATS_Div button.IATS_Action {
  background: #00334d !important;
  border: 2px solid #00334d !important;
  border-radius: 25px !important;
  padding: 14px 45px !important;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  background-color: #00334d !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div.IATS_Div #IATS_ProcessAction_Button:hover,
div.IATS_Div #IATS_ProcessAction_Button:focus,
div.IATS_Div button.IATS_Action:hover,
div.IATS_Div button.IATS_Action:focus {
  color: #fff !important;
  background-color: #a0bf51 !important;
  border-color: #a0bf51 !important;
  outline: none !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type='submit'],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type='submit'] {
  font-size: 12px !important;
}

.wFormContainer {
  font-family: adelle-sans, sans-serif !important;
}

.wFormContainer p.supportInfo {
  padding: 0 !important;
  margin: 0 !important;
}

.wFormContainer .inputWrapper select {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxMiA3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1OCAoODQ2NjMpIC0gaHR0cHM6Ly9za2V0Y2guY29tIC0tPgogICAgPHRpdGxlPlBhdGggMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJTdHlsZS1HdWlkZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkJ1dHRvbnMtJmFtcDstQ29tcG9uZW50cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNTkuMDAwMDAwLCAtMjA5Ni4wMDAwMDApIiBmaWxsPSIjMDAzMzREIj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA2NS4wMDAwMDAsIDIwOTkuNTAwMDAwKSByb3RhdGUoLTM2MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTA2NS4wMDAwMDAsIC0yMDk5LjUwMDAwMCkgIiBwb2ludHM9IjEwNTkgMjA5NiAxMDcxIDIwOTYgMTA2NSAyMTAzIj48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
  background-position: right 10px center !important;
  border-radius: 0 !important;
  border: 1px solid #00334d !important;
  padding: 10px !important;
  font-size: 16px !important;
  height: inherit !important;
}

.wFormContainer .label {
  display: block !important;
  font-weight: bold !important;
}

.wForm .inputWrapper {
  width: 100% !important;
}

.wFormContainer .wForm form {
  padding: 0 !important;
}

.wFormContainer .wForm .inputWrapper input[type='text'],
.wFormContainer .wForm .inputWrapper input[type='password'],
.wFormContainer .wForm .inputWrapper select,
.wFormContainer .wForm .inputWrapper textarea {
  width: 100% !important;
  border-radius: 0 !important;
}

.wFormContainer .actions .primaryAction {
  border: 2px solid #00334d !important;
  border-radius: 25px !important;
  padding: 14px 45px !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  background-color: #00334d !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.wFormContainer .actions .primaryAction:hover,
.wFormContainer .actions .primaryAction:focus {
  color: #fff !important;
  background-color: #a0bf51 !important;
  border-color: #a0bf51 !important;
  outline: none !important;
}

.mtsnb .mtsnb-button {
  border-radius: 30px;
}


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