@charset "UTF-8";
/* -------------------------------------------------------------- */
/*    Variables
/* -------------------------------------------------------------- */
/* Colors
/* remember to turn off any unused swatches in atoms>global>colors.mustache
/* _______________________________________________________________ */


.bg-dark {
  background-color: #000;
  color: #fff; }

.bg-white {
  background-color: #fff; }

.bg-transparent {
  background-color: transparent;
  color: #fff; }

.bg-light {
  background-color: #fafafa; }

.bg-brand {
  background-color: #004c97;
  color: #fff; }

.bg-gray {
  background-color: #c2c2c2;
  color: #000; }

.bg-complement {
  background-color: #009cde;
  color: #fff; }

.bg-alpha.bg-dark {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff; }

.bg-alpha.bg-white {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-alpha.bg-light {
  background-color: rgba(250, 250, 250, 0.8); }

.bg-alpha.bg-brand {
  background-color: rgba(0, 76, 151, 0.8);
  color: #fff; }

.bg-alpha.bg-gray {
  background-color: rgba(194, 194, 194, 0.8);
  color: #000; }

.bg-alpha.bg-complement {
  background-color: rgba(0, 156, 222, 0.8);
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.25;
  color: #2d2d2d;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

select {
  width: 100%;
  border-radius: 0.25em; }

#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.25em;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
    .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: 2.5rem;
  padding-right: 2.5rem; }
  .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: 4.16667%; }

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

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

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

.small-2 {
  width: 8.33333%; }

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

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

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

.small-3 {
  width: 12.5%; }

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

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

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

.small-4 {
  width: 16.66667%; }

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

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

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

.small-5 {
  width: 20.83333%; }

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

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

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

.small-6 {
  width: 25%; }

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

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

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

.small-7 {
  width: 29.16667%; }

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

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

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

.small-8 {
  width: 33.33333%; }

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

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

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

.small-9 {
  width: 37.5%; }

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

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

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

.small-10 {
  width: 41.66667%; }

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

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

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

.small-11 {
  width: 45.83333%; }

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

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

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

.small-12 {
  width: 50%; }

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

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

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

.small-13 {
  width: 54.16667%; }

.small-push-13 {
  position: relative;
  left: 54.16667%; }

.small-pull-13 {
  position: relative;
  left: -54.16667%; }

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

.small-14 {
  width: 58.33333%; }

.small-push-14 {
  position: relative;
  left: 58.33333%; }

.small-pull-14 {
  position: relative;
  left: -58.33333%; }

.small-offset-13 {
  margin-left: 54.16667%; }

.small-15 {
  width: 62.5%; }

.small-push-15 {
  position: relative;
  left: 62.5%; }

.small-pull-15 {
  position: relative;
  left: -62.5%; }

.small-offset-14 {
  margin-left: 58.33333%; }

.small-16 {
  width: 66.66667%; }

.small-push-16 {
  position: relative;
  left: 66.66667%; }

.small-pull-16 {
  position: relative;
  left: -66.66667%; }

.small-offset-15 {
  margin-left: 62.5%; }

.small-17 {
  width: 70.83333%; }

.small-push-17 {
  position: relative;
  left: 70.83333%; }

.small-pull-17 {
  position: relative;
  left: -70.83333%; }

.small-offset-16 {
  margin-left: 66.66667%; }

.small-18 {
  width: 75%; }

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

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

.small-offset-17 {
  margin-left: 70.83333%; }

.small-19 {
  width: 79.16667%; }

.small-push-19 {
  position: relative;
  left: 79.16667%; }

.small-pull-19 {
  position: relative;
  left: -79.16667%; }

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

.small-20 {
  width: 83.33333%; }

.small-push-20 {
  position: relative;
  left: 83.33333%; }

.small-pull-20 {
  position: relative;
  left: -83.33333%; }

.small-offset-19 {
  margin-left: 79.16667%; }

.small-21 {
  width: 87.5%; }

.small-push-21 {
  position: relative;
  left: 87.5%; }

.small-pull-21 {
  position: relative;
  left: -87.5%; }

.small-offset-20 {
  margin-left: 83.33333%; }

.small-22 {
  width: 91.66667%; }

.small-push-22 {
  position: relative;
  left: 91.66667%; }

.small-pull-22 {
  position: relative;
  left: -91.66667%; }

.small-offset-21 {
  margin-left: 87.5%; }

.small-23 {
  width: 95.83333%; }

.small-push-23 {
  position: relative;
  left: 95.83333%; }

.small-pull-23 {
  position: relative;
  left: -95.83333%; }

.small-offset-22 {
  margin-left: 91.66667%; }

.small-24 {
  width: 100%; }

.small-offset-23 {
  margin-left: 95.83333%; }

.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,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

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

.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: 40em) {
  .medium-1 {
    width: 4.16667%; }
  .medium-push-1 {
    position: relative;
    left: 4.16667%; }
  .medium-pull-1 {
    position: relative;
    left: -4.16667%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 8.33333%; }
  .medium-push-2 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-2 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-1 {
    margin-left: 4.16667%; }
  .medium-3 {
    width: 12.5%; }
  .medium-push-3 {
    position: relative;
    left: 12.5%; }
  .medium-pull-3 {
    position: relative;
    left: -12.5%; }
  .medium-offset-2 {
    margin-left: 8.33333%; }
  .medium-4 {
    width: 16.66667%; }
  .medium-push-4 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-4 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-3 {
    margin-left: 12.5%; }
  .medium-5 {
    width: 20.83333%; }
  .medium-push-5 {
    position: relative;
    left: 20.83333%; }
  .medium-pull-5 {
    position: relative;
    left: -20.83333%; }
  .medium-offset-4 {
    margin-left: 16.66667%; }
  .medium-6 {
    width: 25%; }
  .medium-push-6 {
    position: relative;
    left: 25%; }
  .medium-pull-6 {
    position: relative;
    left: -25%; }
  .medium-offset-5 {
    margin-left: 20.83333%; }
  .medium-7 {
    width: 29.16667%; }
  .medium-push-7 {
    position: relative;
    left: 29.16667%; }
  .medium-pull-7 {
    position: relative;
    left: -29.16667%; }
  .medium-offset-6 {
    margin-left: 25%; }
  .medium-8 {
    width: 33.33333%; }
  .medium-push-8 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-8 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-7 {
    margin-left: 29.16667%; }
  .medium-9 {
    width: 37.5%; }
  .medium-push-9 {
    position: relative;
    left: 37.5%; }
  .medium-pull-9 {
    position: relative;
    left: -37.5%; }
  .medium-offset-8 {
    margin-left: 33.33333%; }
  .medium-10 {
    width: 41.66667%; }
  .medium-push-10 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-10 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-9 {
    margin-left: 37.5%; }
  .medium-11 {
    width: 45.83333%; }
  .medium-push-11 {
    position: relative;
    left: 45.83333%; }
  .medium-pull-11 {
    position: relative;
    left: -45.83333%; }
  .medium-offset-10 {
    margin-left: 41.66667%; }
  .medium-12 {
    width: 50%; }
  .medium-push-12 {
    position: relative;
    left: 50%; }
  .medium-pull-12 {
    position: relative;
    left: -50%; }
  .medium-offset-11 {
    margin-left: 45.83333%; }
  .medium-13 {
    width: 54.16667%; }
  .medium-push-13 {
    position: relative;
    left: 54.16667%; }
  .medium-pull-13 {
    position: relative;
    left: -54.16667%; }
  .medium-offset-12 {
    margin-left: 50%; }
  .medium-14 {
    width: 58.33333%; }
  .medium-push-14 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-14 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-13 {
    margin-left: 54.16667%; }
  .medium-15 {
    width: 62.5%; }
  .medium-push-15 {
    position: relative;
    left: 62.5%; }
  .medium-pull-15 {
    position: relative;
    left: -62.5%; }
  .medium-offset-14 {
    margin-left: 58.33333%; }
  .medium-16 {
    width: 66.66667%; }
  .medium-push-16 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-16 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-15 {
    margin-left: 62.5%; }
  .medium-17 {
    width: 70.83333%; }
  .medium-push-17 {
    position: relative;
    left: 70.83333%; }
  .medium-pull-17 {
    position: relative;
    left: -70.83333%; }
  .medium-offset-16 {
    margin-left: 66.66667%; }
  .medium-18 {
    width: 75%; }
  .medium-push-18 {
    position: relative;
    left: 75%; }
  .medium-pull-18 {
    position: relative;
    left: -75%; }
  .medium-offset-17 {
    margin-left: 70.83333%; }
  .medium-19 {
    width: 79.16667%; }
  .medium-push-19 {
    position: relative;
    left: 79.16667%; }
  .medium-pull-19 {
    position: relative;
    left: -79.16667%; }
  .medium-offset-18 {
    margin-left: 75%; }
  .medium-20 {
    width: 83.33333%; }
  .medium-push-20 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-20 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-19 {
    margin-left: 79.16667%; }
  .medium-21 {
    width: 87.5%; }
  .medium-push-21 {
    position: relative;
    left: 87.5%; }
  .medium-pull-21 {
    position: relative;
    left: -87.5%; }
  .medium-offset-20 {
    margin-left: 83.33333%; }
  .medium-22 {
    width: 91.66667%; }
  .medium-push-22 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-22 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-21 {
    margin-left: 87.5%; }
  .medium-23 {
    width: 95.83333%; }
  .medium-push-23 {
    position: relative;
    left: 95.83333%; }
  .medium-pull-23 {
    position: relative;
    left: -95.83333%; }
  .medium-offset-22 {
    margin-left: 91.66667%; }
  .medium-24 {
    width: 100%; }
  .medium-offset-23 {
    margin-left: 95.83333%; }
  .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,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .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: 4.16667%; }
  .large-push-1 {
    position: relative;
    left: 4.16667%; }
  .large-pull-1 {
    position: relative;
    left: -4.16667%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 8.33333%; }
  .large-push-2 {
    position: relative;
    left: 8.33333%; }
  .large-pull-2 {
    position: relative;
    left: -8.33333%; }
  .large-offset-1 {
    margin-left: 4.16667%; }
  .large-3 {
    width: 12.5%; }
  .large-push-3 {
    position: relative;
    left: 12.5%; }
  .large-pull-3 {
    position: relative;
    left: -12.5%; }
  .large-offset-2 {
    margin-left: 8.33333%; }
  .large-4 {
    width: 16.66667%; }
  .large-push-4 {
    position: relative;
    left: 16.66667%; }
  .large-pull-4 {
    position: relative;
    left: -16.66667%; }
  .large-offset-3 {
    margin-left: 12.5%; }
  .large-5 {
    width: 20.83333%; }
  .large-push-5 {
    position: relative;
    left: 20.83333%; }
  .large-pull-5 {
    position: relative;
    left: -20.83333%; }
  .large-offset-4 {
    margin-left: 16.66667%; }
  .large-6 {
    width: 25%; }
  .large-push-6 {
    position: relative;
    left: 25%; }
  .large-pull-6 {
    position: relative;
    left: -25%; }
  .large-offset-5 {
    margin-left: 20.83333%; }
  .large-7 {
    width: 29.16667%; }
  .large-push-7 {
    position: relative;
    left: 29.16667%; }
  .large-pull-7 {
    position: relative;
    left: -29.16667%; }
  .large-offset-6 {
    margin-left: 25%; }
  .large-8 {
    width: 33.33333%; }
  .large-push-8 {
    position: relative;
    left: 33.33333%; }
  .large-pull-8 {
    position: relative;
    left: -33.33333%; }
  .large-offset-7 {
    margin-left: 29.16667%; }
  .large-9 {
    width: 37.5%; }
  .large-push-9 {
    position: relative;
    left: 37.5%; }
  .large-pull-9 {
    position: relative;
    left: -37.5%; }
  .large-offset-8 {
    margin-left: 33.33333%; }
  .large-10 {
    width: 41.66667%; }
  .large-push-10 {
    position: relative;
    left: 41.66667%; }
  .large-pull-10 {
    position: relative;
    left: -41.66667%; }
  .large-offset-9 {
    margin-left: 37.5%; }
  .large-11 {
    width: 45.83333%; }
  .large-push-11 {
    position: relative;
    left: 45.83333%; }
  .large-pull-11 {
    position: relative;
    left: -45.83333%; }
  .large-offset-10 {
    margin-left: 41.66667%; }
  .large-12 {
    width: 50%; }
  .large-push-12 {
    position: relative;
    left: 50%; }
  .large-pull-12 {
    position: relative;
    left: -50%; }
  .large-offset-11 {
    margin-left: 45.83333%; }
  .large-13 {
    width: 54.16667%; }
  .large-push-13 {
    position: relative;
    left: 54.16667%; }
  .large-pull-13 {
    position: relative;
    left: -54.16667%; }
  .large-offset-12 {
    margin-left: 50%; }
  .large-14 {
    width: 58.33333%; }
  .large-push-14 {
    position: relative;
    left: 58.33333%; }
  .large-pull-14 {
    position: relative;
    left: -58.33333%; }
  .large-offset-13 {
    margin-left: 54.16667%; }
  .large-15 {
    width: 62.5%; }
  .large-push-15 {
    position: relative;
    left: 62.5%; }
  .large-pull-15 {
    position: relative;
    left: -62.5%; }
  .large-offset-14 {
    margin-left: 58.33333%; }
  .large-16 {
    width: 66.66667%; }
  .large-push-16 {
    position: relative;
    left: 66.66667%; }
  .large-pull-16 {
    position: relative;
    left: -66.66667%; }
  .large-offset-15 {
    margin-left: 62.5%; }
  .large-17 {
    width: 70.83333%; }
  .large-push-17 {
    position: relative;
    left: 70.83333%; }
  .large-pull-17 {
    position: relative;
    left: -70.83333%; }
  .large-offset-16 {
    margin-left: 66.66667%; }
  .large-18 {
    width: 75%; }
  .large-push-18 {
    position: relative;
    left: 75%; }
  .large-pull-18 {
    position: relative;
    left: -75%; }
  .large-offset-17 {
    margin-left: 70.83333%; }
  .large-19 {
    width: 79.16667%; }
  .large-push-19 {
    position: relative;
    left: 79.16667%; }
  .large-pull-19 {
    position: relative;
    left: -79.16667%; }
  .large-offset-18 {
    margin-left: 75%; }
  .large-20 {
    width: 83.33333%; }
  .large-push-20 {
    position: relative;
    left: 83.33333%; }
  .large-pull-20 {
    position: relative;
    left: -83.33333%; }
  .large-offset-19 {
    margin-left: 79.16667%; }
  .large-21 {
    width: 87.5%; }
  .large-push-21 {
    position: relative;
    left: 87.5%; }
  .large-pull-21 {
    position: relative;
    left: -87.5%; }
  .large-offset-20 {
    margin-left: 83.33333%; }
  .large-22 {
    width: 91.66667%; }
  .large-push-22 {
    position: relative;
    left: 91.66667%; }
  .large-pull-22 {
    position: relative;
    left: -91.66667%; }
  .large-offset-21 {
    margin-left: 87.5%; }
  .large-23 {
    width: 95.83333%; }
  .large-push-23 {
    position: relative;
    left: 95.83333%; }
  .large-pull-23 {
    position: relative;
    left: -95.83333%; }
  .large-offset-22 {
    margin-left: 91.66667%; }
  .large-24 {
    width: 100%; }
  .large-offset-23 {
    margin-left: 95.83333%; }
  .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,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .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.25;
  margin-bottom: 1.25em;
  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: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.25rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

@media screen and (min-width: 64em) {
  h1 {
    font-size: 3.875rem; }
  h2 {
    font-size: 2.25rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #009cde;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #004c97; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: solid 2px #c2c2c2;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.25em;
  margin-bottom: 0.75em;
  list-style-position: outside; }

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: solid 2px #c2c2c2; }
  blockquote, blockquote p {
    line-height: 1.25;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 1rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #2d2d2d;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: solid 1px #c2c2c2;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 0.25em; }

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

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0.25em;
  padding: 1em 1.5em;
  margin: 0 1rem 1rem 0;
  font-size: inherit;
  background-color: #004c97;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #004180;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #004c97;
      color: #fff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1.5em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-pane {
  background-color: #fefefe;
  border: solid 1px #c2c2c2;
  border-radius: 0.25em;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #009cde;
  border: none; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px; }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #004c97;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -300px;
    top: 0;
    width: 300px; }
    .is-open-left {
      -webkit-transform: translateX(300px);
              transform: translateX(300px); }
  .off-canvas.position-right {
    right: -300px;
    top: 0;
    width: 300px; }
    .is-open-right {
      -webkit-transform: translateX(-300px);
              transform: translateX(-300px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 300px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 300px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 300px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 300px; } }

/*
* Icons
* don't directly reference bower-supplied iconsets in your objects, instead put
* includes and mapping in the below icon settings file
*/
/*
 * Any imports having to do with icons should go here, and then set relevant generic variables
 * to reference them
 */
/* Font awesome */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .button--prev::before, .button--next::before, .button--up::before, .button--down::before, .pullquote:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

/* Helper variables */
/* Define commonly used icons */
span.icon-wrapper {
  display: inline-block; }

/* Slick */
/*
 * Patterlab styles
 */
ul.sg-colors li {
  background-color: #fff; }

.sr, .alert-box .dont-show {
  position: absolute;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px); }

.bg-primary {
  color: #fefefe;
  background-color: #004c97; }
  .bg-primary .heading--alpha {
    color: #fefefe; }
    .bg-primary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-primary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-primary h1 {
    color: #fefefe; }
    .bg-primary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-primary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-primary .heading--beta {
    color: #fefefe; }
    .bg-primary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-primary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-primary h2 {
    color: #fefefe; }
    .bg-primary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-primary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-primary .heading--gamma {
    color: #fefefe; }
    .bg-primary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-primary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-primary h3 {
    color: #fefefe; }
    .bg-primary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-primary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-primary .heading--delta {
    color: #fefefe; }
    .bg-primary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-primary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-primary h4 {
    color: #fefefe; }
    .bg-primary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-primary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-primary .heading--epsilon {
    color: #fefefe; }
    .bg-primary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-primary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-primary h5 {
    color: #fefefe; }
    .bg-primary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-primary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-primary h6 {
    color: #fefefe; }
    .bg-primary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-primary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-primary a:link, .bg-primary a:visited {
    color: #fff; }
  .bg-primary a:hover, .bg-primary a:focus, .bg-primary a:active {
    color: #e6e4db; }
  .bg-primary a:link, .bg-primary a:visited {
    color: #fff; }
  .bg-primary a:hover, .bg-primary a:focus, .bg-primary a:active {
    color: #009cde; }

.bg-secondary {
  color: #fefefe;
  background-color: #007a33; }
  .bg-secondary .heading--alpha {
    color: #fefefe; }
    .bg-secondary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-secondary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-secondary h1 {
    color: #fefefe; }
    .bg-secondary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-secondary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-secondary .heading--beta {
    color: #fefefe; }
    .bg-secondary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-secondary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-secondary h2 {
    color: #fefefe; }
    .bg-secondary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-secondary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-secondary .heading--gamma {
    color: #fefefe; }
    .bg-secondary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-secondary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-secondary h3 {
    color: #fefefe; }
    .bg-secondary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-secondary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-secondary .heading--delta {
    color: #fefefe; }
    .bg-secondary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-secondary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-secondary h4 {
    color: #fefefe; }
    .bg-secondary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-secondary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-secondary .heading--epsilon {
    color: #fefefe; }
    .bg-secondary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-secondary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-secondary h5 {
    color: #fefefe; }
    .bg-secondary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-secondary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-secondary h6 {
    color: #fefefe; }
    .bg-secondary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-secondary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-secondary a:link, .bg-secondary a:visited {
    color: #fff; }
  .bg-secondary a:hover, .bg-secondary a:focus, .bg-secondary a:active {
    color: #e6e4db; }
  .bg-secondary a:link, .bg-secondary a:visited {
    color: #fff; }
  .bg-secondary a:hover, .bg-secondary a:focus, .bg-secondary a:active {
    color: #009cde; }

.bg-tertiary {
  color: #fefefe;
  background-color: #009cde; }
  .bg-tertiary .heading--alpha {
    color: #fefefe; }
    .bg-tertiary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-tertiary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-tertiary h1 {
    color: #fefefe; }
    .bg-tertiary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-tertiary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-tertiary .heading--beta {
    color: #fefefe; }
    .bg-tertiary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-tertiary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-tertiary h2 {
    color: #fefefe; }
    .bg-tertiary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-tertiary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-tertiary .heading--gamma {
    color: #fefefe; }
    .bg-tertiary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-tertiary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-tertiary h3 {
    color: #fefefe; }
    .bg-tertiary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-tertiary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-tertiary .heading--delta {
    color: #fefefe; }
    .bg-tertiary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-tertiary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-tertiary h4 {
    color: #fefefe; }
    .bg-tertiary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-tertiary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-tertiary .heading--epsilon {
    color: #fefefe; }
    .bg-tertiary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-tertiary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-tertiary h5 {
    color: #fefefe; }
    .bg-tertiary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-tertiary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-tertiary h6 {
    color: #fefefe; }
    .bg-tertiary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-tertiary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-tertiary a:link, .bg-tertiary a:visited {
    color: #fff; }
  .bg-tertiary a:hover, .bg-tertiary a:focus, .bg-tertiary a:active {
    color: #e6e4db; }
  .bg-tertiary a:link, .bg-tertiary a:visited {
    color: #fff; }
  .bg-tertiary a:hover, .bg-tertiary a:focus, .bg-tertiary a:active {
    color: #009cde; }

.bg-quaternary {
  color: #fefefe;
  background-color: #43b02a; }
  .bg-quaternary .heading--alpha {
    color: #fefefe; }
    .bg-quaternary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-quaternary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-quaternary h1 {
    color: #fefefe; }
    .bg-quaternary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-quaternary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-quaternary .heading--beta {
    color: #fefefe; }
    .bg-quaternary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-quaternary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-quaternary h2 {
    color: #fefefe; }
    .bg-quaternary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-quaternary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-quaternary .heading--gamma {
    color: #fefefe; }
    .bg-quaternary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-quaternary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-quaternary h3 {
    color: #fefefe; }
    .bg-quaternary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-quaternary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-quaternary .heading--delta {
    color: #fefefe; }
    .bg-quaternary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-quaternary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-quaternary h4 {
    color: #fefefe; }
    .bg-quaternary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-quaternary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-quaternary .heading--epsilon {
    color: #fefefe; }
    .bg-quaternary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-quaternary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-quaternary h5 {
    color: #fefefe; }
    .bg-quaternary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-quaternary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-quaternary h6 {
    color: #fefefe; }
    .bg-quaternary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-quaternary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-quaternary a:link, .bg-quaternary a:visited {
    color: #fff; }
  .bg-quaternary a:hover, .bg-quaternary a:focus, .bg-quaternary a:active {
    color: #e6e4db; }
  .bg-quaternary a:link, .bg-quaternary a:visited {
    color: #fff; }
  .bg-quaternary a:hover, .bg-quaternary a:focus, .bg-quaternary a:active {
    color: #009cde; }

.bg-quinary {
  color: #2d2d2d;
  background-color: #fff; }

.bg-senary {
  color: #fefefe;
  background-color: #e31ace; }
  .bg-senary .heading--alpha {
    color: #fefefe; }
    .bg-senary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-senary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-senary h1 {
    color: #fefefe; }
    .bg-senary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-senary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-senary .heading--beta {
    color: #fefefe; }
    .bg-senary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-senary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-senary h2 {
    color: #fefefe; }
    .bg-senary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-senary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-senary .heading--gamma {
    color: #fefefe; }
    .bg-senary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-senary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-senary h3 {
    color: #fefefe; }
    .bg-senary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-senary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-senary .heading--delta {
    color: #fefefe; }
    .bg-senary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-senary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-senary h4 {
    color: #fefefe; }
    .bg-senary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-senary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-senary .heading--epsilon {
    color: #fefefe; }
    .bg-senary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-senary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-senary h5 {
    color: #fefefe; }
    .bg-senary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-senary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-senary h6 {
    color: #fefefe; }
    .bg-senary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-senary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-senary a:link, .bg-senary a:visited {
    color: #fff; }
  .bg-senary a:hover, .bg-senary a:focus, .bg-senary a:active {
    color: #e6e4db; }
  .bg-senary a:link, .bg-senary a:visited {
    color: #fff; }
  .bg-senary a:hover, .bg-senary a:focus, .bg-senary a:active {
    color: #009cde; }

.bg-septenary {
  color: #fefefe;
  background-color: #e31ace; }
  .bg-septenary .heading--alpha {
    color: #fefefe; }
    .bg-septenary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-septenary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-septenary h1 {
    color: #fefefe; }
    .bg-septenary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-septenary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-septenary .heading--beta {
    color: #fefefe; }
    .bg-septenary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-septenary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-septenary h2 {
    color: #fefefe; }
    .bg-septenary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-septenary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-septenary .heading--gamma {
    color: #fefefe; }
    .bg-septenary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-septenary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-septenary h3 {
    color: #fefefe; }
    .bg-septenary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-septenary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-septenary .heading--delta {
    color: #fefefe; }
    .bg-septenary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-septenary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-septenary h4 {
    color: #fefefe; }
    .bg-septenary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-septenary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-septenary .heading--epsilon {
    color: #fefefe; }
    .bg-septenary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-septenary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-septenary h5 {
    color: #fefefe; }
    .bg-septenary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-septenary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-septenary h6 {
    color: #fefefe; }
    .bg-septenary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-septenary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-septenary a:link, .bg-septenary a:visited {
    color: #fff; }
  .bg-septenary a:hover, .bg-septenary a:focus, .bg-septenary a:active {
    color: #e6e4db; }
  .bg-septenary a:link, .bg-septenary a:visited {
    color: #fff; }
  .bg-septenary a:hover, .bg-septenary a:focus, .bg-septenary a:active {
    color: #009cde; }

.bg-octonary {
  color: #fefefe;
  background-color: #e31ace; }
  .bg-octonary .heading--alpha {
    color: #fefefe; }
    .bg-octonary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-octonary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-octonary h1 {
    color: #fefefe; }
    .bg-octonary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-octonary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-octonary .heading--beta {
    color: #fefefe; }
    .bg-octonary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-octonary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-octonary h2 {
    color: #fefefe; }
    .bg-octonary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-octonary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-octonary .heading--gamma {
    color: #fefefe; }
    .bg-octonary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-octonary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-octonary h3 {
    color: #fefefe; }
    .bg-octonary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-octonary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-octonary .heading--delta {
    color: #fefefe; }
    .bg-octonary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-octonary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-octonary h4 {
    color: #fefefe; }
    .bg-octonary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-octonary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-octonary .heading--epsilon {
    color: #fefefe; }
    .bg-octonary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-octonary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-octonary h5 {
    color: #fefefe; }
    .bg-octonary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-octonary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-octonary h6 {
    color: #fefefe; }
    .bg-octonary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-octonary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-octonary a:link, .bg-octonary a:visited {
    color: #fff; }
  .bg-octonary a:hover, .bg-octonary a:focus, .bg-octonary a:active {
    color: #e6e4db; }
  .bg-octonary a:link, .bg-octonary a:visited {
    color: #fff; }
  .bg-octonary a:hover, .bg-octonary a:focus, .bg-octonary a:active {
    color: #009cde; }

.bg-nonary {
  color: #fefefe;
  background-color: #e31ace; }
  .bg-nonary .heading--alpha {
    color: #fefefe; }
    .bg-nonary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-nonary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-nonary h1 {
    color: #fefefe; }
    .bg-nonary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-nonary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-nonary .heading--beta {
    color: #fefefe; }
    .bg-nonary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-nonary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-nonary h2 {
    color: #fefefe; }
    .bg-nonary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-nonary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-nonary .heading--gamma {
    color: #fefefe; }
    .bg-nonary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-nonary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-nonary h3 {
    color: #fefefe; }
    .bg-nonary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-nonary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-nonary .heading--delta {
    color: #fefefe; }
    .bg-nonary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-nonary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-nonary h4 {
    color: #fefefe; }
    .bg-nonary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-nonary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-nonary .heading--epsilon {
    color: #fefefe; }
    .bg-nonary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-nonary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-nonary h5 {
    color: #fefefe; }
    .bg-nonary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-nonary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-nonary h6 {
    color: #fefefe; }
    .bg-nonary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-nonary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-nonary a:link, .bg-nonary a:visited {
    color: #fff; }
  .bg-nonary a:hover, .bg-nonary a:focus, .bg-nonary a:active {
    color: #e6e4db; }
  .bg-nonary a:link, .bg-nonary a:visited {
    color: #fff; }
  .bg-nonary a:hover, .bg-nonary a:focus, .bg-nonary a:active {
    color: #009cde; }

.bg-denary {
  color: #fefefe;
  background-color: #e31ace; }
  .bg-denary .heading--alpha {
    color: #fefefe; }
    .bg-denary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-denary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-denary h1 {
    color: #fefefe; }
    .bg-denary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-denary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-denary .heading--beta {
    color: #fefefe; }
    .bg-denary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-denary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-denary h2 {
    color: #fefefe; }
    .bg-denary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-denary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-denary .heading--gamma {
    color: #fefefe; }
    .bg-denary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-denary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-denary h3 {
    color: #fefefe; }
    .bg-denary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-denary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-denary .heading--delta {
    color: #fefefe; }
    .bg-denary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-denary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-denary h4 {
    color: #fefefe; }
    .bg-denary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-denary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-denary .heading--epsilon {
    color: #fefefe; }
    .bg-denary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-denary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-denary h5 {
    color: #fefefe; }
    .bg-denary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-denary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-denary h6 {
    color: #fefefe; }
    .bg-denary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-denary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-denary a:link, .bg-denary a:visited {
    color: #fff; }
  .bg-denary a:hover, .bg-denary a:focus, .bg-denary a:active {
    color: #e6e4db; }
  .bg-denary a:link, .bg-denary a:visited {
    color: #fff; }
  .bg-denary a:hover, .bg-denary a:focus, .bg-denary a:active {
    color: #009cde; }

.bg-accent-primary {
  color: #fefefe;
  background-color: #009cde; }
  .bg-accent-primary .heading--alpha {
    color: #fefefe; }
    .bg-accent-primary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-primary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-primary h1 {
    color: #fefefe; }
    .bg-accent-primary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-primary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-primary .heading--beta {
    color: #fefefe; }
    .bg-accent-primary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-primary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-primary h2 {
    color: #fefefe; }
    .bg-accent-primary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-primary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-primary .heading--gamma {
    color: #fefefe; }
    .bg-accent-primary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-primary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-primary h3 {
    color: #fefefe; }
    .bg-accent-primary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-primary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-primary .heading--delta {
    color: #fefefe; }
    .bg-accent-primary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-primary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-primary h4 {
    color: #fefefe; }
    .bg-accent-primary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-primary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-primary .heading--epsilon {
    color: #fefefe; }
    .bg-accent-primary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-primary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-primary h5 {
    color: #fefefe; }
    .bg-accent-primary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-primary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-primary h6 {
    color: #fefefe; }
    .bg-accent-primary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-primary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-primary a:link, .bg-accent-primary a:visited {
    color: #fff; }
  .bg-accent-primary a:hover, .bg-accent-primary a:focus, .bg-accent-primary a:active {
    color: #e6e4db; }
  .bg-accent-primary a:link, .bg-accent-primary a:visited {
    color: #fff; }
  .bg-accent-primary a:hover, .bg-accent-primary a:focus, .bg-accent-primary a:active {
    color: #009cde; }

.bg-accent-secondary {
  color: #fefefe;
  background-color: #43b02a; }
  .bg-accent-secondary .heading--alpha {
    color: #fefefe; }
    .bg-accent-secondary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-secondary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-secondary h1 {
    color: #fefefe; }
    .bg-accent-secondary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-secondary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-secondary .heading--beta {
    color: #fefefe; }
    .bg-accent-secondary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-secondary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-secondary h2 {
    color: #fefefe; }
    .bg-accent-secondary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-secondary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-secondary .heading--gamma {
    color: #fefefe; }
    .bg-accent-secondary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-secondary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-secondary h3 {
    color: #fefefe; }
    .bg-accent-secondary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-secondary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-secondary .heading--delta {
    color: #fefefe; }
    .bg-accent-secondary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-secondary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-secondary h4 {
    color: #fefefe; }
    .bg-accent-secondary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-secondary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-secondary .heading--epsilon {
    color: #fefefe; }
    .bg-accent-secondary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-secondary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-secondary h5 {
    color: #fefefe; }
    .bg-accent-secondary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-secondary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-secondary h6 {
    color: #fefefe; }
    .bg-accent-secondary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-secondary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-secondary a:link, .bg-accent-secondary a:visited {
    color: #fff; }
  .bg-accent-secondary a:hover, .bg-accent-secondary a:focus, .bg-accent-secondary a:active {
    color: #e6e4db; }
  .bg-accent-secondary a:link, .bg-accent-secondary a:visited {
    color: #fff; }
  .bg-accent-secondary a:hover, .bg-accent-secondary a:focus, .bg-accent-secondary a:active {
    color: #009cde; }

.bg-accent-tertiary {
  color: #2d2d2d;
  background-color: #8dc8e8; }

.bg-accent-quaternary {
  color: #fefefe;
  background-color: #97d200; }
  .bg-accent-quaternary .heading--alpha {
    color: #fefefe; }
    .bg-accent-quaternary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-quaternary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-quaternary h1 {
    color: #fefefe; }
    .bg-accent-quaternary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-quaternary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-quaternary .heading--beta {
    color: #fefefe; }
    .bg-accent-quaternary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-quaternary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-quaternary h2 {
    color: #fefefe; }
    .bg-accent-quaternary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-quaternary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-quaternary .heading--gamma {
    color: #fefefe; }
    .bg-accent-quaternary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-quaternary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-quaternary h3 {
    color: #fefefe; }
    .bg-accent-quaternary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-quaternary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-quaternary .heading--delta {
    color: #fefefe; }
    .bg-accent-quaternary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-quaternary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-quaternary h4 {
    color: #fefefe; }
    .bg-accent-quaternary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-quaternary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-quaternary .heading--epsilon {
    color: #fefefe; }
    .bg-accent-quaternary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-quaternary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-quaternary h5 {
    color: #fefefe; }
    .bg-accent-quaternary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-quaternary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-quaternary h6 {
    color: #fefefe; }
    .bg-accent-quaternary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-quaternary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-quaternary a:link, .bg-accent-quaternary a:visited {
    color: #fff; }
  .bg-accent-quaternary a:hover, .bg-accent-quaternary a:focus, .bg-accent-quaternary a:active {
    color: #e6e4db; }
  .bg-accent-quaternary a:link, .bg-accent-quaternary a:visited {
    color: #fff; }
  .bg-accent-quaternary a:hover, .bg-accent-quaternary a:focus, .bg-accent-quaternary a:active {
    color: #009cde; }

.bg-accent-quinary {
  color: #2d2d2d;
  background-color: #e6e4db; }

.bg-accent-senary {
  color: #fefefe;
  background-color: #e31ace; }
  .bg-accent-senary .heading--alpha {
    color: #fefefe; }
    .bg-accent-senary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-senary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-senary h1 {
    color: #fefefe; }
    .bg-accent-senary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-senary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-senary .heading--beta {
    color: #fefefe; }
    .bg-accent-senary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-senary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-senary h2 {
    color: #fefefe; }
    .bg-accent-senary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-senary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-senary .heading--gamma {
    color: #fefefe; }
    .bg-accent-senary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-senary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-senary h3 {
    color: #fefefe; }
    .bg-accent-senary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-senary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-senary .heading--delta {
    color: #fefefe; }
    .bg-accent-senary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-senary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-senary h4 {
    color: #fefefe; }
    .bg-accent-senary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-senary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-senary .heading--epsilon {
    color: #fefefe; }
    .bg-accent-senary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-senary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-senary h5 {
    color: #fefefe; }
    .bg-accent-senary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-senary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-senary h6 {
    color: #fefefe; }
    .bg-accent-senary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-senary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-senary a:link, .bg-accent-senary a:visited {
    color: #fff; }
  .bg-accent-senary a:hover, .bg-accent-senary a:focus, .bg-accent-senary a:active {
    color: #e6e4db; }
  .bg-accent-senary a:link, .bg-accent-senary a:visited {
    color: #fff; }
  .bg-accent-senary a:hover, .bg-accent-senary a:focus, .bg-accent-senary a:active {
    color: #009cde; }

.bg-accent-septenary {
  color: #fefefe;
  background-color: #e31ace; }
  .bg-accent-septenary .heading--alpha {
    color: #fefefe; }
    .bg-accent-septenary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-septenary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-septenary h1 {
    color: #fefefe; }
    .bg-accent-septenary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-septenary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-septenary .heading--beta {
    color: #fefefe; }
    .bg-accent-septenary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-septenary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-septenary h2 {
    color: #fefefe; }
    .bg-accent-septenary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-septenary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-septenary .heading--gamma {
    color: #fefefe; }
    .bg-accent-septenary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-septenary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-septenary h3 {
    color: #fefefe; }
    .bg-accent-septenary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-septenary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-septenary .heading--delta {
    color: #fefefe; }
    .bg-accent-septenary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-septenary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-septenary h4 {
    color: #fefefe; }
    .bg-accent-septenary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-septenary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-septenary .heading--epsilon {
    color: #fefefe; }
    .bg-accent-septenary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-septenary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-septenary h5 {
    color: #fefefe; }
    .bg-accent-septenary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-septenary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-septenary h6 {
    color: #fefefe; }
    .bg-accent-septenary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-septenary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-septenary a:link, .bg-accent-septenary a:visited {
    color: #fff; }
  .bg-accent-septenary a:hover, .bg-accent-septenary a:focus, .bg-accent-septenary a:active {
    color: #e6e4db; }
  .bg-accent-septenary a:link, .bg-accent-septenary a:visited {
    color: #fff; }
  .bg-accent-septenary a:hover, .bg-accent-septenary a:focus, .bg-accent-septenary a:active {
    color: #009cde; }

.bg-accent-octonary {
  color: #fefefe;
  background-color: #e31ace; }
  .bg-accent-octonary .heading--alpha {
    color: #fefefe; }
    .bg-accent-octonary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-octonary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-octonary h1 {
    color: #fefefe; }
    .bg-accent-octonary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-octonary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-octonary .heading--beta {
    color: #fefefe; }
    .bg-accent-octonary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-octonary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-octonary h2 {
    color: #fefefe; }
    .bg-accent-octonary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-octonary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-octonary .heading--gamma {
    color: #fefefe; }
    .bg-accent-octonary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-octonary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-octonary h3 {
    color: #fefefe; }
    .bg-accent-octonary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-octonary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-octonary .heading--delta {
    color: #fefefe; }
    .bg-accent-octonary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-octonary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-octonary h4 {
    color: #fefefe; }
    .bg-accent-octonary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-octonary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-octonary .heading--epsilon {
    color: #fefefe; }
    .bg-accent-octonary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-octonary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-octonary h5 {
    color: #fefefe; }
    .bg-accent-octonary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-octonary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-octonary h6 {
    color: #fefefe; }
    .bg-accent-octonary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-octonary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-octonary a:link, .bg-accent-octonary a:visited {
    color: #fff; }
  .bg-accent-octonary a:hover, .bg-accent-octonary a:focus, .bg-accent-octonary a:active {
    color: #e6e4db; }
  .bg-accent-octonary a:link, .bg-accent-octonary a:visited {
    color: #fff; }
  .bg-accent-octonary a:hover, .bg-accent-octonary a:focus, .bg-accent-octonary a:active {
    color: #009cde; }

.bg-accent-nonary {
  color: #fefefe;
  background-color: #e31ace; }
  .bg-accent-nonary .heading--alpha {
    color: #fefefe; }
    .bg-accent-nonary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-nonary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-nonary h1 {
    color: #fefefe; }
    .bg-accent-nonary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-nonary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-nonary .heading--beta {
    color: #fefefe; }
    .bg-accent-nonary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-nonary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-nonary h2 {
    color: #fefefe; }
    .bg-accent-nonary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-nonary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-nonary .heading--gamma {
    color: #fefefe; }
    .bg-accent-nonary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-nonary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-nonary h3 {
    color: #fefefe; }
    .bg-accent-nonary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-nonary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-nonary .heading--delta {
    color: #fefefe; }
    .bg-accent-nonary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-nonary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-nonary h4 {
    color: #fefefe; }
    .bg-accent-nonary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-nonary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-nonary .heading--epsilon {
    color: #fefefe; }
    .bg-accent-nonary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-nonary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-nonary h5 {
    color: #fefefe; }
    .bg-accent-nonary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-nonary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-nonary h6 {
    color: #fefefe; }
    .bg-accent-nonary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-nonary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-nonary a:link, .bg-accent-nonary a:visited {
    color: #fff; }
  .bg-accent-nonary a:hover, .bg-accent-nonary a:focus, .bg-accent-nonary a:active {
    color: #e6e4db; }
  .bg-accent-nonary a:link, .bg-accent-nonary a:visited {
    color: #fff; }
  .bg-accent-nonary a:hover, .bg-accent-nonary a:focus, .bg-accent-nonary a:active {
    color: #009cde; }

.bg-accent-denary {
  color: #fefefe;
  background-color: #e31ace; }
  .bg-accent-denary .heading--alpha {
    color: #fefefe; }
    .bg-accent-denary .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-denary .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-denary h1 {
    color: #fefefe; }
    .bg-accent-denary h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-denary h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-denary .heading--beta {
    color: #fefefe; }
    .bg-accent-denary .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-denary .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-denary h2 {
    color: #fefefe; }
    .bg-accent-denary h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-denary h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-denary .heading--gamma {
    color: #fefefe; }
    .bg-accent-denary .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-denary .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-denary h3 {
    color: #fefefe; }
    .bg-accent-denary h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-denary h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-denary .heading--delta {
    color: #fefefe; }
    .bg-accent-denary .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-denary .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-denary h4 {
    color: #fefefe; }
    .bg-accent-denary h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-denary h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-denary .heading--epsilon {
    color: #fefefe; }
    .bg-accent-denary .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-denary .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-denary h5 {
    color: #fefefe; }
    .bg-accent-denary h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-denary h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-denary h6 {
    color: #fefefe; }
    .bg-accent-denary h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-accent-denary h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-accent-denary a:link, .bg-accent-denary a:visited {
    color: #fff; }
  .bg-accent-denary a:hover, .bg-accent-denary a:focus, .bg-accent-denary a:active {
    color: #e6e4db; }
  .bg-accent-denary a:link, .bg-accent-denary a:visited {
    color: #fff; }
  .bg-accent-denary a:hover, .bg-accent-denary a:focus, .bg-accent-denary a:active {
    color: #009cde; }

.bg-shade {
  color: #2d2d2d;
  background-color: #c2c2c2; }

.bg-shade-dark {
  color: #2d2d2d;
  background-color: #a1a1a1; }

.bg-shade-darker {
  color: #fefefe;
  background-color: #4b4b4b; }
  .bg-shade-darker .heading--alpha {
    color: #fefefe; }
    .bg-shade-darker .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darker .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darker h1 {
    color: #fefefe; }
    .bg-shade-darker h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darker h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darker .heading--beta {
    color: #fefefe; }
    .bg-shade-darker .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darker .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darker h2 {
    color: #fefefe; }
    .bg-shade-darker h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darker h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darker .heading--gamma {
    color: #fefefe; }
    .bg-shade-darker .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darker .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darker h3 {
    color: #fefefe; }
    .bg-shade-darker h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darker h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darker .heading--delta {
    color: #fefefe; }
    .bg-shade-darker .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darker .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darker h4 {
    color: #fefefe; }
    .bg-shade-darker h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darker h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darker .heading--epsilon {
    color: #fefefe; }
    .bg-shade-darker .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darker .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darker h5 {
    color: #fefefe; }
    .bg-shade-darker h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darker h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darker h6 {
    color: #fefefe; }
    .bg-shade-darker h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darker h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darker a:link, .bg-shade-darker a:visited {
    color: #fff; }
  .bg-shade-darker a:hover, .bg-shade-darker a:focus, .bg-shade-darker a:active {
    color: #e6e4db; }
  .bg-shade-darker a:link, .bg-shade-darker a:visited {
    color: #fff; }
  .bg-shade-darker a:hover, .bg-shade-darker a:focus, .bg-shade-darker a:active {
    color: #009cde; }

.bg-shade-darkest {
  color: #fefefe;
  background-color: #2d2d2d; }
  .bg-shade-darkest .heading--alpha {
    color: #fefefe; }
    .bg-shade-darkest .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darkest .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darkest h1 {
    color: #fefefe; }
    .bg-shade-darkest h1.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darkest h1.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darkest .heading--beta {
    color: #fefefe; }
    .bg-shade-darkest .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darkest .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darkest h2 {
    color: #fefefe; }
    .bg-shade-darkest h2.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darkest h2.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darkest .heading--gamma {
    color: #fefefe; }
    .bg-shade-darkest .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darkest .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darkest h3 {
    color: #fefefe; }
    .bg-shade-darkest h3.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darkest h3.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darkest .heading--delta {
    color: #fefefe; }
    .bg-shade-darkest .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darkest .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darkest h4 {
    color: #fefefe; }
    .bg-shade-darkest h4.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darkest h4.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darkest .heading--epsilon {
    color: #fefefe; }
    .bg-shade-darkest .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darkest .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darkest h5 {
    color: #fefefe; }
    .bg-shade-darkest h5.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darkest h5.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darkest h6 {
    color: #fefefe; }
    .bg-shade-darkest h6.heading--two-tone {
      color: #8dc8e8; }
      .bg-shade-darkest h6.heading--two-tone strong {
        color: #fefefe; }
  .bg-shade-darkest a:link, .bg-shade-darkest a:visited {
    color: #fff; }
  .bg-shade-darkest a:hover, .bg-shade-darkest a:focus, .bg-shade-darkest a:active {
    color: #e6e4db; }
  .bg-shade-darkest a:link, .bg-shade-darkest a:visited {
    color: #fff; }
  .bg-shade-darkest a:hover, .bg-shade-darkest a:focus, .bg-shade-darkest a:active {
    color: #009cde; }

.bg-shade-light {
  color: #2d2d2d;
  background-color: #e6e4db; }

.bg-shade-lighter {
  color: #2d2d2d;
  background-color: #f3f3f3; }

.bg-shade-lightest {
  color: #2d2d2d;
  background-color: #fafafa; }

.bg--photo-color::after {
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: ''; }
  .bg--photo-color::after > img {
    position: absolute;
    max-width: none;
    max-height: none;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    bottom: 0; }

.bg--blue, .bg--photo-color {
  color: #fefefe;
  background-color: #009cde; }
  .bg--blue .heading--alpha, .bg--photo-color .heading--alpha {
    color: #fefefe; }
    .bg--blue .heading--alpha.heading--two-tone, .bg--photo-color .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg--blue .heading--alpha.heading--two-tone strong, .bg--photo-color .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg--blue h1, .bg--photo-color h1 {
    color: #fefefe; }
    .bg--blue h1.heading--two-tone, .bg--photo-color h1.heading--two-tone {
      color: #8dc8e8; }
      .bg--blue h1.heading--two-tone strong, .bg--photo-color h1.heading--two-tone strong {
        color: #fefefe; }
  .bg--blue .heading--beta, .bg--photo-color .heading--beta {
    color: #fefefe; }
    .bg--blue .heading--beta.heading--two-tone, .bg--photo-color .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg--blue .heading--beta.heading--two-tone strong, .bg--photo-color .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg--blue h2, .bg--photo-color h2 {
    color: #fefefe; }
    .bg--blue h2.heading--two-tone, .bg--photo-color h2.heading--two-tone {
      color: #8dc8e8; }
      .bg--blue h2.heading--two-tone strong, .bg--photo-color h2.heading--two-tone strong {
        color: #fefefe; }
  .bg--blue .heading--gamma, .bg--photo-color .heading--gamma {
    color: #fefefe; }
    .bg--blue .heading--gamma.heading--two-tone, .bg--photo-color .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg--blue .heading--gamma.heading--two-tone strong, .bg--photo-color .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg--blue h3, .bg--photo-color h3 {
    color: #fefefe; }
    .bg--blue h3.heading--two-tone, .bg--photo-color h3.heading--two-tone {
      color: #8dc8e8; }
      .bg--blue h3.heading--two-tone strong, .bg--photo-color h3.heading--two-tone strong {
        color: #fefefe; }
  .bg--blue .heading--delta, .bg--photo-color .heading--delta {
    color: #fefefe; }
    .bg--blue .heading--delta.heading--two-tone, .bg--photo-color .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg--blue .heading--delta.heading--two-tone strong, .bg--photo-color .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg--blue h4, .bg--photo-color h4 {
    color: #fefefe; }
    .bg--blue h4.heading--two-tone, .bg--photo-color h4.heading--two-tone {
      color: #8dc8e8; }
      .bg--blue h4.heading--two-tone strong, .bg--photo-color h4.heading--two-tone strong {
        color: #fefefe; }
  .bg--blue .heading--epsilon, .bg--photo-color .heading--epsilon {
    color: #fefefe; }
    .bg--blue .heading--epsilon.heading--two-tone, .bg--photo-color .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg--blue .heading--epsilon.heading--two-tone strong, .bg--photo-color .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg--blue h5, .bg--photo-color h5 {
    color: #fefefe; }
    .bg--blue h5.heading--two-tone, .bg--photo-color h5.heading--two-tone {
      color: #8dc8e8; }
      .bg--blue h5.heading--two-tone strong, .bg--photo-color h5.heading--two-tone strong {
        color: #fefefe; }
  .bg--blue h6, .bg--photo-color h6 {
    color: #fefefe; }
    .bg--blue h6.heading--two-tone, .bg--photo-color h6.heading--two-tone {
      color: #8dc8e8; }
      .bg--blue h6.heading--two-tone strong, .bg--photo-color h6.heading--two-tone strong {
        color: #fefefe; }
  .bg--blue a:link, .bg--blue a:visited, .bg--photo-color a:link, .bg--photo-color a:visited {
    color: #fff; }
  .bg--blue a:hover, .bg--blue a:focus, .bg--blue a:active, .bg--photo-color a:hover, .bg--photo-color a:focus, .bg--photo-color a:active {
    color: #e6e4db; }
  .bg--blue a:link, .bg--blue a:visited, .bg--photo-color a:link, .bg--photo-color a:visited {
    color: #fff; }
  .bg--blue a:hover, .bg--blue a:focus, .bg--blue a:active, .bg--photo-color a:hover, .bg--photo-color a:focus, .bg--photo-color a:active {
    color: #009cde; }

.bg--light-blue {
  color: #2d2d2d;
  background-color: #8dc8e8; }

.bg--dark-blue {
  color: #fefefe;
  background-color: #004c97; }
  .bg--dark-blue .heading--alpha {
    color: #fefefe; }
    .bg--dark-blue .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg--dark-blue .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg--dark-blue h1 {
    color: #fefefe; }
    .bg--dark-blue h1.heading--two-tone {
      color: #8dc8e8; }
      .bg--dark-blue h1.heading--two-tone strong {
        color: #fefefe; }
  .bg--dark-blue .heading--beta {
    color: #fefefe; }
    .bg--dark-blue .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg--dark-blue .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg--dark-blue h2 {
    color: #fefefe; }
    .bg--dark-blue h2.heading--two-tone {
      color: #8dc8e8; }
      .bg--dark-blue h2.heading--two-tone strong {
        color: #fefefe; }
  .bg--dark-blue .heading--gamma {
    color: #fefefe; }
    .bg--dark-blue .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg--dark-blue .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg--dark-blue h3 {
    color: #fefefe; }
    .bg--dark-blue h3.heading--two-tone {
      color: #8dc8e8; }
      .bg--dark-blue h3.heading--two-tone strong {
        color: #fefefe; }
  .bg--dark-blue .heading--delta {
    color: #fefefe; }
    .bg--dark-blue .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg--dark-blue .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg--dark-blue h4 {
    color: #fefefe; }
    .bg--dark-blue h4.heading--two-tone {
      color: #8dc8e8; }
      .bg--dark-blue h4.heading--two-tone strong {
        color: #fefefe; }
  .bg--dark-blue .heading--epsilon {
    color: #fefefe; }
    .bg--dark-blue .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg--dark-blue .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg--dark-blue h5 {
    color: #fefefe; }
    .bg--dark-blue h5.heading--two-tone {
      color: #8dc8e8; }
      .bg--dark-blue h5.heading--two-tone strong {
        color: #fefefe; }
  .bg--dark-blue h6 {
    color: #fefefe; }
    .bg--dark-blue h6.heading--two-tone {
      color: #8dc8e8; }
      .bg--dark-blue h6.heading--two-tone strong {
        color: #fefefe; }
  .bg--dark-blue a:link, .bg--dark-blue a:visited {
    color: #fff; }
  .bg--dark-blue a:hover, .bg--dark-blue a:focus, .bg--dark-blue a:active {
    color: #e6e4db; }
  .bg--dark-blue a:link, .bg--dark-blue a:visited {
    color: #fff; }
  .bg--dark-blue a:hover, .bg--dark-blue a:focus, .bg--dark-blue a:active {
    color: #009cde; }

.bg--green {
  color: #fefefe;
  background-color: #43b02a; }
  .bg--green .heading--alpha {
    color: #fefefe; }
    .bg--green .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg--green .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg--green h1 {
    color: #fefefe; }
    .bg--green h1.heading--two-tone {
      color: #8dc8e8; }
      .bg--green h1.heading--two-tone strong {
        color: #fefefe; }
  .bg--green .heading--beta {
    color: #fefefe; }
    .bg--green .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg--green .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg--green h2 {
    color: #fefefe; }
    .bg--green h2.heading--two-tone {
      color: #8dc8e8; }
      .bg--green h2.heading--two-tone strong {
        color: #fefefe; }
  .bg--green .heading--gamma {
    color: #fefefe; }
    .bg--green .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg--green .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg--green h3 {
    color: #fefefe; }
    .bg--green h3.heading--two-tone {
      color: #8dc8e8; }
      .bg--green h3.heading--two-tone strong {
        color: #fefefe; }
  .bg--green .heading--delta {
    color: #fefefe; }
    .bg--green .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg--green .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg--green h4 {
    color: #fefefe; }
    .bg--green h4.heading--two-tone {
      color: #8dc8e8; }
      .bg--green h4.heading--two-tone strong {
        color: #fefefe; }
  .bg--green .heading--epsilon {
    color: #fefefe; }
    .bg--green .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg--green .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg--green h5 {
    color: #fefefe; }
    .bg--green h5.heading--two-tone {
      color: #8dc8e8; }
      .bg--green h5.heading--two-tone strong {
        color: #fefefe; }
  .bg--green h6 {
    color: #fefefe; }
    .bg--green h6.heading--two-tone {
      color: #8dc8e8; }
      .bg--green h6.heading--two-tone strong {
        color: #fefefe; }
  .bg--green a:link, .bg--green a:visited {
    color: #fff; }
  .bg--green a:hover, .bg--green a:focus, .bg--green a:active {
    color: #e6e4db; }
  .bg--green a:link, .bg--green a:visited {
    color: #fff; }
  .bg--green a:hover, .bg--green a:focus, .bg--green a:active {
    color: #009cde; }

.bg--light-green {
  color: #fefefe;
  background-color: #97d200; }
  .bg--light-green .heading--alpha {
    color: #fefefe; }
    .bg--light-green .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .bg--light-green .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .bg--light-green h1 {
    color: #fefefe; }
    .bg--light-green h1.heading--two-tone {
      color: #8dc8e8; }
      .bg--light-green h1.heading--two-tone strong {
        color: #fefefe; }
  .bg--light-green .heading--beta {
    color: #fefefe; }
    .bg--light-green .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .bg--light-green .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .bg--light-green h2 {
    color: #fefefe; }
    .bg--light-green h2.heading--two-tone {
      color: #8dc8e8; }
      .bg--light-green h2.heading--two-tone strong {
        color: #fefefe; }
  .bg--light-green .heading--gamma {
    color: #fefefe; }
    .bg--light-green .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .bg--light-green .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .bg--light-green h3 {
    color: #fefefe; }
    .bg--light-green h3.heading--two-tone {
      color: #8dc8e8; }
      .bg--light-green h3.heading--two-tone strong {
        color: #fefefe; }
  .bg--light-green .heading--delta {
    color: #fefefe; }
    .bg--light-green .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .bg--light-green .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .bg--light-green h4 {
    color: #fefefe; }
    .bg--light-green h4.heading--two-tone {
      color: #8dc8e8; }
      .bg--light-green h4.heading--two-tone strong {
        color: #fefefe; }
  .bg--light-green .heading--epsilon {
    color: #fefefe; }
    .bg--light-green .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .bg--light-green .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .bg--light-green h5 {
    color: #fefefe; }
    .bg--light-green h5.heading--two-tone {
      color: #8dc8e8; }
      .bg--light-green h5.heading--two-tone strong {
        color: #fefefe; }
  .bg--light-green h6 {
    color: #fefefe; }
    .bg--light-green h6.heading--two-tone {
      color: #8dc8e8; }
      .bg--light-green h6.heading--two-tone strong {
        color: #fefefe; }
  .bg--light-green a:link, .bg--light-green a:visited {
    color: #fff; }
  .bg--light-green a:hover, .bg--light-green a:focus, .bg--light-green a:active {
    color: #e6e4db; }
  .bg--light-green a:link, .bg--light-green a:visited {
    color: #fff; }
  .bg--light-green a:hover, .bg--light-green a:focus, .bg--light-green a:active {
    color: #009cde; }

.bg--off-white {
  color: #2d2d2d;
  background-color: #e6e4db; }

.border-top {
  border-top: solid 2px #c2c2c2; }

.border-right {
  border-right: solid 2px #c2c2c2; }

.border-bottom {
  border-bottom: solid 2px #c2c2c2; }

.border-left {
  border-left: solid 2px #c2c2c2; }

.full-page-width {
  padding-right: 0;
  padding-left: 0; }

.page-background-image {
  padding: 0; }

.column--auto {
  margin-bottom: 2.5em; }
  @media screen and (min-width: 40em) {
    .column--auto {
      width: 50%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
      .column--auto:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 64em) {
    .column--auto:nth-last-child(1):first-child,
    .column--auto:nth-last-child(1):first-child ~ .column,
    .column--auto:nth-last-child(1):first-child ~ .columns,
    .column--auto:nth-last-child(1):first-child ~ .columns {
      width: 100%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: calc(100%/$i - 1px); }
      .column--auto:nth-last-child(1):first-child:last-child:not(:first-child),
      .column--auto:nth-last-child(1):first-child ~ .column:last-child:not(:first-child),
      .column--auto:nth-last-child(1):first-child ~ .columns:last-child:not(:first-child),
      .column--auto:nth-last-child(1):first-child ~ .columns:last-child:not(:first-child) {
        float: right; }
    .column--auto:nth-last-child(2):first-child,
    .column--auto:nth-last-child(2):first-child ~ .column,
    .column--auto:nth-last-child(2):first-child ~ .columns,
    .column--auto:nth-last-child(2):first-child ~ .columns {
      width: 50%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: calc(100%/$i - 1px); }
      .column--auto:nth-last-child(2):first-child:last-child:not(:first-child),
      .column--auto:nth-last-child(2):first-child ~ .column:last-child:not(:first-child),
      .column--auto:nth-last-child(2):first-child ~ .columns:last-child:not(:first-child),
      .column--auto:nth-last-child(2):first-child ~ .columns:last-child:not(:first-child) {
        float: right; }
    .column--auto:nth-last-child(3):first-child,
    .column--auto:nth-last-child(3):first-child ~ .column,
    .column--auto:nth-last-child(3):first-child ~ .columns,
    .column--auto:nth-last-child(3):first-child ~ .columns {
      width: 33.33333%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: calc(100%/$i - 1px); }
      .column--auto:nth-last-child(3):first-child:last-child:not(:first-child),
      .column--auto:nth-last-child(3):first-child ~ .column:last-child:not(:first-child),
      .column--auto:nth-last-child(3):first-child ~ .columns:last-child:not(:first-child),
      .column--auto:nth-last-child(3):first-child ~ .columns:last-child:not(:first-child) {
        float: right; }
    .column--auto:nth-last-child(4):first-child,
    .column--auto:nth-last-child(4):first-child ~ .column,
    .column--auto:nth-last-child(4):first-child ~ .columns,
    .column--auto:nth-last-child(4):first-child ~ .columns {
      width: 25%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: calc(100%/$i - 1px); }
      .column--auto:nth-last-child(4):first-child:last-child:not(:first-child),
      .column--auto:nth-last-child(4):first-child ~ .column:last-child:not(:first-child),
      .column--auto:nth-last-child(4):first-child ~ .columns:last-child:not(:first-child),
      .column--auto:nth-last-child(4):first-child ~ .columns:last-child:not(:first-child) {
        float: right; }
    .column--auto:nth-last-child(5):first-child,
    .column--auto:nth-last-child(5):first-child ~ .column,
    .column--auto:nth-last-child(5):first-child ~ .columns,
    .column--auto:nth-last-child(5):first-child ~ .columns {
      width: 20%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: calc(100%/$i - 1px); }
      .column--auto:nth-last-child(5):first-child:last-child:not(:first-child),
      .column--auto:nth-last-child(5):first-child ~ .column:last-child:not(:first-child),
      .column--auto:nth-last-child(5):first-child ~ .columns:last-child:not(:first-child),
      .column--auto:nth-last-child(5):first-child ~ .columns:last-child:not(:first-child) {
        float: right; }
    .column--auto:nth-last-child(6):first-child,
    .column--auto:nth-last-child(6):first-child ~ .column,
    .column--auto:nth-last-child(6):first-child ~ .columns,
    .column--auto:nth-last-child(6):first-child ~ .columns {
      width: 16.66667%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: calc(100%/$i - 1px); }
      .column--auto:nth-last-child(6):first-child:last-child:not(:first-child),
      .column--auto:nth-last-child(6):first-child ~ .column:last-child:not(:first-child),
      .column--auto:nth-last-child(6):first-child ~ .columns:last-child:not(:first-child),
      .column--auto:nth-last-child(6):first-child ~ .columns:last-child:not(:first-child) {
        float: right; }
    .column--auto:nth-last-child(7):first-child,
    .column--auto:nth-last-child(7):first-child ~ .column,
    .column--auto:nth-last-child(7):first-child ~ .columns,
    .column--auto:nth-last-child(7):first-child ~ .columns {
      width: 14.28571%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: calc(100%/$i - 1px); }
      .column--auto:nth-last-child(7):first-child:last-child:not(:first-child),
      .column--auto:nth-last-child(7):first-child ~ .column:last-child:not(:first-child),
      .column--auto:nth-last-child(7):first-child ~ .columns:last-child:not(:first-child),
      .column--auto:nth-last-child(7):first-child ~ .columns:last-child:not(:first-child) {
        float: right; }
    .column--auto:nth-last-child(8):first-child,
    .column--auto:nth-last-child(8):first-child ~ .column,
    .column--auto:nth-last-child(8):first-child ~ .columns,
    .column--auto:nth-last-child(8):first-child ~ .columns {
      width: 12.5%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: calc(100%/$i - 1px); }
      .column--auto:nth-last-child(8):first-child:last-child:not(:first-child),
      .column--auto:nth-last-child(8):first-child ~ .column:last-child:not(:first-child),
      .column--auto:nth-last-child(8):first-child ~ .columns:last-child:not(:first-child),
      .column--auto:nth-last-child(8):first-child ~ .columns:last-child:not(:first-child) {
        float: right; }
    .column--auto:nth-last-child(9):first-child,
    .column--auto:nth-last-child(9):first-child ~ .column,
    .column--auto:nth-last-child(9):first-child ~ .columns,
    .column--auto:nth-last-child(9):first-child ~ .columns {
      width: 11.11111%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: calc(100%/$i - 1px); }
      .column--auto:nth-last-child(9):first-child:last-child:not(:first-child),
      .column--auto:nth-last-child(9):first-child ~ .column:last-child:not(:first-child),
      .column--auto:nth-last-child(9):first-child ~ .columns:last-child:not(:first-child),
      .column--auto:nth-last-child(9):first-child ~ .columns:last-child:not(:first-child) {
        float: right; }
    .column--auto:nth-last-child(10):first-child,
    .column--auto:nth-last-child(10):first-child ~ .column,
    .column--auto:nth-last-child(10):first-child ~ .columns,
    .column--auto:nth-last-child(10):first-child ~ .columns {
      width: 10%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: calc(100%/$i - 1px); }
      .column--auto:nth-last-child(10):first-child:last-child:not(:first-child),
      .column--auto:nth-last-child(10):first-child ~ .column:last-child:not(:first-child),
      .column--auto:nth-last-child(10):first-child ~ .columns:last-child:not(:first-child),
      .column--auto:nth-last-child(10):first-child ~ .columns:last-child:not(:first-child) {
        float: right; }
    .column--auto:nth-last-child(11):first-child,
    .column--auto:nth-last-child(11):first-child ~ .column,
    .column--auto:nth-last-child(11):first-child ~ .columns,
    .column--auto:nth-last-child(11):first-child ~ .columns {
      width: 9.09091%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: calc(100%/$i - 1px); }
      .column--auto:nth-last-child(11):first-child:last-child:not(:first-child),
      .column--auto:nth-last-child(11):first-child ~ .column:last-child:not(:first-child),
      .column--auto:nth-last-child(11):first-child ~ .columns:last-child:not(:first-child),
      .column--auto:nth-last-child(11):first-child ~ .columns:last-child:not(:first-child) {
        float: right; }
    .column--auto:nth-last-child(12):first-child,
    .column--auto:nth-last-child(12):first-child ~ .column,
    .column--auto:nth-last-child(12):first-child ~ .columns,
    .column--auto:nth-last-child(12):first-child ~ .columns {
      width: 8.33333%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: calc(100%/$i - 1px); }
      .column--auto:nth-last-child(12):first-child:last-child:not(:first-child),
      .column--auto:nth-last-child(12):first-child ~ .column:last-child:not(:first-child),
      .column--auto:nth-last-child(12):first-child ~ .columns:last-child:not(:first-child),
      .column--auto:nth-last-child(12):first-child ~ .columns:last-child:not(:first-child) {
        float: right; } }

.row--expanded {
  max-width: none; }

.row--gutter-reduced {
  padding-right: 1.25rem;
  padding-left: 1.25rem; }

.row.row--no-gutter-outer {
  max-width: 76.25rem;
  padding-right: 0;
  padding-left: 0; }

.column.column--gutter-reduced.column.column, .column--gutter-reduced.columns,
.columns.column--gutter-reduced.column.column,
.columns.column--gutter-reduced {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.column.column--gutter-wide.column.column, .column--gutter-wide.columns,
.columns.column--gutter-wide.column.column,
.columns.column--gutter-wide {
  padding-right: 10rem;
  padding-left: 10rem; }

.column.column--gutter-none, .column--gutter-none.columns,
.columns.column--gutter-none {
  padding-right: 0 !important;
  padding-left: 0 !important; }
  .column.column--gutter-none > .row, .column--gutter-none.columns > .row,
  .columns.column--gutter-none > .row {
    margin-right: 0;
    margin-left: 0; }
  .row .row .column.column--gutter-none:first-child, .row .row .column--gutter-none.columns:first-child, .row .row
  .columns.column--gutter-none:first-child {
    padding-left: 2.5rem !important; }
  .row .row .column.column--gutter-none:last-child, .row .row .column--gutter-none.columns:last-child, .row .row
  .columns.column--gutter-none:last-child {
    padding-right: 2.5rem !important; }

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
  .flex-row .column--stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  @media screen and (max-width: 63.9375em) {
    .flex-row .column, .flex-row .columns {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 40em) {
    .flex-row {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .flex-row .column, .flex-row .columns {
        width: 50%;
        float: left;
        padding-left: 2.5rem;
        padding-right: 2.5rem; }
        .flex-row .column:last-child:not(:first-child), .flex-row .columns:last-child:not(:first-child) {
          float: right; }
      .flex-row .column--largest {
        width: 100%;
        float: left;
        padding-left: 2.5rem;
        padding-right: 2.5rem; }
        .flex-row .column--largest:last-child:not(:first-child) {
          float: right; } }
  @media screen and (min-width: 64em) {
    .flex-row .column, .flex-row .columns,
    .flex-row .column-largest {
      width: 33.33333%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
      .flex-row .column:last-child:not(:first-child), .flex-row .columns:last-child:not(:first-child),
      .flex-row .column-largest:last-child:not(:first-child) {
        float: right; }
      .flex-row .column:last-of-type, .flex-row .columns:last-of-type,
      .flex-row .column-largest:last-of-type {
        width: 33.2%; } }

.fill-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.max-page-width {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.has-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  @media screen and (max-width: 74.9375em) {
    .has-sidebar {
      padding-right: 0;
      padding-left: 0; } }
  @media screen and (min-width: 64em) {
    .has-sidebar {
      padding-left: 0; } }
  .has-sidebar > .header--page {
    width: 100%;
    float: left;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .has-sidebar > .header--page:last-child:not(:first-child) {
      float: right; }
  .has-sidebar:not(.row) {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
  .has-sidebar > .content--main,
  .has-sidebar > .sidebar {
    width: 100%; }
  .has-sidebar > .content--main {
    padding-right: 2rem;
    padding-left: 2rem; }
    @media screen and (min-width: 64em) {
      .has-sidebar > .content--main {
        width: 70.83333%;
        float: left;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-right: 2.5rem; }
        .has-sidebar > .content--main:last-child:not(:first-child) {
          float: right; }
        .has-sidebar > .content--main.page-intro {
          width: 62.5%;
          float: left;
          padding-left: 2.5rem;
          padding-right: 2.5rem; }
          .has-sidebar > .content--main.page-intro:last-child:not(:first-child) {
            float: right; } }
  .has-sidebar > .sidebar {
    padding: 0; }
    .has-sidebar > .sidebar > section {
      padding-top: 0;
      padding-right: 1.25rem;
      padding-bottom: 1.25rem;
      padding-left: 1.25rem; }
      .has-sidebar > .sidebar > section.section--dark, .has-sidebar > .sidebar > section.bg-secondary {
        padding-top: 1.25rem; }
      @media screen and (min-width: 64em) {
        .has-sidebar > .sidebar > section {
          padding: 0; }
          .has-sidebar > .sidebar > section.section--dark, .has-sidebar > .sidebar > section.bg-secondary {
            padding: 1.25rem; } }
    .has-sidebar > .sidebar > section > header,
    .has-sidebar > .sidebar .section__header {
      margin-bottom: 1.25em; }
    @media screen and (min-width: 64em) {
      .has-sidebar > .sidebar {
        width: 29.16667%;
        float: left;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-left: 2.5rem; }
        .has-sidebar > .sidebar:last-child:not(:first-child) {
          float: right; } }
  @media screen and (min-width: 64em) {
    .has-sidebar .page-intro + .sidebar {
      width: 37.5%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
      .has-sidebar .page-intro + .sidebar:last-child:not(:first-child) {
        float: right; } }

.match-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .match-height.row .column, .match-height.row .columns,
  .match-height.row .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

*[class*="column-block"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -1.25em; }
  *[class*="column-block"].row .column, *[class*="column-block"].row .columns,
  *[class*="column-block"].row .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  *[class*="column-block"] > header {
    width: 100%; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .column-block-3 .column--auto {
    width: 100%;
    display: block;
    position: relative;
    min-height: 12.8125rem; }
    .column-block-3 .column--auto .teaser__image {
      width: 33%;
      position: absolute;
      top: 0.375rem;
      left: 0; }
    .column-block-3 .column--auto .teaser__heading-group,
    .column-block-3 .column--auto .teaser__blurb,
    .column-block-3 .column--auto .teaser__links {
      margin-left: calc(33% + 1rem); } }

/* -------------------------------------------------------------- */
/*	Atoms - Text
/* _______________________________________________________________ */
body {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px; }
  .fonts-loaded body {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif; }

/* Fonts
/* _______________________________________________________________ */
.font-primary {
  font-family: "Helvetica", "Arial", sans-serif; }
  .fonts-loaded .font-primary {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif; }

.font-secondary {
  font-family: "Helvetica", "Arial", sans-serif; }
  .fonts-loaded .font-secondary {
    font-family: "Lato", "Georgia", serif; }

.font-primary-condensed {
  font-family: "Helvetica", "Arial", sans-serif; }
  .fonts-loaded .font-primary-condensed {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

.font-size-smallest {
  font-size: 0.65em; }

.font-size-smaller {
  font-size: 0.75em; }

.font-size-small {
  font-size: 0.875em; }

.font-size-default {
  font-size: 1em; }

.font-size-large {
  font-size: 1.25em; }

.font-size-larger {
  font-size: 1.5em; }

.font-size-largest {
  font-size: 2em; }

abbr {
  border-bottom: 1px dotted #c2c2c2;
  cursor: help; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.letter-spaced {
  letter-spacing: 0.125rem; }

.no-wrap {
  white-space: nowrap; }

.hr--invisible {
  border-bottom: 0; }

.hr--dashed {
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, #004c97 45%, rgba(0, 76, 151, 0) 0%);
  background-image: linear-gradient(to right, #004c97 45%, rgba(0, 76, 151, 0) 0%);
  background-position: bottom;
  background-size: 15px 100%;
  background-repeat: repeat-x;
  border: 0;
  height: 3px; }

/* Headings
/* _______________________________________________________________ */
.heading--alpha {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0; }
  .fonts-loaded .heading--alpha {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }
  @media screen and (min-width: 40em) {
    .heading--alpha {
      font-size: 3rem; } }
  @media screen and (min-width: 64em) {
    .heading--alpha {
      font-size: 3.875rem; } }
  .heading--alpha .icon-wrapper {
    position: relative;
    top: -0.05em;
    width: 0.75em;
    height: 0.75em;
    line-height: 1em; }

h1 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0; }
  .fonts-loaded h1 {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }
  @media screen and (min-width: 40em) {
    h1 {
      font-size: 3rem; } }
  @media screen and (min-width: 64em) {
    h1 {
      font-size: 3.875rem; } }
  h1 .icon-wrapper {
    position: relative;
    top: -0.05em;
    width: 0.75em;
    height: 0.75em;
    line-height: 1em; }

.heading--beta {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0; }
  .fonts-loaded .heading--beta {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }
  @media screen and (min-width: 40em) {
    .heading--beta {
      font-size: 3rem; } }
  @media screen and (min-width: 64em) {
    .heading--beta {
      font-size: 3.875rem; } }
  .heading--beta .icon-wrapper {
    position: relative;
    top: -0.05em;
    width: 0.75em;
    height: 0.75em;
    line-height: 1em; }

h2 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0; }
  .fonts-loaded h2 {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }
  @media screen and (min-width: 40em) {
    h2 {
      font-size: 3rem; } }
  @media screen and (min-width: 64em) {
    h2 {
      font-size: 3.875rem; } }
  h2 .icon-wrapper {
    position: relative;
    top: -0.05em;
    width: 0.75em;
    height: 0.75em;
    line-height: 1em; }

.heading--gamma {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0; }
  .fonts-loaded .heading--gamma {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }
  @media screen and (min-width: 40em) {
    .heading--gamma {
      font-size: 3rem; } }
  @media screen and (min-width: 64em) {
    .heading--gamma {
      font-size: 3.875rem; } }
  .heading--gamma .icon-wrapper {
    position: relative;
    top: -0.05em;
    width: 0.75em;
    height: 0.75em;
    line-height: 1em; }

h3 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0; }
  .fonts-loaded h3 {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }
  @media screen and (min-width: 40em) {
    h3 {
      font-size: 3rem; } }
  @media screen and (min-width: 64em) {
    h3 {
      font-size: 3.875rem; } }
  h3 .icon-wrapper {
    position: relative;
    top: -0.05em;
    width: 0.75em;
    height: 0.75em;
    line-height: 1em; }

.heading--delta {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0; }
  .fonts-loaded .heading--delta {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }
  @media screen and (min-width: 40em) {
    .heading--delta {
      font-size: 3rem; } }
  @media screen and (min-width: 64em) {
    .heading--delta {
      font-size: 3.875rem; } }
  .heading--delta .icon-wrapper {
    position: relative;
    top: -0.05em;
    width: 0.75em;
    height: 0.75em;
    line-height: 1em; }

h4 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0; }
  .fonts-loaded h4 {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }
  @media screen and (min-width: 40em) {
    h4 {
      font-size: 3rem; } }
  @media screen and (min-width: 64em) {
    h4 {
      font-size: 3.875rem; } }
  h4 .icon-wrapper {
    position: relative;
    top: -0.05em;
    width: 0.75em;
    height: 0.75em;
    line-height: 1em; }

.heading--epsilon {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0; }
  .fonts-loaded .heading--epsilon {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }
  @media screen and (min-width: 40em) {
    .heading--epsilon {
      font-size: 3rem; } }
  @media screen and (min-width: 64em) {
    .heading--epsilon {
      font-size: 3.875rem; } }
  .heading--epsilon .icon-wrapper {
    position: relative;
    top: -0.05em;
    width: 0.75em;
    height: 0.75em;
    line-height: 1em; }

h5 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0; }
  .fonts-loaded h5 {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }
  @media screen and (min-width: 40em) {
    h5 {
      font-size: 3rem; } }
  @media screen and (min-width: 64em) {
    h5 {
      font-size: 3.875rem; } }
  h5 .icon-wrapper {
    position: relative;
    top: -0.05em;
    width: 0.75em;
    height: 0.75em;
    line-height: 1em; }

h6 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0; }
  .fonts-loaded h6 {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }
  @media screen and (min-width: 40em) {
    h6 {
      font-size: 3rem; } }
  @media screen and (min-width: 64em) {
    h6 {
      font-size: 3.875rem; } }
  h6 .icon-wrapper {
    position: relative;
    top: -0.05em;
    width: 0.75em;
    height: 0.75em;
    line-height: 1em; }

.heading--beta {
  font-size: 1.5rem;
  color: #0a0a0a;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    .heading--beta {
      font-size: 2.25rem; } }
  @media screen and (min-width: 64em) {
    .heading--beta {
      font-size: 2.25rem; } }
  .fonts-loaded .heading--beta {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

h2 {
  font-size: 1.5rem;
  color: #0a0a0a;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    h2 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 64em) {
    h2 {
      font-size: 2.25rem; } }
  .fonts-loaded h2 {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

.heading--gamma {
  font-size: 1.5rem;
  color: #0a0a0a;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    .heading--gamma {
      font-size: 2.25rem; } }
  @media screen and (min-width: 64em) {
    .heading--gamma {
      font-size: 2.25rem; } }
  .fonts-loaded .heading--gamma {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

h3 {
  font-size: 1.5rem;
  color: #0a0a0a;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    h3 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 64em) {
    h3 {
      font-size: 2.25rem; } }
  .fonts-loaded h3 {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

.heading--delta {
  font-size: 1.5rem;
  color: #0a0a0a;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    .heading--delta {
      font-size: 2.25rem; } }
  @media screen and (min-width: 64em) {
    .heading--delta {
      font-size: 2.25rem; } }
  .fonts-loaded .heading--delta {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

h4 {
  font-size: 1.5rem;
  color: #0a0a0a;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    h4 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 64em) {
    h4 {
      font-size: 2.25rem; } }
  .fonts-loaded h4 {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

.heading--epsilon {
  font-size: 1.5rem;
  color: #0a0a0a;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    .heading--epsilon {
      font-size: 2.25rem; } }
  @media screen and (min-width: 64em) {
    .heading--epsilon {
      font-size: 2.25rem; } }
  .fonts-loaded .heading--epsilon {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

h5 {
  font-size: 1.5rem;
  color: #0a0a0a;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    h5 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 64em) {
    h5 {
      font-size: 2.25rem; } }
  .fonts-loaded h5 {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

h6 {
  font-size: 1.5rem;
  color: #0a0a0a;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    h6 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 64em) {
    h6 {
      font-size: 2.25rem; } }
  .fonts-loaded h6 {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

.heading--gamma {
  font-size: 1.25rem;
  font-family: "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    .heading--gamma {
      font-size: 1.75rem; } }
  @media screen and (min-width: 64em) {
    .heading--gamma {
      font-size: 1.75rem; } }
  .fonts-loaded .heading--gamma {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

h3 {
  font-size: 1.25rem;
  font-family: "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    h3 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 64em) {
    h3 {
      font-size: 1.75rem; } }
  .fonts-loaded h3 {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

.heading--delta {
  font-size: 1.25rem;
  font-family: "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    .heading--delta {
      font-size: 1.75rem; } }
  @media screen and (min-width: 64em) {
    .heading--delta {
      font-size: 1.75rem; } }
  .fonts-loaded .heading--delta {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

h4 {
  font-size: 1.25rem;
  font-family: "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    h4 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 64em) {
    h4 {
      font-size: 1.75rem; } }
  .fonts-loaded h4 {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

.heading--epsilon {
  font-size: 1.25rem;
  font-family: "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    .heading--epsilon {
      font-size: 1.75rem; } }
  @media screen and (min-width: 64em) {
    .heading--epsilon {
      font-size: 1.75rem; } }
  .fonts-loaded .heading--epsilon {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

h5 {
  font-size: 1.25rem;
  font-family: "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    h5 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 64em) {
    h5 {
      font-size: 1.75rem; } }
  .fonts-loaded h5 {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

h6 {
  font-size: 1.25rem;
  font-family: "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    h6 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 64em) {
    h6 {
      font-size: 1.75rem; } }
  .fonts-loaded h6 {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

.heading--delta {
  font-size: 1.125rem;
  font-family: "Helvetica", "Arial", sans-serif;
  color: #4b4b4b;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.125em; }
  @media screen and (min-width: 40em) {
    .heading--delta {
      font-size: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .heading--delta {
      font-size: 1.125rem; } }
  .fonts-loaded .heading--delta {
    font-family: "Lato", "Georgia", serif; }

h4 {
  font-size: 1.125rem;
  font-family: "Helvetica", "Arial", sans-serif;
  color: #4b4b4b;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.125em; }
  @media screen and (min-width: 40em) {
    h4 {
      font-size: 1.125rem; } }
  @media screen and (min-width: 64em) {
    h4 {
      font-size: 1.125rem; } }
  .fonts-loaded h4 {
    font-family: "Lato", "Georgia", serif; }

.heading--epsilon {
  font-size: 1.125rem;
  font-family: "Helvetica", "Arial", sans-serif;
  color: #4b4b4b;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.125em; }
  @media screen and (min-width: 40em) {
    .heading--epsilon {
      font-size: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .heading--epsilon {
      font-size: 1.125rem; } }
  .fonts-loaded .heading--epsilon {
    font-family: "Lato", "Georgia", serif; }

h5 {
  font-size: 1.125rem;
  font-family: "Helvetica", "Arial", sans-serif;
  color: #4b4b4b;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.125em; }
  @media screen and (min-width: 40em) {
    h5 {
      font-size: 1.125rem; } }
  @media screen and (min-width: 64em) {
    h5 {
      font-size: 1.125rem; } }
  .fonts-loaded h5 {
    font-family: "Lato", "Georgia", serif; }

h6 {
  font-size: 1.125rem;
  font-family: "Helvetica", "Arial", sans-serif;
  color: #4b4b4b;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.125em; }
  @media screen and (min-width: 40em) {
    h6 {
      font-size: 1.125rem; } }
  @media screen and (min-width: 64em) {
    h6 {
      font-size: 1.125rem; } }
  .fonts-loaded h6 {
    font-family: "Lato", "Georgia", serif; }

.heading--epsilon {
  font-size: 1.0625rem;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    .heading--epsilon {
      font-size: 1.25rem; } }
  @media screen and (min-width: 64em) {
    .heading--epsilon {
      font-size: 1.25rem; } }

h5 {
  font-size: 1.0625rem;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    h5 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 64em) {
    h5 {
      font-size: 1.25rem; } }

h6 {
  font-size: 1.0625rem;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 40em) {
    h6 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 64em) {
    h6 {
      font-size: 1.25rem; } }

.heading {
  line-height: 1.4; }

.heading--page {
  font-size: 4.5rem;
  font-weight: bolder;
  color: #0a0a0a;
  line-height: 1.125; }

.heading--two-tone {
  color: #009cde; }
  .heading--two-tone strong {
    color: #004c97;
    font-weight: inherit; }

cite {
  color: inherit;
  font-size: inherit; }

.quote__text {
  display: inline; }

.social-media-quote .quote__citation {
  display: inline-block; }

.callout .social-media-quote a:link, .callout .social-media-quote a:visited {
  color: #fefefe; }

.callout .social-media-quote a:hover, .callout .social-media-quote a:focus, .callout .social-media-quote a:active {
  color: white; }

.callout .social-media-quote a svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease; }

.callout .social-media-quote a:hover svg, .callout .social-media-quote a:focus svg, .callout .social-media-quote a:active svg {
  fill: #fefefe; }

.social-citation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social-citation > * {
    display: block; }

.date-block .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.4375rem;
  padding: 0.5rem 0.5rem 0.75rem;
  text-align: center; }

.date-block .date__month,
.date-block .date__day {
  display: block;
  line-height: 0.75em; }

.date-block .date__month {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 0.625em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-bottom: 0.45rem; }
  .fonts-loaded .date-block .date__month {
    font-family: "Lato", "Georgia", serif; }

.date-block .date__day {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: -0.1em; }

.phone {
  font-weight: bold; }

/* Links
/* _______________________________________________________________ */
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: 0; }
  p a {
    text-decoration: underline; }

.anchor-dark-bg:link, .anchor-dark-bg:visited {
  color: #fff; }

.anchor-dark-bg:hover, .anchor-dark-bg:focus, .anchor-dark-bg:active {
  color: #e6e4db; }

.anchor-underlined:link, .anchor-underlined:visited {
  border-bottom: solid 2px #c2c2c2;
  border-bottom-color: "currentColor";
  padding-bottom: 0.75em; }

.anchor-underlined:hover, .anchor-underlined:focus, .anchor-underlined:active {
  border-bottom: solid 2px #c2c2c2;
  border-bottom-color: "currentColor";
  padding-bottom: 0.75em; }

.link--block {
  text-transform: uppercase; }
  .link--block .icon-wrapper {
    vertical-align: 0.05em;
    margin-left: 0.5em; }

.link--arrow .icon-wrapper,
.link--dropdown .icon-wrapper {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1.6em;
  vertical-align: baseline; }

.link--dropdown .icon-wrapper {
  margin-left: 0.5rem;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
          transform: rotate3d(0, 0, 1, 90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.link--dropdown.active .icon-wrapper {
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
          transform: rotate3d(0, 0, 1, -90deg); }

.social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social-link > * {
    display: block; }
  .social-link .icon-wrapper {
    width: 1.75em;
    height: 1.75em;
    margin-right: 0.5rem; }

/* -------------------------------------------------------------- */
/*    Atoms - Lists
/* -------------------------------------------------------------- */
/* Definition Lists
 /* _______________________________________________________________ */
dl {
  margin: 0; }
  dl dt {
    margin: 0; }
    dl dt.no-definition {
      margin-bottom: 0.75rem; }

dd {
  margin-left: 0; }

/* Unordered, Ordered (set defaults)
 /* _______________________________________________________________ */
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.25rem; }
  ol li,
  ul li {
    text-indent: -1rem;
    margin-left: 1.4375rem; }
    ol li:before,
    ul li:before {
      display: inline-block;
      color: #004c97; }

ul li {
  margin-left: calc( ( 0.5em + 0.5rem ));
  text-indent: calc( ( 0.5em + 0.5rem ) * -1); }
  ul li::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 0.5em;
    vertical-align: 0.25em;
    text-indent: 0;
    width: 1em;
    margin-left: 0;
    margin-right: 0.5rem; }

ol li {
  counter-increment: brand-counter; }
  ol li:before {
    margin-left: .75rem;
    content: counter(brand-counter) ". "; }

/* Strip Unordered List
 /* to use a list for layout instead of editorial/text/content
 /* _______________________________________________________________ */
.strip-list, ul[class*="block-grid"] {
  margin: 0 0 0 0; }
  .strip-list > li, ul[class*="block-grid"] > li {
    text-indent: 0;
    margin-left: 0; }
    .strip-list > li:before, ul[class*="block-grid"] > li:before {
      display: none; }

/* Loose UL Lists
 /* _______________________________________________________________ */
ul.loose-list li {
  margin-bottom: 0.625rem; }

/* Inline UL Lists
 /* _______________________________________________________________ */
ul.inline {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  ul.inline > li {
    display: block;
    text-indent: 0;
    margin: 0;
    padding: 0 0.5rem; }
    ul.inline > li:before {
      display: none; }
  ul.inline.dividers > li {
    position: relative; }
    ul.inline.dividers > li::after {
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1px;
      height: 1em;
      background-color: currentColor;
      content: ''; }
    ul.inline.dividers > li:last-of-type::after {
      content: none; }
  ul.inline.spaced-more > li {
    margin-right: 2.5rem; }
    ul.inline.spaced-more > li:last-child {
      margin-right: 0; }

.list--wrapped {
  display: block;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }
  .list--wrapped > li {
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
  .list--wrapped.across {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    .list--wrapped.across > li {
      display: block;
      width: 50%;
      margin-bottom: 1rem; }
      .list--wrapped.across > li:nth-child(even) {
        padding-left: 1.25rem; }

/*------------------------------------*    $IMAGE ELEMENTS
\*------------------------------------*/
.wave-background {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 15.625rem;
  background-image: url("/media/university-of-west-florida/style-assets/homepage/images/wave_graphic_tile.svg");
  background-repeat: repeat-x;
  background-position: bottom center; }

.wave-background--white {
  background-image: url("/media/university-of-west-florida/style-assets/homepage/images/wave_graphic_tile_white.svg"); }

.wave-background--overlap {
  background-image: url("/media/university-of-west-florida/style-assets/homepage/images/wave_graphic_tile_overlap.svg"); }

/* Icon customization */
/*------------------------------------*    $BUTTONS
\*------------------------------------*/
.button {
  background-color: #004c97;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.125em;
  font-size: 0.8125rem;
  font-weight: 900; }
  .button:hover, .button:focus {
    background-color: #009cde;
    color: #fff; }
  .button.button--hollow {
    border: 1px solid #004c97;
    color: #004c97;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .button.button--hollow, .button.button--hollow:hover, .button.button--hollow:focus {
      background-color: transparent; }
    .button.button--hollow:link, .button.button--hollow:visited {
      color: #004c97; }
    .button.button--hollow:hover, .button.button--hollow:focus, .button.button--hollow:active {
      color: #fefefe; }
    .button.button--hollow:hover, .button.button--hollow:focus, .button.button--hollow:active {
      border-color: #fefefe;
      background-color: #004c97; }
  .button--icon {
    border-radius: 0; }
    .button--icon .icon-wrapper {
      height: 1em;
      width: 1em;
      border-radius: 0; }
  .button--large {
    padding: 1.5em 2.25em; }
    .button--large.button--align-text {
      margin-top: -1em; }
  .button--secondary {
    background-color: #009cde;
    color: #fff; }
    .button--secondary:hover, .button--secondary:focus {
      background-color: #8dc8e8;
      color: #fff; }
    .button--secondary.button--hollow {
      border: 1px solid #009cde;
      color: #009cde;
      -webkit-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
      .button--secondary.button--hollow, .button--secondary.button--hollow:hover, .button--secondary.button--hollow:focus {
        background-color: transparent; }
      .button--secondary.button--hollow:link, .button--secondary.button--hollow:visited {
        color: #009cde; }
      .button--secondary.button--hollow:hover, .button--secondary.button--hollow:focus, .button--secondary.button--hollow:active {
        color: #fefefe; }
      .button--secondary.button--hollow:hover, .button--secondary.button--hollow:focus, .button--secondary.button--hollow:active {
        border-color: #fefefe;
        background-color: #009cde; }
  .button--call {
    background-color: #007a33;
    color: #fff; }
    .button--call:hover, .button--call:focus {
      background-color: #009cde;
      color: #fff; }
    .button--call.button--hollow {
      border: 1px solid #007a33;
      color: #007a33;
      -webkit-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
      .button--call.button--hollow, .button--call.button--hollow:hover, .button--call.button--hollow:focus {
        background-color: transparent; }
      .button--call.button--hollow:link, .button--call.button--hollow:visited {
        color: #007a33; }
      .button--call.button--hollow:hover, .button--call.button--hollow:focus, .button--call.button--hollow:active {
        color: #009cde; }
      .button--call.button--hollow:hover, .button--call.button--hollow:focus, .button--call.button--hollow:active {
        border-color: #009cde;
        background-color: #007a33; }
  .button--white.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.25em;
    padding: 1em 1.5em;
    margin: 0 1rem 1rem 0;
    font-size: inherit;
    background-color: #fefefe;
    color: #007a33;
    font-size: 0.8125rem; }
    [data-whatinput='mouse'] .button--white.button {
      outline: 0; }
    .button--white.button:hover, .button--white.button:focus {
      background-color: #fefefe;
      color: #007a33; }
    .button--white.button:link, .button--white.button:visited {
      color: #007a33; }
    .button--white.button:hover, .button--white.button:focus, .button--white.button:active {
      color: #004c97; }
    .button--white.button.button--hollow {
      border: 1px solid #fefefe;
      color: #fefefe;
      -webkit-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
      .button--white.button.button--hollow, .button--white.button.button--hollow:hover, .button--white.button.button--hollow:focus {
        background-color: transparent; }
      .button--white.button.button--hollow:link, .button--white.button.button--hollow:visited {
        color: #fefefe; }
      .button--white.button.button--hollow:hover, .button--white.button.button--hollow:focus, .button--white.button.button--hollow:active {
        color: #007a33; }
      .button--white.button.button--hollow:hover, .button--white.button.button--hollow:focus, .button--white.button.button--hollow:active {
        border-color: #007a33;
        background-color: #fefefe; }
  .button--dark {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.25em;
    padding: 1em 1.5em;
    margin: 0 1rem 1rem 0;
    font-size: inherit;
    background-color: #0a0a0a;
    color: #fff;
    font-size: 0.8125rem; }
    [data-whatinput='mouse'] .button--dark {
      outline: 0; }
    .button--dark:hover, .button--dark:focus {
      background-color: #a1a1a1;
      color: #fff; }
    .button--dark.button--hollow {
      border: 1px solid #0a0a0a;
      color: #0a0a0a;
      -webkit-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
      .button--dark.button--hollow, .button--dark.button--hollow:hover, .button--dark.button--hollow:focus {
        background-color: transparent; }
      .button--dark.button--hollow:link, .button--dark.button--hollow:visited {
        color: #0a0a0a; }
      .button--dark.button--hollow:hover, .button--dark.button--hollow:focus, .button--dark.button--hollow:active {
        color: #004c97; }
      .button--dark.button--hollow:hover, .button--dark.button--hollow:focus, .button--dark.button--hollow:active {
        border-color: #004c97;
        background-color: #0a0a0a; }
  .button--arrow {
    position: relative;
    overflow: hidden; }
    .button--arrow.button {
      padding-right: 3.5em;
      padding-left: 3.5em; }
    .button--arrow::before, .button--arrow::after {
      display: block;
      width: 2em;
      text-align: right;
      font-family: "FontAwesome"; }
    .button--arrow::before {
      position: absolute;
      right: 1.5em;
      line-height: 1;
      content: "";
      speak: none; }
  .button--animated::before {
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease; }
  .button--animated.button--arrow:hover::before, .button--animated.button--arrow:focus::before, .button--animated.button--arrow:active::before {
    right: 1.5em; }
  .button--animated.button--arrow::before {
    right: -2em; }
  .button--prev, .button--next, .button--up, .button--down {
    margin-bottom: 0;
    padding: 0;
    width: 3rem;
    height: 3rem;
    font-size: 0; }
    .button--prev::before, .button--next::before, .button--up::before, .button--down::before {
      line-height: 3rem;
      font-size: 1rem; }
  .button--prev::before {
    content: ""; }
  .button--next::before {
    content: ""; }
  .button--up::before {
    content: ""; }
  .button--down::before {
    content: ""; }
  li .button {
    margin-bottom: 0.125rem; }

.icons--dark-bg, footer .social-media-links {
  color: #fff; }

.icon-wrapper {
  background-color: transparent;
  width: 2em;
  height: 2em;
  overflow: hidden; }
  .icon-wrapper svg {
    width: 100%;
    height: 100%;
    fill: none; }
  .icons--color .icon-wrapper.facebook, .icon-wrapper.facebook.icons--color {
    color: #3b5999; }
  .icons--boxes .icon-wrapper.facebook, .social-media-links .icon-wrapper.facebook, .icon-wrapper.facebook.icons--boxes, .icon-wrapper.facebook.social-media-links {
    color: #fff;
    border-radius: 50%; }
    .icons--boxes .icon-wrapper.facebook svg, .social-media-links .icon-wrapper.facebook svg, .icon-wrapper.facebook.icons--boxes svg, .icon-wrapper.facebook.social-media-links svg {
      fill: #3b5999; }
  .icons--one-color .icon-wrapper.facebook, .social-media-links .icon-wrapper.facebook, .icon-wrapper.facebook.icons--one-color, .icon-wrapper.facebook.social-media-links {
    color: currentColor; }
  .icons--one-color.icons--boxes .icon-wrapper.facebook, .social-media-links .icon-wrapper.facebook, .icon-wrapper.facebook.icons--one-color.icons--boxes, .icon-wrapper.facebook.social-media-links {
    color: #fff; }
    .icons--one-color.icons--boxes .icon-wrapper.facebook svg, .social-media-links .icon-wrapper.facebook svg, .icon-wrapper.facebook.icons--one-color.icons--boxes svg, .icon-wrapper.facebook.social-media-links svg {
      fill: #007a33; }
  .icons--dark-bg:not(.icons--boxes):not(.social-media-links) .icon-wrapper.facebook, footer .social-media-links:not(.icons--boxes):not(.social-media-links) .icon-wrapper.facebook, .icon-wrapper.facebook.icons--dark-bg:not(.icons--boxes):not(.social-media-links), footer .icon-wrapper.facebook.social-media-links:not(.icons--boxes):not(.social-media-links) {
    color: #fff; }
  .icons--dark-bg.icons--boxes .icon-wrapper.facebook, .icons--dark-bg.social-media-links .icon-wrapper.facebook, footer .social-media-links .icon-wrapper.facebook, .icon-wrapper.facebook.icons--dark-bg.icons--boxes, .icon-wrapper.facebook.icons--dark-bg.social-media-links, footer .icon-wrapper.facebook.social-media-links {
    color: #fff; }
    .icons--dark-bg.icons--boxes .icon-wrapper.facebook svg, .icons--dark-bg.social-media-links .icon-wrapper.facebook svg, footer .social-media-links .icon-wrapper.facebook svg, .icon-wrapper.facebook.icons--dark-bg.icons--boxes svg, .icon-wrapper.facebook.icons--dark-bg.social-media-links svg, footer .icon-wrapper.facebook.social-media-links svg {
      fill: #3b5999; }
  .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.facebook, .icons--dark-bg.social-media-links .icon-wrapper.facebook, footer .social-media-links .icon-wrapper.facebook, .icon-wrapper.facebook.icons--dark-bg.icons--boxes.icons--one-color, .icon-wrapper.facebook.icons--dark-bg.social-media-links, footer .icon-wrapper.facebook.social-media-links {
    color: transparent; }
    .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.facebook svg, .icons--dark-bg.social-media-links .icon-wrapper.facebook svg, footer .social-media-links .icon-wrapper.facebook svg, .icon-wrapper.facebook.icons--dark-bg.icons--boxes.icons--one-color svg, .icon-wrapper.facebook.icons--dark-bg.social-media-links svg, footer .icon-wrapper.facebook.social-media-links svg {
      fill: #fff; }
  .icons--color .icon-wrapper.flickr, .icon-wrapper.flickr.icons--color {
    color: #ed1f83; }
  .icons--boxes .icon-wrapper.flickr, .social-media-links .icon-wrapper.flickr, .icon-wrapper.flickr.icons--boxes, .icon-wrapper.flickr.social-media-links {
    color: #fff;
    border-radius: 50%; }
    .icons--boxes .icon-wrapper.flickr svg, .social-media-links .icon-wrapper.flickr svg, .icon-wrapper.flickr.icons--boxes svg, .icon-wrapper.flickr.social-media-links svg {
      fill: #ed1f83; }
  .icons--one-color .icon-wrapper.flickr, .social-media-links .icon-wrapper.flickr, .icon-wrapper.flickr.icons--one-color, .icon-wrapper.flickr.social-media-links {
    color: currentColor; }
  .icons--one-color.icons--boxes .icon-wrapper.flickr, .social-media-links .icon-wrapper.flickr, .icon-wrapper.flickr.icons--one-color.icons--boxes, .icon-wrapper.flickr.social-media-links {
    color: #fff; }
    .icons--one-color.icons--boxes .icon-wrapper.flickr svg, .social-media-links .icon-wrapper.flickr svg, .icon-wrapper.flickr.icons--one-color.icons--boxes svg, .icon-wrapper.flickr.social-media-links svg {
      fill: #007a33; }
  .icons--dark-bg:not(.icons--boxes):not(.social-media-links) .icon-wrapper.flickr, footer .social-media-links:not(.icons--boxes):not(.social-media-links) .icon-wrapper.flickr, .icon-wrapper.flickr.icons--dark-bg:not(.icons--boxes):not(.social-media-links), footer .icon-wrapper.flickr.social-media-links:not(.icons--boxes):not(.social-media-links) {
    color: #fff; }
  .icons--dark-bg.icons--boxes .icon-wrapper.flickr, .icons--dark-bg.social-media-links .icon-wrapper.flickr, footer .social-media-links .icon-wrapper.flickr, footer .icons--boxes.social-media-links .icon-wrapper.flickr, .icon-wrapper.flickr.icons--dark-bg.icons--boxes, .icon-wrapper.flickr.icons--dark-bg.social-media-links, footer .icon-wrapper.flickr.social-media-links {
    color: #fff; }
    .icons--dark-bg.icons--boxes .icon-wrapper.flickr svg, .icons--dark-bg.social-media-links .icon-wrapper.flickr svg, footer .social-media-links .icon-wrapper.flickr svg, .icon-wrapper.flickr.icons--dark-bg.icons--boxes svg, .icon-wrapper.flickr.icons--dark-bg.social-media-links svg, footer .icon-wrapper.flickr.social-media-links svg {
      fill: #ed1f83; }
  .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.flickr, .icons--dark-bg.social-media-links .icon-wrapper.flickr, footer .social-media-links .icon-wrapper.flickr, footer .icons--boxes.icons--one-color.social-media-links .icon-wrapper.flickr, .icon-wrapper.flickr.icons--dark-bg.icons--boxes.icons--one-color, .icon-wrapper.flickr.icons--dark-bg.social-media-links, footer .icon-wrapper.flickr.social-media-links {
    color: transparent; }
    .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.flickr svg, .icons--dark-bg.social-media-links .icon-wrapper.flickr svg, footer .social-media-links .icon-wrapper.flickr svg, .icon-wrapper.flickr.icons--dark-bg.icons--boxes.icons--one-color svg, .icon-wrapper.flickr.icons--dark-bg.social-media-links svg, footer .icon-wrapper.flickr.social-media-links svg {
      fill: #fff; }
  .icons--color .icon-wrapper.github, .icon-wrapper.github.icons--color {
    color: #181617; }
  .icons--boxes .icon-wrapper.github, .social-media-links .icon-wrapper.github, .icon-wrapper.github.icons--boxes, .icon-wrapper.github.social-media-links {
    color: #fff;
    border-radius: 50%; }
    .icons--boxes .icon-wrapper.github svg, .social-media-links .icon-wrapper.github svg, .icon-wrapper.github.icons--boxes svg, .icon-wrapper.github.social-media-links svg {
      fill: #181617; }
  .icons--one-color .icon-wrapper.github, .social-media-links .icon-wrapper.github, .icon-wrapper.github.icons--one-color, .icon-wrapper.github.social-media-links {
    color: currentColor; }
  .icons--one-color.icons--boxes .icon-wrapper.github, .social-media-links .icon-wrapper.github, .icon-wrapper.github.icons--one-color.icons--boxes, .icon-wrapper.github.social-media-links {
    color: #fff; }
    .icons--one-color.icons--boxes .icon-wrapper.github svg, .social-media-links .icon-wrapper.github svg, .icon-wrapper.github.icons--one-color.icons--boxes svg, .icon-wrapper.github.social-media-links svg {
      fill: #007a33; }
  .icons--dark-bg:not(.icons--boxes):not(.social-media-links) .icon-wrapper.github, footer .social-media-links:not(.icons--boxes):not(.social-media-links) .icon-wrapper.github, .icon-wrapper.github.icons--dark-bg:not(.icons--boxes):not(.social-media-links), footer .icon-wrapper.github.social-media-links:not(.icons--boxes):not(.social-media-links) {
    color: #fff; }
  .icons--dark-bg.icons--boxes .icon-wrapper.github, .icons--dark-bg.social-media-links .icon-wrapper.github, footer .social-media-links .icon-wrapper.github, footer .icons--boxes.social-media-links .icon-wrapper.github, .icon-wrapper.github.icons--dark-bg.icons--boxes, .icon-wrapper.github.icons--dark-bg.social-media-links, footer .icon-wrapper.github.social-media-links {
    color: #181617; }
    .icons--dark-bg.icons--boxes .icon-wrapper.github svg, .icons--dark-bg.social-media-links .icon-wrapper.github svg, footer .social-media-links .icon-wrapper.github svg, .icon-wrapper.github.icons--dark-bg.icons--boxes svg, .icon-wrapper.github.icons--dark-bg.social-media-links svg, footer .icon-wrapper.github.social-media-links svg {
      fill: #fff; }
  .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.github, .icons--dark-bg.social-media-links .icon-wrapper.github, footer .social-media-links .icon-wrapper.github, footer .icons--boxes.icons--one-color.social-media-links .icon-wrapper.github, .icon-wrapper.github.icons--dark-bg.icons--boxes.icons--one-color, .icon-wrapper.github.icons--dark-bg.social-media-links, footer .icon-wrapper.github.social-media-links {
    color: transparent; }
    .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.github svg, .icons--dark-bg.social-media-links .icon-wrapper.github svg, footer .social-media-links .icon-wrapper.github svg, .icon-wrapper.github.icons--dark-bg.icons--boxes.icons--one-color svg, .icon-wrapper.github.icons--dark-bg.social-media-links svg, footer .icon-wrapper.github.social-media-links svg {
      fill: #fff; }
  .icons--color .icon-wrapper.instagram, .icon-wrapper.instagram.icons--color {
    color: #32669a; }
  .icons--boxes .icon-wrapper.instagram, .social-media-links .icon-wrapper.instagram, .icon-wrapper.instagram.icons--boxes, .icon-wrapper.instagram.social-media-links {
    color: #fff;
    border-radius: 50%; }
    .icons--boxes .icon-wrapper.instagram svg, .social-media-links .icon-wrapper.instagram svg, .icon-wrapper.instagram.icons--boxes svg, .icon-wrapper.instagram.social-media-links svg {
      fill: #32669a; }
  .icons--one-color .icon-wrapper.instagram, .social-media-links .icon-wrapper.instagram, .icon-wrapper.instagram.icons--one-color, .icon-wrapper.instagram.social-media-links {
    color: currentColor; }
  .icons--one-color.icons--boxes .icon-wrapper.instagram, .social-media-links .icon-wrapper.instagram, .icon-wrapper.instagram.icons--one-color.icons--boxes, .icon-wrapper.instagram.social-media-links {
    color: #fff; }
    .icons--one-color.icons--boxes .icon-wrapper.instagram svg, .social-media-links .icon-wrapper.instagram svg, .icon-wrapper.instagram.icons--one-color.icons--boxes svg, .icon-wrapper.instagram.social-media-links svg {
      fill: #007a33; }
  .icons--dark-bg:not(.icons--boxes):not(.social-media-links) .icon-wrapper.instagram, footer .social-media-links:not(.icons--boxes):not(.social-media-links) .icon-wrapper.instagram, .icon-wrapper.instagram.icons--dark-bg:not(.icons--boxes):not(.social-media-links), footer .icon-wrapper.instagram.social-media-links:not(.icons--boxes):not(.social-media-links) {
    color: #fff; }
  .icons--dark-bg.icons--boxes .icon-wrapper.instagram, .icons--dark-bg.social-media-links .icon-wrapper.instagram, footer .social-media-links .icon-wrapper.instagram, footer .icons--boxes.social-media-links .icon-wrapper.instagram, .icon-wrapper.instagram.icons--dark-bg.icons--boxes, .icon-wrapper.instagram.icons--dark-bg.social-media-links, footer .icon-wrapper.instagram.social-media-links {
    color: #fff; }
    .icons--dark-bg.icons--boxes .icon-wrapper.instagram svg, .icons--dark-bg.social-media-links .icon-wrapper.instagram svg, footer .social-media-links .icon-wrapper.instagram svg, .icon-wrapper.instagram.icons--dark-bg.icons--boxes svg, .icon-wrapper.instagram.icons--dark-bg.social-media-links svg, footer .icon-wrapper.instagram.social-media-links svg {
      fill: #32669a; }
  .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.instagram, .icons--dark-bg.social-media-links .icon-wrapper.instagram, footer .social-media-links .icon-wrapper.instagram, footer .icons--boxes.icons--one-color.social-media-links .icon-wrapper.instagram, .icon-wrapper.instagram.icons--dark-bg.icons--boxes.icons--one-color, .icon-wrapper.instagram.icons--dark-bg.social-media-links, footer .icon-wrapper.instagram.social-media-links {
    color: transparent; }
    .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.instagram svg, .icons--dark-bg.social-media-links .icon-wrapper.instagram svg, footer .social-media-links .icon-wrapper.instagram svg, .icon-wrapper.instagram.icons--dark-bg.icons--boxes.icons--one-color svg, .icon-wrapper.instagram.icons--dark-bg.social-media-links svg, footer .icon-wrapper.instagram.social-media-links svg {
      fill: #fff; }
  .icons--color .icon-wrapper.kickstarter, .icon-wrapper.kickstarter.icons--color {
    color: #7bc143; }
  .icons--boxes .icon-wrapper.kickstarter, .social-media-links .icon-wrapper.kickstarter, .icon-wrapper.kickstarter.icons--boxes, .icon-wrapper.kickstarter.social-media-links {
    color: #161e13;
    border-radius: 50%; }
    .icons--boxes .icon-wrapper.kickstarter svg, .social-media-links .icon-wrapper.kickstarter svg, .icon-wrapper.kickstarter.icons--boxes svg, .icon-wrapper.kickstarter.social-media-links svg {
      fill: #7bc143; }
  .icons--one-color .icon-wrapper.kickstarter, .social-media-links .icon-wrapper.kickstarter, .icon-wrapper.kickstarter.icons--one-color, .icon-wrapper.kickstarter.social-media-links {
    color: currentColor; }
  .icons--one-color.icons--boxes .icon-wrapper.kickstarter, .social-media-links .icon-wrapper.kickstarter, .icon-wrapper.kickstarter.icons--one-color.icons--boxes, .icon-wrapper.kickstarter.social-media-links {
    color: #fff; }
    .icons--one-color.icons--boxes .icon-wrapper.kickstarter svg, .social-media-links .icon-wrapper.kickstarter svg, .icon-wrapper.kickstarter.icons--one-color.icons--boxes svg, .icon-wrapper.kickstarter.social-media-links svg {
      fill: #007a33; }
  .icons--dark-bg:not(.icons--boxes):not(.social-media-links) .icon-wrapper.kickstarter, footer .social-media-links:not(.icons--boxes):not(.social-media-links) .icon-wrapper.kickstarter, .icon-wrapper.kickstarter.icons--dark-bg:not(.icons--boxes):not(.social-media-links), footer .icon-wrapper.kickstarter.social-media-links:not(.icons--boxes):not(.social-media-links) {
    color: #fff; }
  .icons--dark-bg.icons--boxes .icon-wrapper.kickstarter, .icons--dark-bg.social-media-links .icon-wrapper.kickstarter, footer .social-media-links .icon-wrapper.kickstarter, footer .icons--boxes.social-media-links .icon-wrapper.kickstarter, .icon-wrapper.kickstarter.icons--dark-bg.icons--boxes, .icon-wrapper.kickstarter.icons--dark-bg.social-media-links, footer .icon-wrapper.kickstarter.social-media-links {
    color: #161e13; }
    .icons--dark-bg.icons--boxes .icon-wrapper.kickstarter svg, .icons--dark-bg.social-media-links .icon-wrapper.kickstarter svg, footer .social-media-links .icon-wrapper.kickstarter svg, .icon-wrapper.kickstarter.icons--dark-bg.icons--boxes svg, .icon-wrapper.kickstarter.icons--dark-bg.social-media-links svg, footer .icon-wrapper.kickstarter.social-media-links svg {
      fill: #7bc143; }
  .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.kickstarter, .icons--dark-bg.social-media-links .icon-wrapper.kickstarter, footer .social-media-links .icon-wrapper.kickstarter, footer .icons--boxes.icons--one-color.social-media-links .icon-wrapper.kickstarter, .icon-wrapper.kickstarter.icons--dark-bg.icons--boxes.icons--one-color, .icon-wrapper.kickstarter.icons--dark-bg.social-media-links, footer .icon-wrapper.kickstarter.social-media-links {
    color: transparent; }
    .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.kickstarter svg, .icons--dark-bg.social-media-links .icon-wrapper.kickstarter svg, footer .social-media-links .icon-wrapper.kickstarter svg, .icon-wrapper.kickstarter.icons--dark-bg.icons--boxes.icons--one-color svg, .icon-wrapper.kickstarter.icons--dark-bg.social-media-links svg, footer .icon-wrapper.kickstarter.social-media-links svg {
      fill: #fff; }
  .icons--color .icon-wrapper.linkedin, .icon-wrapper.linkedin.icons--color {
    color: #017bb6; }
  .icons--boxes .icon-wrapper.linkedin, .social-media-links .icon-wrapper.linkedin, .icon-wrapper.linkedin.icons--boxes, .icon-wrapper.linkedin.social-media-links {
    color: #fff;
    border-radius: 50%; }
    .icons--boxes .icon-wrapper.linkedin svg, .social-media-links .icon-wrapper.linkedin svg, .icon-wrapper.linkedin.icons--boxes svg, .icon-wrapper.linkedin.social-media-links svg {
      fill: #017bb6; }
  .icons--one-color .icon-wrapper.linkedin, .social-media-links .icon-wrapper.linkedin, .icon-wrapper.linkedin.icons--one-color, .icon-wrapper.linkedin.social-media-links {
    color: currentColor; }
  .icons--one-color.icons--boxes .icon-wrapper.linkedin, .social-media-links .icon-wrapper.linkedin, .icon-wrapper.linkedin.icons--one-color.icons--boxes, .icon-wrapper.linkedin.social-media-links {
    color: #fff; }
    .icons--one-color.icons--boxes .icon-wrapper.linkedin svg, .social-media-links .icon-wrapper.linkedin svg, .icon-wrapper.linkedin.icons--one-color.icons--boxes svg, .icon-wrapper.linkedin.social-media-links svg {
      fill: #007a33; }
  .icons--dark-bg:not(.icons--boxes):not(.social-media-links) .icon-wrapper.linkedin, footer .social-media-links:not(.icons--boxes):not(.social-media-links) .icon-wrapper.linkedin, .icon-wrapper.linkedin.icons--dark-bg:not(.icons--boxes):not(.social-media-links), footer .icon-wrapper.linkedin.social-media-links:not(.icons--boxes):not(.social-media-links) {
    color: #fff; }
  .icons--dark-bg.icons--boxes .icon-wrapper.linkedin, .icons--dark-bg.social-media-links .icon-wrapper.linkedin, footer .social-media-links .icon-wrapper.linkedin, footer .icons--boxes.social-media-links .icon-wrapper.linkedin, .icon-wrapper.linkedin.icons--dark-bg.icons--boxes, .icon-wrapper.linkedin.icons--dark-bg.social-media-links, footer .icon-wrapper.linkedin.social-media-links {
    color: #fff; }
    .icons--dark-bg.icons--boxes .icon-wrapper.linkedin svg, .icons--dark-bg.social-media-links .icon-wrapper.linkedin svg, footer .social-media-links .icon-wrapper.linkedin svg, .icon-wrapper.linkedin.icons--dark-bg.icons--boxes svg, .icon-wrapper.linkedin.icons--dark-bg.social-media-links svg, footer .icon-wrapper.linkedin.social-media-links svg {
      fill: #017bb6; }
  .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.linkedin, .icons--dark-bg.social-media-links .icon-wrapper.linkedin, footer .social-media-links .icon-wrapper.linkedin, footer .icons--boxes.icons--one-color.social-media-links .icon-wrapper.linkedin, .icon-wrapper.linkedin.icons--dark-bg.icons--boxes.icons--one-color, .icon-wrapper.linkedin.icons--dark-bg.social-media-links, footer .icon-wrapper.linkedin.social-media-links {
    color: transparent; }
    .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.linkedin svg, .icons--dark-bg.social-media-links .icon-wrapper.linkedin svg, footer .social-media-links .icon-wrapper.linkedin svg, .icon-wrapper.linkedin.icons--dark-bg.icons--boxes.icons--one-color svg, .icon-wrapper.linkedin.icons--dark-bg.social-media-links svg, footer .icon-wrapper.linkedin.social-media-links svg {
      fill: #fff; }
  .icons--color .icon-wrapper.pinterest, .icon-wrapper.pinterest.icons--color {
    color: #ca2128; }
  .icons--boxes .icon-wrapper.pinterest, .social-media-links .icon-wrapper.pinterest, .icon-wrapper.pinterest.icons--boxes, .icon-wrapper.pinterest.social-media-links {
    color: #fff;
    border-radius: 50%; }
    .icons--boxes .icon-wrapper.pinterest svg, .social-media-links .icon-wrapper.pinterest svg, .icon-wrapper.pinterest.icons--boxes svg, .icon-wrapper.pinterest.social-media-links svg {
      fill: #ca2128; }
  .icons--one-color .icon-wrapper.pinterest, .social-media-links .icon-wrapper.pinterest, .icon-wrapper.pinterest.icons--one-color, .icon-wrapper.pinterest.social-media-links {
    color: currentColor; }
  .icons--one-color.icons--boxes .icon-wrapper.pinterest, .social-media-links .icon-wrapper.pinterest, .icon-wrapper.pinterest.icons--one-color.icons--boxes, .icon-wrapper.pinterest.social-media-links {
    color: #fff; }
    .icons--one-color.icons--boxes .icon-wrapper.pinterest svg, .social-media-links .icon-wrapper.pinterest svg, .icon-wrapper.pinterest.icons--one-color.icons--boxes svg, .icon-wrapper.pinterest.social-media-links svg {
      fill: #007a33; }
  .icons--dark-bg:not(.icons--boxes):not(.social-media-links) .icon-wrapper.pinterest, footer .social-media-links:not(.icons--boxes):not(.social-media-links) .icon-wrapper.pinterest, .icon-wrapper.pinterest.icons--dark-bg:not(.icons--boxes):not(.social-media-links), footer .icon-wrapper.pinterest.social-media-links:not(.icons--boxes):not(.social-media-links) {
    color: #fff; }
  .icons--dark-bg.icons--boxes .icon-wrapper.pinterest, .icons--dark-bg.social-media-links .icon-wrapper.pinterest, footer .social-media-links .icon-wrapper.pinterest, footer .icons--boxes.social-media-links .icon-wrapper.pinterest, .icon-wrapper.pinterest.icons--dark-bg.icons--boxes, .icon-wrapper.pinterest.icons--dark-bg.social-media-links, footer .icon-wrapper.pinterest.social-media-links {
    color: #fff; }
    .icons--dark-bg.icons--boxes .icon-wrapper.pinterest svg, .icons--dark-bg.social-media-links .icon-wrapper.pinterest svg, footer .social-media-links .icon-wrapper.pinterest svg, .icon-wrapper.pinterest.icons--dark-bg.icons--boxes svg, .icon-wrapper.pinterest.icons--dark-bg.social-media-links svg, footer .icon-wrapper.pinterest.social-media-links svg {
      fill: #ca2128; }
  .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.pinterest, .icons--dark-bg.social-media-links .icon-wrapper.pinterest, footer .social-media-links .icon-wrapper.pinterest, footer .icons--boxes.icons--one-color.social-media-links .icon-wrapper.pinterest, .icon-wrapper.pinterest.icons--dark-bg.icons--boxes.icons--one-color, .icon-wrapper.pinterest.icons--dark-bg.social-media-links, footer .icon-wrapper.pinterest.social-media-links {
    color: transparent; }
    .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.pinterest svg, .icons--dark-bg.social-media-links .icon-wrapper.pinterest svg, footer .social-media-links .icon-wrapper.pinterest svg, .icon-wrapper.pinterest.icons--dark-bg.icons--boxes.icons--one-color svg, .icon-wrapper.pinterest.icons--dark-bg.social-media-links svg, footer .icon-wrapper.pinterest.social-media-links svg {
      fill: #fff; }
  .icons--color .icon-wrapper.reddit, .icon-wrapper.reddit.icons--color {
    color: #f04a23; }
  .icons--boxes .icon-wrapper.reddit, .social-media-links .icon-wrapper.reddit, .icon-wrapper.reddit.icons--boxes, .icon-wrapper.reddit.social-media-links {
    color: #fff;
    border-radius: 50%; }
    .icons--boxes .icon-wrapper.reddit svg, .social-media-links .icon-wrapper.reddit svg, .icon-wrapper.reddit.icons--boxes svg, .icon-wrapper.reddit.social-media-links svg {
      fill: #f04a23; }
  .icons--one-color .icon-wrapper.reddit, .social-media-links .icon-wrapper.reddit, .icon-wrapper.reddit.icons--one-color, .icon-wrapper.reddit.social-media-links {
    color: currentColor; }
  .icons--one-color.icons--boxes .icon-wrapper.reddit, .social-media-links .icon-wrapper.reddit, .icon-wrapper.reddit.icons--one-color.icons--boxes, .icon-wrapper.reddit.social-media-links {
    color: #fff; }
    .icons--one-color.icons--boxes .icon-wrapper.reddit svg, .social-media-links .icon-wrapper.reddit svg, .icon-wrapper.reddit.icons--one-color.icons--boxes svg, .icon-wrapper.reddit.social-media-links svg {
      fill: #007a33; }
  .icons--dark-bg:not(.icons--boxes):not(.social-media-links) .icon-wrapper.reddit, footer .social-media-links:not(.icons--boxes):not(.social-media-links) .icon-wrapper.reddit, .icon-wrapper.reddit.icons--dark-bg:not(.icons--boxes):not(.social-media-links), footer .icon-wrapper.reddit.social-media-links:not(.icons--boxes):not(.social-media-links) {
    color: #fff; }
  .icons--dark-bg.icons--boxes .icon-wrapper.reddit, .icons--dark-bg.social-media-links .icon-wrapper.reddit, footer .social-media-links .icon-wrapper.reddit, footer .icons--boxes.social-media-links .icon-wrapper.reddit, .icon-wrapper.reddit.icons--dark-bg.icons--boxes, .icon-wrapper.reddit.icons--dark-bg.social-media-links, footer .icon-wrapper.reddit.social-media-links {
    color: #fff; }
    .icons--dark-bg.icons--boxes .icon-wrapper.reddit svg, .icons--dark-bg.social-media-links .icon-wrapper.reddit svg, footer .social-media-links .icon-wrapper.reddit svg, .icon-wrapper.reddit.icons--dark-bg.icons--boxes svg, .icon-wrapper.reddit.icons--dark-bg.social-media-links svg, footer .icon-wrapper.reddit.social-media-links svg {
      fill: #f04a23; }
  .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.reddit, .icons--dark-bg.social-media-links .icon-wrapper.reddit, footer .social-media-links .icon-wrapper.reddit, footer .icons--boxes.icons--one-color.social-media-links .icon-wrapper.reddit, .icon-wrapper.reddit.icons--dark-bg.icons--boxes.icons--one-color, .icon-wrapper.reddit.icons--dark-bg.social-media-links, footer .icon-wrapper.reddit.social-media-links {
    color: transparent; }
    .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.reddit svg, .icons--dark-bg.social-media-links .icon-wrapper.reddit svg, footer .social-media-links .icon-wrapper.reddit svg, .icon-wrapper.reddit.icons--dark-bg.icons--boxes.icons--one-color svg, .icon-wrapper.reddit.icons--dark-bg.social-media-links svg, footer .icon-wrapper.reddit.social-media-links svg {
      fill: #fff; }
  .icons--color .icon-wrapper.rss, .icon-wrapper.rss.icons--color {
    color: #ed802d; }
  .icons--boxes .icon-wrapper.rss, .social-media-links .icon-wrapper.rss, .icon-wrapper.rss.icons--boxes, .icon-wrapper.rss.social-media-links {
    color: #fff;
    border-radius: 50%; }
    .icons--boxes .icon-wrapper.rss svg, .social-media-links .icon-wrapper.rss svg, .icon-wrapper.rss.icons--boxes svg, .icon-wrapper.rss.social-media-links svg {
      fill: #ed802d; }
  .icons--one-color .icon-wrapper.rss, .social-media-links .icon-wrapper.rss, .icon-wrapper.rss.icons--one-color, .icon-wrapper.rss.social-media-links {
    color: currentColor; }
  .icons--one-color.icons--boxes .icon-wrapper.rss, .social-media-links .icon-wrapper.rss, .icon-wrapper.rss.icons--one-color.icons--boxes, .icon-wrapper.rss.social-media-links {
    color: #fff; }
    .icons--one-color.icons--boxes .icon-wrapper.rss svg, .social-media-links .icon-wrapper.rss svg, .icon-wrapper.rss.icons--one-color.icons--boxes svg, .icon-wrapper.rss.social-media-links svg {
      fill: #007a33; }
  .icons--dark-bg:not(.icons--boxes):not(.social-media-links) .icon-wrapper.rss, footer .social-media-links:not(.icons--boxes):not(.social-media-links) .icon-wrapper.rss, .icon-wrapper.rss.icons--dark-bg:not(.icons--boxes):not(.social-media-links), footer .icon-wrapper.rss.social-media-links:not(.icons--boxes):not(.social-media-links) {
    color: #fff; }
  .icons--dark-bg.icons--boxes .icon-wrapper.rss, .icons--dark-bg.social-media-links .icon-wrapper.rss, footer .social-media-links .icon-wrapper.rss, footer .icons--boxes.social-media-links .icon-wrapper.rss, .icon-wrapper.rss.icons--dark-bg.icons--boxes, .icon-wrapper.rss.icons--dark-bg.social-media-links, footer .icon-wrapper.rss.social-media-links {
    color: #fff; }
    .icons--dark-bg.icons--boxes .icon-wrapper.rss svg, .icons--dark-bg.social-media-links .icon-wrapper.rss svg, footer .social-media-links .icon-wrapper.rss svg, .icon-wrapper.rss.icons--dark-bg.icons--boxes svg, .icon-wrapper.rss.icons--dark-bg.social-media-links svg, footer .icon-wrapper.rss.social-media-links svg {
      fill: #ed802d; }
  .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.rss, .icons--dark-bg.social-media-links .icon-wrapper.rss, footer .social-media-links .icon-wrapper.rss, footer .icons--boxes.icons--one-color.social-media-links .icon-wrapper.rss, .icon-wrapper.rss.icons--dark-bg.icons--boxes.icons--one-color, .icon-wrapper.rss.icons--dark-bg.social-media-links, footer .icon-wrapper.rss.social-media-links {
    color: transparent; }
    .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.rss svg, .icons--dark-bg.social-media-links .icon-wrapper.rss svg, footer .social-media-links .icon-wrapper.rss svg, .icon-wrapper.rss.icons--dark-bg.icons--boxes.icons--one-color svg, .icon-wrapper.rss.icons--dark-bg.social-media-links svg, footer .icon-wrapper.rss.social-media-links svg {
      fill: #fff; }
  .icons--color .icon-wrapper.tumblr, .icon-wrapper.tumblr.icons--color {
    color: #45546b; }
  .icons--boxes .icon-wrapper.tumblr, .social-media-links .icon-wrapper.tumblr, .icon-wrapper.tumblr.icons--boxes, .icon-wrapper.tumblr.social-media-links {
    color: #fff;
    border-radius: 50%; }
    .icons--boxes .icon-wrapper.tumblr svg, .social-media-links .icon-wrapper.tumblr svg, .icon-wrapper.tumblr.icons--boxes svg, .icon-wrapper.tumblr.social-media-links svg {
      fill: #45546b; }
  .icons--one-color .icon-wrapper.tumblr, .social-media-links .icon-wrapper.tumblr, .icon-wrapper.tumblr.icons--one-color, .icon-wrapper.tumblr.social-media-links {
    color: currentColor; }
  .icons--one-color.icons--boxes .icon-wrapper.tumblr, .social-media-links .icon-wrapper.tumblr, .icon-wrapper.tumblr.icons--one-color.icons--boxes, .icon-wrapper.tumblr.social-media-links {
    color: #fff; }
    .icons--one-color.icons--boxes .icon-wrapper.tumblr svg, .social-media-links .icon-wrapper.tumblr svg, .icon-wrapper.tumblr.icons--one-color.icons--boxes svg, .icon-wrapper.tumblr.social-media-links svg {
      fill: #007a33; }
  .icons--dark-bg:not(.icons--boxes):not(.social-media-links) .icon-wrapper.tumblr, footer .social-media-links:not(.icons--boxes):not(.social-media-links) .icon-wrapper.tumblr, .icon-wrapper.tumblr.icons--dark-bg:not(.icons--boxes):not(.social-media-links), footer .icon-wrapper.tumblr.social-media-links:not(.icons--boxes):not(.social-media-links) {
    color: #fff; }
  .icons--dark-bg.icons--boxes .icon-wrapper.tumblr, .icons--dark-bg.social-media-links .icon-wrapper.tumblr, footer .social-media-links .icon-wrapper.tumblr, footer .icons--boxes.social-media-links .icon-wrapper.tumblr, .icon-wrapper.tumblr.icons--dark-bg.icons--boxes, .icon-wrapper.tumblr.icons--dark-bg.social-media-links, footer .icon-wrapper.tumblr.social-media-links {
    color: #fff; }
    .icons--dark-bg.icons--boxes .icon-wrapper.tumblr svg, .icons--dark-bg.social-media-links .icon-wrapper.tumblr svg, footer .social-media-links .icon-wrapper.tumblr svg, .icon-wrapper.tumblr.icons--dark-bg.icons--boxes svg, .icon-wrapper.tumblr.icons--dark-bg.social-media-links svg, footer .icon-wrapper.tumblr.social-media-links svg {
      fill: #45546b; }
  .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.tumblr, .icons--dark-bg.social-media-links .icon-wrapper.tumblr, footer .social-media-links .icon-wrapper.tumblr, footer .icons--boxes.icons--one-color.social-media-links .icon-wrapper.tumblr, .icon-wrapper.tumblr.icons--dark-bg.icons--boxes.icons--one-color, .icon-wrapper.tumblr.icons--dark-bg.social-media-links, footer .icon-wrapper.tumblr.social-media-links {
    color: transparent; }
    .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.tumblr svg, .icons--dark-bg.social-media-links .icon-wrapper.tumblr svg, footer .social-media-links .icon-wrapper.tumblr svg, .icon-wrapper.tumblr.icons--dark-bg.icons--boxes.icons--one-color svg, .icon-wrapper.tumblr.icons--dark-bg.social-media-links svg, footer .icon-wrapper.tumblr.social-media-links svg {
      fill: #fff; }
  .icons--color .icon-wrapper.twitter, .icon-wrapper.twitter.icons--color {
    color: #32669a; }
  .icons--boxes .icon-wrapper.twitter, .social-media-links .icon-wrapper.twitter, .icon-wrapper.twitter.icons--boxes, .icon-wrapper.twitter.social-media-links {
    color: #fff;
    border-radius: 50%; }
    .icons--boxes .icon-wrapper.twitter svg, .social-media-links .icon-wrapper.twitter svg, .icon-wrapper.twitter.icons--boxes svg, .icon-wrapper.twitter.social-media-links svg {
      fill: #32669a; }
  .icons--one-color .icon-wrapper.twitter, .social-media-links .icon-wrapper.twitter, .icon-wrapper.twitter.icons--one-color, .icon-wrapper.twitter.social-media-links {
    color: currentColor; }
  .icons--one-color.icons--boxes .icon-wrapper.twitter, .social-media-links .icon-wrapper.twitter, .icon-wrapper.twitter.icons--one-color.icons--boxes, .icon-wrapper.twitter.social-media-links {
    color: #fff; }
    .icons--one-color.icons--boxes .icon-wrapper.twitter svg, .social-media-links .icon-wrapper.twitter svg, .icon-wrapper.twitter.icons--one-color.icons--boxes svg, .icon-wrapper.twitter.social-media-links svg {
      fill: #007a33; }
  .icons--dark-bg:not(.icons--boxes):not(.social-media-links) .icon-wrapper.twitter, footer .social-media-links:not(.icons--boxes):not(.social-media-links) .icon-wrapper.twitter, .icon-wrapper.twitter.icons--dark-bg:not(.icons--boxes):not(.social-media-links), footer .icon-wrapper.twitter.social-media-links:not(.icons--boxes):not(.social-media-links) {
    color: #fff; }
  .icons--dark-bg.icons--boxes .icon-wrapper.twitter, .icons--dark-bg.social-media-links .icon-wrapper.twitter, footer .social-media-links .icon-wrapper.twitter, footer .icons--boxes.social-media-links .icon-wrapper.twitter, .icon-wrapper.twitter.icons--dark-bg.icons--boxes, .icon-wrapper.twitter.icons--dark-bg.social-media-links, footer .icon-wrapper.twitter.social-media-links {
    color: #fff; }
    .icons--dark-bg.icons--boxes .icon-wrapper.twitter svg, .icons--dark-bg.social-media-links .icon-wrapper.twitter svg, footer .social-media-links .icon-wrapper.twitter svg, .icon-wrapper.twitter.icons--dark-bg.icons--boxes svg, .icon-wrapper.twitter.icons--dark-bg.social-media-links svg, footer .icon-wrapper.twitter.social-media-links svg {
      fill: #32669a; }
  .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.twitter, .icons--dark-bg.social-media-links .icon-wrapper.twitter, footer .social-media-links .icon-wrapper.twitter, footer .icons--boxes.icons--one-color.social-media-links .icon-wrapper.twitter, .icon-wrapper.twitter.icons--dark-bg.icons--boxes.icons--one-color, .icon-wrapper.twitter.icons--dark-bg.social-media-links, footer .icon-wrapper.twitter.social-media-links {
    color: transparent; }
    .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.twitter svg, .icons--dark-bg.social-media-links .icon-wrapper.twitter svg, footer .social-media-links .icon-wrapper.twitter svg, .icon-wrapper.twitter.icons--dark-bg.icons--boxes.icons--one-color svg, .icon-wrapper.twitter.icons--dark-bg.social-media-links svg, footer .icon-wrapper.twitter.social-media-links svg {
      fill: #fff; }
  .icons--color .icon-wrapper.vine, .icon-wrapper.vine.icons--color {
    color: #00b386; }
  .icons--boxes .icon-wrapper.vine, .social-media-links .icon-wrapper.vine, .icon-wrapper.vine.icons--boxes, .icon-wrapper.vine.social-media-links {
    color: #fff;
    border-radius: 50%; }
    .icons--boxes .icon-wrapper.vine svg, .social-media-links .icon-wrapper.vine svg, .icon-wrapper.vine.icons--boxes svg, .icon-wrapper.vine.social-media-links svg {
      fill: #00b386; }
  .icons--one-color .icon-wrapper.vine, .social-media-links .icon-wrapper.vine, .icon-wrapper.vine.icons--one-color, .icon-wrapper.vine.social-media-links {
    color: currentColor; }
  .icons--one-color.icons--boxes .icon-wrapper.vine, .social-media-links .icon-wrapper.vine, .icon-wrapper.vine.icons--one-color.icons--boxes, .icon-wrapper.vine.social-media-links {
    color: #fff; }
    .icons--one-color.icons--boxes .icon-wrapper.vine svg, .social-media-links .icon-wrapper.vine svg, .icon-wrapper.vine.icons--one-color.icons--boxes svg, .icon-wrapper.vine.social-media-links svg {
      fill: #007a33; }
  .icons--dark-bg:not(.icons--boxes):not(.social-media-links) .icon-wrapper.vine, footer .social-media-links:not(.icons--boxes):not(.social-media-links) .icon-wrapper.vine, .icon-wrapper.vine.icons--dark-bg:not(.icons--boxes):not(.social-media-links), footer .icon-wrapper.vine.social-media-links:not(.icons--boxes):not(.social-media-links) {
    color: #fff; }
  .icons--dark-bg.icons--boxes .icon-wrapper.vine, .icons--dark-bg.social-media-links .icon-wrapper.vine, footer .social-media-links .icon-wrapper.vine, footer .icons--boxes.social-media-links .icon-wrapper.vine, .icon-wrapper.vine.icons--dark-bg.icons--boxes, .icon-wrapper.vine.icons--dark-bg.social-media-links, footer .icon-wrapper.vine.social-media-links {
    color: #fff; }
    .icons--dark-bg.icons--boxes .icon-wrapper.vine svg, .icons--dark-bg.social-media-links .icon-wrapper.vine svg, footer .social-media-links .icon-wrapper.vine svg, .icon-wrapper.vine.icons--dark-bg.icons--boxes svg, .icon-wrapper.vine.icons--dark-bg.social-media-links svg, footer .icon-wrapper.vine.social-media-links svg {
      fill: #00b386; }
  .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.vine, .icons--dark-bg.social-media-links .icon-wrapper.vine, footer .social-media-links .icon-wrapper.vine, footer .icons--boxes.icons--one-color.social-media-links .icon-wrapper.vine, .icon-wrapper.vine.icons--dark-bg.icons--boxes.icons--one-color, .icon-wrapper.vine.icons--dark-bg.social-media-links, footer .icon-wrapper.vine.social-media-links {
    color: transparent; }
    .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.vine svg, .icons--dark-bg.social-media-links .icon-wrapper.vine svg, footer .social-media-links .icon-wrapper.vine svg, .icon-wrapper.vine.icons--dark-bg.icons--boxes.icons--one-color svg, .icon-wrapper.vine.icons--dark-bg.social-media-links svg, footer .icon-wrapper.vine.social-media-links svg {
      fill: #fff; }
  .icons--color .icon-wrapper.wordpress, .icon-wrapper.wordpress.icons--color {
    color: #0864a6; }
  .icons--boxes .icon-wrapper.wordpress, .social-media-links .icon-wrapper.wordpress, .icon-wrapper.wordpress.icons--boxes, .icon-wrapper.wordpress.social-media-links {
    color: #fff;
    border-radius: 50%; }
    .icons--boxes .icon-wrapper.wordpress svg, .social-media-links .icon-wrapper.wordpress svg, .icon-wrapper.wordpress.icons--boxes svg, .icon-wrapper.wordpress.social-media-links svg {
      fill: #0864a6; }
  .icons--one-color .icon-wrapper.wordpress, .social-media-links .icon-wrapper.wordpress, .icon-wrapper.wordpress.icons--one-color, .icon-wrapper.wordpress.social-media-links {
    color: currentColor; }
  .icons--one-color.icons--boxes .icon-wrapper.wordpress, .social-media-links .icon-wrapper.wordpress, .icon-wrapper.wordpress.icons--one-color.icons--boxes, .icon-wrapper.wordpress.social-media-links {
    color: #fff; }
    .icons--one-color.icons--boxes .icon-wrapper.wordpress svg, .social-media-links .icon-wrapper.wordpress svg, .icon-wrapper.wordpress.icons--one-color.icons--boxes svg, .icon-wrapper.wordpress.social-media-links svg {
      fill: #007a33; }
  .icons--dark-bg:not(.icons--boxes):not(.social-media-links) .icon-wrapper.wordpress, footer .social-media-links:not(.icons--boxes):not(.social-media-links) .icon-wrapper.wordpress, .icon-wrapper.wordpress.icons--dark-bg:not(.icons--boxes):not(.social-media-links), footer .icon-wrapper.wordpress.social-media-links:not(.icons--boxes):not(.social-media-links) {
    color: #fff; }
  .icons--dark-bg.icons--boxes .icon-wrapper.wordpress, .icons--dark-bg.social-media-links .icon-wrapper.wordpress, footer .social-media-links .icon-wrapper.wordpress, footer .icons--boxes.social-media-links .icon-wrapper.wordpress, .icon-wrapper.wordpress.icons--dark-bg.icons--boxes, .icon-wrapper.wordpress.icons--dark-bg.social-media-links, footer .icon-wrapper.wordpress.social-media-links {
    color: #fff; }
    .icons--dark-bg.icons--boxes .icon-wrapper.wordpress svg, .icons--dark-bg.social-media-links .icon-wrapper.wordpress svg, footer .social-media-links .icon-wrapper.wordpress svg, .icon-wrapper.wordpress.icons--dark-bg.icons--boxes svg, .icon-wrapper.wordpress.icons--dark-bg.social-media-links svg, footer .icon-wrapper.wordpress.social-media-links svg {
      fill: #0864a6; }
  .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.wordpress, .icons--dark-bg.social-media-links .icon-wrapper.wordpress, footer .social-media-links .icon-wrapper.wordpress, footer .icons--boxes.icons--one-color.social-media-links .icon-wrapper.wordpress, .icon-wrapper.wordpress.icons--dark-bg.icons--boxes.icons--one-color, .icon-wrapper.wordpress.icons--dark-bg.social-media-links, footer .icon-wrapper.wordpress.social-media-links {
    color: transparent; }
    .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.wordpress svg, .icons--dark-bg.social-media-links .icon-wrapper.wordpress svg, footer .social-media-links .icon-wrapper.wordpress svg, .icon-wrapper.wordpress.icons--dark-bg.icons--boxes.icons--one-color svg, .icon-wrapper.wordpress.icons--dark-bg.social-media-links svg, footer .icon-wrapper.wordpress.social-media-links svg {
      fill: #fff; }
  .icons--color .icon-wrapper.youtube, .icon-wrapper.youtube.icons--color {
    color: #cd332d; }
  .icons--boxes .icon-wrapper.youtube, .social-media-links .icon-wrapper.youtube, .icon-wrapper.youtube.icons--boxes, .icon-wrapper.youtube.social-media-links {
    color: #fff;
    border-radius: 50%; }
    .icons--boxes .icon-wrapper.youtube svg, .social-media-links .icon-wrapper.youtube svg, .icon-wrapper.youtube.icons--boxes svg, .icon-wrapper.youtube.social-media-links svg {
      fill: #cd332d; }
  .icons--one-color .icon-wrapper.youtube, .social-media-links .icon-wrapper.youtube, .icon-wrapper.youtube.icons--one-color, .icon-wrapper.youtube.social-media-links {
    color: currentColor; }
  .icons--one-color.icons--boxes .icon-wrapper.youtube, .social-media-links .icon-wrapper.youtube, .icon-wrapper.youtube.icons--one-color.icons--boxes, .icon-wrapper.youtube.social-media-links {
    color: #fff; }
    .icons--one-color.icons--boxes .icon-wrapper.youtube svg, .social-media-links .icon-wrapper.youtube svg, .icon-wrapper.youtube.icons--one-color.icons--boxes svg, .icon-wrapper.youtube.social-media-links svg {
      fill: #007a33; }
  .icons--dark-bg:not(.icons--boxes):not(.social-media-links) .icon-wrapper.youtube, footer .social-media-links:not(.icons--boxes):not(.social-media-links) .icon-wrapper.youtube, .icon-wrapper.youtube.icons--dark-bg:not(.icons--boxes):not(.social-media-links), footer .icon-wrapper.youtube.social-media-links:not(.icons--boxes):not(.social-media-links) {
    color: #fff; }
  .icons--dark-bg.icons--boxes .icon-wrapper.youtube, .icons--dark-bg.social-media-links .icon-wrapper.youtube, footer .social-media-links .icon-wrapper.youtube, footer .icons--boxes.social-media-links .icon-wrapper.youtube, .icon-wrapper.youtube.icons--dark-bg.icons--boxes, .icon-wrapper.youtube.icons--dark-bg.social-media-links, footer .icon-wrapper.youtube.social-media-links {
    color: #fff; }
    .icons--dark-bg.icons--boxes .icon-wrapper.youtube svg, .icons--dark-bg.social-media-links .icon-wrapper.youtube svg, footer .social-media-links .icon-wrapper.youtube svg, .icon-wrapper.youtube.icons--dark-bg.icons--boxes svg, .icon-wrapper.youtube.icons--dark-bg.social-media-links svg, footer .icon-wrapper.youtube.social-media-links svg {
      fill: #cd332d; }
  .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.youtube, .icons--dark-bg.social-media-links .icon-wrapper.youtube, footer .social-media-links .icon-wrapper.youtube, footer .icons--boxes.icons--one-color.social-media-links .icon-wrapper.youtube, .icon-wrapper.youtube.icons--dark-bg.icons--boxes.icons--one-color, .icon-wrapper.youtube.icons--dark-bg.social-media-links, footer .icon-wrapper.youtube.social-media-links {
    color: transparent; }
    .icons--dark-bg.icons--boxes.icons--one-color .icon-wrapper.youtube svg, .icons--dark-bg.social-media-links .icon-wrapper.youtube svg, footer .social-media-links .icon-wrapper.youtube svg, .icon-wrapper.youtube.icons--dark-bg.icons--boxes.icons--one-color svg, .icon-wrapper.youtube.icons--dark-bg.social-media-links svg, footer .icon-wrapper.youtube.social-media-links svg {
      fill: #fff; }

.tile {
  position: relative;
  overflow: hidden;
  color: #fefefe;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .tile::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 100%; }
  .tile .box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 2.375rem 2rem; }
    .tile .box__content:link, .tile .box__content:visited {
      color: #fefefe; }
    .tile .box__content:hover, .tile .box__content:focus, .tile .box__content:active {
      color: white; }
  .tile.tile--vertical .box__content {
    padding-right: 3rem;
    padding-left: 3rem; }
  .tile .tile__text {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 1.25rem;
    position: relative;
    z-index: 2;
    padding-left: 0.5em;
    border-left: solid 2px #c2c2c2;
    border-color: currentColor;
    font-style: italic; }
    .fonts-loaded .tile .tile__text {
      font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }
    @media screen and (min-width: 40em) {
      .tile .tile__text {
        font-size: 1.75rem; } }
    @media screen and (min-width: 64em) {
      .tile .tile__text {
        font-size: 1.75rem; } }
  .tile.tile--link.bg--blue, .tile.tile--link.bg--dark-blue, .tile.tile--link.bg--light-blue, .tile.tile--link.bg--green, .tile.tile--link.bg--light-green {
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out; }
  .tile.tile--link.bg--blue {
    background-image: -webkit-radial-gradient(ellipse farthest-corner at 50% 50%, #009cde 0%, rgba(0, 156, 222, 0) 100%);
    background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #009cde 0%, rgba(0, 156, 222, 0) 100%); }
    .tile.tile--link.bg--blue:hover, .tile.tile--link.bg--blue:focus, .tile.tile--link.bg--blue:active {
      background-color: #005478; }
    .tile.tile--link.bg--blue a:link, .tile.tile--link.bg--blue a:visited {
      color: #fefefe; }
    .tile.tile--link.bg--blue a:hover, .tile.tile--link.bg--blue a:focus, .tile.tile--link.bg--blue a:active {
      color: white; }
  .tile.tile--link.bg--light-blue {
    background-image: -webkit-radial-gradient(ellipse farthest-corner at 50% 50%, #8dc8e8 0%, rgba(141, 200, 232, 0) 100%);
    background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #8dc8e8 0%, rgba(141, 200, 232, 0) 100%); }
    .tile.tile--link.bg--light-blue:hover, .tile.tile--link.bg--light-blue:focus, .tile.tile--link.bg--light-blue:active {
      background-color: #389fd7; }
  .tile.tile--link.bg--dark-blue {
    background-image: -webkit-radial-gradient(ellipse farthest-corner at 50% 50%, #004c97 0%, rgba(0, 76, 151, 0) 100%);
    background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #004c97 0%, rgba(0, 76, 151, 0) 100%); }
    .tile.tile--link.bg--dark-blue:hover, .tile.tile--link.bg--dark-blue:focus, .tile.tile--link.bg--dark-blue:active {
      background-color: #001931; }
  .tile.tile--link.bg--green {
    background-image: -webkit-radial-gradient(ellipse farthest-corner at 50% 50%, #43b02a 0%, rgba(67, 176, 42, 0) 100%);
    background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #43b02a 0%, rgba(67, 176, 42, 0) 100%); }
    .tile.tile--link.bg--green:hover, .tile.tile--link.bg--green:focus, .tile.tile--link.bg--green:active {
      background-color: #245e16; }
  .tile.tile--link.bg--light-green {
    background-image: -webkit-radial-gradient(ellipse farthest-corner at 50% 50%, #97d200 0%, rgba(151, 210, 0, 0) 100%);
    background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #97d200 0%, rgba(151, 210, 0, 0) 100%); }
    .tile.tile--link.bg--light-green:hover, .tile.tile--link.bg--light-green:focus, .tile.tile--link.bg--light-green:active {
      background-color: #4e6c00; }
  .tile.tile--link figure > img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .tile.tile--link:hover figure > img, .tile.tile--link:focus figure > img, .tile.tile--link:active figure > img {
    -webkit-transform: scale(1.05) translateX(-48.5%);
            transform: scale(1.05) translateX(-48.5%); }
  .tile.bg--photo figure {
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    z-index: 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    .tile.bg--photo figure > img {
      position: absolute;
      max-width: none;
      max-height: none;
      width: auto;
      min-width: 100%;
      height: auto;
      min-height: 100%;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      bottom: 0; }
  .tile.bg--photo.bg--blue figure {
    background-color: transparent; }
    .tile.bg--photo.bg--blue figure::after {
      width: 100%;
      max-width: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      margin: 0;
      -webkit-transform: translate3D(0, 0, 0);
              transform: translate3D(0, 0, 0);
      background-color: rgba(0, 156, 222, 0.8);
      content: ''; }
      .tile.bg--photo.bg--blue figure::after > img {
        position: absolute;
        max-width: none;
        max-height: none;
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 0;
        bottom: 0; }
    .tile.bg--photo.bg--blue figure > img {
      z-index: 0; }
    .mix-blend-mode .tile.bg--photo.bg--blue figure > img {
      opacity: 0.4; }
    .mix-blend-mode .tile.bg--photo.bg--blue figure::after {
      background-color: #009cde;
      mix-blend-mode: multiply;
      z-index: 1; }
  .tile.bg--photo.bg--dark-blue figure::after {
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: 0;
    -webkit-transform: translate3D(0, 0, 0);
            transform: translate3D(0, 0, 0);
    background-color: rgba(0, 76, 151, 0.8);
    content: ''; }
    .tile.bg--photo.bg--dark-blue figure::after > img {
      position: absolute;
      max-width: none;
      max-height: none;
      width: auto;
      min-width: 100%;
      height: auto;
      min-height: 100%;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      bottom: 0; }
  .tile.bg--photo.bg--dark-blue figure > img {
    z-index: 0; }
  .mix-blend-mode .tile.bg--photo.bg--dark-blue figure > img {
    opacity: 0.4; }
  .mix-blend-mode .tile.bg--photo.bg--dark-blue figure::after {
    background-color: #004c97;
    mix-blend-mode: multiply;
    z-index: 1; }
  .tile.bg--photo.bg--green figure::after {
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: 0;
    -webkit-transform: translate3D(0, 0, 0);
            transform: translate3D(0, 0, 0);
    background-color: rgba(67, 176, 42, 0.8);
    content: ''; }
    .tile.bg--photo.bg--green figure::after > img {
      position: absolute;
      max-width: none;
      max-height: none;
      width: auto;
      min-width: 100%;
      height: auto;
      min-height: 100%;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      bottom: 0; }
  .tile.bg--photo.bg--green figure > img {
    z-index: 0; }
  .mix-blend-mode .tile.bg--photo.bg--green figure > img {
    opacity: 0.4; }
  .mix-blend-mode .tile.bg--photo.bg--green figure::after {
    background-color: #43b02a;
    mix-blend-mode: multiply;
    z-index: 1; }
  .tile.bg--photo.bg--light-green figure::after {
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: 0;
    -webkit-transform: translate3D(0, 0, 0);
            transform: translate3D(0, 0, 0);
    background-color: rgba(151, 210, 0, 0.8);
    content: ''; }
    .tile.bg--photo.bg--light-green figure::after > img {
      position: absolute;
      max-width: none;
      max-height: none;
      width: auto;
      min-width: 100%;
      height: auto;
      min-height: 100%;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      bottom: 0; }
  .tile.bg--photo.bg--light-green figure > img {
    z-index: 0; }
  .mix-blend-mode .tile.bg--photo.bg--light-green figure > img {
    opacity: 0.4; }
  .mix-blend-mode .tile.bg--photo.bg--light-green figure::after {
    background-color: #97d200;
    mix-blend-mode: multiply;
    z-index: 1; }

.tile--spacer {
  color: #fefefe;
  background-color: #43b02a; }
  .tile--spacer .heading--alpha {
    color: #fefefe; }
    .tile--spacer .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .tile--spacer .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .tile--spacer h1 {
    color: #fefefe; }
    .tile--spacer h1.heading--two-tone {
      color: #8dc8e8; }
      .tile--spacer h1.heading--two-tone strong {
        color: #fefefe; }
  .tile--spacer .heading--beta {
    color: #fefefe; }
    .tile--spacer .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .tile--spacer .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .tile--spacer h2 {
    color: #fefefe; }
    .tile--spacer h2.heading--two-tone {
      color: #8dc8e8; }
      .tile--spacer h2.heading--two-tone strong {
        color: #fefefe; }
  .tile--spacer .heading--gamma {
    color: #fefefe; }
    .tile--spacer .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .tile--spacer .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .tile--spacer h3 {
    color: #fefefe; }
    .tile--spacer h3.heading--two-tone {
      color: #8dc8e8; }
      .tile--spacer h3.heading--two-tone strong {
        color: #fefefe; }
  .tile--spacer .heading--delta {
    color: #fefefe; }
    .tile--spacer .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .tile--spacer .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .tile--spacer h4 {
    color: #fefefe; }
    .tile--spacer h4.heading--two-tone {
      color: #8dc8e8; }
      .tile--spacer h4.heading--two-tone strong {
        color: #fefefe; }
  .tile--spacer .heading--epsilon {
    color: #fefefe; }
    .tile--spacer .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .tile--spacer .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .tile--spacer h5 {
    color: #fefefe; }
    .tile--spacer h5.heading--two-tone {
      color: #8dc8e8; }
      .tile--spacer h5.heading--two-tone strong {
        color: #fefefe; }
  .tile--spacer h6 {
    color: #fefefe; }
    .tile--spacer h6.heading--two-tone {
      color: #8dc8e8; }
      .tile--spacer h6.heading--two-tone strong {
        color: #fefefe; }
  .tile--spacer a:link, .tile--spacer a:visited {
    color: #fff; }
  .tile--spacer a:hover, .tile--spacer a:focus, .tile--spacer a:active {
    color: #e6e4db; }
  .tile--spacer a:link, .tile--spacer a:visited {
    color: #fff; }
  .tile--spacer a:hover, .tile--spacer a:focus, .tile--spacer a:active {
    color: #009cde; }

.callout {
  font-size: 1.375rem;
  color: #fefefe;
  background-color: #009cde;
  position: relative;
  padding: 0 2.5rem; }
  .callout .heading--alpha {
    color: #fefefe; }
    .callout .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .callout .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .callout h1 {
    color: #fefefe; }
    .callout h1.heading--two-tone {
      color: #8dc8e8; }
      .callout h1.heading--two-tone strong {
        color: #fefefe; }
  .callout .heading--beta {
    color: #fefefe; }
    .callout .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .callout .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .callout h2 {
    color: #fefefe; }
    .callout h2.heading--two-tone {
      color: #8dc8e8; }
      .callout h2.heading--two-tone strong {
        color: #fefefe; }
  .callout .heading--gamma {
    color: #fefefe; }
    .callout .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .callout .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .callout h3 {
    color: #fefefe; }
    .callout h3.heading--two-tone {
      color: #8dc8e8; }
      .callout h3.heading--two-tone strong {
        color: #fefefe; }
  .callout .heading--delta {
    color: #fefefe; }
    .callout .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .callout .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .callout h4 {
    color: #fefefe; }
    .callout h4.heading--two-tone {
      color: #8dc8e8; }
      .callout h4.heading--two-tone strong {
        color: #fefefe; }
  .callout .heading--epsilon {
    color: #fefefe; }
    .callout .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .callout .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .callout h5 {
    color: #fefefe; }
    .callout h5.heading--two-tone {
      color: #8dc8e8; }
      .callout h5.heading--two-tone strong {
        color: #fefefe; }
  .callout h6 {
    color: #fefefe; }
    .callout h6.heading--two-tone {
      color: #8dc8e8; }
      .callout h6.heading--two-tone strong {
        color: #fefefe; }
  .callout a:link, .callout a:visited {
    color: #fff; }
  .callout a:hover, .callout a:focus, .callout a:active {
    color: #e6e4db; }
  .callout a:link, .callout a:visited {
    color: #fff; }
  .callout a:hover, .callout a:focus, .callout a:active {
    color: #009cde; }
  .callout .icon-wrapper {
    margin: 0 0.5rem;
    width: 1em;
    height: 1em;
    color: transparent;
    border-radius: 50%; }
    .callout .icon-wrapper svg {
      fill: #fff; }
  .callout .callout__hgroup,
  .callout .callout__body {
    position: relative;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .callout.callout--photo-split {
    font-size: 2rem;
    padding: 0; }
    @media screen and (min-width: 64em) {
      .callout.callout--photo-split {
        font-size: 2.5rem; } }
    .callout.callout--photo-split .box__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding: 0;
      width: 100%;
      max-width: 100%; }
    .callout.callout--photo-split figure {
      margin: 0;
      width: 40%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      position: relative;
      overflow: hidden; }
      .callout.callout--photo-split figure > img {
        display: block;
        position: absolute;
        width: auto;
        max-width: none;
        min-width: none;
        height: 100%;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    .callout.callout--photo-split .callout__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      padding: 1.5rem; }
      @media screen and (min-width: 40em) {
        .callout.callout--photo-split .callout__body {
          width: 60%; } }
      @media screen and (min-width: 64em) {
        .callout.callout--photo-split .callout__body {
          width: 100%; } }
    .callout.callout--photo-split::before {
      display: none; }
    @media screen and (max-width: 35.625em) {
      .callout.callout--photo-split {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
        .callout.callout--photo-split > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch; }
          .callout.callout--photo-split > a:link, .callout.callout--photo-split > a:visited {
            color: #fefefe; }
          .callout.callout--photo-split > a:hover, .callout.callout--photo-split > a:focus, .callout.callout--photo-split > a:active {
            color: white; }
        .callout.callout--photo-split .box__content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; }
        .callout.callout--photo-split figure {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 250px;
                  flex: 0 0 250px; }
          .callout.callout--photo-split figure > img {
            top: 0;
            width: auto;
            max-width: none;
            min-width: 100%;
            height: 100%; } }
    @media screen and (min-width: 64em) {
      .callout.callout--photo-split {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
        .callout.callout--photo-split > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          width: 100%;
          max-width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto; }
          .callout.callout--photo-split > a:link, .callout.callout--photo-split > a:visited {
            color: #fefefe; }
          .callout.callout--photo-split > a:hover, .callout.callout--photo-split > a:focus, .callout.callout--photo-split > a:active {
            color: white; }
        .callout.callout--photo-split .box__content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; }
        .callout.callout--photo-split figure {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 16rem;
                  flex: 0 0 16rem; }
          .callout.callout--photo-split figure > img {
            top: 0;
            width: auto;
            max-width: none;
            min-width: 100%;
            height: 100%; }
        .callout.callout--photo-split .callout__body {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          padding: 2rem; } }
  .callout.bg--photo {
    z-index: 1;
    padding: 3.25rem;
    overflow: hidden; }
    .callout.bg--photo > figure {
      width: 100%;
      max-width: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      margin: 0;
      z-index: 0;
      overflow: hidden;
      z-index: -1; }
      .callout.bg--photo > figure > img {
        position: absolute;
        max-width: none;
        max-height: none;
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 0;
        bottom: 0; }
      .callout.bg--photo > figure::after {
        width: 100%;
        max-width: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        margin: 0;
        -webkit-transform: translate3D(0, 0, 0);
                transform: translate3D(0, 0, 0);
        background-color: rgba(0, 156, 222, 0.8);
        content: ''; }
        .callout.bg--photo > figure::after > img {
          position: absolute;
          max-width: none;
          max-height: none;
          width: auto;
          min-width: 100%;
          height: auto;
          min-height: 100%;
          right: auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 0;
          bottom: 0; }
      .callout.bg--photo > figure > img {
        z-index: 0; }
      .mix-blend-mode .callout.bg--photo > figure > img {
        opacity: 0.4; }
      .mix-blend-mode .callout.bg--photo > figure::after {
        background-color: #009cde;
        mix-blend-mode: multiply;
        z-index: 1; }
    .callout.bg--photo .callout__hgroup,
    .callout.bg--photo .callout__body {
      width: 100%;
      /*Original width
      max-width: 25rem;*/
      max-width: 31em; /*New width requested Oct 2017*/
    }

.callout__hgroup {
  margin-bottom: 2rem;
  border-bottom: solid 1px #c2c2c2;
  border-color: currentColor; }

.callout__superhead {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: uppercase; }
  .callout__superhead::after {
    display: block;
    margin-top: 0.5rem;
    width: 2rem;
    height: 0;
    border-bottom: solid 3px #c2c2c2;
    border-color: currentColor;
    content: ''; }

.callout__headline,
.callout__subhead {
  display: inline-block;
  margin-bottom: 1rem; }

.callout__headline {
  font-size: 1.875rem;
  font-family: "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Helvetica", "Arial", sans-serif;
  padding-right: 1.5rem; }
  @media screen and (min-width: 40em) {
    .callout__headline {
      font-size: 2.625rem; } }
  @media screen and (min-width: 64em) {
    .callout__headline {
      font-size: 2.625rem; } }
  .fonts-loaded .callout__headline {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }
  .fonts-loaded .callout__headline {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif; }

.callout__subhead {
  font-size: 1.25rem;
  font-family: "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
  font-style: italic; }
  @media screen and (min-width: 40em) {
    .callout__subhead {
      font-size: 1.75rem; } }
  @media screen and (min-width: 64em) {
    .callout__subhead {
      font-size: 1.75rem; } }
  .fonts-loaded .callout__subhead {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

.statistic-block {
  font-size: 1.25rem;
  padding: 2.5rem 1.375rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .statistic-block {
      font-size: 1.75rem; } }
  @media screen and (min-width: 64em) {
    .statistic-block {
      font-size: 1.75rem; } }
  .statistic-block .box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    max-height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .statistic-block .box__content img {
      max-height: calc(100%-6rem); }
  .statistic-block .statistic__value,
  .statistic-block .statistic__label {
    display: block; }
  .statistic-block .statistic__value {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 7rem;
    font-weight: bolder;
    line-height: 1em; }
    .fonts-loaded .statistic-block .statistic__value {
      font-family: "Roboto", "Helvetica", "Arial", sans-serif; }

.image-column > * {
  width: 100%;
  text-align: center; }

@media screen and (min-width: 40em) {
  .image-column.column--stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

/*
 * Button placement within text field
*/
/*
 * search
 */
.search-bar {
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.3);
  overflow: hidden; }

.form--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .form--search .form-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    width: 100%; }
  .form--search input[type="search"],
  .form--search input[type="text"] {
    display: block;
    width: auto;
    height: 2.25rem;
    background: white;
    margin-bottom: 0;
    color: #2d2d2d;
    padding: .5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .form--search input[type="search"]::-webkit-input-placeholder,
    .form--search input[type="text"]::-webkit-input-placeholder {
      color: rgba(45, 45, 45, 0.6); }
    .form--search input[type="search"]:-moz-placeholder,
    .form--search input[type="text"]:-moz-placeholder {
      color: rgba(45, 45, 45, 0.6); }
    .form--search input[type="search"]::-moz-placeholder,
    .form--search input[type="text"]::-moz-placeholder {
      color: rgba(45, 45, 45, 0.6); }
    .form--search input[type="search"]:-ms-input-placeholder,
    .form--search input[type="text"]:-ms-input-placeholder {
      color: rgba(45, 45, 45, 0.6); }
  .form--search button {
    color: #fefefe;
    margin-left: 0.5rem;
    padding: 2px;
    width: 2.25rem;
    height: 2.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .form--search .search-close {
    font-size: 2.25rem;
    line-height: 0.75; }

figure img {
  width: 100%;
  max-width: 100%; }

figure cite {
  display: block; }

figure.caption-overlay {
  position: relative; }
  figure.caption-overlay img {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%; }
  figure.caption-overlay figcaption {
    width: 100%; }
    @media screen and (min-width: 40em) {
      figure.caption-overlay figcaption {
        color: #fefefe;
        position: absolute;
        padding: 1em;
        background-color: rgba(0, 0, 0, 0.7);
        left: 0;
        right: 0;
        bottom: 0; } }

.video-overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 5;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  -webkit-transition: right 0.3s ease-out, bottom 0.2s ease-out;
  transition: right 0.3s ease-out, bottom 0.2s ease-out;
  background-color: rgba(10, 10, 10, 0.9); }
  @media screen and (min-width: 40em) {
    .video-overlay {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .video-overlay .fit-media {
    z-index: 1; }
  .video-overlay .close-button {
    display: none;
    z-index: 5;
    color: #4b4b4b;
    background-color: #fefefe;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%; }
    .video-overlay .close-button:hover, .video-overlay .close-button:focus, .video-overlay .close-button:active {
      color: #fefefe;
      background-color: #c2c2c2; }
  .video-overlay.active {
    top: 0;
    right: 0;
    bottom: calc( 100% - 21.875rem);
    left: 0; }
    @media screen and (min-width: 40em) {
      .video-overlay.active {
        bottom: 0; } }
    .video-overlay.active .close-button {
      display: block; }

.video-preview {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 21.875rem; }
  .video-preview figure {
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: 0;
    z-index: 0; }
    .video-preview figure > img {
      position: absolute;
      max-width: none;
      max-height: none;
      width: auto;
      min-width: 100%;
      height: auto;
      min-height: 100%;
      right: auto;
      left: 0;
      -webkit-transform: none;
              transform: none;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .video-preview button.play {
    box-sizing: content-box;
    color: #fefefe;
    background-color: #009cde;
    border-radius: 50%;
    padding: 2rem;
    width: 3em;
    height: 3em;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .video-preview button.play:hover, .video-preview button.play:focus, .video-preview button.play:active {
      background-color: #004c97; }
    .video-preview button.play svg {
      position: relative;
      width: 3em;
      height: 3em;
      left: 10%; }

.cf__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 23.75rem;
  height: 4.5rem;
  margin: auto;
  padding: 0; }
  .cf__header h2 {
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 0; }
  .cf__header .icon-wrapper {
    color: #009cde; }
  .cf__header .link-rss {
    display: block; }
    .cf__header .link-rss .icon-wrapper {
      width: 1.5rem;
      height: 1.5rem; }
  .cf__header + * {
    border-top: solid 1px #c2c2c2;
    padding-top: 1rem; }

.cf__footer {
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  border-top: solid 1px #c2c2c2; }

.news-item .date,
.news-item .headline,
.event-item .date,
.event-item .headline {
  display: block;
  font-weight: lighter; }

.news-item .headline,
.event-item .headline {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1.375rem; }
  .fonts-loaded .news-item .headline, .fonts-loaded
  .event-item .headline {
    font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

.news-item time {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.25em; }

.event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
  .event-item .date-block {
    margin-right: 1.25rem; }

.news-feed > .news-item,
.news-feed > .event-item,
.event-feed > .news-item,
.event-feed > .event-item {
  margin-bottom: 1rem; }

.featured-link {
  list-style: none; }
  .featured-link > a {
    display: block; }
  .featured-link .link--arrow .chevron-block {
    margin-left: 0.25rem; }
  .featured-link::before {
    display: none; }

.fl__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 40em) {
    .fl__title {
      font-size: 1.75rem; } }
  @media screen and (min-width: 64em) {
    .fl__title {
      font-size: 1.75rem; } }

@media screen and (min-width: 64em) {
  .fl__description {
    font-size: 1.375rem; } }

nav.bg-primary a:link, nav.bg-primary a:visited,
.bg-primary nav a:link,
.bg-primary nav a:visited {
  color: #fefefe; }

nav.bg-primary a:hover, nav.bg-primary a:focus, nav.bg-primary a:active,
.bg-primary nav a:hover,
.bg-primary nav a:focus,
.bg-primary nav a:active {
  color: white; }

@media screen and (min-width: 47.5em) {
  .menu--inline {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .menu--inline > li {
      display: block;
      text-indent: 0;
      margin: 0;
      padding: 0 0.25rem; }
      .menu--inline > li:before {
        display: none; } }

@media screen and (min-width: 68.125em) {
  .menu--inline {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .menu--inline > li {
      display: block;
      text-indent: 0;
      margin: 0;
      padding: 0 0.75rem; }
      .menu--inline > li:before {
        display: none; } }

.menu--utility li {
  padding-bottom: 0.25rem; }

.social-media-links .menu--utility .icon-wrapper {
  width: 1.5em;
  height: 1.5em; }

.site-header .header__main, .site-header
.header__utility {
  background-color: rgba(254, 254, 254, 0.125);
  text-transform: uppercase;
  font-weight: bold;
  width: 100vw;
  margin-right: -3rem;
  margin-left: -2rem;
  padding: 0.5rem 1rem; }
  .site-header .header__main > ul, .site-header
  .header__utility > ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .site-header .header__main > ul > li, .site-header
    .header__utility > ul > li {
      margin-left: 0;
      text-indent: 0; }
      .site-header .header__main > ul > li::before, .site-header
      .header__utility > ul > li::before {
        display: none; }
    .site-header .header__main > ul li, .site-header
    .header__utility > ul li {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
  @media screen and (min-width: 47.5em) {
    .site-header .header__main, .site-header
    .header__utility {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 47.5em) {
  .header__utility {
    font-size: 0.75rem; }
    .header__utility .menu {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
@media screen and (min-width: 68.125em) {
.header__utility { 
font-size: 0.875rem;
}
}
.site-header .header__utility .menu--utility {
  margin-top: -0.5rem; }
  .site-header .header__utility .menu--utility > li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

.header__main {
  font-size: 1rem; }
  @media screen and (min-width: 68.125em) {
    .header__main {
      font-size: 1.375rem; } }
  @media screen and (min-width: 68.125em) {
    .header__main {
      letter-spacing: 0.1em; } }
  .sticky-header .header__main {
    font-size: 1rem;
    letter-spacing: 0; }
  .header__main .menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__main .featured {
    color: #97d200; }
    .header__main .featured:link, .header__main .featured:visited {
      color: #97d200; }
    .header__main .featured:hover, .header__main .featured:focus, .header__main .featured:active {
      color: #43b02a; }
    .bg-primary .header__main .featured {
      color: #007a33; }
  .header__main .button--icon {
    position: relative;
    top: 0.125em; }

.menu--main {
  position: relative; }
  .menu--main li {
    position: relative;
    z-index: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    .menu--main li.search-box {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .menu--main li.search-trigger {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  @media screen and (min-width: 47.5em) {
    .menu--main .search-box.search-box {
      position: absolute;
      z-index: 1;
      overflow: hidden;
      padding: 0;
      width: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: width 0.3s ease, padding 0.3s ease;
      transition: width 0.3s ease, padding 0.3s ease; }
      .menu--main .search-box.search-box.active {
        width: 100%; } }
  .site-header .menu--main li.site-search-wrapper {
    position: absolute;
    padding: 0.5rem 0;
    right: 0;
    left: 100%;
    bottom: -0.5rem;
    overflow: hidden;
    height: 3.25rem;
    background-color: #003264;
    -webkit-transition: left 0.3s ease, right 0.15s ease, padding 0.15s ease;
    transition: left 0.3s ease, right 0.15s ease, padding 0.15s ease; }
    .site-header .menu--main li.site-search-wrapper input[type='text'],
    .site-header .menu--main li.site-search-wrapper input[type='search'] {
      width: 85%; }
    .site-header .menu--main li.site-search-wrapper.active {
      padding: 0.5rem;
      right: -0.5rem;
      left: -0.5rem; }
    .site-header .menu--main li.site-search-wrapper .search-close {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      text-align: right; }

.footer__utility ul {
  margin: 0; }
  .footer__utility ul > li {
    margin-left: 0;
    text-indent: 0; }
    .footer__utility ul > li::before {
      display: none; }

.dropdown .is-dropdown-submenu {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.1s ease, padding 0.1s ease, margin 0.3s ease;
  transition: max-height 0.1s ease, padding 0.1s ease, margin 0.3s ease; }
  .dropdown .is-dropdown-submenu.js-dropdown-active {
    max-height: 1000px;
    -webkit-transition: max-height 0.05s ease, padding 0.1s ease, margin 0.3s ease;
    transition: max-height 0.05s ease, padding 0.1s ease, margin 0.3s ease; }

.dropdown > li::before,
.dropdown ul.is-dropdown-submenu > li::before {
  display: none; }

.dropdown > li > a .icon-wrapper,
.dropdown ul.is-dropdown-submenu > li > a .icon-wrapper {
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease; }

.dropdown > li.is-active > a .icon-wrapper,
.dropdown ul.is-dropdown-submenu > li.is-active > a .icon-wrapper {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg); }

.site-header .dropdown ul.is-dropdown-submenu {
  font-size: 1rem;
  margin-left: 0;
  padding-right: 1.5rem;
  padding-left: 1rem; }
  .site-header .dropdown ul.is-dropdown-submenu > li {
    width: auto; }
    .site-header .dropdown ul.is-dropdown-submenu > li a {
      white-space: nowrap; }
  .site-header .dropdown ul.is-dropdown-submenu.js-dropdown-active {
    padding-top: 1rem;
    padding-bottom: 1rem; }

.site-header .dropdown .is-dropdown-submenu-parent {
  background-color: transparent;
  padding-left: 1rem;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
  .site-header .dropdown .is-dropdown-submenu-parent.is-active {
    color: #fefefe;
    background-color: #009cde;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    -webkit-transition-delay: 0;
            transition-delay: 0; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active .heading--alpha {
      color: #fefefe; }
      .site-header .dropdown .is-dropdown-submenu-parent.is-active .heading--alpha.heading--two-tone {
        color: #8dc8e8; }
        .site-header .dropdown .is-dropdown-submenu-parent.is-active .heading--alpha.heading--two-tone strong {
          color: #fefefe; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active h1 {
      color: #fefefe; }
      .site-header .dropdown .is-dropdown-submenu-parent.is-active h1.heading--two-tone {
        color: #8dc8e8; }
        .site-header .dropdown .is-dropdown-submenu-parent.is-active h1.heading--two-tone strong {
          color: #fefefe; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active .heading--beta {
      color: #fefefe; }
      .site-header .dropdown .is-dropdown-submenu-parent.is-active .heading--beta.heading--two-tone {
        color: #8dc8e8; }
        .site-header .dropdown .is-dropdown-submenu-parent.is-active .heading--beta.heading--two-tone strong {
          color: #fefefe; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active h2 {
      color: #fefefe; }
      .site-header .dropdown .is-dropdown-submenu-parent.is-active h2.heading--two-tone {
        color: #8dc8e8; }
        .site-header .dropdown .is-dropdown-submenu-parent.is-active h2.heading--two-tone strong {
          color: #fefefe; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active .heading--gamma {
      color: #fefefe; }
      .site-header .dropdown .is-dropdown-submenu-parent.is-active .heading--gamma.heading--two-tone {
        color: #8dc8e8; }
        .site-header .dropdown .is-dropdown-submenu-parent.is-active .heading--gamma.heading--two-tone strong {
          color: #fefefe; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active h3 {
      color: #fefefe; }
      .site-header .dropdown .is-dropdown-submenu-parent.is-active h3.heading--two-tone {
        color: #8dc8e8; }
        .site-header .dropdown .is-dropdown-submenu-parent.is-active h3.heading--two-tone strong {
          color: #fefefe; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active .heading--delta {
      color: #fefefe; }
      .site-header .dropdown .is-dropdown-submenu-parent.is-active .heading--delta.heading--two-tone {
        color: #8dc8e8; }
        .site-header .dropdown .is-dropdown-submenu-parent.is-active .heading--delta.heading--two-tone strong {
          color: #fefefe; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active h4 {
      color: #fefefe; }
      .site-header .dropdown .is-dropdown-submenu-parent.is-active h4.heading--two-tone {
        color: #8dc8e8; }
        .site-header .dropdown .is-dropdown-submenu-parent.is-active h4.heading--two-tone strong {
          color: #fefefe; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active .heading--epsilon {
      color: #fefefe; }
      .site-header .dropdown .is-dropdown-submenu-parent.is-active .heading--epsilon.heading--two-tone {
        color: #8dc8e8; }
        .site-header .dropdown .is-dropdown-submenu-parent.is-active .heading--epsilon.heading--two-tone strong {
          color: #fefefe; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active h5 {
      color: #fefefe; }
      .site-header .dropdown .is-dropdown-submenu-parent.is-active h5.heading--two-tone {
        color: #8dc8e8; }
        .site-header .dropdown .is-dropdown-submenu-parent.is-active h5.heading--two-tone strong {
          color: #fefefe; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active h6 {
      color: #fefefe; }
      .site-header .dropdown .is-dropdown-submenu-parent.is-active h6.heading--two-tone {
        color: #8dc8e8; }
        .site-header .dropdown .is-dropdown-submenu-parent.is-active h6.heading--two-tone strong {
          color: #fefefe; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active a:link, .site-header .dropdown .is-dropdown-submenu-parent.is-active a:visited {
      color: #fff; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active a:hover, .site-header .dropdown .is-dropdown-submenu-parent.is-active a:focus, .site-header .dropdown .is-dropdown-submenu-parent.is-active a:active {
      color: #e6e4db; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active a:link, .site-header .dropdown .is-dropdown-submenu-parent.is-active a:visited {
      color: #fff; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active a:hover, .site-header .dropdown .is-dropdown-submenu-parent.is-active a:focus, .site-header .dropdown .is-dropdown-submenu-parent.is-active a:active {
      color: #009cde; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active::after {
      display: none; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active a:link, .site-header .dropdown .is-dropdown-submenu-parent.is-active a:visited {
      color: #fefefe; }
    .site-header .dropdown .is-dropdown-submenu-parent.is-active a:hover, .site-header .dropdown .is-dropdown-submenu-parent.is-active a:focus, .site-header .dropdown .is-dropdown-submenu-parent.is-active a:active {
      color: white; }

.off-canvas .dropdown > li {
  position: relative;
  text-indent: 0;
  margin-left: 0;
  padding-left: 1rem !important;
  -webkit-transition: padding-left 0.3s ease, padding-top 0.3s ease, margin-left 0.3s ease;
  transition: padding-left 0.3s ease, padding-top 0.3s ease, margin-left 0.3s ease; }
  .off-canvas .dropdown > li a .icon-wrapper {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .off-canvas .dropdown > li.is-active {
    color: #fefefe;
    background-color: #009cde;
    margin-left: 0;
    padding-left: 1rem !important;
    padding-top: 0.5rem !important;
    -webkit-transition: padding-left 0.3s ease, padding-top 0.3s ease, margin-left 0.3s ease, background-color 0.3s ease;
    transition: padding-left 0.3s ease, padding-top 0.3s ease, margin-left 0.3s ease, background-color 0.3s ease; }
    .off-canvas .dropdown > li.is-active .heading--alpha {
      color: #fefefe; }
      .off-canvas .dropdown > li.is-active .heading--alpha.heading--two-tone {
        color: #8dc8e8; }
        .off-canvas .dropdown > li.is-active .heading--alpha.heading--two-tone strong {
          color: #fefefe; }
    .off-canvas .dropdown > li.is-active h1 {
      color: #fefefe; }
      .off-canvas .dropdown > li.is-active h1.heading--two-tone {
        color: #8dc8e8; }
        .off-canvas .dropdown > li.is-active h1.heading--two-tone strong {
          color: #fefefe; }
    .off-canvas .dropdown > li.is-active .heading--beta {
      color: #fefefe; }
      .off-canvas .dropdown > li.is-active .heading--beta.heading--two-tone {
        color: #8dc8e8; }
        .off-canvas .dropdown > li.is-active .heading--beta.heading--two-tone strong {
          color: #fefefe; }
    .off-canvas .dropdown > li.is-active h2 {
      color: #fefefe; }
      .off-canvas .dropdown > li.is-active h2.heading--two-tone {
        color: #8dc8e8; }
        .off-canvas .dropdown > li.is-active h2.heading--two-tone strong {
          color: #fefefe; }
    .off-canvas .dropdown > li.is-active .heading--gamma {
      color: #fefefe; }
      .off-canvas .dropdown > li.is-active .heading--gamma.heading--two-tone {
        color: #8dc8e8; }
        .off-canvas .dropdown > li.is-active .heading--gamma.heading--two-tone strong {
          color: #fefefe; }
    .off-canvas .dropdown > li.is-active h3 {
      color: #fefefe; }
      .off-canvas .dropdown > li.is-active h3.heading--two-tone {
        color: #8dc8e8; }
        .off-canvas .dropdown > li.is-active h3.heading--two-tone strong {
          color: #fefefe; }
    .off-canvas .dropdown > li.is-active .heading--delta {
      color: #fefefe; }
      .off-canvas .dropdown > li.is-active .heading--delta.heading--two-tone {
        color: #8dc8e8; }
        .off-canvas .dropdown > li.is-active .heading--delta.heading--two-tone strong {
          color: #fefefe; }
    .off-canvas .dropdown > li.is-active h4 {
      color: #fefefe; }
      .off-canvas .dropdown > li.is-active h4.heading--two-tone {
        color: #8dc8e8; }
        .off-canvas .dropdown > li.is-active h4.heading--two-tone strong {
          color: #fefefe; }
    .off-canvas .dropdown > li.is-active .heading--epsilon {
      color: #fefefe; }
      .off-canvas .dropdown > li.is-active .heading--epsilon.heading--two-tone {
        color: #8dc8e8; }
        .off-canvas .dropdown > li.is-active .heading--epsilon.heading--two-tone strong {
          color: #fefefe; }
    .off-canvas .dropdown > li.is-active h5 {
      color: #fefefe; }
      .off-canvas .dropdown > li.is-active h5.heading--two-tone {
        color: #8dc8e8; }
        .off-canvas .dropdown > li.is-active h5.heading--two-tone strong {
          color: #fefefe; }
    .off-canvas .dropdown > li.is-active h6 {
      color: #fefefe; }
      .off-canvas .dropdown > li.is-active h6.heading--two-tone {
        color: #8dc8e8; }
        .off-canvas .dropdown > li.is-active h6.heading--two-tone strong {
          color: #fefefe; }
    .off-canvas .dropdown > li.is-active a:link, .off-canvas .dropdown > li.is-active a:visited {
      color: #fff; }
    .off-canvas .dropdown > li.is-active a:hover, .off-canvas .dropdown > li.is-active a:focus, .off-canvas .dropdown > li.is-active a:active {
      color: #e6e4db; }
    .off-canvas .dropdown > li.is-active a:link, .off-canvas .dropdown > li.is-active a:visited {
      color: #fff; }
    .off-canvas .dropdown > li.is-active a:hover, .off-canvas .dropdown > li.is-active a:focus, .off-canvas .dropdown > li.is-active a:active {
      color: #009cde; }
    .off-canvas .dropdown > li.is-active a:link, .off-canvas .dropdown > li.is-active a:visited {
      color: #fff; }
    .off-canvas .dropdown > li.is-active a:hover, .off-canvas .dropdown > li.is-active a:focus, .off-canvas .dropdown > li.is-active a:active {
      color: #004c97; }
    .off-canvas .dropdown > li.is-active a .icon-wrapper {
      -webkit-transform: rotateZ(-90deg);
              transform: rotateZ(-90deg); }
  .off-canvas .dropdown > li.is-dropdown-submenu-parent {
    background-color: rgba(0, 156, 222, 0);
    -webkit-transition: padding-top 0.3s ease, margin-left 0.3s ease, background-color 0.3s ease;
    transition: padding-top 0.3s ease, margin-left 0.3s ease, background-color 0.3s ease; }
    .off-canvas .dropdown > li.is-dropdown-submenu-parent.is-active {
      background-color: #009cde;
      margin-bottom: 1rem;
      -webkit-transition: padding-top 0.3s ease, margin 0.3s ease, background-color 0.3s ease;
      transition: padding-top 0.3s ease, margin 0.3s ease, background-color 0.3s ease; }
  .off-canvas .dropdown > li .is-dropdown-submenu {
    background-color: rgba(0, 156, 222, 0);
    position: relative;
    margin: 0;
    padding-left: 1rem;
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease, padding-top 0.3s ease, margin 0.3s ease;
    transition: max-height 0.3s ease, padding-top 0.3s ease, margin 0.3s ease; }
    .off-canvas .dropdown > li .is-dropdown-submenu > li::before {
      display: none; }
    .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active {
      color: #fefefe;
      background-color: #009cde;
      background-color: transparent;
      max-height: 5000px;
      padding-top: 1rem;
      -webkit-transition: max-height 0.3s ease, padding-top 0.3s ease, margin 0.3s ease;
      transition: max-height 0.3s ease, padding-top 0.3s ease, margin 0.3s ease; }
      .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active .heading--alpha {
        color: #fefefe; }
        .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active .heading--alpha.heading--two-tone {
          color: #8dc8e8; }
          .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active .heading--alpha.heading--two-tone strong {
            color: #fefefe; }
      .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h1 {
        color: #fefefe; }
        .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h1.heading--two-tone {
          color: #8dc8e8; }
          .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h1.heading--two-tone strong {
            color: #fefefe; }
      .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active .heading--beta {
        color: #fefefe; }
        .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active .heading--beta.heading--two-tone {
          color: #8dc8e8; }
          .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active .heading--beta.heading--two-tone strong {
            color: #fefefe; }
      .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h2 {
        color: #fefefe; }
        .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h2.heading--two-tone {
          color: #8dc8e8; }
          .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h2.heading--two-tone strong {
            color: #fefefe; }
      .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active .heading--gamma {
        color: #fefefe; }
        .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active .heading--gamma.heading--two-tone {
          color: #8dc8e8; }
          .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active .heading--gamma.heading--two-tone strong {
            color: #fefefe; }
      .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h3 {
        color: #fefefe; }
        .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h3.heading--two-tone {
          color: #8dc8e8; }
          .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h3.heading--two-tone strong {
            color: #fefefe; }
      .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active .heading--delta {
        color: #fefefe; }
        .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active .heading--delta.heading--two-tone {
          color: #8dc8e8; }
          .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active .heading--delta.heading--two-tone strong {
            color: #fefefe; }
      .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h4 {
        color: #fefefe; }
        .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h4.heading--two-tone {
          color: #8dc8e8; }
          .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h4.heading--two-tone strong {
            color: #fefefe; }
      .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active .heading--epsilon {
        color: #fefefe; }
        .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active .heading--epsilon.heading--two-tone {
          color: #8dc8e8; }
          .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active .heading--epsilon.heading--two-tone strong {
            color: #fefefe; }
      .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h5 {
        color: #fefefe; }
        .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h5.heading--two-tone {
          color: #8dc8e8; }
          .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h5.heading--two-tone strong {
            color: #fefefe; }
      .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h6 {
        color: #fefefe; }
        .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h6.heading--two-tone {
          color: #8dc8e8; }
          .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active h6.heading--two-tone strong {
            color: #fefefe; }
      .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active a:link, .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active a:visited {
        color: #fff; }
      .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active a:hover, .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active a:focus, .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active a:active {
        color: #e6e4db; }
      .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active a:link, .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active a:visited {
        color: #fff; }
      .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active a:hover, .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active a:focus, .off-canvas .dropdown > li .is-dropdown-submenu.js-dropdown-active a:active {
        color: #009cde; }

.menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase; }
  .menu-trigger .icon-wrapper {
    margin-left: 0.5em;
    width: 1.5em;
    height: 1.5em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  @media screen and (min-width: 47.5em) {
    .menu-trigger {
      display: none; } }

.off-canvas-wrapper {
  background: #004c97; }

.off-canvas-wrapper-inner {
  background: #fefefe; }

.off-canvas {
  color: #fefefe;
  background-color: #004c97;
  padding-top: 1rem; }
  .off-canvas .heading--alpha {
    color: #fefefe; }
    .off-canvas .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .off-canvas .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .off-canvas h1 {
    color: #fefefe; }
    .off-canvas h1.heading--two-tone {
      color: #8dc8e8; }
      .off-canvas h1.heading--two-tone strong {
        color: #fefefe; }
  .off-canvas .heading--beta {
    color: #fefefe; }
    .off-canvas .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .off-canvas .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .off-canvas h2 {
    color: #fefefe; }
    .off-canvas h2.heading--two-tone {
      color: #8dc8e8; }
      .off-canvas h2.heading--two-tone strong {
        color: #fefefe; }
  .off-canvas .heading--gamma {
    color: #fefefe; }
    .off-canvas .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .off-canvas .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .off-canvas h3 {
    color: #fefefe; }
    .off-canvas h3.heading--two-tone {
      color: #8dc8e8; }
      .off-canvas h3.heading--two-tone strong {
        color: #fefefe; }
  .off-canvas .heading--delta {
    color: #fefefe; }
    .off-canvas .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .off-canvas .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .off-canvas h4 {
    color: #fefefe; }
    .off-canvas h4.heading--two-tone {
      color: #8dc8e8; }
      .off-canvas h4.heading--two-tone strong {
        color: #fefefe; }
  .off-canvas .heading--epsilon {
    color: #fefefe; }
    .off-canvas .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .off-canvas .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .off-canvas h5 {
    color: #fefefe; }
    .off-canvas h5.heading--two-tone {
      color: #8dc8e8; }
      .off-canvas h5.heading--two-tone strong {
        color: #fefefe; }
  .off-canvas h6 {
    color: #fefefe; }
    .off-canvas h6.heading--two-tone {
      color: #8dc8e8; }
      .off-canvas h6.heading--two-tone strong {
        color: #fefefe; }
  .off-canvas a:link, .off-canvas a:visited {
    color: #fff; }
  .off-canvas a:hover, .off-canvas a:focus, .off-canvas a:active {
    color: #e6e4db; }
  .off-canvas a:link, .off-canvas a:visited {
    color: #fff; }
  .off-canvas a:hover, .off-canvas a:focus, .off-canvas a:active {
    color: #009cde; }
  .off-canvas .close-button {
    z-index: 2; }
  .off-canvas .form--search {
    position: relative;
    z-index: 0;
    margin-left: 1rem; }
    .off-canvas .form--search .form-layout {
      margin-right: 2.75rem;
      margin-bottom: 1rem; }
    .off-canvas .form--search .inner-button {
      border: none; }
    .off-canvas .form--search .inner-button input[type="text"],
    .off-canvas .form--search .inner-button input[type="search"] {
      background-color: #fefefe; }
    .off-canvas .form--search input[type="text"],
    .off-canvas .form--search input[type="search"] {
      width: 11.625rem; }
    .off-canvas .form--search .icon-wrapper {
      color: inherit;
      background-color: transparent; }
      .off-canvas .form--search .icon-wrapper svg {
        fill: none; }
      .off-canvas .form--search .icon-wrapper:hover, .off-canvas .form--search .icon-wrapper:focus, .off-canvas .form--search .icon-wrapper:active {
        background-color: rgba(254, 254, 254, 0.25); }
  .off-canvas .menu--main {
    text-transform: uppercase; }
    .off-canvas .menu--main .search-box,
    .off-canvas .menu--main .search-trigger {
      display: none; }
  .off-canvas .menu li {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    padding-left: 0; }
  .off-canvas .menu--alpha,
  .off-canvas .menu--beta {
    font-weight: bold; }
  .off-canvas .menu--gamma {
    font-size: 0.875rem; }
    .off-canvas .menu--gamma h2 {
      margin-top: 1rem; }

.js-off-canvas-exit.is-visible {
  background-image: -webkit-linear-gradient(right, rgba(10, 10, 10, 0.3), rgba(10, 10, 10, 0) 0.25rem);
  background-image: linear-gradient(to left, rgba(10, 10, 10, 0.3), rgba(10, 10, 10, 0) 0.25rem); }

@media screen and (min-width: 47.5em) {
  .off-canvas.position-right {
    display: none; }
  .is-open-right {
    -webkit-transform: none;
            transform: none; }
  .js-off-canvas-exit {
    display: none !important; } }

html {
  height: 100vh;
  overflow: hidden; }

.off-canvas-wrapper {
  height: 100%;
  overflow: hidden; }
  .overflowscrolling .off-canvas-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }

.off-canvas-wrapper-inner {
  height: 100%; }

.off-canvas-content {
  overflow-y: auto;
  overflow-x: hidden; }

.off-canvas {
  height: 100%; }
  .off-canvas.padded {
    padding-top: 6.3125rem; }
    .off-canvas.padded .close-button {
      top: 5.8125rem; }

.off-canvas-content {
  height: 100%; }

/* -------------------------------------------------------------- */
/*    Molecules - Text
/*
/*    TODO:
/*		- put_todo_items_here
/* -------------------------------------------------------------- */
/*
/* Pullquote
/* _______________________________________________________________ */
.pullquote {
  margin: 1rem 0;
  padding: 0;
  color: #004c97;
  position: relative;
  border: none; }
  .pullquote p {
    margin-left: 0;
    color: inherit;
    font-size: 1.25rem;
    margin-bottom: 0.5rem; }
  .pullquote cite {
    margin-left: 0;
    color: inherit;
    font-style: italic; }
  .pullquote:before {
    position: absolute;
    margin-top: .3rem;
    margin-left: 0;
    display: block;
    content: "";
    background-color: #004c97;
    color: #fefefe;
    border-radius: 50%;
    font-size: 1.875rem;
    height: 3.75rem;
    width: 3.75rem;
    line-height: 3.75rem;
    text-align: center; }

/* Bracketed Headings
/* _______________________________________________________________ */
.bracketed {
  display: inline-block;
  position: relative;
  padding: 0 1.5rem; }
  .bracketed:before, .bracketed:after {
    content: '';
    display: block;
    position: absolute;
    top: -.5rem;
    bottom: -.5rem;
    width: 0.3125rem;
    border-width: 2px;
    border-style: solid; }
  .bracketed:before {
    left: 0;
    border-right: none; }
  .bracketed:after {
    right: 0;
    border-left: none; }
  .light.bracketed:before, .light.bracketed:after {
    border-color: #fefefe; }
  .tall.bracketed:before, .tall.bracketed:after {
    top: -.1em;
    bottom: -.1em; }
  .taller.bracketed:before, .taller.bracketed:after {
    top: -.3em;
    bottom: -.3em; }

.row > .heading {
  text-align: center; }

.contact-info .address + .phone {
  margin-top: 0.75rem; }

@media screen and (min-width: 40em) {
  .four-up .column, .four-up .columns {
    width: 50%;
    float: left;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    width: 49.9%; }
    .four-up .column:last-child:not(:first-child), .four-up .columns:last-child:not(:first-child) {
      float: right; } }

@media screen and (min-width: 64em) {
  .four-up .column, .four-up .columns {
    width: 25%;
    float: left;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    .four-up .column:last-child:not(:first-child), .four-up .columns:last-child:not(:first-child) {
      float: right; }
    .four-up .column:last-of-type, .four-up .columns:last-of-type {
      width: 24.9%; } }

.light-borders .column, .light-borders .columns {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-style: solid;
  border-color: #8dc8e8;
  border-width: 1px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent; }
  .light-borders .column:last-of-type, .light-borders .columns:last-of-type {
    border-bottom-color: transparent; }
  @media screen and (min-width: 40em) {
    .light-borders .column, .light-borders .columns {
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-right-color: transparent;
      margin-bottom: 1rem; } }
  @media screen and (min-width: 64em) {
    .light-borders .column, .light-borders .columns {
      border-right-color: #8dc8e8;
      padding-top: 2rem;
      padding-bottom: 2rem; }
      .light-borders .column:last-of-type, .light-borders .columns:last-of-type {
        border-right-color: transparent; } }

@media screen and (min-width: 40em) {
  .light-borders.featured-links .column, .light-borders.featured-links .columns {
    text-align: center; } }

.mosaic-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.25rem;
  margin-left: -0.25rem; }
  .mosaic-grid .tile {
    margin: 0 0.25rem 0.5rem;
    width: calc(50% - 0.5rem); }
    .mosaic-grid .tile.tile--wide, .mosaic-grid .tile.tile--vertical {
      width: calc(100% - 0.5rem); }
      .mosaic-grid .tile.tile--wide::before, .mosaic-grid .tile.tile--vertical::before {
        padding-top: 20%; }
        @media screen and (min-width: 64em) {
          .mosaic-grid .tile.tile--wide::before, .mosaic-grid .tile.tile--vertical::before {
            padding-top: 40%; } }
    @media screen and (max-width: 63.9375em) {
      .mosaic-grid .tile:nth-child(1) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .mosaic-grid .tile.tile--spacer {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      .mosaic-grid .tile:nth-child(2) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .mosaic-grid .tile.tile--spacer {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      .mosaic-grid .tile:nth-child(3) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .mosaic-grid .tile.tile--spacer {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      .mosaic-grid .tile:nth-child(4) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .mosaic-grid .tile.tile--spacer {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      .mosaic-grid .tile:nth-child(5) {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; }
      .mosaic-grid .tile.tile--spacer {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      .mosaic-grid .tile:nth-child(6) {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6; }
      .mosaic-grid .tile.tile--spacer {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      .mosaic-grid .tile:nth-child(7) {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7; }
      .mosaic-grid .tile.tile--spacer {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      .mosaic-grid .tile:nth-child(8) {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8; }
      .mosaic-grid .tile.tile--spacer {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      .mosaic-grid .tile:nth-child(9) {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9; }
      .mosaic-grid .tile.tile--spacer {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      .mosaic-grid .tile:nth-child(10) {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10; }
      .mosaic-grid .tile.tile--spacer {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      .mosaic-grid .tile:nth-child(11) {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11; }
      .mosaic-grid .tile.tile--spacer {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      .mosaic-grid .tile:nth-child(12) {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12; }
      .mosaic-grid .tile.tile--spacer {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; } }
  .mosaic-grid .tile--spacer::before {
    display: none; }
  @media screen and (min-width: 64em) {
    .mosaic-grid .tile {
      width: calc(25% - 0.5rem); }
      .mosaic-grid .tile.tile--wide {
        width: calc(50% - 0.5rem); }
      .mosaic-grid .tile.tile--vertical {
        width: calc(25% - 0.5rem); }
        .mosaic-grid .tile.tile--vertical::before {
          padding-top: 200%; }
        .mosaic-grid .tile.tile--vertical > .box__content {
          width: 200%;
          height: 50%;
          -webkit-transform: rotate3d(0, 0, 1, -90deg) translate3d(-25%, -50%, 0);
                  transform: rotate3d(0, 0, 1, -90deg) translate3d(-25%, -50%, 0); }
      .mosaic-grid .tile:nth-last-child(5):first-child ~ .tile--spacer,
      .mosaic-grid .tile:nth-last-child(9):first-child ~ .tile--spacer {
        display: none; }
    .mosaic-grid .tile--spacer {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }
  .mosaic-grid.statistics-mosaic .tile::before::before {
    padding-top: 60%; }
  .mosaic-grid.statistics-mosaic .tile::before.tile--wide::before, .mosaic-grid.statistics-mosaic .tile::before.tile--vertical::before {
    padding-top: 30%; }

.site-header,
.site-footer {
  color: #fefefe;
  background-color: #004c97; }
  .site-header .heading--alpha,
  .site-footer .heading--alpha {
    color: #fefefe; }
    .site-header .heading--alpha.heading--two-tone,
    .site-footer .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .site-header .heading--alpha.heading--two-tone strong,
      .site-footer .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .site-header h1,
  .site-footer h1 {
    color: #fefefe; }
    .site-header h1.heading--two-tone,
    .site-footer h1.heading--two-tone {
      color: #8dc8e8; }
      .site-header h1.heading--two-tone strong,
      .site-footer h1.heading--two-tone strong {
        color: #fefefe; }
  .site-header .heading--beta,
  .site-footer .heading--beta {
    color: #fefefe; }
    .site-header .heading--beta.heading--two-tone,
    .site-footer .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .site-header .heading--beta.heading--two-tone strong,
      .site-footer .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .site-header h2,
  .site-footer h2 {
    color: #fefefe; }
    .site-header h2.heading--two-tone,
    .site-footer h2.heading--two-tone {
      color: #8dc8e8; }
      .site-header h2.heading--two-tone strong,
      .site-footer h2.heading--two-tone strong {
        color: #fefefe; }
  .site-header .heading--gamma,
  .site-footer .heading--gamma {
    color: #fefefe; }
    .site-header .heading--gamma.heading--two-tone,
    .site-footer .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .site-header .heading--gamma.heading--two-tone strong,
      .site-footer .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .site-header h3,
  .site-footer h3 {
    color: #fefefe; }
    .site-header h3.heading--two-tone,
    .site-footer h3.heading--two-tone {
      color: #8dc8e8; }
      .site-header h3.heading--two-tone strong,
      .site-footer h3.heading--two-tone strong {
        color: #fefefe; }
  .site-header .heading--delta,
  .site-footer .heading--delta {
    color: #fefefe; }
    .site-header .heading--delta.heading--two-tone,
    .site-footer .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .site-header .heading--delta.heading--two-tone strong,
      .site-footer .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .site-header h4,
  .site-footer h4 {
    color: #fefefe; }
    .site-header h4.heading--two-tone,
    .site-footer h4.heading--two-tone {
      color: #8dc8e8; }
      .site-header h4.heading--two-tone strong,
      .site-footer h4.heading--two-tone strong {
        color: #fefefe; }
  .site-header .heading--epsilon,
  .site-footer .heading--epsilon {
    color: #fefefe; }
    .site-header .heading--epsilon.heading--two-tone,
    .site-footer .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .site-header .heading--epsilon.heading--two-tone strong,
      .site-footer .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .site-header h5,
  .site-footer h5 {
    color: #fefefe; }
    .site-header h5.heading--two-tone,
    .site-footer h5.heading--two-tone {
      color: #8dc8e8; }
      .site-header h5.heading--two-tone strong,
      .site-footer h5.heading--two-tone strong {
        color: #fefefe; }
  .site-header h6,
  .site-footer h6 {
    color: #fefefe; }
    .site-header h6.heading--two-tone,
    .site-footer h6.heading--two-tone {
      color: #8dc8e8; }
      .site-header h6.heading--two-tone strong,
      .site-footer h6.heading--two-tone strong {
        color: #fefefe; }
  .site-header a:link, .site-header a:visited,
  .site-footer a:link,
  .site-footer a:visited {
    color: #fff; }
  .site-header a:hover, .site-header a:focus, .site-header a:active,
  .site-footer a:hover,
  .site-footer a:focus,
  .site-footer a:active {
    color: #e6e4db; }
  .site-header a:link, .site-header a:visited,
  .site-footer a:link,
  .site-footer a:visited {
    color: #fff; }
  .site-header a:hover, .site-header a:focus, .site-header a:active,
  .site-footer a:hover,
  .site-footer a:focus,
  .site-footer a:active {
    color: #009cde; }

.site-header {
  border-bottom: solid 8px #97d200; }
  .site-header > .row {
    padding: 1rem 2.5rem 1rem 1.875rem; }
  .site-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .site-header .uwf-logo {
    margin-bottom: 0.5rem;
    width: 4em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media screen and (min-width: 47.5em) {
      .site-header .uwf-logo {
        margin-bottom: 2rem;
        width: 9.5rem; } }
    @media screen and (min-width: 68.125em) {
      .site-header .uwf-logo {
        margin-bottom: 3rem;
        width: 26rem; } }
  @media screen and (min-width: 47.5em) {
    .site-header .uwf-logo--small {
      display: none; } }
  .site-header .uwf-logo--stacked {
    display: none; }
    @media screen and (min-width: 47.5em) {
      .site-header .uwf-logo--stacked {
        display: block; } }
    @media screen and (min-width: 68.125em) {
      .site-header .uwf-logo--stacked {
        display: none; } }
  .site-header .uwf-logo-wide {
    display: none; }
    @media screen and (min-width: 68.125em) {
      .site-header .uwf-logo-wide {
        display: block; } }
  .site-header .menu-trigger {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    text-align: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    white-space: nowrap; }
    .site-header .menu-trigger:link, .site-header .menu-trigger:visited {
      color: #fefefe; }
    .site-header .menu-trigger:hover, .site-header .menu-trigger:focus, .site-header .menu-trigger:active {
      color: white; }
    .site-header .menu-trigger > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .site-header .header__main {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    .site-header .header__main .search-trigger {
      display: none; }
      @media screen and (min-width: 47.5em) {
        .site-header .header__main .search-trigger {
          display: block; } }
  @media screen and (max-width: 47.4375em) {
    .site-header .header__main,
    .site-header .header__utility {
      display: none; } }
  .site-header .header__main.active,
  .site-header .header__utility.active {
    display: block; }
  .site-header .header__utility {
    font-family: "Helvetica", "Arial", sans-serif;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
    .fonts-loaded .site-header .header__utility {
      font-family: "Lato", "Georgia", serif; }
  @media screen and (min-width: 47.5em) {
    .site-header .header__main,
    .site-header .header__utility {
      padding: 0;
      background-color: transparent; }
      .site-header .header__main > ul,
      .site-header .header__utility > ul {
        margin: 0; }
    .site-header .header__main {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
      .site-header .header__main > ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
        .site-header .header__main > ul > li {
          display: block;
          text-indent: 0;
          margin: 0;
          padding: 0 0.25rem; }
          .site-header .header__main > ul > li:before {
            display: none; }
    .site-header .header__utility {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: auto;
      margin-bottom: 0.5rem;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
      .site-header .header__utility > ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin-left: 2rem; }
        .site-header .header__utility > ul > li {
          display: block;
          text-indent: 0;
          margin: 0;
          padding: 0 0.75rem; }
          .site-header .header__utility > ul > li:before {
            display: none; }
        .site-header .header__utility > ul > li {
          position: relative; }
          .site-header .header__utility > ul > li::after {
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            width: 1px;
            height: 1em;
            background-color: currentColor;
            content: ''; }
          .site-header .header__utility > ul > li:last-of-type::after {
            content: none; }
    .site-header .menu--main li {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }
  @media screen and (min-width: 64em) {
    .site-header > ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .site-header > ul > li {
        display: block;
        text-indent: 0;
        margin: 0;
        padding: 0 0.75rem; }
        .site-header > ul > li:before {
          display: none; } }
  .site-header.sticky-header {
    position: fixed;
    top: -100%;
    z-index: 100;
    width: 100vw;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out; }
    .site-header.sticky-header > .row {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .site-header.sticky-header .uwf-logo {
      margin-bottom: 0.5rem;
      width: 4em; }
      .site-header.sticky-header .uwf-logo.uwf-logo-wide {
        display: none; }
      @media screen and (min-width: 47.5em) {
        .site-header.sticky-header .uwf-logo {
          width: 25rem;
          margin-bottom: 1.5rem; }
          .site-header.sticky-header .uwf-logo.uwf-logo--small {
            display: none; }
          .site-header.sticky-header .uwf-logo.uwf-logo-wide {
            display: block; } }
    .site-header.sticky-header.active {
      top: 0; }

.site-footer {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  padding-top: 1.5rem;
  border-top: solid 8px #97d200; }
  .fonts-loaded .site-footer {
    font-family: "Lato", "Georgia", serif; }
  @media screen and (min-width: 64em) {
    .site-footer {
      padding-top: 2.75rem; } }
  .site-footer .uwf-logo {
    display: block;
    max-width: 14.375rem;
    margin-bottom: 1.75rem; }
  .site-footer .uwf-athletics-logo {
    max-width: 14.375rem; }
  .site-footer .contact-info .phone {
    font-size: 1rem; }
  .site-footer .heading {
    margin-bottom: 1rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .site-footer .light-borders {
      width: 80%;
      margin: auto; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .site-footer .light-borders .column.footer__utility-menu, .site-footer .light-borders .footer__utility-menu.columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .site-footer .light-borders .column .uwf-athletics-logo, .site-footer .light-borders .columns .uwf-athletics-logo {
    margin-right: auto;
    margin-left: auto; }
  @media screen and (max-width: 39.9375em) {
    .site-footer .light-borders .column, .site-footer .light-borders .columns {
      width: 95%;
      margin: auto; } }
  @media screen and (min-width: 64em) {
    .site-footer .light-borders .column, .site-footer .light-borders .columns {
      padding-right: 2.5rem;
      padding-left: 2.5rem;
      border-right-color: rgba(141, 200, 232, 0.5); }
      .site-footer .light-borders .column:last-of-type, .site-footer .light-borders .columns:last-of-type {
        border-right-color: transparent; } }

.l-alert {
  background-color: #F00;
  border-bottom: solid 3px #c2c2c2;
  border-color: #fefefe; }
  .l-alert ul.alert {
    color: #2d2d2d;
    background-color: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.75rem 0;
    padding: 0.5rem;
    border-radius: 0.25rem; }
    .l-alert ul.alert [class^="icon"] {
      background-repeat: no-repeat;
      background-position: 0 45%;
      background-size: auto 1.5em; }
    .l-alert ul.alert .icon-alert {
      background-image: url("/media/university-of-west-florida/style-assets/homepage/images/icon_emergency.svg"); }
    .l-alert ul.alert .column, .l-alert ul.alert .columns, .l-alert ul.alert .columns {
      float: none; }
    .l-alert ul.alert li {
      display: block;
      padding: 0.5rem 0.5rem 0.5rem 2rem;
      margin: 0 0.5rem;
      text-indent: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
      .l-alert ul.alert li::before {
        display: none; }

.featured-story > figure {
  margin: 0;
  overflow: hidden;
  max-height: 37.5rem; }

@media screen and (min-width: 40em) {
  .featured-story > figure {
    margin-bottom: -6.5625rem; } }

.hf__text {
  position: relative;
  padding: 0; }
  .hf__text .headline {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 2.25rem;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    color: #fefefe;
    background-color: rgba(0, 76, 151, 0.9);
    padding: 2.5rem;
    max-width: 56.25rem;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out; }
    .fonts-loaded .hf__text .headline {
      font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }
    @media screen and (min-width: 40em) {
      .hf__text .headline {
        font-size: 3rem; } }
    @media screen and (min-width: 64em) {
      .hf__text .headline {
        font-size: 3.875rem; } }
    .hf__text .headline .icon-wrapper {
      position: relative;
      top: -0.05em;
      width: 0.75em;
      height: 0.75em;
      line-height: 1em; }
    .hf__text .headline .heading--alpha {
      color: #fefefe; }
      .hf__text .headline .heading--alpha.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .headline .heading--alpha.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .headline h1 {
      color: #fefefe; }
      .hf__text .headline h1.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .headline h1.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .headline .heading--beta {
      color: #fefefe; }
      .hf__text .headline .heading--beta.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .headline .heading--beta.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .headline h2 {
      color: #fefefe; }
      .hf__text .headline h2.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .headline h2.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .headline .heading--gamma {
      color: #fefefe; }
      .hf__text .headline .heading--gamma.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .headline .heading--gamma.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .headline h3 {
      color: #fefefe; }
      .hf__text .headline h3.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .headline h3.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .headline .heading--delta {
      color: #fefefe; }
      .hf__text .headline .heading--delta.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .headline .heading--delta.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .headline h4 {
      color: #fefefe; }
      .hf__text .headline h4.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .headline h4.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .headline .heading--epsilon {
      color: #fefefe; }
      .hf__text .headline .heading--epsilon.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .headline .heading--epsilon.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .headline h5 {
      color: #fefefe; }
      .hf__text .headline h5.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .headline h5.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .headline h6 {
      color: #fefefe; }
      .hf__text .headline h6.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .headline h6.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .headline a:link, .hf__text .headline a:visited {
      color: #fff; }
    .hf__text .headline a:hover, .hf__text .headline a:focus, .hf__text .headline a:active {
      color: #e6e4db; }
    .hf__text .headline a:link, .hf__text .headline a:visited {
      color: #fff; }
    .hf__text .headline a:hover, .hf__text .headline a:focus, .hf__text .headline a:active {
      color: #009cde; }
    .hf__text .headline:hover, .hf__text .headline:focus, .hf__text .headline:active {
      color: #fefefe;
      background-color: rgba(0, 76, 151, 0.98); }
      .hf__text .headline:hover .heading--alpha, .hf__text .headline:focus .heading--alpha, .hf__text .headline:active .heading--alpha {
        color: #fefefe; }
        .hf__text .headline:hover .heading--alpha.heading--two-tone, .hf__text .headline:focus .heading--alpha.heading--two-tone, .hf__text .headline:active .heading--alpha.heading--two-tone {
          color: #8dc8e8; }
          .hf__text .headline:hover .heading--alpha.heading--two-tone strong, .hf__text .headline:focus .heading--alpha.heading--two-tone strong, .hf__text .headline:active .heading--alpha.heading--two-tone strong {
            color: #fefefe; }
      .hf__text .headline:hover h1, .hf__text .headline:focus h1, .hf__text .headline:active h1 {
        color: #fefefe; }
        .hf__text .headline:hover h1.heading--two-tone, .hf__text .headline:focus h1.heading--two-tone, .hf__text .headline:active h1.heading--two-tone {
          color: #8dc8e8; }
          .hf__text .headline:hover h1.heading--two-tone strong, .hf__text .headline:focus h1.heading--two-tone strong, .hf__text .headline:active h1.heading--two-tone strong {
            color: #fefefe; }
      .hf__text .headline:hover .heading--beta, .hf__text .headline:focus .heading--beta, .hf__text .headline:active .heading--beta {
        color: #fefefe; }
        .hf__text .headline:hover .heading--beta.heading--two-tone, .hf__text .headline:focus .heading--beta.heading--two-tone, .hf__text .headline:active .heading--beta.heading--two-tone {
          color: #8dc8e8; }
          .hf__text .headline:hover .heading--beta.heading--two-tone strong, .hf__text .headline:focus .heading--beta.heading--two-tone strong, .hf__text .headline:active .heading--beta.heading--two-tone strong {
            color: #fefefe; }
      .hf__text .headline:hover h2, .hf__text .headline:focus h2, .hf__text .headline:active h2 {
        color: #fefefe; }
        .hf__text .headline:hover h2.heading--two-tone, .hf__text .headline:focus h2.heading--two-tone, .hf__text .headline:active h2.heading--two-tone {
          color: #8dc8e8; }
          .hf__text .headline:hover h2.heading--two-tone strong, .hf__text .headline:focus h2.heading--two-tone strong, .hf__text .headline:active h2.heading--two-tone strong {
            color: #fefefe; }
      .hf__text .headline:hover .heading--gamma, .hf__text .headline:focus .heading--gamma, .hf__text .headline:active .heading--gamma {
        color: #fefefe; }
        .hf__text .headline:hover .heading--gamma.heading--two-tone, .hf__text .headline:focus .heading--gamma.heading--two-tone, .hf__text .headline:active .heading--gamma.heading--two-tone {
          color: #8dc8e8; }
          .hf__text .headline:hover .heading--gamma.heading--two-tone strong, .hf__text .headline:focus .heading--gamma.heading--two-tone strong, .hf__text .headline:active .heading--gamma.heading--two-tone strong {
            color: #fefefe; }
      .hf__text .headline:hover h3, .hf__text .headline:focus h3, .hf__text .headline:active h3 {
        color: #fefefe; }
        .hf__text .headline:hover h3.heading--two-tone, .hf__text .headline:focus h3.heading--two-tone, .hf__text .headline:active h3.heading--two-tone {
          color: #8dc8e8; }
          .hf__text .headline:hover h3.heading--two-tone strong, .hf__text .headline:focus h3.heading--two-tone strong, .hf__text .headline:active h3.heading--two-tone strong {
            color: #fefefe; }
      .hf__text .headline:hover .heading--delta, .hf__text .headline:focus .heading--delta, .hf__text .headline:active .heading--delta {
        color: #fefefe; }
        .hf__text .headline:hover .heading--delta.heading--two-tone, .hf__text .headline:focus .heading--delta.heading--two-tone, .hf__text .headline:active .heading--delta.heading--two-tone {
          color: #8dc8e8; }
          .hf__text .headline:hover .heading--delta.heading--two-tone strong, .hf__text .headline:focus .heading--delta.heading--two-tone strong, .hf__text .headline:active .heading--delta.heading--two-tone strong {
            color: #fefefe; }
      .hf__text .headline:hover h4, .hf__text .headline:focus h4, .hf__text .headline:active h4 {
        color: #fefefe; }
        .hf__text .headline:hover h4.heading--two-tone, .hf__text .headline:focus h4.heading--two-tone, .hf__text .headline:active h4.heading--two-tone {
          color: #8dc8e8; }
          .hf__text .headline:hover h4.heading--two-tone strong, .hf__text .headline:focus h4.heading--two-tone strong, .hf__text .headline:active h4.heading--two-tone strong {
            color: #fefefe; }
      .hf__text .headline:hover .heading--epsilon, .hf__text .headline:focus .heading--epsilon, .hf__text .headline:active .heading--epsilon {
        color: #fefefe; }
        .hf__text .headline:hover .heading--epsilon.heading--two-tone, .hf__text .headline:focus .heading--epsilon.heading--two-tone, .hf__text .headline:active .heading--epsilon.heading--two-tone {
          color: #8dc8e8; }
          .hf__text .headline:hover .heading--epsilon.heading--two-tone strong, .hf__text .headline:focus .heading--epsilon.heading--two-tone strong, .hf__text .headline:active .heading--epsilon.heading--two-tone strong {
            color: #fefefe; }
      .hf__text .headline:hover h5, .hf__text .headline:focus h5, .hf__text .headline:active h5 {
        color: #fefefe; }
        .hf__text .headline:hover h5.heading--two-tone, .hf__text .headline:focus h5.heading--two-tone, .hf__text .headline:active h5.heading--two-tone {
          color: #8dc8e8; }
          .hf__text .headline:hover h5.heading--two-tone strong, .hf__text .headline:focus h5.heading--two-tone strong, .hf__text .headline:active h5.heading--two-tone strong {
            color: #fefefe; }
      .hf__text .headline:hover h6, .hf__text .headline:focus h6, .hf__text .headline:active h6 {
        color: #fefefe; }
        .hf__text .headline:hover h6.heading--two-tone, .hf__text .headline:focus h6.heading--two-tone, .hf__text .headline:active h6.heading--two-tone {
          color: #8dc8e8; }
          .hf__text .headline:hover h6.heading--two-tone strong, .hf__text .headline:focus h6.heading--two-tone strong, .hf__text .headline:active h6.heading--two-tone strong {
            color: #fefefe; }
      .hf__text .headline:hover a:link, .hf__text .headline:hover a:visited, .hf__text .headline:focus a:link, .hf__text .headline:focus a:visited, .hf__text .headline:active a:link, .hf__text .headline:active a:visited {
        color: #fff; }
      .hf__text .headline:hover a:hover, .hf__text .headline:hover a:focus, .hf__text .headline:hover a:active, .hf__text .headline:focus a:hover, .hf__text .headline:focus a:focus, .hf__text .headline:focus a:active, .hf__text .headline:active a:hover, .hf__text .headline:active a:focus, .hf__text .headline:active a:active {
        color: #e6e4db; }
      .hf__text .headline:hover a:link, .hf__text .headline:hover a:visited, .hf__text .headline:focus a:link, .hf__text .headline:focus a:visited, .hf__text .headline:active a:link, .hf__text .headline:active a:visited {
        color: #fff; }
      .hf__text .headline:hover a:hover, .hf__text .headline:hover a:focus, .hf__text .headline:hover a:active, .hf__text .headline:focus a:hover, .hf__text .headline:focus a:focus, .hf__text .headline:focus a:active, .hf__text .headline:active a:hover, .hf__text .headline:active a:focus, .hf__text .headline:active a:active {
        color: #009cde; }
  .hf__text .superhead {
    color: #fefefe;
    background-color: #009cde;
    font-size: 1.5rem;
    color: inherit;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    left: 2.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0.625rem 1.25rem;
    color: #fefefe; }
    .hf__text .superhead .heading--alpha {
      color: #fefefe; }
      .hf__text .superhead .heading--alpha.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .superhead .heading--alpha.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .superhead h1 {
      color: #fefefe; }
      .hf__text .superhead h1.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .superhead h1.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .superhead .heading--beta {
      color: #fefefe; }
      .hf__text .superhead .heading--beta.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .superhead .heading--beta.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .superhead h2 {
      color: #fefefe; }
      .hf__text .superhead h2.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .superhead h2.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .superhead .heading--gamma {
      color: #fefefe; }
      .hf__text .superhead .heading--gamma.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .superhead .heading--gamma.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .superhead h3 {
      color: #fefefe; }
      .hf__text .superhead h3.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .superhead h3.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .superhead .heading--delta {
      color: #fefefe; }
      .hf__text .superhead .heading--delta.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .superhead .heading--delta.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .superhead h4 {
      color: #fefefe; }
      .hf__text .superhead h4.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .superhead h4.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .superhead .heading--epsilon {
      color: #fefefe; }
      .hf__text .superhead .heading--epsilon.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .superhead .heading--epsilon.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .superhead h5 {
      color: #fefefe; }
      .hf__text .superhead h5.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .superhead h5.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .superhead h6 {
      color: #fefefe; }
      .hf__text .superhead h6.heading--two-tone {
        color: #8dc8e8; }
        .hf__text .superhead h6.heading--two-tone strong {
          color: #fefefe; }
    .hf__text .superhead a:link, .hf__text .superhead a:visited {
      color: #fff; }
    .hf__text .superhead a:hover, .hf__text .superhead a:focus, .hf__text .superhead a:active {
      color: #e6e4db; }
    .hf__text .superhead a:link, .hf__text .superhead a:visited {
      color: #fff; }
    .hf__text .superhead a:hover, .hf__text .superhead a:focus, .hf__text .superhead a:active {
      color: #009cde; }
    @media screen and (min-width: 40em) {
      .hf__text .superhead {
        font-size: 2.25rem; } }
    @media screen and (min-width: 64em) {
      .hf__text .superhead {
        font-size: 2.25rem; } }
    .fonts-loaded .hf__text .superhead {
      font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }

.featured-video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .featured-video .video-preview figure > img {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }
  @media screen and (min-width: 40em) {
    .featured-video {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
                  -ms-grid-row-align: stretch;
              align-items: stretch; }
      .featured-video .video-preview,
      .featured-video .callout {
        width: 50%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%; }
      .featured-video .video-preview {
        height: auto; } }
  @media screen and (min-width: 64em) {
    .featured-video {
      min-height: 31.25rem; } }

.section--major {
  padding: 2.25rem 0; }
  @media screen and (min-width: 64em) {
    .section--major {
      padding: 4.375rem 0; } }
  .section--major > .section--major:first-child {
    padding-top: 0; }
  .section--major > .section--major:last-child {
    padding-bottom: 0; }

.wave-section {
  color: #fefefe;
  background-color: #004c97;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 4.375rem;
  padding-bottom: 15.625rem; }
  .wave-section .heading--alpha {
    color: #fefefe; }
    .wave-section .heading--alpha.heading--two-tone {
      color: #8dc8e8; }
      .wave-section .heading--alpha.heading--two-tone strong {
        color: #fefefe; }
  .wave-section h1 {
    color: #fefefe; }
    .wave-section h1.heading--two-tone {
      color: #8dc8e8; }
      .wave-section h1.heading--two-tone strong {
        color: #fefefe; }
  .wave-section .heading--beta {
    color: #fefefe; }
    .wave-section .heading--beta.heading--two-tone {
      color: #8dc8e8; }
      .wave-section .heading--beta.heading--two-tone strong {
        color: #fefefe; }
  .wave-section h2 {
    color: #fefefe; }
    .wave-section h2.heading--two-tone {
      color: #8dc8e8; }
      .wave-section h2.heading--two-tone strong {
        color: #fefefe; }
  .wave-section .heading--gamma {
    color: #fefefe; }
    .wave-section .heading--gamma.heading--two-tone {
      color: #8dc8e8; }
      .wave-section .heading--gamma.heading--two-tone strong {
        color: #fefefe; }
  .wave-section h3 {
    color: #fefefe; }
    .wave-section h3.heading--two-tone {
      color: #8dc8e8; }
      .wave-section h3.heading--two-tone strong {
        color: #fefefe; }
  .wave-section .heading--delta {
    color: #fefefe; }
    .wave-section .heading--delta.heading--two-tone {
      color: #8dc8e8; }
      .wave-section .heading--delta.heading--two-tone strong {
        color: #fefefe; }
  .wave-section h4 {
    color: #fefefe; }
    .wave-section h4.heading--two-tone {
      color: #8dc8e8; }
      .wave-section h4.heading--two-tone strong {
        color: #fefefe; }
  .wave-section .heading--epsilon {
    color: #fefefe; }
    .wave-section .heading--epsilon.heading--two-tone {
      color: #8dc8e8; }
      .wave-section .heading--epsilon.heading--two-tone strong {
        color: #fefefe; }
  .wave-section h5 {
    color: #fefefe; }
    .wave-section h5.heading--two-tone {
      color: #8dc8e8; }
      .wave-section h5.heading--two-tone strong {
        color: #fefefe; }
  .wave-section h6 {
    color: #fefefe; }
    .wave-section h6.heading--two-tone {
      color: #8dc8e8; }
      .wave-section h6.heading--two-tone strong {
        color: #fefefe; }
  .wave-section a:link, .wave-section a:visited {
    color: #fff; }
  .wave-section a:hover, .wave-section a:focus, .wave-section a:active {
    color: #e6e4db; }
  .wave-section a:link, .wave-section a:visited {
    color: #fff; }
  .wave-section a:hover, .wave-section a:focus, .wave-section a:active {
    color: #009cde; }
  @media screen and (min-width: 64em) {
    .wave-section {
      margin-bottom: 2.25rem; } }
  .wave-section > * {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .wave-section.wave-section--white {
    padding-bottom: 7.8125rem;
    margin-bottom: 0; }
  .wave-section > .row {
    position: relative;
    z-index: 2; }
  .wave-section .wave-background {
    position: absolute;
    position: absolute;
    z-index: 0;
    bottom: -0.1%; }
  .wave-section .wave-background--white {
    bottom: -7.8125rem; }
  .wave-section figure {
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: 0;
    z-index: 0;
    z-index: -1; }
    .wave-section figure > img {
      position: absolute;
      max-width: none;
      max-height: none;
      width: auto;
      min-width: 100%;
      height: auto;
      min-height: 100%;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .wave-section figure::after {
      width: 100%;
      max-width: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      margin: 0;
      -webkit-transform: translate3D(0, 0, 0);
              transform: translate3D(0, 0, 0);
      background-color: rgba(0, 76, 151, 0.9);
      content: ''; }
      .wave-section figure::after > img {
        position: absolute;
        max-width: none;
        max-height: none;
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 0;
        bottom: 0; }
    .wave-section figure > img {
      z-index: 0; }
    .mix-blend-mode .wave-section figure > img {
      opacity: 0.45; }
    .mix-blend-mode .wave-section figure::after {
      background-color: #004c97;
      mix-blend-mode: multiply;
      z-index: 1; }
  .wave-section .featured-links {
    margin-top: 2rem;
    margin-bottom: 2rem; }

.stripe-section {
  position: relative; }
  .stripe-section > * {
    position: relative;
    z-index: 2; }
  .stripe-section::before {
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 8.75rem;
    bottom: 5.3125rem;
    background-color: #e6e4db;
    content: ''; }

.alert-box {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(255, 0, 0, 0.5);
  max-height: 100vh;
  -webkit-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out; }
  .alert-box.hidden {
    padding: 0;
    max-height: 0;
    overflow: hidden; }
  .alert-box .alert-close {
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 0;
    height: 2rem;
    width: 2rem;
    overflow: hidden;
    color: #fefefe;
    font-size: 2rem;
    vertical-align: 0.25rem;
    padding-right: 0.5rem; }
    @media screen and (min-width: 75em) {
      .alert-box .alert-close {
        right: calc( (100% - 75rem)/2); } }
    .alert-box .alert-close:hover, .alert-box .alert-close:focus, .alert-box .alert-close:active {
      color: #c2c2c2; }
  .alert-box .dont-speak {
    position: relative;
    top: -0.25rem; }
  .alert-box .header {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    background-color: red; }
    .alert-box .header::before, .alert-box .header::after {
      content: ' ';
      display: table; }
    .alert-box .header::after {
      clear: both; }
    .alert-box .header .icon-alert {
      margin-bottom: 0;
      background: url("http://uwf.edu/media/university-of-west-florida/style-assets/images/argoalert.svg") no-repeat 50% 50%;
      font-size: 0;
      height: 2rem; }
  .alert-box .content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 0 1rem;
    background: #fefefe;
    border: solid red 3px; }
    .alert-box .content::before, .alert-box .content::after {
      content: ' ';
      display: table; }
    .alert-box .content::after {
      clear: both; }
  .alert-box article.primary,
  .alert-box aside.secondary {
    width: 100%;
    float: left;
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
    .alert-box article.primary:last-child:not(:first-child),
    .alert-box aside.secondary:last-child:not(:first-child) {
      float: right; }
  @media screen and (min-width: 40em) {
    .alert-box article.primary {
      width: 50%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
      .alert-box article.primary:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 64em) {
    .alert-box article.primary {
      width: 70.83333%;
      float: left;
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
      .alert-box article.primary:last-child:not(:first-child) {
        float: right; } }
  .alert-box aside.secondary {
    padding-top: 1rem;
    border-top: solid 2px #c2c2c2; }
    @media screen and (min-width: 40em) {
      .alert-box aside.secondary {
        width: 50%;
        float: left;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 0;
        border-top: none;
        border-left: solid 2px #c2c2c2; }
        .alert-box aside.secondary:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 64em) {
      .alert-box aside.secondary {
        width: 29.16667%;
        float: left;
        padding-left: 2.5rem;
        padding-right: 2.5rem; }
        .alert-box aside.secondary:last-child:not(:first-child) {
          float: right; } }
  .alert-box h2 {
    font-size: 1.25rem;
    font-family: "Helvetica", "Arial", sans-serif;
    color: red;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0; }
    @media screen and (min-width: 40em) {
      .alert-box h2 {
        font-size: 1.75rem; } }
    @media screen and (min-width: 64em) {
      .alert-box h2 {
        font-size: 1.75rem; } }
    .fonts-loaded .alert-box h2 {
      font-family: "Roboto Condensed", "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif; }
  .alert-box h6 {
    font-size: 1.125rem;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.125em; }
    @media screen and (min-width: 40em) {
      .alert-box h6 {
        font-size: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .alert-box h6 {
        font-size: 1.125rem; } }
    .fonts-loaded .alert-box h6 {
      font-family: "Lato", "Georgia", serif; }
  .alert-box ul.inline li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.column--stretch .feed-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .column--stretch .feed-block > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .column--stretch .feed-block > .event-feed {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }







