/*
Theme Name: ECCO Select
Theme URI: https://www.eccoselect.com
Author: Indicia Design
Author URI: http://indiciadesign.com
Description: A custom theme built with Sass and Gulp
Text Domain: eccoselect
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */

   :root {
    --purple-color: #503e5a;
    --purple-color-508: #532347;
    --main-text-color: #4e4a4a;
    --text-color2: #2e2c2c;
    --red-text-on-puple-background: #ff0101;
    --body-background: #fff;
    --privacy-background: #727678;
    --hero-background: #f3f3f3;
    --link-focus: #471e3d;
    --textarea-color: #000000;
    --textarea-color2: #c2cfd1;
    --invalid-input: #ec5840;
    --header-link: #e25f42;
    --header-link-508: #802814;
    --footer-link: #f3bea8;
    --screen-reader-text: #ff0101;
    --commentlist-vcard-time: #999;
    --solutions-icon-hover: #F96553;
    --transparent-color: rgba(0,0,0,0);
  }
  html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  
  /**
     * Remove default margin.
     */
  body {
    margin: 0;
  }
  
  /* HTML5 display definitions
       ========================================================================== */
  /**
     * Correct `block` display not defined for any HTML5 element in IE 8/9.
     * Correct `block` display not defined for `details` or `summary` in IE 10/11
     * and Firefox.
     * Correct `block` display not defined for `main` in IE 11.
     */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  
  /**
     * 1. Correct `inline-block` display not defined in IE 8/9.
     * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
     */
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
  }
  
  /**
     * Prevent modern browsers from displaying `audio` without controls.
     * Remove excess height in iOS 5 devices.
     */
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /**
     * Address `[hidden]` styling not present in IE 8/9/10.
     * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
     */
  [hidden],
  template {
    display: none;
  }
  
  /* Links
       ========================================================================== */
  /**
     * Remove the gray background color from active links in IE 10.
     */
  a {
    background-color: transparent;
  }
  
  /**
     * Improve readability of focused elements when they are also in an
     * active/hover state.
     */
  a:active,
  a:hover {
    outline: 0;
  }
  
  /* Text-level semantics
       ========================================================================== */
  /**
     * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
     */
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  /**
     * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
     */
  b,
  strong {
    font-weight: bold;
  }
  
  /**
     * Address styling not present in Safari and Chrome.
     */
  dfn {
    font-style: italic;
  }
  
  /**
     * Address variable `h1` font-size and margin within `section` and `article`
     * contexts in Firefox 4+, Safari, and Chrome.
     */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /**
     * Address styling not present in IE 8/9.
     */
  mark {
    background: #ff0;
    color: #000;
  }
  
  /**
     * Address inconsistent and variable font size in all browsers.
     */
  small {
    font-size: 80%;
  }
  
  /**
     * Prevent `sub` and `sup` affecting `line-height` in all browsers.
     */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sup {
    top: -0.5em;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  /* Embedded content
       ========================================================================== */
  /**
     * Remove border when inside `a` element in IE 8/9/10.
     */
  img {
    border: 0;
  }
  
  /**
     * Correct overflow not hidden in IE 9/10/11.
     */
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Grouping content
       ========================================================================== */
  /**
     * Address margin not present in IE 8/9 and Safari.
     */
  figure {
    margin: 1em 40px;
  }
  
  /**
     * Address differences between Firefox and other browsers.
     */
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
  }
  
  /**
     * Contain overflow in all browsers.
     */
  pre {
    overflow: auto;
  }
  
  /**
     * Address odd `em`-unit font size rendering in all browsers.
     */
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  /* Forms
       ========================================================================== */
  /**
     * Known limitation: by default, Chrome and Safari on OS X allow very limited
     * styling of `select`, unless a `border` property is set.
     */
  /**
     * 1. Correct color not being inherited.
     *    Known issue: affects color of disabled elements.
     * 2. Correct font properties not being inherited.
     * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
     */
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
  }
  
  /**
     * Address `overflow` set to `hidden` in IE 8/9/10/11.
     */
  button {
    overflow: visible;
  }
  
  /**
     * Address inconsistent `text-transform` inheritance for `button` and `select`.
     * All other form control elements do not inherit `text-transform` values.
     * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
     * Correct `select` style inheritance in Firefox.
     */
  button,
  select {
    text-transform: none;
  }
  
  /**
     * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
     *    and `video` controls.
     * 2. Correct inability to style clickable `input` types in iOS.
     * 3. Improve usability and consistency of cursor style between image-type
     *    `input` and others.
     */
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
  }
  
  /**
     * Re-set default cursor for disabled elements.
     */
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  
  /**
     * Remove inner padding and border in Firefox 4+.
     */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  /**
     * Address Firefox 4+ setting `line-height` on `input` using `!important` in
     * the UA stylesheet.
     */
  input {
    line-height: normal;
  }
  
  /**
     * It's recommended that you don't attempt to style these elements.
     * Firefox's implementation doesn't respect box-sizing, padding, or width.
     *
     * 1. Address box sizing set to `content-box` in IE 8/9/10.
     * 2. Remove excess padding in IE 8/9/10.
     */
  input[type="checkbox"],
  input[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  
  /**
     * Fix the cursor style for Chrome's increment/decrement buttons. For certain
     * `font-size` values of the `input`, it causes the cursor style of the
     * decrement button to change from `default` to `text`.
     */
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
     * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
     * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
     */
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 2 */
  }
  
  /**
     * Remove inner padding and search cancel button in Safari and Chrome on OS X.
     * Safari (but not Chrome) clips the cancel button when the search input has
     * padding (and `textfield` appearance).
     */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
     * Define consistent border, margin, and padding.
     * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
     */
  /* fieldset {
      border: 1px solid #c0c0c0;
      margin: 0 2px;
      padding: 0.35em 0.625em 0.75em;
    } */
  /**
     * 1. Correct `color` not being inherited in IE 8/9/10/11.
     * 2. Remove padding so people aren't caught out if they zero out fieldsets.
     */
  legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  
  /**
     * Remove default vertical scrollbar in IE 8/9/10/11.
     */
  textarea {
    overflow: auto;
  }
  
  /**
     * Don't inherit the `font-weight` (applied by a rule above).
     * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
     */
  optgroup {
    font-weight: bold;
  }
  
  /* Tables
       ========================================================================== */
  /**
     * Remove most spacing between table cells.
     */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td,
  th {
    padding: 0;
  }
  
  .foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=81.25em";
  }
  
  html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
  
  body {
    padding: 0;
    margin: 0;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: var(--main-text-color);
    background: var(--body-background);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
  }
  
  /* ------- Homepage ---------- */
  .hp-message {
    padding:1.5em 18%;
  }
  .hp-message h2 {
    font-size:1.5em;
    color:var(--purple-color);
  }
  /* --------------------------- */
  textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
  }
  
  select {
    width: 100%;
    border-radius: 0;
  }
  
  #map_canvas img,
  #map_canvas embed,
  #map_canvas object,
  .map_canvas img,
  .map_canvas embed,
  .map_canvas object,
  .mqa-display img,
  .mqa-display embed,
  .mqa-display object {
    max-width: none !important;
  }
  
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
  }
  
  .is-visible {
    display: block !important;
  }
  
  .is-hidden {
    display: none !important;
  }
  
  .row {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .row::before, .row::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .row::after {
    clear: both;
  }
  
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  
  .row .row {
    margin-left: -30px;
    margin-left: -1.875rem;
    margin-right: -30px;
    margin-right: -1.875rem;
  }
  
  .row .row.collapse {
    margin-left: 0;
    margin-right: 0;
  }
  
  .row.expanded {
    max-width: none;
  }
  
  .row.expanded .row {
    margin-left: auto;
    margin-right: auto;
  }
  
  .column, .columns {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right;
  }
  
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left;
  }
  
  .column.row.row, .row.row.columns {
    float: none;
  }
  
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  .small-1 {
    width: 8.33333%;
  }
  
  .small-push-1 {
    position: relative;
    left: 8.33333%;
  }
  
  .small-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  
  .small-offset-0 {
    margin-left: 0%;
  }
  
  .small-2 {
    width: 16.66667%;
  }
  
  .small-push-2 {
    position: relative;
    left: 16.66667%;
  }
  
  .small-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  
  .small-offset-1 {
    margin-left: 8.33333%;
  }
  
  .small-3 {
    width: 25%;
  }
  
  .small-push-3 {
    position: relative;
    left: 25%;
  }
  
  .small-pull-3 {
    position: relative;
    left: -25%;
  }
  
  .small-offset-2 {
    margin-left: 16.66667%;
  }
  
  .small-4 {
    width: 33.33333%;
  }
  
  .small-push-4 {
    position: relative;
    left: 33.33333%;
  }
  
  .small-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  
  .small-offset-3 {
    margin-left: 25%;
  }
  
  .small-5 {
    width: 41.66667%;
  }
  
  .small-push-5 {
    position: relative;
    left: 41.66667%;
  }
  
  .small-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  
  .small-offset-4 {
    margin-left: 33.33333%;
  }
  
  .small-6 {
    width: 50%;
  }
  
  .small-push-6 {
    position: relative;
    left: 50%;
  }
  
  .small-pull-6 {
    position: relative;
    left: -50%;
  }
  
  .small-offset-5 {
    margin-left: 41.66667%;
  }
  
  .small-7 {
    width: 58.33333%;
  }
  
  .small-push-7 {
    position: relative;
    left: 58.33333%;
  }
  
  .small-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  
  .small-offset-6 {
    margin-left: 50%;
  }
  
  .small-8 {
    width: 66.66667%;
  }
  
  .small-push-8 {
    position: relative;
    left: 66.66667%;
  }
  
  .small-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  
  .small-offset-7 {
    margin-left: 58.33333%;
  }
  
  .small-9 {
    width: 75%;
  }
  
  .small-push-9 {
    position: relative;
    left: 75%;
  }
  
  .small-pull-9 {
    position: relative;
    left: -75%;
  }
  
  .small-offset-8 {
    margin-left: 66.66667%;
  }
  
  .small-10 {
    width: 83.33333%;
  }
  
  .small-push-10 {
    position: relative;
    left: 83.33333%;
  }
  
  .small-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  
  .small-offset-9 {
    margin-left: 75%;
  }
  
  .small-11 {
    width: 91.66667%;
  }
  
  .small-push-11 {
    position: relative;
    left: 91.66667%;
  }
  
  .small-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  
  .small-offset-10 {
    margin-left: 83.33333%;
  }
  
  .small-12 {
    width: 100%;
  }
  
  .small-offset-11 {
    margin-left: 91.66667%;
  }
  
  .small-up-1 > .column, .small-up-1 > .columns {
    width: 100%;
    float: left;
  }
  
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left;
  }
  
  .small-up-2 > .column, .small-up-2 > .columns {
    width: 50%;
    float: left;
  }
  
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left;
  }
  
  .small-up-3 > .column, .small-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left;
  }
  
  .small-up-4 > .column, .small-up-4 > .columns {
    width: 25%;
    float: left;
  }
  
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left;
  }
  
  .small-up-5 > .column, .small-up-5 > .columns {
    width: 20%;
    float: left;
  }
  
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left;
  }
  
  .small-up-6 > .column, .small-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left;
  }
  
  .small-up-7 > .column, .small-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left;
  }
  
  .small-up-8 > .column, .small-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left;
  }
  
  .small-collapse > .column, .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  
  .small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  
  .small-uncentered,
  .small-push-0,
  .small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  
  @media screen and (min-width: 982px) {
    .medium-1 {
      width: 8.33333%;
    }
    .medium-push-1 {
      position: relative;
      left: 8.33333%;
    }
    .medium-pull-1 {
      position: relative;
      left: -8.33333%;
    }
    .medium-offset-0 {
      margin-left: 0%;
    }
    .medium-2 {
      width: 16.66667%;
    }
    .medium-push-2 {
      position: relative;
      left: 16.66667%;
    }
    .medium-pull-2 {
      position: relative;
      left: -16.66667%;
    }
    .medium-offset-1 {
      margin-left: 8.33333%;
    }
    .medium-3 {
      width: 25%;
    }
    .medium-push-3 {
      position: relative;
      left: 25%;
    }
    .medium-pull-3 {
      position: relative;
      left: -25%;
    }
    .medium-offset-2 {
      margin-left: 16.66667%;
    }
    .medium-4 {
      width: 33.33333%;
    }
    .medium-push-4 {
      position: relative;
      left: 33.33333%;
    }
    .medium-pull-4 {
      position: relative;
      left: -33.33333%;
    }
    .medium-offset-3 {
      margin-left: 25%;
    }
    .medium-5 {
      width: 41.66667%;
    }
    .medium-push-5 {
      position: relative;
      left: 41.66667%;
    }
    .medium-pull-5 {
      position: relative;
      left: -41.66667%;
    }
    .medium-offset-4 {
      margin-left: 33.33333%;
    }
    .medium-6 {
      width: 50%;
    }
    .medium-push-6 {
      position: relative;
      left: 50%;
    }
    .medium-pull-6 {
      position: relative;
      left: -50%;
    }
    .medium-offset-5 {
      margin-left: 41.66667%;
    }
    .medium-7 {
      width: 58.33333%;
    }
    .medium-push-7 {
      position: relative;
      left: 58.33333%;
    }
    .medium-pull-7 {
      position: relative;
      left: -58.33333%;
    }
    .medium-offset-6 {
      margin-left: 50%;
    }
    .medium-8 {
      width: 66.66667%;
    }
    .medium-push-8 {
      position: relative;
      left: 66.66667%;
    }
    .medium-pull-8 {
      position: relative;
      left: -66.66667%;
    }
    .medium-offset-7 {
      margin-left: 58.33333%;
    }
    .medium-9 {
      width: 75%;
    }
    .medium-push-9 {
      position: relative;
      left: 75%;
    }
    .medium-pull-9 {
      position: relative;
      left: -75%;
    }
    .medium-offset-8 {
      margin-left: 66.66667%;
    }
    .medium-10 {
      width: 83.33333%;
    }
    .medium-push-10 {
      position: relative;
      left: 83.33333%;
    }
    .medium-pull-10 {
      position: relative;
      left: -83.33333%;
    }
    .medium-offset-9 {
      margin-left: 75%;
    }
    .medium-11 {
      width: 91.66667%;
    }
    .medium-push-11 {
      position: relative;
      left: 91.66667%;
    }
    .medium-pull-11 {
      position: relative;
      left: -91.66667%;
    }
    .medium-offset-10 {
      margin-left: 83.33333%;
    }
    .medium-12 {
      width: 100%;
    }
    .medium-offset-11 {
      margin-left: 91.66667%;
    }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      width: 100%;
      float: left;
    }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both;
    }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left;
    }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      width: 50%;
      float: left;
    }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both;
    }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left;
    }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      width: 33.33333%;
      float: left;
    }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both;
    }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left;
    }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      width: 25%;
      float: left;
    }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both;
    }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left;
    }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      width: 20%;
      float: left;
    }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both;
    }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left;
    }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      width: 16.66667%;
      float: left;
    }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both;
    }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left;
    }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      width: 14.28571%;
      float: left;
    }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both;
    }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left;
    }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      width: 12.5%;
      float: left;
    }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both;
    }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left;
    }
    .medium-collapse > .column, .medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0;
    }
    .medium-collapse .row {
      margin-left: 0;
      margin-right: 0;
    }
    .medium-uncollapse > .column, .medium-uncollapse > .columns {
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .medium-centered {
      float: none;
      margin-left: auto;
      margin-right: auto;
    }
    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
      position: static;
      margin-left: 0;
      margin-right: 0;
      float: left;
    }
  }
  
  @media screen and (min-width: 64em) {
    .large-1 {
      width: 8.33333%;
    }
    .large-push-1 {
      position: relative;
      left: 8.33333%;
    }
    .large-pull-1 {
      position: relative;
      left: -8.33333%;
    }
    .large-offset-0 {
      margin-left: 0%;
    }
    .large-2 {
      width: 16.66667%;
    }
    .large-push-2 {
      position: relative;
      left: 16.66667%;
    }
    .large-pull-2 {
      position: relative;
      left: -16.66667%;
    }
    .large-offset-1 {
      margin-left: 8.33333%;
    }
    .large-3 {
      width: 25%;
    }
    .large-push-3 {
      position: relative;
      left: 25%;
    }
    .large-pull-3 {
      position: relative;
      left: -25%;
    }
    .large-offset-2 {
      margin-left: 16.66667%;
    }
    .large-4 {
      width: 33.33333%;
    }
    .large-push-4 {
      position: relative;
      left: 33.33333%;
    }
    .large-pull-4 {
      position: relative;
      left: -33.33333%;
    }
    .large-offset-3 {
      margin-left: 25%;
    }
    .large-5 {
      width: 41.66667%;
    }
    .large-push-5 {
      position: relative;
      left: 41.66667%;
    }
    .large-pull-5 {
      position: relative;
      left: -41.66667%;
    }
    .large-offset-4 {
      margin-left: 33.33333%;
    }
    .large-6 {
      width: 50%;
    }
    .large-push-6 {
      position: relative;
      left: 50%;
    }
    .large-pull-6 {
      position: relative;
      left: -50%;
    }
    .large-offset-5 {
      margin-left: 41.66667%;
    }
    .large-7 {
      width: 58.33333%;
    }
    .large-push-7 {
      position: relative;
      left: 58.33333%;
    }
    .large-pull-7 {
      position: relative;
      left: -58.33333%;
    }
    .large-offset-6 {
      margin-left: 50%;
    }
    .large-8 {
      width: 66.66667%;
    }
    .large-push-8 {
      position: relative;
      left: 66.66667%;
    }
    .large-pull-8 {
      position: relative;
      left: -66.66667%;
    }
    .large-offset-7 {
      margin-left: 58.33333%;
    }
    .large-9 {
      width: 75%;
    }
    .large-push-9 {
      position: relative;
      left: 75%;
    }
    .large-pull-9 {
      position: relative;
      left: -75%;
    }
    .large-offset-8 {
      margin-left: 66.66667%;
    }
    .large-10 {
      width: 83.33333%;
    }
    .large-push-10 {
      position: relative;
      left: 83.33333%;
    }
    .large-pull-10 {
      position: relative;
      left: -83.33333%;
    }
    .large-offset-9 {
      margin-left: 75%;
    }
    .large-11 {
      width: 91.66667%;
    }
    .large-push-11 {
      position: relative;
      left: 91.66667%;
    }
    .large-pull-11 {
      position: relative;
      left: -91.66667%;
    }
    .large-offset-10 {
      margin-left: 83.33333%;
    }
    .large-12 {
      width: 100%;
    }
    .large-offset-11 {
      margin-left: 91.66667%;
    }
    .large-up-1 > .column, .large-up-1 > .columns {
      width: 100%;
      float: left;
    }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both;
    }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left;
    }
    .large-up-2 > .column, .large-up-2 > .columns {
      width: 50%;
      float: left;
    }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both;
    }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left;
    }
    .large-up-3 > .column, .large-up-3 > .columns {
      width: 33.33333%;
      float: left;
    }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both;
    }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left;
    }
    .large-up-4 > .column, .large-up-4 > .columns {
      width: 25%;
      float: left;
    }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both;
    }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left;
    }
    .large-up-5 > .column, .large-up-5 > .columns {
      width: 20%;
      float: left;
    }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both;
    }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left;
    }
    .large-up-6 > .column, .large-up-6 > .columns {
      width: 16.66667%;
      float: left;
    }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both;
    }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left;
    }
    .large-up-7 > .column, .large-up-7 > .columns {
      width: 14.28571%;
      float: left;
    }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both;
    }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left;
    }
    .large-up-8 > .column, .large-up-8 > .columns {
      width: 12.5%;
      float: left;
    }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none;
    }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both;
    }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left;
    }
    .large-collapse > .column, .large-collapse > .columns {
      padding-left: 0;
      padding-right: 0;
    }
    .large-collapse .row {
      margin-left: 0;
      margin-right: 0;
    }
    .large-uncollapse > .column, .large-uncollapse > .columns {
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .large-centered {
      float: none;
      margin-left: auto;
      margin-right: auto;
    }
    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
      position: static;
      margin-left: 0;
      margin-right: 0;
      float: left;
    }
  }
  
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  p,
  blockquote,
  th,
  td {
    margin: 0;
    padding: 0;
  }
  
  p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
  }
  
  em,
  i {
    font-style: italic;
    line-height: inherit;
  }
  
  strong,
  b {
    font-weight: bold;
    line-height: inherit;
  }
  
  small {
    font-size: 80%;
    line-height: inherit;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }
  
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: var(--main-text-color);
    line-height: 0;
  }
  
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  
  h2 {
    font-size: 24px;
    font-size: 1.8rem;
  }
  
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  
  h5 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  
  h6 {
    font-size: 16px;
    font-size: 1rem;
  }
  
  @media screen and (min-width: 982px) {
    h1 {
      font-size: 3rem;
    }
    h2 {
      font-size: 1.8rem;
    }
    h3 {
      font-size: 2.0625rem;
    }
    h4 {
      font-size: 1.5625rem;
    }
    h5 {
      font-size: 1.25rem;
    }
    h6 {
      font-size: 1rem;
    }
  }
  
  a {
    color: var(--purple-color);
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
  }
  
  a:hover, a:focus {
    color: var(--link-focus);
  }
  
  a img {
    border: 0;
  }
  
  hr {
    max-width: 1342px;
    max-width: 83.875rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid var(--main-text-color);
    border-left: 0;
    margin: 20px auto;
    margin: 1.25rem auto;
    clear: both;
  }
  
  ul,
  ol,
  dl {
    line-height: 1.6;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    list-style-position: outside;
  }
  
  li {
    font-size: inherit;
  }
  
  ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-left: 1.25rem;
  }
  
  ol {
    margin-left: 20px;
    margin-left: 1.25rem;
  }
  
  ul ul, ol ul, ul ol, ol ol {
    margin-left: 20px;
    margin-left: 1.25rem;
    margin-bottom: 0;
  }
  
  dl {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  
  dl dt {
    margin-bottom: 4.8px;
    margin-bottom: 0.3rem;
    font-weight: bold;
  }
  
  blockquote {
    margin: 0 0 16px;
    margin: 0 0 1rem;
    padding: 9px 20px 0 19px;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid var(--main-text-color);
  }
  
  blockquote, blockquote p {
    line-height: 1.6;
    color: var(--text-color2);
  }
  
  cite {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    color: var(--text-color2);
  }
  
  cite:before {
    content: '\2014 \0020';
  }
  
  abbr {
    color: var(--main-text-color);
    cursor: help;
    border-bottom: 1px dotted #000;
  }
  
  code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 300;
    color: #000;
    background-color: var(--hero-background);
    border: 1px solid var(--main-text-color);
    padding: 2px 5px 1px;
    padding: 0.125rem 0.3125rem 0.0625rem;
  }
  
  kbd {
    padding: 2px 4px 0;
    padding: 0.125rem 0.25rem 0;
    margin: 0;
    background-color: var(--hero-background);
    color: #000;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
  }
  
  .subheader {
    margin-top: 3.2px;
    margin-top: 0.2rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    font-weight: 300;
    line-height: 1.4;
    color: var(--text-color2);
  }
  
  .lead {
    font-size: 125%;
    line-height: 1.6;
  }
  
  .stat {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
  }
  
  p + .stat {
    margin-top: -16px;
    margin-top: -1rem;
  }
  
  .no-bullet {
    margin-left: 0;
    list-style: none;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-right {
    text-align: right;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-justify {
    text-align: justify;
  }
  
  @media screen and (min-width: 982px) {
    .medium-text-left {
      text-align: left;
    }
    .medium-text-right {
      text-align: right;
    }
    .medium-text-center {
      text-align: center;
    }
    .medium-text-justify {
      text-align: justify;
    }
  }
  
  @media screen and (min-width: 64em) {
    .large-text-left {
      text-align: left;
    }
    .large-text-right {
      text-align: right;
    }
    .large-text-center {
      text-align: center;
    }
    .large-text-justify {
      text-align: justify;
    }
  }
  
  .show-for-print {
    display: none !important;
  }
  
  @media print {
    * {
      background: transparent !important;
      color: black !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      text-shadow: none !important;
    }
    .show-for-print {
      display: block !important;
    }
    .hide-for-print {
      display: none !important;
    }
    table.show-for-print {
      display: table !important;
    }
    thead.show-for-print {
      display: table-header-group !important;
    }
    tbody.show-for-print {
      display: table-row-group !important;
    }
    tr.show-for-print {
      display: table-row !important;
    }
    td.show-for-print {
      display: table-cell !important;
    }
    th.show-for-print {
      display: table-cell !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
      content: '';
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    pre,
    blockquote {
      border: 1px solid var(--text-color2);
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    @page {
      margin: 0.5cm;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  
  [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
  textarea {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 38px;
    height: 2.375rem;
    padding: 8px;
    padding: 0.5rem;
    border: 1px solid var(--hero-background);
    margin: 0 0 16px;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 15px;
    font-size: 0.9375rem;
    color: var(--text-color2);
    background-color: var(--hero-background);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 5px;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid var(--hero-background);
    background-color: var(--hero-background);
    outline: none;
    -webkit-box-shadow: 0 0 5px var(--main-text-color);
            box-shadow: 0 0 5px var(--main-text-color);
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  }
  
  [type='text']::placeholder,
  textarea::placeholder {
    color: black;
  }
  
  textarea {
    max-width: 100%;
  }
  
  textarea[rows] {
    height: auto;
  }
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: var(--textarea-color);
  }
  
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: var(--textarea-color);
  }
  
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: var(--textarea-color);
  }
  
  input::placeholder,
  textarea::placeholder {
    color: var(--textarea-color);
  }
  
  input:disabled, input[readonly],
  textarea:disabled,
  textarea[readonly] {
    background-color: var(--hero-background);
    cursor: default;
  }
  
  [type='submit'],
  [type='button'] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  input[type='search'] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  [type='file'],
  [type='checkbox'],
  [type='radio'] {
    margin: 0 0 16px;
    margin: 0 0 1rem;
  }
  
  [type='checkbox'] + label,
  [type='radio'] + label {
    display: inline-block;
    margin-left: 8px;
    margin-left: 0.5rem;
    margin-right: 16px;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
  }
  
  label > [type='checkbox'],
  label > [type='radio'] {
    margin-right: 8px;
    margin-right: 0.5rem;
  }
  
  [type='file'] {
    width: 100%;
  }
  
  label {
    display: block;
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.8;
    color: #000;
  }
  
  label.middle {
    margin: 0 0 16px;
    margin: 0 0 1rem;
    padding: 9px 0;
    padding: 0.5625rem 0;
  }
  
  .help-text {
    margin-top: -8px;
    margin-top: -0.5rem;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    color: #000;
  }
  
  .input-group {
    display: table;
    width: 100%;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  
  .input-group > :first-child {
    border-radius: 0 0 0 0;
  }
  
  .input-group > :last-child > * {
    border-radius: 0 0 0 0;
  }
  
  .input-group-label, .input-group-field, .input-group-button {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
  }
  
  .input-group-label {
    text-align: center;
    padding: 0 16px;
    padding: 0 1rem;
    background: var(--hero-background);
    color: #000;
    border: 1px solid var(--main-text-color);
    white-space: nowrap;
    width: 1%;
    height: 100%;
  }
  
  .input-group-label:first-child {
    border-right: 0;
  }
  
  .input-group-label:last-child {
    border-left: 0;
  }
  
  .input-group-field {
    border-radius: 0;
    height: 39px;
    height: 2.4375rem;
  }
  
  .input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%;
  }
  
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0;
  }
  
  .input-group .input-group-button {
    display: table-cell;
  }
  
  fieldset {
    border: 0;
    padding: 0;
    margin: 0;
  }
  
  legend {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    max-width: 100%;
  }
  
  .fieldset {
    border: 1px solid var(--main-text-color);
    padding: 20px;
    padding: 1.25rem;
    margin: 18px 0;
    margin: 1.125rem 0;
  }
  
  .fieldset legend {
    background: var(--body-background);
    padding: 0 3px;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -3px;
    margin-left: -0.1875rem;
  }
  
  select {
    height: 38px;
    height: 2.375rem;
    padding: 8px;
    padding: 0.5rem;
    border: 1px solid var(--hero-background);
    margin: 0 0 16px;
    margin: 0 0 1rem;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: inherit;
    line-height: normal;
    color: var(--text-color2);
    background-color: var(--body-background);
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2846, 44, 44%29"></polygon></svg>');
    background-size: 9px 6px;
    background-position: right center;
    background-origin: content-box;
    background-repeat: no-repeat;
  }
  
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
  }
  
  select:disabled {
    background-color: var(--hero-background);
    cursor: default;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  select[multiple] {
    height: auto;
  }
  
  .is-invalid-input:not(:focus) {
    background-color: rgba(236, 88, 64, 0.1);
    border-color: var(--invalid-input);
  }
  
  .is-invalid-label {
    color: var(--invalid-input);
  }
  
  .form-error {
    display: none;
    margin-top: -8px;
    margin-top: -0.5rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--invalid-input);
  }
  
  .form-error.is-visible {
    display: block;
  }
  
  .hide {
    display: none !important;
  }
  
  .invisible {
    visibility: hidden;
  }
  
  @media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 0em), screen and (min-width: 982px) {
    .show-for-small-only {
      display: none !important;
    }
  }
  
  @media screen and (min-width: 982px) {
    .hide-for-medium {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 39.9375em) {
    .show-for-medium {
      display: none !important;
    }
  }
  
  @media screen and (min-width: 982px) and (max-width: 63.9375em) {
    .hide-for-medium-only {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
      display: none !important;
    }
  }
  
  @media screen and (min-width: 64em) {
    .hide-for-large {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 63.9375em) {
    .show-for-large {
      display: none !important;
    }
  }
  
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    .show-for-large-only {
      display: none !important;
    }
  }
  
  .show-for-sr,
  .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  
  .show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
  
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important;
    }
  }
  
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important;
    }
  }
  
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important;
    }
  }
  
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important;
    }
  }
  
  .float-left {
    float: left !important;
  }
  
  .float-right {
    float: right !important;
  }
  
  .float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .clearfix::before, .clearfix::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .clearfix::after {
    clear: both;
  }
  
  .header__logo, .footer__logo {
    text-indent: -9999px;
    line-height: 0;
    font-size: 0;
  }
  
  .footer__logo {
    color: white;
  }
  
  .header__logo-wrapper {
    flex-basis: auto;
  }
  
  @media screen and (min-width: 64em) {
    body {
      font-size: 1.125rem;
    }
  }
  
  a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  .intro {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    /* color: var(--header-link); */
    font-size: 24px;
    font-size: 1.5rem;
  }
  
  .intro_sub {
    /* color: var(--header-link); */
    font-size: 1.2rem;
  
  }
  
  .wp-caption {
    max-width: 100%;
  }
  
  .wp-caption-text,
  .gallery-caption {
    text-align: center;
    color: var(--main-text-color);
    font-size: 12px;
    font-size: 0.75rem;
  }
  
  .alignleft {
    float: left;
    margin: 0 30px 10px 0;
    margin: 0 1.875rem 0.625rem 0;
  }
  
  .alignright {
    float: right;
    margin: 0 0 10px 30px;
    margin: 0 0 0.625rem 1.875rem;
  }
  
  .aligncenter {
    display: block;
    float: none;
    margin: 16px auto;
    margin: 1rem auto;
  }
  
  .alignnone {
    display: block;
    float: none;
    margin: 16px 0;
    margin: 1rem 0;
  }
  
  .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  
  .screen-reader-text:focus {
    display: block;
    top: 5px;
    left: 5px;
    z-index: 100000;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    background-color: var(--hero-background);
    padding: 15px 23px 14px;
    padding: 0.9375rem 1.4375rem 0.875rem;
    width: auto;
    height: auto;
    text-decoration: none;
    line-height: normal;
    color: var(--screen-reader-text);
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    clip: auto !important;
  }
  
  .header {
    position: relative;
    padding: 20px 0;
    padding: 1.25rem 0;
  }
  
  @media screen and (min-width: 64em) {
    .header {
      padding: 1.875rem 0 0;
    }
  }
  
  .header__inner {
    /* max-width: 1342px; */
    /* max-width: 90rem; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-bottom: 10px;
  }
  
  @media screen and (max-width: 450px) {
    .header__inner {
      padding-left: 0px;
      padding-right: 0px;
    }
  
    .search-label {
      display: none;
      float: right;
    }
    
  }
  
  .header__inner::before, .header__inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .header__inner::after {
    clear: both;
  }
  
  .header__inner:last-child:not(:first-child) {
    float: right;
  }
  
  .header__inner, .header__inner:last-child {
    float: none;
  }
  
  .header__logo {
    display: block;
    float: left;
    background: url("images/logo.png") no-repeat 0 0;
    background-size: 7.5rem 2.6875rem;
    width: 120px;
    width: 7.5rem;
    height: 43px;
    height: 2.6875rem;
  }
  
  @media screen and (min-width: 64em) {
    .header__logo {
      background-size: 10.5rem 3.75rem;
      width: 10.5rem;
      height: 3.75rem;
    }
  }
  
  .header__mobile {
    float: right;
    font-size: 26px;
    font-size: 1.625rem;
  }
  
  @media screen and (min-width: 64em) {
    .header__mobile {
      display: none;
    }
  }
  
  .header__nav {
    display: none;
  }
  
  @media screen and (min-width: 64em) {
    .header__nav {
      display: block;
      float: right;
      text-transform: uppercase;
    }
  }
  
  @media screen and (min-width: 75em) {
    .header__nav {
      float: left;
      margin-left: 3.125rem;
    }
  }
  
  .header__nav ul {
    margin: 10px 0 0;
    margin: 0.625rem 0 0;
  }
  
  .header__nav li {
    display: inline-block;
    margin: 0 5px;
    margin: 0 0.3125rem;
    /* padding-bottom: 45px; */
    /* padding-bottom: 2.8125rem; */
    line-height: 1;
    list-style-type: none;
  }
  
  @media screen and (min-width: 81.25em) {
    .header__nav li {
      margin: 0 0.625rem;
    }
  }
  
  .header__nav li:first-child {
    margin-left: 0;
  }
  
  .header__nav li:last-child {
    margin-right: 0;
  }
  
  .header__nav li:hover > ul {
    max-height: 100px;
    max-height: 6.25rem;
  }
  
  .header__nav li:hover > a::after {
    width: 100%;
  }
  
  .header__nav li ul {
    position: absolute;
    top: 108px;
    top: 6.75rem;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 3;
    background: none;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    text-align: center;
  }
  
  .header__nav li ul li {
    margin: 0 10px;
    margin: 0 0.625rem;
    padding: 15px 0;
    padding: 0.9375rem 0;
  }
  
  .header__nav li ul a {
    padding: 0;
    color: var(--body-background);
  }
  
  .header__nav li ul a:hover {
    color: var(--header-link);
    display: inline-block;
  }
  
  .header__nav li ul a::after {
    display: none;
  }
  
  .header__nav li.current_page_item > a, .header__nav li.current-page-ancestor > a {
    color: var(--header-link-508);
  }
  
  .header__nav li.current_page_item > a::after, .header__nav li.current-page-ancestor > a::after {
    width: 100%;
  }
  
  .header__nav a {
    display: inline-block;
    position: relative;
    padding-bottom: 11px;
    padding-bottom: 0.6875rem;
    letter-spacing: 2px;
    color: var(--text-color2);
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
  }
  
  @media screen and (min-width: 81.25em) {
    .header__nav a {
      letter-spacing: 2px;
      font-size: 1.125rem;
    }
  }
  
  .header__nav a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: -webkit-gradient(linear, left top, right top, from(#5e2651), to(#db2c27));
    background-image: -webkit-linear-gradient(left, #5e2651 0%, #db2c27 100%);
    background-image: linear-gradient(to right, #5e2651 0%, #db2c27 100%);
    width: 0;
    height: 3px;
    height: 0.1875rem;
    content: '';
  }
  
  .header__nav a:hover {
    color: var(--header-link);
  }
  
  .header__nav a:hover::after {
    width: 100%;
  }
  
  .header__social {
    display: none;
  }
  
  @media screen and (min-width: 75em) {
    .header__social {
      display: block;
      float: right;
      margin: 0.5rem 0 0;
    }
  }
  
  .header__social li {
    display: inline-block;
    margin-left: 5px;
    margin-left: 0.3125rem;
    list-style-type: none;
  }
  
  @media screen and (min-width: 75em) {
    .header__social li {
      margin-left: 0.75rem;
    }
  }
  
  .header__social li:first-child {
    margin-left: 0;
  }
  
  .header__social a {
    display: block;
    border-radius: 50%;
    background: var(--purple-color);
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    text-align: center;
    line-height: 26px;
    line-height: 1.625rem;
    color: var(--body-background);
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  .header__social a:hover {
    background: var(--header-link);
  }
  
  .footer {
    background: var(--purple-color);
    padding: 50px 0;
    padding: 3.125rem 0;
    padding-bottom: 0;
    color: var(--body-background);
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  .footer__policies {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: var(--privacy-background);
    text-align: center;
  }
  
  .footer__policies a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
  }
  
  .footer__inner {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer__inner::before, .footer__inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .footer__inner::after {
    clear: both;
  }
  
  .footer__info {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    text-align: center;
  }
  
  .footer__info:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .footer__info {
      width: 50%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      text-align: left;
    }
    .footer__info:last-child:not(:first-child) {
      float: right;
    }
  }
  
  @media screen and (min-width: 64em) {
    .footer__info {
      width: 21%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .footer__info:last-child:not(:first-child) {
      float: right;
    }
  }
  
  @media screen and (min-width: 81.25em) {
    .footer__info {
      width: 25%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .footer__info:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .footer__info h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
  }
  
  .footer__info p {
    line-height: 1.3;
  }
  
  .footer__logo {
    display: block;
    margin: 0 auto;
    background: url("images/logo-footer.png") no-repeat 0 0;
    background-size: 8rem 2.8125rem;
    width: 128px;
    width: 8rem;
    height: 45px;
    height: 2.8125rem;
  }
  
  @media screen and (min-width: 982px) {
    .footer__logo {
      margin: 0;
    }
  }
  
  .footer__addresses {
    margin: 30px 0;
    margin: 1.875rem 0;
  }
  
  .footer__help p {
    margin: 0;
  }
  
  .footer__help a {
    color: var(--body-background);
  }
  
  .footer__help a:hover {
    color: var(--footer-link);
  }
  
  .footer__help a.button:hover {
    color: var(--body-background);
  }
  
  .footer__nav {
    display: none;
  }
  
  @media screen and (min-width: 64em) {
    .footer__nav {
      width: 75%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      display: block;
      text-align: right;
    }
    .footer__nav:last-child:not(:first-child) {
      float: right;
    }
  }
  
  @media screen and (min-width: 75em) {
    .footer__nav {
      width: 57%;
      float: left;
      text-align: left;
    }
    .footer__nav:last-child:not(:first-child) {
      float: right;
    }
  }
  
  @media screen and (min-width: 81.25em) {
    .footer__nav {
      width: 51%;
      float: left;
    }
    .footer__nav:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .footer__nav-col {
    display: inline-block;
    margin-right: 20px;
    margin-right: 1.25rem;
    vertical-align: top;
    text-align: left;
  }
  
  .footer__nav-col:last-child {
    margin-right: 0;
  }
  
  .footer__nav ul {
    margin: 0;
  }
  
  .footer__nav li {
    list-style-type: none;
  }
  
  .footer__nav li a {
    text-transform: uppercase;
    color: white;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
  }
  
  .footer__nav li a:hover {
    color: var(--footer-link);
  }
  
  .footer__nav li li a {
    text-transform: none;
    color: var(--body-background);
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  .footer__optin {
    display: none;
  }
  
  @media screen and (min-width: 982px) {
    .footer__optin {
      width: 50%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      display: block;
      color: var(--body-background);
      font-size: 0.75rem;
    }
    .footer__optin:last-child:not(:first-child) {
      float: right;
    }
  }
  
  @media screen and (min-width: 64em) {
    .footer__optin {
      display: none;
    }
  }
  
  @media screen and (min-width: 75em) {
    .footer__optin {
      width: 22%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      display: block;
    }
    .footer__optin:last-child:not(:first-child) {
      float: right;
    }
  }
  
  @media screen and (min-width: 81.25em) {
    .footer__optin {
      width: 24%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .footer__optin:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .footer__optin h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
  }
  
  .button {
    display: inline-block;
    position: relative;
    margin: 16px 0;
    margin: 1rem 0;
    border-radius: 0 0 0 25px;
    background: url("images/button.svg") no-repeat 0 0;
    background-size: 11.5rem 2.3125rem;
    width: 184px;
    width: 11.5rem;
    height: 37px;
    height: 2.3125rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
   
    font: 18px / 40px "alternate-gothic-no-1-d", sans-serif;
    font: 1.125rem / 2.5rem "alternate-gothic-no-1-d", sans-serif;
    font-weight: 400;
  }
  
  .button:hover {
    background: -webkit-gradient(linear, right top, left top, from(#e25f42), to(#db2c27));
    background: -webkit-linear-gradient(right, #e25f42 0%, #db2c27 100%);
    background: linear-gradient(to left, #e25f42 0%, #db2c27 100%);
    color: var(--body-background);
  }
  
  .certifications {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 0 15px;
    padding: 2.1875rem 0 0.9375rem;
    text-align: center;
  }
  
  .certifications::before, .certifications::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .certifications::after {
    clear: both;
  }
  
  .certifications__inner {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .certifications__inner:last-child:not(:first-child) {
    float: right;
  }
  
  .certifications h3 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    color: var(--purple-color);
    font-size: 20px;
    font-size: 1.25rem;
  }
  
  @media screen and (min-width: 64em) {
    .certifications h3 {
      margin-bottom: 2.5rem;
    }
  }
  
  .certifications ul {
    margin: 0;
  }
  
  .certifications li {
    display: inline-block;
    margin: 0 20px 20px;
    margin: 0 1.25rem 1.25rem;
    list-style-type: none;
  }
  
  @media screen and (min-width: 64em) {
    .certifications li {
      margin: 0 2.1875rem 1.25rem;
    }
  }
  
  #comments .commentlist {
    margin-left: 0px;
  }
  
  #respond ul {
    margin-left: 0px;
  }
  
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
  }
  
  .commentlist li:last-child {
    margin-bottom: 0;
  }
  
  .commentlist li ul.children {
    margin: 0;
  }
  
  .commentlist li[class*=depth-] {
    margin-top: 1.1em;
  }
  
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
  }
  
  .commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
  }
  
  .commentlist .vcard {
    margin-left: 50px;
  }
  
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
  }
  
  .commentlist .vcard time {
    float: right;
  }
  
  .commentlist .vcard time a {
    color: var(--commentlist-vcard-time);
    text-decoration: none;
  }
  
  .commentlist .vcard time a:hover {
    text-decoration: underline;
  }
  
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: var(--body-background);
  }
  
  .commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
  }
  
  .commentlist .comment-reply-link {
    float: right;
  }
  
  /*********************
  COMMENT FORM STYLES
  *********************/
  .respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
  }
  
  .respond-form form {
    margin: 0.75em 0;
  }
  
  .respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
  }
  
  .respond-form form li label,
  .respond-form form li small {
    display: none;
  }
  
  .respond-form form input[type=text],
  .respond-form form input[type=email],
  .respond-form form input[type=url],
  .respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
  }
  
  .respond-form form input[type=text]:focus,
  .respond-form form input[type=email]:focus,
  .respond-form form input[type=url]:focus,
  .respond-form form textarea:focus {
    background: var(--body-background);
  }
  
  .respond-form form input[type=text]:invalid,
  .respond-form form input[type=email]:invalid,
  .respond-form form input[type=url]:invalid,
  .respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  
  .respond-form form input[type=text],
  .respond-form form input[type=email],
  .respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px;
  }
  
  .respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
  }
  
  
  .gform_wrapper {
    font-weight: 500;
  }
  
  @media screen and (min-width: 982px) {
    .gform_wrapper .left-half,
    .gform_wrapper .right-half {
      float: left;
      width: 49%;
    }
    .gform_wrapper .right-half {
      float: right;
    }
  }
  
  .gform_wrapper ul {
    margin: 0;
    list-style: none outside none;
  }
  
  .gform_wrapper li {
    position: relative;
    margin-bottom: 15px;
  }
  /*
  .gform_wrapper label {
   
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    /* color: white; */
  
  
  /* .landing__body ul li::before {
    position: absolute;
    top: 9px;
    top: 0.5625rem;
    left: 0;
    width: 10px;
    width: 0.625rem;
    color: var(--purple-color);
    font: 8px / 1 "FontAwesome";
    font: 0.5rem / 1 "FontAwesome";
    content: '\f111';
  } */
  .gfield_select  option{
    color: black;
  }
  .gform_required_legend
  {
    color:black;
  }
  .gform_title{
    color: black;
  }
  .gform_description{
    color: black;
  }
  .gsection_title{
    color:black;
  }
  .gfield_label{
    color:black;
  }
  #popmake-5151
  {
    padding: 50px;
  }
  .upload-button .gfield_label {
    width: auto;
    height: auto;
    position: relative !important;
    color: var(--purple-color);
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
  }
  
  .popmake-jobDetails
  {
    font-size: 1rem;
   
  }
  #popmake-jobDescription
  {
    font-size: .85rem;
  }
  
  #content .intro{ 
    font-size: 1rem;
  }
  
  .popmake-5151{
    display: inline-block;
    position: relative;
    margin: 16px 0;
    margin: 1rem 0;
    border-radius: 0 0 0 25px;
    background: url("images/button.svg") no-repeat 0 0;
    background-size: 11.5rem 2.3125rem;
    width: 184px;
    width: 11.5rem;
    height: 37px;
    height: 2.3125rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    
    font: 18px / 40px "alternate-gothic-no-1-d", sans-serif;
    font: 1.125rem / 2.5rem "alternate-gothic-no-1-d", sans-serif;
    font-weight: 400;
  }
  
  .popmake-5151:hover
  {
    
      background: -webkit-gradient(linear, right top, left top, from(#e25f42), to(#db2c27));
      background: -webkit-linear-gradient(right, #e25f42 0%, #db2c27 100%);
      background: linear-gradient(to left, #e25f42 0%, #db2c27 100%);
      color: var(--body-background);
    
  }
  
  .checklist-input .gfield_label {
    width: auto;
    height: auto;
    position: relative !important;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  
  .checklist-input ul li::before {
    content: none;
  }
  
  .checklist-input ul li {
    height: 26px;
    margin-bottom: 5px;
  }
  
  .checklist-input ul li input {
    vertical-align: middle;
  }
  
  .gform_body ul li::before {
    content: none !important;
  }
  
  .small-biz-form label {
    position: unset !important;
    width: auto;
    height: auto;
  }
  
  .small-biz-form .validation_message {
    display: unset !important;
    color: var(--invalid-input);
  }
  
  .small-biz-form .hidden_sub_label {
    visibility: hidden;
    width:0px;
    height: 0px;
  }
  
  .gform_wrapper .gfield_checkbox label {
    display: inline-block;
    max-width: 80%;
    width: auto;
    height: auto;
    position: static !important;
  }
  
  .gform_wrapper .gfield_required {
    padding-left: 5px;
    color: red;
  }
  
  .gform_wrapper .ginput_container {
    position: relative;
  }
  .gform_wrapper .ginput_container::placeholder {
    color: red;
  }
  
  .gform_wrapper select {
    border-radius: 5px;
    background-color: var(--hero-background);
    color: var(--textarea-color);
  }
  
  .gform_wrapper select.active {
    color: var(--text-color2);
  }
  
  .gform_wrapper select:focus {
    -webkit-box-shadow: 0 0 5px var(--main-text-color);
            box-shadow: 0 0 5px var(--main-text-color);
    outline: none;
  }
  
  .gform_wrapper textarea {
    height: 155px;
    resize: none;
  }
  
  .gform_wrapper .button {
    border: 0;
    line-height: 35px;
    line-height: 2.1875rem;
  }
  
  .gform_wrapper .gform_validation_container {
    display: none;
  }
  
  .gform_wrapper .validation_error {
    margin-bottom: 20px;
    border-left: 5px solid var(--header-link);
    background: var(--hero-background);
    padding: 10px;
    text-align: center;
  }
  
  .gform_wrapper .validation_message {
    display: none;
  }
  
  .gform_wrapper .gfield_error input,
  .gform_wrapper .gfield_error select,
  .gform_wrapper .gfield_error textarea {
    border-color: var(--header-link);
  }
  
  .gform_wrapper .gfield_error .ginput_container_checkbox {
    border-color: var(--invalid-input) !important;
    border-bottom-color: var(--invalid-input);
    border-top-color: var(--invalid-input);
    border-left-color: var(--invalid-input);
    border-right-color: var(--invalid-input);
    border: 1px solid;
    border-radius: 5px;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  .hero {
    background: var(--purple-color) url("images/hero-accent-blank-20210909.png") no-repeat center 22%;
    background-size: cover;
    width: 100%;
  }
  
  .hero {
    /* max-width: 1342px;
    max-width: 83.875rem; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    /* padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem; */
    display: table;
    height: 200px;
    /* height: 9.375rem; */
    margin-top: auto;
    margin-bottom: auto;
  }
  
  /* .hero__inner::before, .hero__inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .hero__inner::after {
    clear: both;
  }
  
  .hero__inner:last-child:not(:first-child) {
    float: right;
  } */
  .pum-theme-4217{
    background-color: transparent;
    border: 1px solid black;
  
  }
  
  
  .pum-theme-4217 .pum-container, .pum-theme-default-theme .pum-container{
  border: 1px solid black;
  }
  .pum-theme-4217 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: px;
    bottom: auto;
    top: px;
    padding: 4px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 400;
    font-size: 12px;
    font-style: inherit;
    line-height: 36px;
    border: 1px none #ffffff;
    border-radius: px;
    box-shadow: 1px 1px 3px px rgba( 2, 2, 2, 0.23 );
    text-shadow: px px px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 0, 183, 205, 1.00 )
  }
  .hero__inner, .hero__inner:last-child {
    float: none;
  }
  
  .hero__title {
    color: var(--main-text-color);
    text-align: left;
    display: block;
    margin-top: 100px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-right-radius: 35px;
    padding: 10px 10px 10px 0px;
    width: 60%;
  }
  
  .hero__title p {
    margin-bottom: 0px !important;
  }
  
  .hero h1 {
    vertical-align: bottom;
    line-height: 1;
    margin-bottom: 0px;
  }
  
  .hero h1 span {
    display: block;
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 300;
  }
  
  .hero__text {
    display: table-cell;
    padding-bottom: 35px;
    padding-bottom: 2.1875rem;
    vertical-align: bottom;
    line-height: 1;
    color: var(--purple-color);
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 700;
  }
  
  @media screen and (min-width: 64em) {
    .hero__text {
      font-size: 3rem;
    }
  }
  
  .purple-link-button-tall {
    height:80px !important;
    padding: 0px 30px 0px 30px !important;
  }
  
  .purple-link-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: var(--purple-color);
    border-radius: 10px;
    height:60px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 0px 40px 0px 40px;
    min-width: 300px;
    max-width: 400px;
  }
  
  .purple-link-button > a:link {
    color: white !important;
  }
  
  .purple-link-button > a:visited {
    color: white;
  }
  
  .purple-link-button > a:active {
    color: white;
  }
  
  .purple-link-button > a:hover {
    color: white;
  }
  
  .purple-link-button > a:focus {
    color: white;
  }
  
  /* .menu-item > a:hover {
    position: relative;
    display: inline-block;
  } */
  
  .submenu {
    display: none;
  }
  /*  position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
  }
  
  .menu-item:hover .submenu {
    display: block;
  } */
  
  @media screen and (min-width: 64em) {
    .submenu {
      display: block;
      background: var(--purple-color);
      padding: 0.625rem 0;
    }
  }
  
  .submenu__inner {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .submenu__inner::before, .submenu__inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .submenu__inner::after {
    clear: both;
  }
  
  .submenu__inner:last-child:not(:first-child) {
    float: right;
  }
  
  .submenu__inner, .submenu__inner:last-child {
    float: none;
  }
  
  .submenu ul {
    margin: 0;
  }
  
  .submenu li {
    display: inline-block;
    margin-right: 20px;
    margin-right: 1.25rem;
    list-style-type: none;
  }
  
  .submenu li:last-child {
    margin-right: 0;
  }
  
  .submenu li.current-menu-item a {
    color: var(--header-link);
  }
  
  .submenu a {
    text-transform: uppercase;
    color: var(--body-background);
    font-size: 15px;
    font-size: 0.9375rem;
  }
  
  .submenu a:hover {
    color: var(--header-link);
  }
  
  .post-detail {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  
  .post-detail::before, .post-detail::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .post-detail::after {
    clear: both;
  }
  
  @media screen and (min-width: 64em) {
    .post-detail {
      padding: 4.375rem 0;
    }
  }
  
  .post-detail__inner {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .post-detail__inner:last-child:not(:first-child) {
    float: right;
  }
  
  .post-detail h1 {
    margin-top: 1.5rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    line-height: 1.1;
    color: var(--header-link);
    font-size: 36px;
    font-size: 2.25rem;
  }
  
  .post-detail h2,
  .post-detail h3,
  .post-detail h4 {
    color: var(--purple-color);
  }
  
  .single-ecco_news .header__nav li.news-link > a {
    color: var(--header-link);
  }
  
  .single-ecco_news .header__nav li.news-link > a::after {
    width: 100%;
  }
  
  .ecco-news a:link, a:visited, a:hover, a:active {
    text-decoration: underline;
  }
  
  .search-box {
    display: flex;
  }
  
  .search-label {
    padding: 8px 8px 0px 0px;
  }
  
  .solutions {
    background: var(--purple-color);
    padding: 1.2rem 0;
    margin-bottom:3.0rem;
  }
  
  @media screen and (min-width: 64em) {
    .solutions {
      padding: 1.2rem 0;
    }
  }
  
  .solutions__subblock_2col {
    font-size: .9rem;
    padding-left: 10px;
  }
  
  .solutions__subblock_2col {
    font-size: .8rem;
    padding-left: 10px;
  }
  
  .solutions__subblock_2col .wp-block-column:not(:first-child) {
    margin-left: 10px;
  }
  
  .solutions__left-title-group {
    flex-basis: auto;
  }
  
  .solutions__left-column {
    min-width: 317px;
  }
  
  .solutions__icon-column {
    flex-basis: 140px;
  }
  
  .solutions__inner {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    position: relative;
  }
  
  .solutions__inner::before, .solutions__inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .solutions__inner::after {
    clear: both;
  }
  
  .solutions__inner:last-child:not(:first-child) {
    float: right;
  }
  
  .solutions__inner, .solutions__inner:last-child {
    float: none;
  }
  
  .solutions__icons {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .solutions__icons::before, .solutions__icons::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .solutions__icons::after {
    clear: both;
  }
  
  .solutions__icon {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-align: center;
  }
  
  .solutions__icon:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .solutions__icon {
      width: 25%;
      float: left;
      margin-bottom: 0;
    }
    .solutions__icon:last-child:not(:first-child) {
      float: right;
    }
  }
  
  @media screen and (min-width: 75em) {
    .solutions__icon {
      width: 25%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .solutions__icon:last-child:not(:first-child) {
      float: right;
    }
  }
  .solution__icon-inner {
    text-align: center;	
  }
  .solutions__icon-image {
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    width:150px;
  }
  
  .solutions__icon-image span {
    display: table-cell;
    vertical-align: middle;
    background-color: gray;
    border-radius: 100px;
    width:150px;
    height:150px;
  }
  .solutions__icon-image span:hover {
    border:4px solid var(--solutions-icon-hover);
  }
  .solutions h2 {
    position: relative;
      margin-bottom: 1.5rem;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--body-background);
  }
  
  @media screen and (min-width: 64em) {
    .solutions h2 {
      margin-bottom: 1.5rem;
    }
  }
  
  .solutions h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#e25f42), to(#744967));
    background-image: -webkit-linear-gradient(right, #e25f42 0%, #744967 100%);
    background-image: linear-gradient(to left, #e25f42 0%, #744967 100%);
    width: 100%;
    max-width: 360px;
    max-width: 22.5rem;
    height: 2px;
    height: 0.125rem;
    content: '';
  }
  
  .solutions h3 {
    text-transform: uppercase;
    color: var(--body-background);
    font-size: 18px;
    font-size: 1.125rem;
  }
  
  @media screen and (min-width: 64em) {
    .solutions h3 {
      font-size: 1.25rem;
    }
  }
  
  .solutions p {
    line-height: 1.3;
    color: var(--body-background);
    font-weight: 300;
  }
  
  .solutions .learn-more {
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-bottom: 3px;
    padding-bottom: 0.1875rem;
    text-transform: uppercase;
    /* color: var(--header-link-508); */
    color: white;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
  }
  
  .solutions .learn-more:hover {
    color: var(--body-background);
  }
  
  .solutions .learn-more::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #e25f42), color-stop(0, #744967));
    background-image: -webkit-linear-gradient(right, #e25f42 0, #744967);
    background-image: linear-gradient(270deg, #e25f42 0, #744967);
    width: 100%;
    height: 3px;
    height: 0.1875rem;
    content: '';
  }
  
  .testimonial {
    background: var(--purple-color);
  }
  
  .testimonial__inner {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  
  .testimonial__inner::before, .testimonial__inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .testimonial__inner::after {
    clear: both;
  }
  
  @media screen and (min-width: 64em) {
    .testimonial__inner {
      padding: 5rem 0;
    }
  }
  
  .testimonial__quote {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    color: var(--body-background);
    font-size: 24px;
    font-size: 1.5rem;
    font-style: italic;
  }
  
  .testimonial__quote:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 64em) {
    .testimonial__quote {
      width: 83.33333%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      margin-left: 8.33333%;
    }
    .testimonial__quote:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .testimonial__author {
    opacity: .6;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
  }
  
  .bios__intro {
    position: relative;
  }
  
  .bios__intro-image {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    height: 25rem;
  }
  
  @media screen and (min-width: 982px) {
    .bios__intro-image {
      position: absolute;
      top: 0;
      right: 0;
      width: 46%;
      height: 100%;
    }
  }
  
  .bios__intro-inner {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .bios__intro-inner::before, .bios__intro-inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .bios__intro-inner::after {
    clear: both;
  }
  
  .bios__text {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .bios__text:last-child:not(:first-child) {
    float: right;
  }
  
  
  @media screen and (min-width: 982px) {
    .bios__text {
      width: 52%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      position: relative;
      padding-top: 3.125rem;
      padding-bottom: 3.125rem;
      min-height: 25rem;
    }
    .bios__text:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .executive__text {
    width: 100%;
    float: left;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    position: relative;
    padding-top: 3.125rem;
    /* padding-bottom: 3.125rem;
    min-height: 25rem; */
  }
  .executive__text:last-child:not(:first-child) {
    float: right;
  }
  
  .executive__image {
    height: 100%;
    background-color: black;
    /* padding: .5% 0% .6% 0%; */
  }
  
  .executive__image figure {
    height: 100%;
    margin: 0px;
  }
  
  .bios__body {
    background: var(--hero-background);
    padding: 15px 0;
    padding: 1rem 0;
  }
  
  .about__intro {
    position: relative;
  }
  
  .about__body {
    /* background: var(--hero-background); */
    padding: 15px 0;
    padding: 1rem 0;
  }
  
  .about__intro-inner {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .about__intro-inner::before, .about__intro-inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .about__intro-inner::after {
    clear: both;
  }
  
  
  /* @media screen and (min-width: 64em) {
    .bios__body {
      padding: 5rem 0;
    }
  } */
  
  .bios__body-inner {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: center;
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .bios__body-inner::before, .bios__body-inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .bios__body-inner::after {
    clear: both;
  }
  
  .bios__body h2 {
    text-align: center;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    text-transform: uppercase;
    line-height: 1;
    color: #db2c27;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
  }
  
  @media screen and (min-width: 64em) {
    .bios__body h2 {
      font-size: 1.25rem;
    }
  }
  
  .bios__body h2 a {
    display: inline-block;
    margin-left: 15px;
    margin-left: 0.9375rem;
    border-radius: 50%;
    background: var(--purple-color);
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
    vertical-align: top;
    text-align: center;
    line-height: 18px;
    line-height: 1.125rem;
    color: var(--body-background);
    font-size: 10px;
    font-size: 0.625rem;
  }
  
  .bios__body h2 a:hover {
    background: #db2c27;
  }
  
  .bios__body h3 {
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    /* text-transform: uppercase; */
    color: var(--purple-color);
    font: 18px "alternate-gothic-no-1-d", sans-serif;
    font: 1.125rem "alternate-gothic-no-1-d", sans-serif;
  }
  
  .bios__individual {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  
  .bios__individual::before, .bios__individual::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .bios__individual::after {
    clear: both;
  }
  
  @media screen and (min-width: 64em) {
    .bios__individual {
      margin-bottom: 3.75rem;
      justify-content: space-between;
      width: 25%;
      }
  }
  
  @media screen and (min-width: 982px) {
    .bios__individual {
      margin-left: 0px;
      margin-right: 0px;
      }
  }
  
  .bios__individual-image {
    width: 240px;
    justify-content: space-between;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    /* transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%);  /* Ch 23+, Saf 6.0+, BB 10.0+ */
    /* filter: grayscale(100%);  FF 35+ */
  }
  
  /* .bios__individual-image:hover {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);  /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%);  /* FF 35+ */
  } */
  
  .bios__individual-image:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .bios__individual-image {
      /* width: 33.33333%; */
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .bios__individual-image:last-child:not(:first-child) {
      float: right;
    }
  }
  
  @media screen and (min-width: 64em) {
    .bios__individual-image {
      /* width: 100%; */
      /* width: 28%; */
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .bios__individual-image:last-child:not(:first-child) {
      float: right;
    }
  }
  
  @media screen and (min-width: 75em) {
    .bios__individual-image {
      /* width: 21%; */
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      margin-left: 13%;
    }
    .bios__individual-image:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .bios__individual-text {
    justify-content: space-between;
    width: 85%;
    /* margin-left: 80px; */
    /* width: 100%; */
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .bios__individual-text:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .bios__individual-text {
      /* width: 66.66667%; */
      width: 100%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .bios__individual-text:last-child:not(:first-child) {
      float: right;
    }
  }
  
  @media screen and (min-width: 64em) {
    .bios__individual-text {
      /* width: 72%; */
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .bios__individual-text:last-child:not(:first-child) {
      float: right;
    }
  }
  
  @media screen and (min-width: 75em) {
    .bios__individual-text {
      /* width: 53%; */
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .bios__individual-text:last-child:not(:first-child) {
      float: right;
    }
    .bios__individual-text:last-child:last-child {
      float: left;
    }
  }
  
  .bios__individual-intro {
    font-size: .8rem;
  }
  
  .bios__additional {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .bios__additional::before, .bios__additional::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .bios__additional::after {
    clear: both;
  }
  
  @media screen and (min-width: 75em) {
    .bios__additional-inner {
      padding: 0 13%;
    }
  }
  
  @media screen and (min-width: 982px) {
    .bios__additional-padding {
        width:100%;
        display: flex;
        justify-content: space-between;
        padding: 0 1.375rem;
    }
  }
  
  .bios__additional-person {
    width: 50%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  
  .bios__additional-person:last-child:not(:first-child) {
    float: right;
  }
  
  .bios__additional-person:last-child:last-child {
    float: left;
  }
  
  @media screen and (min-width: 982px) {
    .bios__additional-person {
      width: 25%;
      float: left;
      padding-left: 0.46875rem;
      padding-right: 0.46875rem;
    }
    .bios__additional-person:last-child:not(:first-child) {
      float: right;
    }
    .bios__additional-person:last-child:last-child {
      float: left;
    }
  }
  
  .bios__additional-image {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  
  .bios__additional h2 {
    position: relative;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  
  .bios__additional h2 a {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .bios__additional h3 {
    line-height: 1;
  }
  
  .page-template-bios .header__nav li.about-link > a {
    color: var(--header-link);
  }
  
  .page-template-bios .header__nav li.about-link > a::after {
    width: 100%;
  }
  
  .about_us__vision {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  
  .about_us__vision figure {
    display: table;
    text-align: center;
    margin: 0px 10px 0px 10px;
  }
  
  .about_us__vision figcaption {
    display: table-caption;
    caption-side: top;
  }
  
  .careers__landing {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  
  .careers__landing::before, .careers__landing::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .careers__landing::after {
    clear: both;
  }
  
  @media screen and (min-width: 64em) {
    .careers__landing {
      padding: 4.375rem 0;
    }
  }
  
  .careers__half {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .careers__half:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .careers__half {
      width: 50%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .careers__half:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .careers__half h2 {
    text-transform: uppercase;
    font: 20px "museo-sans", sans-serif;
    font: 1.25rem "museo-sans", sans-serif;
    font-weight: 500;
  }
  
  .careers__half .button {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    margin-right: 15px;
    margin-right: 0.9375rem;
    background: url("images/button--contact.svg") no-repeat center;
    background-size: 10.75rem 2.125rem;
    width: 172px;
    width: 10.75rem;
    height: 34px;
    height: 2.125rem;
    color: #db2c27;
  }
  
  .careers__half .button:hover {
    background: -webkit-gradient(linear, right top, left top, from(#5e2651), to(#db2c27));
    background: -webkit-linear-gradient(right, #5e2651 0%, #db2c27 100%);
    background: linear-gradient(to left, #5e2651 0%, #db2c27 100%);
    color: var(--body-background);
  }
  
  .careers__half .button:focus {
    outline: none;
  }
  
  .careers__search h2 {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    color: #744967;
  }
  
  .careers__results h2 {
    color: var(--header-link);
  }
  
  .careers__header {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    text-transform: uppercase;
    color: var(--purple-color);
    font-weight: 700;
  }
  
  .careers__header:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 64em) {
    .careers__header {
      margin-bottom: 3.125rem;
    }
  }
  
  .careers__row {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-left: -30px;
    margin-left: -1.875rem;
    margin-right: -30px;
    margin-right: -1.875rem;
  }
  
  .careers__row::before, .careers__row::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .careers__row::after {
    clear: both;
  }
  
  .careers__row-wrapper {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    padding: 0.625rem 0;
    line-height: 1.2;
    color: var(--purple-color);
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
  }
  
  .careers__row-wrapper:nth-child(odd) {
    color: var(--header-link);
  }
  
  .careers__row-wrapper:nth-child(odd) a {
    color: var(--header-link);
  }
  
  .careers__row-header {
    display: none;
  }
  
  @media screen and (min-width: 982px) {
    .careers__row-header {
      max-width: 83.875rem;
      margin-left: auto;
      margin-right: auto;
      margin-left: -1.875rem;
      margin-right: -1.875rem;
      display: block;
      margin-top: 1.25rem;
      margin-bottom: 1.25rem;
      color: #8e6a82;
      font-size: 1.25rem;
      font-weight: 500;
    }
    .careers__row-header::before, .careers__row-header::after {
      content: ' ';
      display: table;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
    .careers__row-header::after {
      clear: both;
    }
  }
  
  .careers__row-header span {
    display: block;
    position: relative;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
  }
  
  .careers__row-header span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#5e2651), to(#db2c27));
    background-image: -webkit-linear-gradient(left, #5e2651 0%, #db2c27 100%);
    background-image: linear-gradient(to right, #5e2651 0%, #db2c27 100%);
    width: 100%;
    max-width: 110px;
    max-width: 6.875rem;
    height: 3px;
    height: 0.1875rem;
    content: '';
  }
  
  .careers__row-title {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .careers__row-title:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .careers__row-title {
      width: 33.33333%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .careers__row-title:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .careers__row-category {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .careers__row-category:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .careers__row-category {
      width: 33.33333%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .careers__row-category:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .careers__row-location {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .careers__row-location:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .careers__row-location {
      width: 33.33333%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .careers__row-location:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .contact__body {
    position: relative;
  }
  
  .contact__body-inner {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .contact__body-inner::before, .contact__body-inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .contact__body-inner::after {
    clear: both;
  }
  
  .contact__form {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  
  .contact__form:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .contact__form {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem;
    }
  }
  
  @media screen and (min-width: 64em) {
    .contact__form {
      width: 66.66667%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      margin-left: 16.66667%;
    }
    .contact__form:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .contact__form a {
    color: var(--header-link);
  }
  
  .contact__form a:hover {
    color: var(--purple-color);
  }
  
  .contact__form h2 {
    margin: 40px 0 30px;
    margin: 2.5rem 0 1.875rem;
    text-transform: uppercase;
    color: var(--purple-color);
    font-size: 24px;
    font-size: 1.5rem;
  }
  
  .contact__form li {
    margin: 0;
  }
  
  .contact__form .button {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    background: url("images/button--contact.svg") no-repeat center;
    background-size: 10.75rem 2.125rem;
    width: 172px;
    width: 10.75rem;
    height: 34px;
    height: 2.125rem;
    color: #db2c27;
  }
  
  .contact__form .button:hover {
    background: -webkit-gradient(linear, right top, left top, from(#5e2651), to(#db2c27));
    background: -webkit-linear-gradient(right, #5e2651 0%, #db2c27 100%);
    background: linear-gradient(to left, #5e2651 0%, #db2c27 100%);
    color: var(--body-background);
  }
  
  .contact__addresses {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-left: -30px;
    margin-left: -1.875rem;
    margin-right: -30px;
    margin-right: -1.875rem;
    padding: 60px 0 40px;
    padding: 3.75rem 0 2.5rem;
  }
  
  .contact__addresses::before, .contact__addresses::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .contact__addresses::after {
    clear: both;
  }
  
  .contact__address {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    text-transform: uppercase;
    color: var(--purple-color);
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
  }
  
  .contact__address:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .contact__address {
      width: 50%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .contact__address:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .contact__address p {
    line-height: 1.3;
  }
  
  .contact__address span {
    display: block;
    color: #bca8b5;
  }
  
  .error-page {
    padding: 200px 0;
    padding: 12.5rem 0;
    text-align: center;
  }
  
  .homepage__top {
    position: relative;
  }
  
  .homepage__top::before {
    display: none;
  }
  
  @media screen and (min-width: 982px) {
    .homepage__top::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: #e25f42 url("images/home-accent.svg") no-repeat right center;
      background-size: cover;
      width: 50%;
      height: 100%;
      content: '';
    }
  }
  
  @media screen and (min-width: 64em) {
    .homepage__top::before {
      width: 42%;
    }
  }
  
  .homepage__top-inner {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
  }
  
  .homepage__top-inner::before, .homepage__top-inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .homepage__top-inner::after {
    clear: both;
  }
  
  .homepage__top-intro {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    background: #e25f42 url("images/home-accent.svg") no-repeat center center;
    background-size: cover;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    color: var(--body-background);
    font-size: 18px;
    font-size: 1.125rem;
  }
  
  .homepage__top-intro:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .homepage__top-intro {
      width: 50%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      background: none;
    }
    .homepage__top-intro:last-child:not(:first-child) {
      float: right;
    }
  }
  
  @media screen and (min-width: 64em) {
    .homepage__top-intro {
      width: 40%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      padding-top: 6.25rem;
      padding-bottom: 6.25rem;
      font-size: 1.5rem;
    }
    .homepage__top-intro:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .homepage__top-intro h1 {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 300;
  }
  
  @media screen and (min-width: 982px) {
    .homepage__top-intro h1 {
      font-size: 2.25rem;
    }
  }
  
  @media screen and (min-width: 64em) {
    .homepage__top-intro h1 {
      font-size: 3.125rem;
    }
  }
  
  .homepage__top-intro h1,
  .homepage__top-intro p {
    width: 100%;
    max-width: 430px;
    max-width: 26.875rem;
  }
  
  .homepage__top-intro p {
    margin: 0;
  }
  
  .homepage__top-search {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    text-align: center;
    color: var(--body-background);
  }
  
  .homepage__top-search:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .homepage__top-search {
      width: 50%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      background: none !important;
    }
    .homepage__top-search:last-child:not(:first-child) {
      float: right;
    }
  }
  
  @media screen and (min-width: 64em) {
    .homepage__top-search {
      width: 60%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      padding-top: 6.25rem;
      padding-bottom: 6.25rem;
    }
    .homepage__top-search:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .homepage__top-search-inner {
    position: relative;
  }
  
  @media screen and (min-width: 982px) {
    .homepage__top-search-inner {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  
  .homepage__top-search-talent {
    background: url("images/icon-talent.svg") no-repeat 0 center;
    background-size: 4rem 2.9375rem;
    padding-left: 85px;
    padding-left: 5.3125rem;
  }
  
  .homepage__top-search-talent .button {
    -webkit-transition: none;
    transition: none;
    border-radius: 0 0 0 26px;
    background: url("images/button--talent.svg") no-repeat center 0;
    background-size: 11.5rem 3.375rem;
    width: 182px;
    width: 11.375rem;
    height: 54px;
    height: 3.375rem;
    line-height: 54px;
    line-height: 3.375rem;
    letter-spacing: 2px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  
  .homepage__top-search-talent .button:hover {
    background: -webkit-gradient(linear, right top, left top, from(#db2c27), to(#e88466));
    background: -webkit-linear-gradient(right, #db2c27 0%, #e88466 100%);
    background: linear-gradient(to left, #db2c27 0%, #e88466 100%);
    color: var(--body-background);
  }
  
  .homepage__top-search-job {
    background: url("images/icon-jobs.svg") no-repeat 0 center;
    background-size: 4rem 3.375rem;
    padding-left: 85px;
    padding-left: 5.3125rem;
  }
  
  .homepage__top-search-job .button {
    -webkit-transition: none;
    transition: none;
    border-radius: 0 0 0 26px;
    background: url("images/button--job.svg") no-repeat center 0;
    background-size: 11.5rem 3.375rem;
    width: 182px;
    width: 11.375rem;
    height: 54px;
    height: 3.375rem;
    line-height: 54px;
    line-height: 3.375rem;
    letter-spacing: 2px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  
  .homepage__top-search-job .button:hover {
    background: -webkit-gradient(linear, right top, left top, from(#582a4d), to(#bca8b5));
    background: -webkit-linear-gradient(right, #582a4d 0%, #bca8b5 100%);
    background: linear-gradient(to left, #582a4d 0%, #bca8b5 100%);
    color: var(--body-background);
  }
  
  .homepage__top-search h2 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    line-height: 1;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 300;
  }
  
  @media screen and (min-width: 64em) {
    .homepage__top-search h2 {
      margin-bottom: 2.5rem;
      font-size: 3.125rem;
    }
  }
  
  .homepage__top-search ul {
    margin: 0;
  }
  
  .homepage__top-search li {
    display: inline-block;
    margin: 0 30px;
    margin: 0 1.875rem;
    list-style-type: none;
  }
  
  .homepage__top-bg {
    display: none;
  }
  
  @media screen and (min-width: 982px) {
    .homepage__top-bg {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 50%;
      height: 100%;
    }
  }
  
  @media screen and (min-width: 64em) {
    .homepage__top-bg {
      width: 58%;
    }
  }
  
  .homepage__news {
    background: #ddd;
    padding: 30px 0;
    padding: 1.2rem 0;
  }
  
  @media screen and (min-width: 64em) {
    .homepage__news {
      padding: 1.2rem 0 1.25rem;
    }
  }
  
  .homepage__news-inner {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .homepage__news-inner::before, .homepage__news-inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .homepage__news-inner::after {
    clear: both;
  }
  
  .homepage__news-inner h2 {
    position: relative;
    margin-left: 30px;
    margin-left: 1.875rem;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--purple-color);
  }
  
  .homepage__news-inner h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#e25f42), to(#744967));
    background-image: -webkit-linear-gradient(right, #e25f42 0%, #744967 100%);
    background-image: linear-gradient(to left, #e25f42 0%, #744967 100%);
    width: 100%;
    max-width: 360px;
    max-width: 22.5rem;
    height: 2px;
    height: 0.125rem;
    content: '';
  }
  
  .homepage__news-grid {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .homepage__news-grid::before, .homepage__news-grid::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .homepage__news-grid::after {
    clear: both;
  }
  
  @media screen and (min-width: 982px) and (max-width: 63.9375em) {
    .homepage__news-grid .archive-page__row:nth-child(2) {
      display: none;
    }
  }
  
  .job-listing {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  
  .job-listing::before, .job-listing::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .job-listing::after {
    clear: both;
  }
  
  @media screen and (min-width: 64em) {
    .job-listing {
      padding: 4.375rem 0;
    }
  }
  
  .job-listing__main {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .job-listing__main:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .job-listing__main {
      width: 75%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      position: relative;
      left: 25%;
    }
    .job-listing__main:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .job-listing__meta {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .job-listing__meta:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .job-listing__meta {
      width: 25%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      position: relative;
      left: -75%;
    }
    .job-listing__meta:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .job-listing__meta .job-meta-container {
    background: var(--hero-background);
    padding: 20px;
    padding: 1.25rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  .job-listing__meta .question,
  .job-listing__meta .answer {
    display: inline-block;
  }
  
  .job-listing__meta .question {
    margin-right: 3px;
    margin-right: 0.1875rem;
    font-weight: 700;
  }
  
  .job-listing__meta .button {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    margin: 15px auto;
    margin: 0.9375rem auto;
    background: url("images/button--contact.svg") no-repeat center;
    background-size: 11.5rem 2.125rem;
    width: 172px;
    width: 10.75rem;
    height: 34px;
    height: 2.125rem;
    line-height: 38px;
    line-height: 2.375rem;
    color: #db2c27;
  }
  
  .job-listing__meta .button:hover {
    background: -webkit-gradient(linear, right top, left top, from(#5e2651), to(#db2c27));
    background: -webkit-linear-gradient(right, #5e2651 0%, #db2c27 100%);
    background: linear-gradient(to left, #5e2651 0%, #db2c27 100%);
    color: var(--body-background);
  }
  
  .job-listing__meta .share-container {
    text-align: center;
  }
  
  .single-bullhornjoblisting .header__nav li.careers-link > a,
  .page-template-job-search .header__nav li.careers-link > a {
    color: var(--header-link);
  }
  
  .single-bullhornjoblisting .header__nav li.careers-link > a::after,
  .page-template-job-search .header__nav li.careers-link > a::after {
    width: 100%;
  }
  
  .ul_style1 {
    margin-top: -15px;
    margin-left: 25px !important;
  }
  
  .landing__body {
    position: relative;
  }
  
  
  .landing__body-image {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    height: 25rem;
  }
  
  @media screen and (min-width: 982px) {
    .landing__body-image {
      position: absolute;
      top: 0;
      right: 0;
      width: 46%;
      height: 100%;
    }
  }
  
  @media screen and (min-width: 982px) {
    .landing__body-image--alt {
      width: 38%;
      height: 31.25rem;
    }
  }
  
  .landing__body-inner2 {
    width:100%;
    max-width: 1342px;
    max-width: 83.875rem;
    padding: 3.125rem;
    display:flex; 
    flex-wrap: wrap; 
  }
  
  .landing__body-inner {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .landing__body-inner::before, .landing__body-inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .landing__body-inner::after {
    clear: both;
  }
  
  .landing__body h2,
  .landing__body h3,
  .landing__body h4 {
    color: var(--purple-color);
  }
  
  .landing__body h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  
  .landing__body ul {
    margin-left: 0;
  }
  
  .landing__body ul li {
    position: relative;
    padding-left: 15px;
    padding-left: 0.9375rem;
    list-style-type: none;
  }
  
  .landing__body ul li::before {
    position: absolute;
    top: 9px;
    top: 0.5625rem;
    left: 0;
    width: 10px;
    width: 0.625rem;
    color: var(--purple-color);
    font: 8px / 1 "FontAwesome";
    font: 0.5rem / 1 "FontAwesome";
    content: '\f111';
  }
  
  .landing__body .callout {
    position: relative;
    margin: 25px 0;
    margin: 1.5625rem 0;
    background: var(--hero-background);
    padding: 5px 25px;
    padding: 0.3125rem 1.5625rem;
  }
  
  .landing__body .callout::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#5e2651), to(#db2c27));
    background-image: -webkit-linear-gradient(left, #5e2651 0%, #db2c27 100%);
    background-image: linear-gradient(to right, #5e2651 0%, #db2c27 100%);
    width: 100%;
    height: 3px;
    height: 0.1875rem;
    content: '';
  }
  
  .landing__body .button {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
    background: url("images/button--contact.svg") no-repeat center;
    background-size: 11.5rem 2.125rem;
    width: 172px;
    width: 10.75rem;
    height: 34px;
    height: 2.125rem;
    color: #db2c27;
  }
  
  .landing__body .button:hover {
    background: -webkit-gradient(linear, right top, left top, from(#5e2651), to(#db2c27));
    background: -webkit-linear-gradient(right, #5e2651 0%, #db2c27 100%);
    background: linear-gradient(to left, #5e2651 0%, #db2c27 100%);
    color: var(--body-background);
  }
  
  .landing__text {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .landing__text2 {
    width: 100%;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .landing__image {
    width:100%;
    padding-top:10px;
  }
  
  .landing__text:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .landing__text {
      width: 52%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      padding-top: 3.125rem;
      padding-bottom: 3.125rem;
    }
    
    .landing__text:last-child:not(:first-child) {
      float: right;
    }
  
    .landing__text2 {
      width: 52%;
    }
  
    .landing__image {
      width:48%;
    }
    
  }
  
  .landing__text--wide {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  
  @media screen and (min-width: 982px) {
    .landing__text--wide {
      width: 60%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      min-height: 31.25rem;
    }
    .landing__text--wide:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .landing__sidebar {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  
  .landing__sidebar:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .landing__sidebar {
      position: absolute;
      top: 33.125rem;
      left: 62%;
      padding: 0;
      width: 38%;
      max-width: 27.1875rem;
    }
  }
  
  .header-bar {
    background-color: var(--purple-color);
    color: var(--body-background);
    padding: 20px 20px 15px 25px;
  }
  
  @media screen and (max-width: 981px) {
  
    #mega-menu-wrap-main_menu {
      margin: 0px 0px 10px 30px;
      float: right !important;
    }
  
    .wp-block-column:not(:only-child) {
      flex-basis: 100% !important;
      flex-grow: 1;
    }
  
    .header-bar {
      margin-top: 25px;
    }
  
    .header-right {
      float: right;
      margin-top: 9px;
    }
  
    .wp-block-column:nth-child(2n) {
      margin-left: 0px;
    }
  
    .wp-block-column {
      flex-basis: 100% !important;
      flex-grow: 1;
      margin-left: 0px;
    }
  
    .wp-block-column:nth-child(2n) {
      margin-left: 0px;
    }
  
    .wp-block-columns {
      margin-bottom: 5px;;
    }
  
    .hero__title {
      width: 100%;
    }
  
    .hero h1 {
      text-align: center;
      margin-left:auto;
      margin-right: auto;
    }
  
    .hero__tagline {
      display: none;
    }
  
    .hero__text-area {
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  @media screen and (min-width: 982px) {
    .header-right {
      float: right;
    }
  
    .certifications__logos li {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .wp-block-column:not(:first-child) {
      margin-left: 25px;
    }
  
    /* .hero__tagline {
      text-align: left;;
      margin-left: 50%;
    } */
  
    .hero__text-area {
      width: fit-content;
      margin-left: auto;
      padding-right: 30px;
    }
  
  }
  
  .solutions__main {
    margin: 30px;
  }
  
  .solutions__main h1 {
    font-size: 2.6rem;
  }
  
  .solutions__main h4 {
    font-size: 1.3rem;
  }
  
  .solutions__main .wp-block-image {
    margin: 0px;
  }
  
  .solutions__main wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .solutions__value-para {
    margin-left: 1rem;
  }
  
  .solutions__image {
    padding-top:25px;
  }
  
  .solutions__performance-link {
    border: 2px solid var(--purple-color);
    width: max-content;
    padding: 0px 7px 0px 7px;
    color: unset;
    font-weight: bold;
    /* Temporarily hide the Past Performance link */
    visibility: hidden;
  }
  
  
  .solutions__text {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .solutions__text:last-child:not(:first-child) {
    float: right;
  }
  
  .government-link-flex {
    display: flex;
    flex-direction: row;
    padding-bottom: 5px;
    flex-wrap: wrap;
  }
  
  .government-link {
    flex-basis: auto;
    border: 2px solid var(--purple-color);
    border-radius: 10px;
    padding: 5px 9px 5px 9px;
    margin: 3px;
    color: unset;
    font-weight: bold;
    min-width: 200px;
    text-align: center;
  }
  
  .performance-link-hidden {
    display: none;
  }
  
  .performance-link {
    display: inline-block; /* IE, Edge compatibility */
    border: 2px solid var(--purple-color);
    border-radius: 10px;
    width: 85%;
    padding: 5px 9px 5px 9px;
    color: unset;
    font-weight: bold;
  }
  .performance-link leftside {
    text-align: left;
  }
  
  .performance-link rightside {
    text-align: right;
    im
  }
  
  @media screen and (min-width: 982px) {
    .solutions__text {
      width: 100%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      padding-top: 3.125rem;
      padding-bottom: 3.125rem;
    }
    .solutions__text:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .solutions__text--wide {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  
  @media screen and (min-width: 982px) {
    .solutions__text--wide {
      width: 60%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      min-height: 31.25rem;
    }
    .solutions__text--wide:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .solutions__graybox {
    padding: 20px;
    background-color: var(--hero-background);
  }
  
  .solutions__greenbox {
    padding: 20px;  
    background-color: var(--textarea-color2);
  }
  
  @media screen and (min-width: 782px) {
    .government-capabilities-box {
      background-image: url(images/gov-capabilities-bg.png);
      height: 139px;
      width: 100%;
      background-color: #acc0c5;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      background-repeat: no-repeat;
      line-height: .3rem;
      margin-bottom: .4rem;
    }
  }
  
  @media screen and (max-width: 781px) {
    .government-capabilities-box {
      background-image: none;
      width: 100%;
      background-color: #acc0c5;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      line-height: .3rem;
      padding: 10px 5px 10px 5px;
    }
  }
  
  .government-capabilities-image {
    margin-left: 10px;
    height: 70px;
    width: 70px;
  }
  
  .government-capabilities-box-left {
    flex-basis: 17% !important;
  }
  
  @media screen and (min-width: 782px) {
    .government-capabilities-box-right {
      margin-left: 0px !important;
      font-size: 16px;
      margin-top: 8px !important;
    }
  }
  
  @media screen and (max-width: 781px) {
    .government-capabilities-box-right {
      padding: 5px 10px 5px 10px !important;
      font-size: 12px;
    }
  }
  
  @media screen and (min-width: 782px) {
    .government-capabilities-box-right h4 {
      margin-left: -20px;
      font-size: 1.3rem;
    }
  }
  
  @media screen and (max-width: 781px) {
      government-capabilities-box-right h4 {
      font-size: 1rem;
    }
  }
  .government-right-column figure {
    width: 100%;
    text-align: center;
  }
  
  .government-right-column img {
    max-width: 50%;
    padding-bottom: 20px;
  }
  
  .government-right-column h4 {
    color: white;
  }
  
  /* .indented-list li {
    text-indent: -4em;
    margin-left: 4em;
    list-style: none;
  } */
  
  .indent1 {
    margin-left: 30px;
  }
  
  .government-purple-block {
    background-color: var(--purple-color);
    color: var(--body-background);
    padding: 20px 20px 20px 20px;
  }
  
  .government-purple-block h5 {
    color: var(--textarea-color);
    margin-bottom: 0px;
    line-height: 1.8rem;
  }
  
  government-purple-block h1, .government-purple-block h2, .government-purple-block h3, .government-purple-block h4 {
    color: white;
  }
  
  .government-purple-block ul li {
    margin-left: 1em;
    list-style-type: disc;
    line-height: 1.6rem;
    font-size: .9em;
  }
  
  
  .archive-page__intro {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 20px;
    padding: 1.875rem 0 1.125rem;
  }
  
  .archive-page__intro::before, .archive-page__intro::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .archive-page__intro::after {
    clear: both;
  }
  
  @media screen and (min-width: 64em) {
    .archive-page__intro {
      padding: 3.75rem 0 1.25rem;
    }
  }
  


  .archive-page__intro-inner {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    color: var(--header-link);
    font-size: 24px;
    font-size: 1.5rem;
  }
  
  .archive-page__intro-inner:last-child:not(:first-child) {
    float: right;
  }
  
  .archive-page__intro-inner p {
    margin: 0;
    width: 100%;
    /* max-width: 640px;
    max-width: 40rem; */
  }
  

  .archive-page__title {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .archive-page__title::before, .archive-page__title::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .archive-page__title::after {
    clear: both;
  }
  
  .archive-page__title-inner {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .archive-page__title-inner:last-child:not(:first-child) {
    float: right;
  }
  
  .archive-page__title h2 {
    position: relative;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--purple-color);
  }
  
  .archive-page__title h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#e25f42), to(#744967));
    background-image: -webkit-linear-gradient(right, #e25f42 0%, #744967 100%);
    background-image: linear-gradient(to left, #e25f42 0%, #744967 100%);
    width: 100%;
    max-width: 360px;
    max-width: 22.5rem;
    height: 2px;
    height: 0.125rem;
    content: '';
  }
  
  .archive-page__row {
    padding: 20px 0;
    padding: 1.25rem 0;
  }
  
  @media screen and (min-width: 64em) {
    .archive-page__row {
      padding: 2.5rem 0;
    }
  }
  
  .archive-page__row:nth-child(even) {
    background: var(--hero-background);
  }
  
  .archive-page__row-inner {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  .gfield_required::after
  {
    content: ' ';
  }
  .archive-page__row-inner::before, .archive-page__row-inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .archive-page__row-inner::after {
    clear: both;
  }
  
  @media screen and (min-width: 75em) {
    .archive-page__row-padding {
      padding: 0 3.75rem;
    }
    
  }
  
  .archive-page__preview {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .archive-page__preview:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .archive-page__preview {
      width: 50%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .archive-page__preview:last-child:not(:first-child) {
      float: right;
    }
  }
  
  @media screen and (min-width: 64em) {
    .archive-page__preview {
      width: 33.33333%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .archive-page__preview:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .archive-page__preview-meta {
    margin: 0;
    color: var(--header-link);
    font-size: 12px;
    font-size: 1.2rem;
  }
  
  .archive-page__preview-thumb {
    margin: 5px 0 15px;
    margin: 0.3125rem 0 0.9375rem;
  }
  
  .archive-page__preview-title {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  
  .archive-page__preview h3 {
    margin: 0;
    line-height: 1.1;
    letter-spacing: 1px;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
  }
  
  .archive-page__preview-excerpt {
    margin: 0 0 8px;
    margin: 0 0 0.5rem;
  }
  
  .archive-page__preview-excerpt p {
    margin: 0;
  }
  
  .archive-page__preview .read-more {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
    padding-bottom: 0.1875rem;
    text-transform: uppercase;
    color: var(--header-link);
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
  }
  
  .archive-page__preview .read-more:hover {
    color: var(--purple-color);
  }
  
  .archive-page__preview .read-more::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#e25f42), to(#744967));
    background-image: -webkit-linear-gradient(right, #e25f42 0%, #744967 100%);
    background-image: linear-gradient(to left, #e25f42 0%, #744967 100%);
    width: 100%;
    height: 3px;
    height: 0.1875rem;
    content: '';
  }
  
  .wp-pagenavi {
    clear: both;
    margin: 30px 0;
    margin: 1.875rem 0;
    text-align: center;
  }
  
  .wp-pagenavi a,
  .wp-pagenavi span {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 2px;
    padding: 3px 5px 5px;
    color: var(--purple-color);
    font-weight: 500;
  }
  
  .wp-pagenavi a:hover {
    color: var(--header-link);
  }
  
  .wp-pagenavi span {
    position: relative;
    color: var(--header-link);
  }
  
  .wp-pagenavi span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#e25f42), to(#744967));
    background-image: -webkit-linear-gradient(right, #e25f42 0%, #744967 100%);
    background-image: linear-gradient(to left, #e25f42 0%, #744967 100%);
    width: 100%;
    height: 3px;
    height: 0.1875rem;
    content: '';
  }
  
  .recognition__intro {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    padding: 1.875rem 0;
  }
  
  .recognition__intro::before, .recognition__intro::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .recognition-grid {
    /* border-bottom: 1px solid; */
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  
  .recognition-grid figure {
    /* border-right: 1px solid; */
    height: 100%;
    padding: 10px 10px 10px 10px;
    text-align: center;
  }
  
  .recognition-grid figure img {
    margin: auto;
    margin: auto;
    max-width: 200px;
  }
  
  .recognition__intro::after {
    clear: both;
  }
  
  @media screen and (min-width: 64em) {
    .recognition__intro {
      padding: 4.375rem 0 3.75rem;
    }
  }
  
  .recognition__intro-inner {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  
  .recognition__intro-inner:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 64em) {
    .recognition__intro-inner {
      width: 85%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .recognition__intro-inner:last-child:not(:first-child) {
      float: right;
    }
  }
  
  .recognition__list {
    max-width: 1342px;
    max-width: 83.875rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  
  .recognition__list::before, .recognition__list::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .recognition__list::after {
    clear: both;
  }
  
  @media screen and (min-width: 64em) {
    .recognition__list {
      padding-bottom: 6.25rem;
    }
  }
  
  .recognition__item {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    color: #8a8888;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
  }
  
  .recognition__item:last-child:not(:first-child) {
    float: right;
  }
  
  @media screen and (min-width: 982px) {
    .recognition__item {
      width: 50%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .recognition__item:last-child:not(:first-child) {
      float: right;
    }
    .recognition__item:last-child:last-child {
      float: left;
    }
  }
  
  @media screen and (min-width: 75em) {
    .recognition__item {
      width: 41.66667%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
    }
    .recognition__item:last-child:not(:first-child) {
      float: right;
    }
    .recognition__item:last-child:last-child {
      float: left;
    }
    /* .recognition__item:nth-child(odd) {
      margin-left: 8.33333%;
    } */
  }
  
  .recognition__item h2,
  .recognition__item h3 {
    line-height: 1;
    color: var(--purple-color);
  }
  
  .recognition__item h2 {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
  
  .recognition__item h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
  }
  
  .page-template-recognition .header__nav li.about-link > a {
    color: var(--header-link);
  }
  
  .page-template-recognition .header__nav li.about-link > a::after {
    width: 100%;
  }
  
  .mm-menu, .mm-panels, .mm-panels > .mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    font-size: 1.125rem;
  }
  
  .mm-btn, .mm-menu {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
    text-decoration: none;
  }
  
  .mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
    content: '';
    bottom: 0;
  }
  
  .mm-hidden {
    display: none !important;
  }
  
  .mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
    display: block;
  }
  
  .mm-wrapper {
    overflow-x: hidden;
    position: relative;
  }
  
  .mm-menu {
    padding: 0;
    position: absolute;
    bottom: 0;
  }
  
  .mm-panels, .mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute;
    bottom: 0;
  }
  
  .mm-btn, .mm-panel.mm-highest {
    z-index: 1;
  }
  
  .mm-panels {
    overflow: hidden;
  }
  
  .mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  
  .mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  
  .mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
  }
  
  .mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px;
  }
  
  .mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
    content: '';
    display: block;
    height: 20px;
  }
  
  .mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  
  .mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
  }
  
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent;
  }
  
  .mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
    display: block;
  }
  
  .mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
    height: 40px;
    bottom: auto;
  }
  
  .mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
    top: 16px;
    bottom: auto;
  }
  
  .mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px;
  }
  
  .mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
  }
  
  .mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .mm-clear:before, .mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
  }
  
  .mm-clear:after, .mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px;
  }
  
  .mm-next:after, .mm-prev:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
  }
  
  .mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
  }
  
  .mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
  }
  
  .mm-navbar {
    background: var(--purple-color);
    color: var(--body-background);
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .mm-navbar > * {
    display: block;
    padding: 10px 0;
  }
  
  .mm-navbar .mm-btn:first-child {
    left: 0;
  }
  
  .mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0;
  }
  
  .mm-panel .mm-navbar {
    display: none;
  }
  
  .mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
  }
  
  .mm-listview, .mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
  }
  
  .mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px;
  }
  
  .mm-listview > li {
    position: relative;
  }
  
  .mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
    border-color: inherit;
  }
  
  .mm-listview > li > a, .mm-listview > li > span {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
  }
  
  .mm-listview > li:not(.mm-divider):after {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    left: 20px;
  }
  
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: none;
  }
  
  .mm-listview .mm-next:before {
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .mm-listview .mm-next + a, .mm-listview .mm-next + span {
    margin-right: 50px;
  }
  
  .mm-listview .mm-next.mm-fullsubopen {
    width: 100%;
  }
  
  .mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none;
  }
  
  .mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 50px;
    margin-right: 0;
  }
  
  .mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px;
  }
  
  .mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -20px;
  }
  
  .mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0;
  }
  
  .mm-listview .mm-inset > li {
    padding: 5px 0;
  }
  
  .mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
  }
  
  .mm-listview .mm-spacer {
    padding-top: 40px;
  }
  
  .mm-listview .mm-spacer > .mm-next {
    top: 40px;
  }
  
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px;
  }
  
  .mm-menu {
    background: var(--hero-background);
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
  }
  
  .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: var(--body-background);
  }
  
  .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: var(--header-link);
  }
  
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1);
  }
  
  .mm-menu .mm-listview > li .mm-next:after {
    border-color: var(--header-link);
  }
  
  .mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
    tap-highlight-color: rgba(255, 255, 255, 0.5);
  }
  
  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.5);
  }
  
  .mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(0, 0, 0, 0.05);
  }
  
  .mm-page {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  
  .mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1;
  }
  
  html.mm-opened {
    overflow-x: hidden;
    position: relative;
  }
  
  html.mm-blocking, html.mm-blocking body {
    overflow: hidden;
  }
  
  html.mm-background .mm-page {
    background: inherit;
  }
  
  #mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  
  html.mm-blocking #mm-blocker {
    display: block;
  }
  
  .mm-menu.mm-offcanvas {
    z-index: 0;
    display: none !important;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
  }
  
  .mm-menu.mm-offcanvas.mm-current {
    display: block;
  }
  
  .mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
    z-index: 10;
  }
  
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
  
  @media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
      -webkit-transform: translate(140px, 0);
      -ms-transform: translate(140px, 0);
      transform: translate(140px, 0);
      -webkit-transform: translate3d(140px, 0, 0);
      transform: translate3d(140px, 0, 0);
    }
  }
  
  @media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
      -webkit-transform: translate(440px, 0);
      -ms-transform: translate(440px, 0);
      transform: translate(440px, 0);
      -webkit-transform: translate3d(440px, 0, 0);
      transform: translate3d(440px, 0, 0);
    }
  }
  
  .mm-menu.mm-offcanvas.mm-right {
    left: auto;
  }
  
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
  
  @media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-slideout {
      -webkit-transform: translate(-140px, 0);
      -ms-transform: translate(-140px, 0);
      transform: translate(-140px, 0);
      -webkit-transform: translate3d(-140px, 0, 0);
      transform: translate3d(-140px, 0, 0);
    }
  }
  
  @media all and (min-width: 550px) {
    html.mm-right.mm-opening .mm-slideout {
      -webkit-transform: translate(-440px, 0);
      -ms-transform: translate(-440px, 0);
      transform: translate(-440px, 0);
      -webkit-transform: translate3d(-440px, 0, 0);
      transform: translate3d(-440px, 0, 0);
    }
  }
  
  html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0;
  }
  
  html.mm-front #mm-blocker {
    z-index: 1;
  }
  
  html.mm-front .mm-menu.mm-offcanvas {
    z-index: 2;
  }
  
  .mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  
  .mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  
  .mm-menu.mm-offcanvas.mm-top {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  
  .mm-menu.mm-offcanvas.mm-bottom {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: auto;
  }
  
  .mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px;
  }
  
  html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  #mmenu:not(.mm-menu) {
    display: none;
  }
  
  /* ==========================================================================
     Chrome Frame prompt
     ========================================================================== */
  .chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
  }
  
  /* ==========================================================================
     Helper classes
     ========================================================================== */
  /*
   * Image replacement
   */
  .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
  }
  
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }
  
  /*
   * Hide from both screenreaders and browsers: h5bp.com/u
   */
  .hidden {
    display: none !important;
    visibility: hidden;
  }
  
  /*
   * Hide only visually, but have it available for screenreaders: h5bp.com/v
   */
  .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  /*
   * Extends the .visuallyhidden class to allow the element to be focusable
   * when navigated to via the keyboard: h5bp.com/p
   */
  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  
  /*
   * Hide visually and from screenreaders, but maintain layout
   */
  .invisible {
    visibility: hidden;
  }
  
  /*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  .clearfix:before,
  .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  .clearfix {
    *zoom: 1;
  }
  
  /* 2020creative */
  
  .chev-down i {
    color:grey;
    font-size: 1.5rem;
    display: none;
  }
  
  
  @media screen and (max-width: 63em) {
    .header-search {
      padding-right:10px;
      float: left;
      width: 10rem;
    }
  }
  
  @media screen and (min-width: 64em) {
    .header-search {
      padding-left:10px;
      padding-right:10px;
      float: left;
    }
  }
  
  .wp-block-media-text {
    -ms-grid-columns: none;
    grid-template-columns: 30% auto;
  }
  
  
  .wp-block-column {
    /* flex-basis: calc(50% + 32px)!important; */
    flex-grow: 1;
    margin-left: 0px;
  }
  
  
  
  /* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */
  
  /*------------------------------------*\
      NAV
  \*------------------------------------*/
  .nav {
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
    float: left; /* Clear floats */
    width: 100%;
    /* Bring the nav above everything else--uncomment if needed.
    position: relative;
    z-index: 5;
    */
  }
  .nav li {
    float: left;
    margin-right: 10px;
    position: relative;
  }
  .nav a {
    display: block;
    padding: 5px;
    color: #fff;
    background-color: #333;
    text-decoration: none;
  }
  .nav a:hover {
    color: #fff;
    background-color: #6b0c36;
    text-decoration: underline;
  }
  
  /*--- DROPDOWN ---*/
  .nav ul {
    background-color: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style: none;
    position: absolute;
    left: -9999px; /* Hide off-screen when not needed (this is more accessible than display: none;) */
  }
  .nav ul li {
    padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
  }
  .nav ul a {
    white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
  }
  .nav li:hover ul { /* Display the dropdown on hover */
    left: 0; /* Bring back on-screen when needed */
  }
  .nav li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background-color: #6b0c36;
    text-decoration: underline;
  }
  .nav li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
  }
  .nav li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background-color: #333;
  }
  
  #foogallery-gallery-4239 .fg-caption {
    background: #ffffff;
    color: black;
    height: 70px;
  }
  #foogallery-gallery-4239 .fg-caption-title {
    overflow: visible;
    font-weight: bold;
    height: 65px;
  }
  #foogallery-gallery-4239 figure.fg-item-inner{
    padding-bottom: 70px;
  }
  
  #foogallery-gallery-4239 .fg-caption-title {
    overflow: visible;
    height: 65px;
    white-space: normal;
    text-align: center;
  }
  #foogallery-gallery-4239 .fg-caption-desc{
    text-align: center;
  }
  
  .industry-icon-group {
    width: 100%;
  }
  
  #foogallery-gallery-4481 {
    max-width:700px; /* force max 3 icons in a row */
    margin: auto;
    padding-top: 40px;
  }
  
  .page-title-block h1, h2, h3, h4, h5, h6 {
    line-height: 1;
  }
  
  .page-title-block2 h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  
  .justfied-content-10pct {
    margin-left: 10%;
    margin-right: 10%;
  }
  
  .fg-caption {
    padding-top: 10px;
  }
  
  #foogallery-gallery-4349 .fg-caption {
    padding-top: 0px;
  }
  
  #wt-cli-privacy-save-btn {
    display: none;
  }
  
  .mega-sub-menu {
    border: 1px solid var(--body-background) !important;
  }
  
  .mega-sub-menu {
    border: 1px solid var(--body-background) !important;
  }
  .mega-menu-wrap {
    display: inline-block;
  }
  
  .mega-menu-link {
    font-family: 'museo-sans', sans-serif !important;
    font-weight: 600 i !important;
    letter-spacing: 2px;
  }
  
  #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: var(--purple-color) !important;
    color: white !important;
    line-height: 1.2rem !important;
    padding: 5px 10px 5px 10px !important;
  }
  
  #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    border: 1px solid white !important;
  }
  
  #mega-menu-wrap-main_menu {
    margin: 8px 10px 10px 30px;
    flex-basis: auto;
    float: left;
    clear: none;
    background-color: var(--transparent-color);
  }
  
  
  #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: var(--transparent-color) !important;
  }
  
  #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background: var(--transparent-color) !important;
  }
  
  @media only screen and (max-width: 768px) {
    /* Fix for overlapping text in Bullhorn Jobs Listing */
    novo-list-item item-header item-title {
      min-height: 35px !important;
    }
  }
  
  