/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

/*! 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "lft-etica", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #393640;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

.row {
  max-width: 64.0625rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .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: 1.25rem;
  padding-right: 1.25rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xxlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ff-more-web-pro", serif;
  font-weight: 500;
  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: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

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

a {
  color: #3189D2;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #2876b7; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

ul ul, 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 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 0; }
  blockquote, blockquote p {
    line-height: 1.5;
    color: #8a8a8a; }

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

abbr {
  color: #393640;
  cursor: help;
  border-bottom: 1px dotted #393640; }

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

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

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

.lead {
  font-size: 125%;
  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; } }

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

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #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: 3px;
  padding: 0.85em 1.5em;
  margin: 0 0 1rem 0;
  font-size: 0.9375rem;
  background-color: #024C8A;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #3189D2;
    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: #3189D2;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #256eaa;
      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 #3189D2;
    color: #3189D2; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #17456a;
      color: #17456a; }
    .button.hollow.primary {
      border: 1px solid #3189D2;
      color: #3189D2; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #17456a;
        color: #17456a; }
    .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: #3189D2;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #3189D2;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff 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; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.5625rem;
  padding: 0.5rem;
  border: 1px solid #D2D7E7;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1.125rem;
  color: #6D748D;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(57, 54, 64, 0);
          box-shadow: inset 0 1px 2px rgba(57, 54, 64, 0);
  border-radius: 4px;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #3189D2;
    background-color: #ffffff;
    outline: none;
    -webkit-box-shadow: 0 0 3px 1px #3189D2;
            box-shadow: 0 0 3px 1px #3189D2;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(109, 116, 141, 0.5); }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(109, 116, 141, 0.5); }

input::placeholder,
textarea::placeholder {
  color: rgba(109, 116, 141, 0.5); }

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

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #393640; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

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

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

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

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

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

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

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

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

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.5625rem;
  padding: 0.5rem;
  border: 1px solid #D2D7E7;
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-family: inherit;
  line-height: normal;
  color: #6D748D;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28159, 165, 186%29'></polygon></svg>");
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  background-position: right -1rem center;
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #F5F5F7;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

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

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

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9375rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #3189D2;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #256eaa;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #3189D2;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #3189D2 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  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%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #3189D2 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[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%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #3189D2 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #3189D2;
  border-left-style: solid;
  border-right-width: 0; }

@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-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #3189D2 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .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%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #3189D2 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #3189D2;
    border-left-style: solid;
    border-right-width: 0; } }

@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-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #3189D2 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .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.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #3189D2 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #3189D2;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #3189D2 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #3189D2 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #3189D2;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #3189D2 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #3189D2 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #3189D2;
    border-left-style: solid;
    border-right-width: 0; } }

.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: #ffffff;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #3189D2 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #3189D2;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #3189D2;
  color: #ffffff; }
  .label.secondary {
    background: #777;
    color: #ffffff; }
  .label.success {
    background: #3adb76;
    color: #ffffff; }
  .label.warning {
    background: #ffae00;
    color: #ffffff; }
  .label.alert {
    background: #ec5840;
    color: #ffffff; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #ffffff;
    background: #3189D2; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.thumbnail {
  border: solid 4px #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(57, 54, 64, 0.2);
          box-shadow: 0 0 0 1px rgba(57, 54, 64, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(49, 137, 210, 0.5);
            box-shadow: 0 0 6px 1px rgba(49, 137, 210, 0.5); }

.title-bar {
  background: #3189D2;
  color: #ffffff;
  padding: 20px; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #393640;
  color: #ffffff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #393640;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #393640 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #393640;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #393640 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #3189D2; }
  .top-bar ul ul {
    background-color: transparent; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.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; } }

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

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

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
@media screen and (min-width: 40em) {
  html,
  body {
    overflow-x: hidden; } }

.site-header {
  background: #014C8A;
  /* Header: */ }
  .site-header .desktop-header {
    max-width: 64.0625rem;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    position: relative; }
    .site-header .desktop-header::before, .site-header .desktop-header::after {
      content: ' ';
      display: table; }
    .site-header .desktop-header::after {
      clear: both; }
    @media screen and (max-width: 63.9375em) {
      .site-header .desktop-header {
        display: none !important; } }
    @media screen and (min-width: 64em) {
      .site-header .desktop-header .header-left,
      .site-header .desktop-header .header-right {
        width: 50%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .site-header .desktop-header .header-left,
    .site-header .desktop-header .header-right {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 64em) {
        .site-header .desktop-header .header-left:last-child:not(:first-child),
        .site-header .desktop-header .header-right:last-child:not(:first-child) {
          float: right; } }
    .site-header .desktop-header #site-logo {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .site-header .desktop-header #site-logo svg {
        vertical-align: middle;
        -webkit-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in; }
        .site-header .desktop-header #site-logo svg g path:first-of-type,
        .site-header .desktop-header #site-logo svg g path:nth-of-type(2) {
          fill: #68CEF2; }
  .site-header .title-bar {
    max-width: 64.0625rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 68, 125, 0.33);
            box-shadow: 0 2px 4px 0 rgba(0, 68, 125, 0.33);
    position: relative;
    z-index: 1; }
    .site-header .title-bar::before, .site-header .title-bar::after {
      content: ' ';
      display: table; }
    .site-header .title-bar::after {
      clear: both; }
    @media screen and (min-width: 40em) {
      .site-header .title-bar {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .site-header .title-bar:last-child:not(:first-child) {
      float: right; }
    .site-header .title-bar, .site-header .title-bar:last-child {
      float: none; }
    .site-header .title-bar:after {
      display: none; }
    .site-header .title-bar .title-bar-title a svg {
      max-height: 20px;
      width: 135.55px; }
      .site-header .title-bar .title-bar-title a svg g path:first-of-type,
      .site-header .title-bar .title-bar-title a svg g path:nth-of-type(2) {
        fill: #68CEF2; }
    .site-header .title-bar .menu-toggle-icon {
      float: right;
      display: inline-block;
      cursor: pointer;
      -webkit-transition-property: opacity, -webkit-filter;
      transition-property: opacity, -webkit-filter;
      transition-property: opacity, filter;
      transition-property: opacity, filter, -webkit-filter;
      -webkit-transition-duration: 0.15s;
              transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
              transition-timing-function: linear;
      font: inherit;
      color: inherit;
      text-transform: none;
      background-color: transparent;
      border: 0;
      margin: 0;
      overflow: visible;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .site-header .title-bar .menu-toggle-icon .hamburger-box {
        width: 30px;
        height: 24px;
        display: inline-block;
        position: relative; }
        .site-header .title-bar .menu-toggle-icon .hamburger-box .hamburger-inner {
          display: block;
          top: 50%;
          margin-top: -2px;
          text-indent: -9999px; }
      .site-header .title-bar .menu-toggle-icon .hamburger-inner,
      .site-header .title-bar .menu-toggle-icon .hamburger-inner::before,
      .site-header .title-bar .menu-toggle-icon .hamburger-inner::after {
        width: 30px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 3.15s;
                transition-duration: 3.15s;
        -webkit-transition-timing-function: ease;
                transition-timing-function: ease; }
      .site-header .title-bar .menu-toggle-icon .hamburger-inner::before,
      .site-header .title-bar .menu-toggle-icon .hamburger-inner::after {
        content: "";
        display: block; }
      .site-header .title-bar .menu-toggle-icon .hamburger-inner {
        -webkit-transition-duration: 0.1s;
                transition-duration: 0.1s;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
        .site-header .title-bar .menu-toggle-icon .hamburger-inner:before {
          top: -10px;
          -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
          transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
        .site-header .title-bar .menu-toggle-icon .hamburger-inner:after {
          bottom: -10px;
          -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .site-header .title-bar .menu-toggle-icon.active .hamburger-inner {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition-delay: 0.14s;
              transition-delay: 0.14s;
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
              transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      .site-header .title-bar .menu-toggle-icon.active .hamburger-inner:before {
        top: 0;
        opacity: 0;
        -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
        transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
      .site-header .title-bar .menu-toggle-icon.active .hamburger-inner:after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

@media screen and (max-width: 63.9375em) {
  .desktop-menu, .mega-menu-wrap, .top-bar-right {
    display: none !important; } }

@media screen and (min-width: 64em) {
  #mobile-menu, .title-bar {
    display: none !important; } }

.off-canvas > ul.menu {
  height: 100vh;
  padding: 1rem; }

.title-bar-title a {
  font-size: 1rem;
  color: #B9B9B9; }
  .title-bar-title a svg {
    display: block; }

.top-bar .nav-wrapper {
  position: relative; }
  @media screen and (min-width: 40em) {
    .top-bar .nav-wrapper {
      max-width: 64.0625rem;
      margin-left: auto;
      margin-right: auto; }
      .top-bar .nav-wrapper::before, .top-bar .nav-wrapper::after {
        content: ' ';
        display: table; }
      .top-bar .nav-wrapper::after {
        clear: both; } }
  .top-bar .nav-wrapper .top-bar-left {
    width: 100%;
    position: relative; }
    .top-bar .nav-wrapper .top-bar-left .desktop-menu {
      position: absolute;
      width: 100%; }
      .top-bar .nav-wrapper .top-bar-left .desktop-menu li {
        list-style: none; }
      .top-bar .nav-wrapper .top-bar-left .desktop-menu > li > a {
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-family: "ff-more-web-pro", serif;
        font-weight: 500;
        font-size: 0.8125rem;
        padding-top: 0;
        padding-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease; }
        .top-bar .nav-wrapper .top-bar-left .desktop-menu > li > a span {
          font-size: 0.9375rem; }
      .top-bar .nav-wrapper .top-bar-left .desktop-menu > li.is-active > a:not(.button),
      .top-bar .nav-wrapper .top-bar-left .desktop-menu > li:not(.is-active) a:hover:not(.button) {
        background-color: #fff;
        border-radius: 6px 6px 0 0;
        color: #3189D2;
        height: auto;
        height: 53px;
        margin-top: -3px;
        padding-top: 3px;
        z-index: 4; }
      .top-bar .nav-wrapper .top-bar-left .desktop-menu .is-dropdown-submenu-parent {
        position: static; }
        .top-bar .nav-wrapper .top-bar-left .desktop-menu .is-dropdown-submenu-parent:hover .is-dropdown-submenu,
        .top-bar .nav-wrapper .top-bar-left .desktop-menu .is-dropdown-submenu-parent .is-dropdown-submenu.js-dropdown-active {
          opacity: 1;
          visibility: visible; }
        .top-bar .nav-wrapper .top-bar-left .desktop-menu .is-dropdown-submenu-parent .is-dropdown-submenu {
          display: block;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }
      .top-bar .nav-wrapper .top-bar-left .desktop-menu .mega-menu {
        width: 100%;
        margin-left: 0;
        padding: 30px 0;
        background-color: #fff;
        border: 0;
        z-index: 3; }
        .top-bar .nav-wrapper .top-bar-left .desktop-menu .mega-menu:before {
          content: "";
          position: absolute;
          z-index: -1;
          /* behind parent */
          top: 0;
          bottom: 0;
          margin-right: -100%;
          margin-left: -100%;
          background: #fff;
          -webkit-box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.15);
                  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.15);
          width: 300%; }
        .top-bar .nav-wrapper .top-bar-left .desktop-menu .mega-menu li div ul:not(.menu-post) {
          width: 33.33333%;
          float: left; }
          .top-bar .nav-wrapper .top-bar-left .desktop-menu .mega-menu li div ul:not(.menu-post) li.link-heading.padding-break {
            margin-top: 30px; }
          .top-bar .nav-wrapper .top-bar-left .desktop-menu .mega-menu li div ul:not(.menu-post) li.link-heading a {
            color: #9FA5BA;
            cursor: default;
            font-size: 0.875rem;
            letter-spacing: 2px;
            pointer-events: none;
            text-transform: uppercase; }
          .top-bar .nav-wrapper .top-bar-left .desktop-menu .mega-menu li div ul:not(.menu-post) li a {
            background: none;
            color: #3189D2;
            font-family: "lft-etica", sans-serif;
            font-weight: normal;
            font-size: 1.125rem;
            line-height: 2.125rem; }
            .top-bar .nav-wrapper .top-bar-left .desktop-menu .mega-menu li div ul:not(.menu-post) li a:hover {
              color: #216095;
              border-radius: 0;
              height: auto; }
        .top-bar .nav-wrapper .top-bar-left .desktop-menu .mega-menu ul:last-of-type:not(:first-child) {
          border-left: 1px solid #DADAE4;
          padding-left: 80px; }
        .top-bar .nav-wrapper .top-bar-left .desktop-menu .mega-menu .menu-post {
          width: 66.66667%;
          float: left; }
          .top-bar .nav-wrapper .top-bar-left .desktop-menu .mega-menu .menu-post li > a {
            display: none; }

.top-bar .menu-post-container {
  font-family: "lft-etica", sans-serif; }
  .top-bar .menu-post-container img {
    max-width: 33.33333%;
    float: left;
    padding-right: 30px; }
    .top-bar .menu-post-container img:after {
      content: '';
      display: block;
      clear: both; }
  .top-bar .menu-post-container .post-content {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: inline-block;
    width: 66.66667%;
    float: left;
    font-size: 1rem;
    line-height: 1.5rem; }
    @media screen and (min-width: 40em) {
      .top-bar .menu-post-container .post-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .top-bar .menu-post-container .post-content:last-child:not(:first-child) {
      float: right; }
    .top-bar .menu-post-container .post-content time {
      color: #9FA5BA;
      display: block;
      font-size: 0.875rem;
      line-height: 1.0625rem;
      margin-bottom: 5px; }
    .top-bar .menu-post-container .post-content h4 a {
      color: #393640;
      font-size: 1.625rem;
      font-weight: 500;
      line-height: 2.25rem;
      text-transform: none; }

.top-bar .menu > li:not(.menu-text) > a {
  padding: 0 1.25rem; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow a {
  padding-right: 1rem; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow > a::after {
  border: 0; }

.top-bar .dropdown.menu:first-child > li.is-dropdown-submenu-parent > a::after {
  display: none; }

.top-bar input {
  max-width: 300px; }

.top-bar .top-bar-right .search {
  width: 100%;
  float: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-right .search {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .top-bar .top-bar-right .search:last-child:not(:first-child) {
    float: right; }
  .top-bar .top-bar-right .search .input-group {
    margin-bottom: 0; }
    .top-bar .top-bar-right .search .input-group .input-group-field {
      height: 50px;
      border: none;
      background: #6FBEF1;
      padding: 0.5rem 15px;
      color: #00447D;
      width: 230px;
      will-change: width;
      -webkit-transition: width 0.1s ease-in, -webkit-box-shadow 0.1s ease-in;
      transition: width 0.1s ease-in, -webkit-box-shadow 0.1s ease-in;
      transition: width 0.1s ease-in, box-shadow 0.1s ease-in;
      transition: width 0.1s ease-in, box-shadow 0.1s ease-in, -webkit-box-shadow 0.1s ease-in; }
      .top-bar .top-bar-right .search .input-group .input-group-field:focus {
        -webkit-box-shadow: 0 0 5px #f5f5f5;
                box-shadow: 0 0 5px #f5f5f5;
        width: 250px; }
      .top-bar .top-bar-right .search .input-group .input-group-field::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #F5F5F7; }
      .top-bar .top-bar-right .search .input-group .input-group-field::-moz-placeholder {
        /* Firefox 19+ */
        color: #F5F5F7; }
      .top-bar .top-bar-right .search .input-group .input-group-field:-ms-input-placeholder {
        /* IE 10+ */
        color: #F5F5F7; }
      .top-bar .top-bar-right .search .input-group .input-group-field:-moz-placeholder {
        /* Firefox 18- */
        color: #F5F5F7; }
    .top-bar .top-bar-right .search .input-group .input-group-button input.button {
      margin-right: 0;
      height: 50px;
      position: absolute;
      top: 0;
      right: 25px;
      text-indent: -9999px;
      background: url("../images/icons/search.svg") no-repeat center;
      background-color: transparent;
      border: none; }

.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

/* ------------------------------------------
  Responsive Nav
  ! responsive-nav.js 1.0.39 by @viljamis 
--------------------------------------------- */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none; }

.nav-collapse li {
  width: 100%;
  display: block; }

.nav-collapse .opened {
  max-height: 9999px; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left; }

.nav-collapse .menu li {
  float: left;
  width: 100%;
  padding: 0 1.25rem;
  background: #146BB3; }
  .nav-collapse .menu li:not(:last-of-type) {
    border-bottom: 1px solid #68CEF2; }
  .nav-collapse .menu li:not(.menu-text) > a {
    padding: 0; }

.nav-collapse .menu a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  line-height: 50px;
  font-size: 1.125rem;
  background: none; }

.nav-collapse .menu a:hover,
.nav-collapse .menu li.focus > a,
.nav-collapse .menu li:hover {
  background-color: #024C8A; }

/* ------------------------------------------
  Responsive Nav- Multiple Levels
--------------------------------------------- */
.js .nav-collapse {
  visibility: hidden; }
  .js .nav-collapse.opened {
    visibility: visible; }
  .js .nav-collapse.multiple-level-nav.opened.dropdown-active {
    max-height: 9999px !important; }
    .js .nav-collapse.multiple-level-nav.opened.dropdown-active li.active {
      background: #024C8A; }
  .js .nav-collapse.multiple-level-nav .sub-menu {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: none;
    overflow: hidden;
    zoom: 1; }
    .js .nav-collapse.multiple-level-nav .sub-menu.toggled {
      display: block;
      max-height: 9999px;
      position: relative; }
      .js .nav-collapse.multiple-level-nav .sub-menu.toggled li {
        border: none;
        background: none;
        padding: 0; }
        .js .nav-collapse.multiple-level-nav .sub-menu.toggled li:not(:last-child) a {
          border-bottom: 1px solid rgba(104, 206, 242, 0.37); }
        .js .nav-collapse.multiple-level-nav .sub-menu.toggled li a {
          color: #68CEF2;
          line-height: 45px; }
      .js .nav-collapse.multiple-level-nav .sub-menu.toggled li.menu-item-has-children {
        padding-left: 20px; }
        .js .nav-collapse.multiple-level-nav .sub-menu.toggled li.menu-item-has-children:not(:last-child) {
          border-bottom: 1px solid rgba(104, 206, 242, 0.37); }
        .js .nav-collapse.multiple-level-nav .sub-menu.toggled li.menu-item-has-children a {
          border-bottom: none; }
        .js .nav-collapse.multiple-level-nav .sub-menu.toggled li.menu-item-has-children.active > a {
          color: #fff; }
        .js .nav-collapse.multiple-level-nav .sub-menu.toggled li.menu-item-has-children ul li a:before {
          content: '-';
          display: inline-block;
          margin-right: 3px; }
  .js .nav-collapse li {
    position: relative; }
  .js .nav-collapse .dropdown-toggle {
    color: #fff;
    content: "";
    height: 50px;
    width: 60px;
    padding: 0;
    position: absolute;
    margin: 0;
    text-transform: lowercase;
    top: 0;
    right: 0; }
    .js .nav-collapse .dropdown-toggle:hover, .js .nav-collapse .dropdown-toggle:focus, .js .nav-collapse .dropdown-toggle:active {
      color: #fff; }
    .js .nav-collapse .dropdown-toggle:not(.toggled):after {
      content: '';
      display: block;
      background: url("../images/icons/DropdownArrow.svg") no-repeat center;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      width: 15px;
      height: 8px;
      margin: 0 auto; }
    .js .nav-collapse .dropdown-toggle.toggled:after {
      content: '';
      display: block;
      background: url("../images/icons/DropdownArrow.svg") no-repeat center;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      width: 15px;
      height: 8px;
      margin: 0 auto;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .js .nav-collapse .sub-menu.toggled li.menu-item-has-children .dropdown-toggle {
    left: 0;
    right: auto;
    width: 100%;
    height: 45px; }
    .js .nav-collapse .sub-menu.toggled li.menu-item-has-children .dropdown-toggle:after {
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      width: 10px;
      height: 5px;
      margin-left: 0; }
    .js .nav-collapse .sub-menu.toggled li.menu-item-has-children .dropdown-toggle.toggled:after {
      background: url("../images/icons/DropdownArrowUpWhite.svg") no-repeat center;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }

#footer {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  margin-top: 3.75rem;
  background: #146BB3; }
  #footer #footer-container {
    max-width: 64.0625rem;
    margin-left: auto;
    margin-right: auto;
    padding: 3.125rem 0; }
    #footer #footer-container::before, #footer #footer-container::after {
      content: ' ';
      display: table; }
    #footer #footer-container::after {
      clear: both; }
    #footer #footer-container article:last-child:last-child {
      float: left; }
    @media screen and (max-width: 74.9375em) {
      #footer #footer-container article {
        margin-bottom: 1.25rem; } }
    #footer #footer-container ul.menu {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #footer #footer-container ul.menu li:first-of-type a {
        color: #68CEF2;
        font-family: "ff-more-web-pro", serif;
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 5px;
        padding-top: 0; }
      #footer #footer-container ul.menu li a {
        padding: 8px 0;
        color: #fff;
        line-height: 1.1875rem; }
        #footer #footer-container ul.menu li a:hover {
          color: #3bc0ee; }
    #footer #footer-container .widget {
      color: #fff;
      border-left: 1px solid #3189D2;
      font-size: 1rem; }
      @media screen and (min-width: 64em) {
        #footer #footer-container .widget {
          padding-left: 80px; } }
      #footer #footer-container .widget h6 {
        font-size: 1.125rem;
        font-weight: 500;
        display: inline-block;
        float: left;
        margin-right: 1.25rem; }
      #footer #footer-container .widget.tribe-events-list-widget p.tribe-events-widget-link {
        display: inline-block;
        margin-bottom: 0.625rem; }
        @media screen and (min-width: 64em) {
          #footer #footer-container .widget.tribe-events-list-widget p.tribe-events-widget-link {
            float: right; } }
        #footer #footer-container .widget.tribe-events-list-widget p.tribe-events-widget-link a {
          color: #fff;
          font-size: 0.875rem;
          text-decoration: underline;
          font-weight: normal; }
          #footer #footer-container .widget.tribe-events-list-widget p.tribe-events-widget-link a:hover {
            color: #3bc0ee; }
      #footer #footer-container .widget .tribe-list-widget {
        clear: both; }
        #footer #footer-container .widget .tribe-list-widget li {
          padding-left: 0; }
          #footer #footer-container .widget .tribe-list-widget li .tribe-event-duration {
            color: #68CEF2;
            font-size: 0.8125rem; }
          #footer #footer-container .widget .tribe-list-widget li h4 {
            line-height: 1rem;
            margin-bottom: 0; }
            #footer #footer-container .widget .tribe-list-widget li h4 a {
              color: #F5F5F7;
              font-family: "lft-etica", sans-serif;
              font-size: 0.8125rem; }
              #footer #footer-container .widget .tribe-list-widget li h4 a:hover {
                color: #3bc0ee; }
  #footer .lower-footer {
    background: #014C8A;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.0625rem; }
    #footer .lower-footer .tips h4 a {
      color: #fff;
      font-family: "lft-etica", sans-serif;
      font-weight: 700;
      line-height: 1.375rem; }
    #footer .lower-footer .tips p {
      font-size: 0.75rem;
      line-height: 1.1875rem; }
    #footer .lower-footer #site-logo {
      display: block;
      margin-bottom: 20px; }
    #footer .lower-footer .copyright a {
      color: #fff;
      text-decoration: underline; }
      #footer .lower-footer .copyright a:not(:last-of-type) {
        margin-right: 15px; }
      #footer .lower-footer .copyright a:hover {
        color: #3bc0ee; }
    #footer .lower-footer .social-nav {
      padding: 0; }
      #footer .lower-footer .social-nav .icon {
        width: 1.5625rem;
        height: 1.5625rem; }

.sidebar {
  width: 100%;
  float: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media screen and (max-width: 39.9375em) {
    .sidebar {
      border-top: 1px solid #DADAE4;
      margin-top: 1.25rem;
      padding-top: 30px; } }
  @media screen and (min-width: 40em) {
    .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .sidebar {
      width: 25%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }
  .sidebar h6 {
    font-size: 1.125rem;
    line-height: 1.38889; }
  .sidebar .see-more {
    font-family: "lft-etica", sans-serif;
    color: #3189D2;
    font-size: 0.875rem;
    text-decoration: underline;
    font-weight: normal;
    display: inline-block;
    float: right;
    line-height: 1.78571; }
    .sidebar .see-more:hover {
      color: #2876b7; }

body#tinymce {
  height: auto;
  max-width: 64.0625rem;
  padding: 1.25rem !important; }

.button {
  -webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out;
  transition: background-color 0.1s ease-out, color 0.1s ease-out; }

#post-nav {
  margin-top: 1.25rem; }
  #post-nav .post-previous,
  #post-nav .post-next {
    display: inline-block; }
    #post-nav .post-previous a,
    #post-nav .post-next a {
      display: block;
      font-size: 0.9375rem;
      line-height: 1.2;
      color: #6D748D;
      border: 1px solid #DADAE4;
      border-radius: 4px;
      padding: 10px;
      text-transform: capitalize;
      -webkit-transition: color  0.1s ease-in, border-color 0.1s ease-in;
      transition: color  0.1s ease-in, border-color 0.1s ease-in; }
      #post-nav .post-previous a:hover,
      #post-nav .post-next a:hover {
        color: #3189D2;
        border-color: #3189D2; }
      #post-nav .post-previous a .icon,
      #post-nav .post-next a .icon {
        display: inline-block;
        width: 1em;
        height: 1em;
        stroke-width: 0;
        stroke: currentColor;
        fill: currentColor; }
      #post-nav .post-previous a .icon-Arrow-Left,
      #post-nav .post-previous a .icon-Arrow-Right,
      #post-nav .post-next a .icon-Arrow-Left,
      #post-nav .post-next a .icon-Arrow-Right {
        width: 0.8125rem;
        height: 0.5625rem; }
      #post-nav .post-previous a .icon-Arrow-Left,
      #post-nav .post-next a .icon-Arrow-Left {
        margin-right: 0.3125rem; }
      #post-nav .post-previous a .icon-Arrow-Right,
      #post-nav .post-next a .icon-Arrow-Right {
        margin-left: 0.3125rem; }
  #post-nav .post-previous {
    float: left; }
  #post-nav .post-next {
    float: right; }

#featured-hero {
  margin-bottom: 10.3125rem;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6.25rem;
  position: relative; }
  @media screen and (min-width: 40em) {
    #featured-hero {
      height: 15.625rem;
      margin-bottom: 6.875rem; } }
  @media screen and (min-width: 75em) {
    #featured-hero {
      height: 25rem; } }
  #featured-hero .wrapper {
    position: relative;
    height: 100%; }
    @media screen and (min-width: 40em) {
      #featured-hero .wrapper {
        max-width: 64.0625rem;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem; }
        #featured-hero .wrapper::before, #featured-hero .wrapper::after {
          content: ' ';
          display: table; }
        #featured-hero .wrapper::after {
          clear: both; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #featured-hero .wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #featured-hero .wrapper:last-child:not(:first-child) {
          float: right; }
        #featured-hero .wrapper, #featured-hero .wrapper:last-child {
          float: none; } }
    #featured-hero .wrapper:after {
      content: '';
      display: table;
      clear: both; }
  #featured-hero .title-box {
    background: #FFCC27;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    position: relative;
    top: 100%; }
    @media screen and (max-width: 39.9375em) {
      #featured-hero .title-box {
        max-width: 64.0625rem;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem; }
        #featured-hero .title-box::before, #featured-hero .title-box::after {
          content: ' ';
          display: table; }
        #featured-hero .title-box::after {
          clear: both; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    #featured-hero .title-box {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (max-width: 39.9375em) {
        #featured-hero .title-box:last-child:not(:first-child) {
          float: right; }
        #featured-hero .title-box, #featured-hero .title-box:last-child {
          float: none; } }
    @media screen and (min-width: 40em) {
      #featured-hero .title-box {
        top: 100%;
        margin-top: -71px; } }
    @media screen and (min-width: 40em) {
      #featured-hero .title-box h1.entry-title {
        font-size: 2.3125rem;
        line-height: 1.37838; } }
    #featured-hero .title-box p {
      font-family: "ff-more-web-pro", serif;
      font-size: 1.25rem;
      font-style: italic;
      line-height: 1.35;
      margin-bottom: 0; }

.dotted {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

a {
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #393640; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    color: #3189D2; }

a.feature-img-link {
  position: relative;
  display: block; }
  a.feature-img-link:before {
    content: '';
    display: block;
    background: rgba(57, 54, 64, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in; }
  a.feature-img-link:hover:before {
    opacity: 1.0; }

.icon {
  width: 1.1875rem;
  height: 1.1875rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle; }

.social-nav {
  line-height: 1;
  margin: 0;
  padding: 8px 15px; }
  @media screen and (min-width: 64em) {
    .social-nav {
      float: right; } }
  .social-nav li {
    list-style: none;
    display: inline-block; }
    .social-nav li:not(:first-of-type) {
      padding-left: 8px; }
  .social-nav a {
    color: #fff;
    -webkit-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in; }
    .social-nav a:hover {
      color: #9FA5BA; }

@media screen and (min-width: 70em) {
  .share {
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 10; } }

.share:after {
  content: '';
  display: block;
  clear: both; }

.share ul {
  margin: 0; }
  .share ul li {
    list-style: none;
    display: inline-block;
    min-width: 45px;
    max-width: 16.66667%;
    float: left;
    border-right: 2px solid #fff; }
    @media screen and (min-width: 70em) {
      .share ul li {
        display: block;
        width: auto;
        float: none;
        max-width: inherit;
        border-right: none; }
        .share ul li:not(:last-of-type) {
          border-bottom: 2px solid #fff; } }
    .share ul li.twitter a {
      background: #00AAEC; }
      .share ul li.twitter a .icon {
        width: 26.66px;
        height: 20.43px; }
    .share ul li.facebook a {
      background: #4460A0; }
      .share ul li.facebook a .icon {
        width: 20.99px;
        height: 27.47px; }
    .share ul li.googleplus a {
      background: #E33D2D; }
      .share ul li.googleplus a .icon {
        width: 31.12px;
        height: 20.43px; }
    .share ul li.linkedin a {
      background: #007EBB; }
      .share ul li.linkedin a .icon {
        width: 29px;
        height: 26.36px; }
    .share ul li.pinterest a {
      background: #bd081c; }
      .share ul li.pinterest a .icon {
        width: 29px;
        height: 29px; }
    .share ul li.email a {
      background: #ededf2; }
      .share ul li.email a .icon {
        width: 28.52px;
        height: 18.37px;
        color: #6D748D; }
    .share ul li a {
      text-align: center;
      -webkit-transition: opacity 0.1s ease-in;
      transition: opacity 0.1s ease-in;
      display: block;
      line-height: 30px;
      width: auto;
      padding: 10px; }
      .share ul li a:hover {
        opacity: 0.75; }
      .share ul li a span {
        position: absolute;
        left: -9999px; }
      .share ul li a .icon {
        color: #fff; }

#page #searchform .input-group {
  position: relative; }
  #page #searchform .input-group > :first-child {
    border-radius: 4px; }
  #page #searchform .input-group .input-group-button {
    width: auto; }
    #page #searchform .input-group .input-group-button input.button {
      margin-right: 0;
      height: 42px;
      position: absolute;
      top: 0;
      right: 0;
      text-indent: -9999px;
      background: url("../images/icons/search_dark.svg") no-repeat center;
      background-color: transparent;
      border: none;
      -webkit-transition: opacity 0.1s ease-in;
      transition: opacity 0.1s ease-in; }
      #page #searchform .input-group .input-group-button input.button:hover {
        opacity: 0.75; }

.gallery {
  overflow: hidden;
  margin-bottom: 1rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  @media screen and (min-width: 40em) {
    .gallery {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  @media screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > .gallery-item {
      width: 50%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .gallery.gallery-columns-2 > .gallery-item {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .gallery.gallery-columns-2 > .gallery-item:nth-of-type(1n) {
        clear: none; }
      .gallery.gallery-columns-2 > .gallery-item:nth-of-type(2n+1) {
        clear: both; }
      .gallery.gallery-columns-2 > .gallery-item:last-child {
        float: left; } }
  @media screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > .gallery-item {
      width: 33.33333%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .gallery.gallery-columns-3 > .gallery-item {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .gallery.gallery-columns-3 > .gallery-item:nth-of-type(1n) {
        clear: none; }
      .gallery.gallery-columns-3 > .gallery-item:nth-of-type(3n+1) {
        clear: both; }
      .gallery.gallery-columns-3 > .gallery-item:last-child {
        float: left; } }
  @media screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > .gallery-item {
      width: 25%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .gallery.gallery-columns-4 > .gallery-item {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .gallery.gallery-columns-4 > .gallery-item:nth-of-type(1n) {
        clear: none; }
      .gallery.gallery-columns-4 > .gallery-item:nth-of-type(4n+1) {
        clear: both; }
      .gallery.gallery-columns-4 > .gallery-item:last-child {
        float: left; } }
  @media screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > .gallery-item {
      width: 20%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .gallery.gallery-columns-5 > .gallery-item {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .gallery.gallery-columns-5 > .gallery-item:nth-of-type(1n) {
        clear: none; }
      .gallery.gallery-columns-5 > .gallery-item:nth-of-type(5n+1) {
        clear: both; }
      .gallery.gallery-columns-5 > .gallery-item:last-child {
        float: left; } }
  @media screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > .gallery-item {
      width: 16.66667%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .gallery.gallery-columns-6 > .gallery-item {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .gallery.gallery-columns-6 > .gallery-item:nth-of-type(1n) {
        clear: none; }
      .gallery.gallery-columns-6 > .gallery-item:nth-of-type(6n+1) {
        clear: both; }
      .gallery.gallery-columns-6 > .gallery-item:last-child {
        float: left; } }
  @media screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > .gallery-item {
      width: 14.28571%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .gallery.gallery-columns-7 > .gallery-item {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .gallery.gallery-columns-7 > .gallery-item:nth-of-type(1n) {
        clear: none; }
      .gallery.gallery-columns-7 > .gallery-item:nth-of-type(7n+1) {
        clear: both; }
      .gallery.gallery-columns-7 > .gallery-item:last-child {
        float: left; } }
  @media screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > .gallery-item {
      width: 12.5%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .gallery.gallery-columns-8 > .gallery-item {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .gallery.gallery-columns-8 > .gallery-item:nth-of-type(1n) {
        clear: none; }
      .gallery.gallery-columns-8 > .gallery-item:nth-of-type(8n+1) {
        clear: both; }
      .gallery.gallery-columns-8 > .gallery-item:last-child {
        float: left; } }
  @media screen and (min-width: 40em) {
    .gallery.gallery-columns-9 > .gallery-item {
      width: 11.11111%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .gallery.gallery-columns-9 > .gallery-item {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .gallery.gallery-columns-9 > .gallery-item:nth-of-type(1n) {
        clear: none; }
      .gallery.gallery-columns-9 > .gallery-item:nth-of-type(9n+1) {
        clear: both; }
      .gallery.gallery-columns-9 > .gallery-item:last-child {
        float: left; } }
  .gallery .gallery-item {
    margin: 0;
    padding: 1rem;
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media screen and (min-width: 40em) {
      .gallery .gallery-item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .gallery .gallery-item:last-child:not(:first-child) {
      float: right; }
    .gallery .gallery-item:last-child:last-child {
      float: left; }

.gallery-columns-2 img {
  width: 100% !important;
  height: auto !important; }

body.home .site-header .desktop-header {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  body.home .site-header .desktop-header::before, body.home .site-header .desktop-header::after {
    content: ' ';
    display: table; }
  body.home .site-header .desktop-header::after {
    clear: both; }

@media screen and (min-width: 40em) {
  body.home .top-bar .nav-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    body.home .top-bar .nav-wrapper::before, body.home .top-bar .nav-wrapper::after {
      content: ' ';
      display: table; }
    body.home .top-bar .nav-wrapper::after {
      clear: both; }
    body.home .top-bar .nav-wrapper .top-bar-left .desktop-menu > li > a {
      height: 60px;
      line-height: 60px; }
    body.home .top-bar .nav-wrapper .top-bar-left .desktop-menu > li:not(.is-active) a:hover:not(.button),
    body.home .top-bar .nav-wrapper .top-bar-left .desktop-menu > li.is-active > a:not(.button) {
      height: 63px; }
    body.home .top-bar .nav-wrapper .top-bar-right .search .input-group .input-group-field {
      height: 60px; } }

#page.home h1, #page.home h2, #page.home h3 {
  text-transform: capitalize; }

#page.home time {
  font-size: 0.9375rem; }

#page.home .category {
  font-size: 0.9375rem; }

#page.home .wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem; }
  #page.home .wrapper::before, #page.home .wrapper::after {
    content: ' ';
    display: table; }
  #page.home .wrapper::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    #page.home .wrapper {
      margin-top: 2.5rem; } }
  #page.home .wrapper .main-content {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media screen and (min-width: 40em) {
      #page.home .wrapper .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page.home .wrapper .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page.home .wrapper .main-content {
        width: 75%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page.home .wrapper .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page.home .wrapper .main-content:last-child:not(:first-child) {
          float: right; } }
    #page.home .wrapper .main-content h2 {
      margin-bottom: 0;
      font-weight: 500; }
      @media screen and (min-width: 40em) {
        #page.home .wrapper .main-content h2 {
          font-size: 1.6875rem; } }
      #page.home .wrapper .main-content h2 a {
        color: #252427; }
        #page.home .wrapper .main-content h2 a:hover {
          color: #3189D2; }
    #page.home .wrapper .main-content .first-post {
      margin-bottom: 1.875rem; }
      @media screen and (min-width: 40em) {
        #page.home .wrapper .main-content .first-post {
          margin-bottom: 3rem; } }
      #page.home .wrapper .main-content .first-post .feature-image {
        width: 100%;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center;
        min-height: 185px; }
        @media screen and (min-width: 40em) {
          #page.home .wrapper .main-content .first-post .feature-image {
            min-height: 300px; } }
        @media screen and (min-width: 64em) {
          #page.home .wrapper .main-content .first-post .feature-image {
            min-height: 400px; } }
      #page.home .wrapper .main-content .first-post .title-box {
        background: #024C8A;
        color: #fff;
        display: block;
        padding: 15px;
        border: 5px solid #fff;
        border-width: 5px 0 0 0;
        position: relative;
        text-align: center; }
        @media screen and (min-width: 40em) {
          #page.home .wrapper .main-content .first-post .title-box {
            min-width: 300px;
            max-width: 90%;
            margin-top: -50px;
            border-width: 5px 5px 0 0; } }
        @media screen and (min-width: 64em) {
          #page.home .wrapper .main-content .first-post .title-box {
            padding: 40px 60px;
            margin-left: auto;
            margin-right: auto;
            border-width: 5px 5px 0 5px; } }
        #page.home .wrapper .main-content .first-post .title-box:before, #page.home .wrapper .main-content .first-post .title-box:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 17px 17px 17px;
          border-color: transparent transparent  #024C8A transparent;
          position: absolute;
          top: -17px;
          left: 15px;
          z-index: 1; }
        #page.home .wrapper .main-content .first-post .title-box:after {
          border-width: 0 24px 24px 24px;
          border-color: transparent transparent  #FFF transparent;
          top: -24px;
          left: 8px;
          z-index: 0; }
        #page.home .wrapper .main-content .first-post .title-box h2 {
          margin-bottom: 5px; }
          #page.home .wrapper .main-content .first-post .title-box h2 a {
            color: #fff; }
            #page.home .wrapper .main-content .first-post .title-box h2 a:hover {
              color: #dbdbdb; }
        #page.home .wrapper .main-content .first-post .title-box .category {
          margin-left: 5px; }
          #page.home .wrapper .main-content .first-post .title-box .category a {
            color: #68CEF2; }
            #page.home .wrapper .main-content .first-post .title-box .category a:hover {
              color: #3bc0ee; }
    #page.home .wrapper .main-content .blogpost-entry:not(.first-post) {
      overflow: hidden; }
      @media screen and (min-width: 40em) {
        #page.home .wrapper .main-content .blogpost-entry:not(.first-post) {
          margin-bottom: 1.875rem; } }
      @media screen and (min-width: 64em) {
        #page.home .wrapper .main-content .blogpost-entry:not(.first-post) {
          max-width: 90%;
          margin-left: auto;
          margin-right: auto; } }
      #page.home .wrapper .main-content .blogpost-entry:not(.first-post) .feature-img-link {
        width: 100%;
        margin-bottom: 0.9375rem; }
        @media screen and (min-width: 40em) {
          #page.home .wrapper .main-content .blogpost-entry:not(.first-post) .feature-img-link {
            width: 33.33333%;
            display: inline-block;
            float: left;
            margin-bottom: 0; } }
        #page.home .wrapper .main-content .blogpost-entry:not(.first-post) .feature-img-link img {
          width: 100%; }
      @media screen and (min-width: 40em) {
        #page.home .wrapper .main-content .blogpost-entry:not(.first-post) .category,
        #page.home .wrapper .main-content .blogpost-entry:not(.first-post) h2 {
          display: inline-block;
          width: 66.66667%;
          float: left;
          padding-left: 30px;
          margin-bottom: 0.4rem; } }
      @media screen and (min-width: 40em) {
        #page.home .wrapper .main-content .blogpost-entry:not(.first-post) .entry-content {
          width: 66.66667%;
          float: right;
          display: inline-block;
          padding-left: 30px; } }
      #page.home .wrapper .main-content .blogpost-entry:not(.first-post) .entry-content p {
        font-size: 1rem; }

@media screen and (min-width: 64em) {
  #page.home .recent-columns {
    width: 25%;
    float: left;
    padding-left: 2rem; }
    #page.home .recent-columns:last-child:not(:first-child) {
      float: right; } }

#page.home .recent-columns > h3 {
  background: #D7D8D9;
  padding: 10px 15px;
  margin-bottom: 0;
  border-bottom: 5px solid #fff;
  font-size: 1.25rem;
  position: relative;
  z-index: 1; }

#page.home .recent-columns .blogpost-entry:not(.first-post) header .feature-img-link {
  width: 100%;
  margin-bottom: 10px; }
  #page.home .recent-columns .blogpost-entry:not(.first-post) header .feature-img-link img {
    width: 100%; }

#page.home .recent-columns .blogpost-entry:not(.first-post) time {
  color: #9FA5BA; }

#page.home .recent-columns .blogpost-entry:not(.first-post) .category {
  display: block; }

#page.home .recent-columns .blogpost-entry:not(.first-post) h3 {
  margin-bottom: 20px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #page.home .recent-columns .blogpost-entry:not(.first-post) h3 {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    #page.home .recent-columns .blogpost-entry:not(.first-post) h3 {
      font-size: 1.375rem; } }
  #page.home .recent-columns .blogpost-entry:not(.first-post) h3 a {
    color: #393640; }
    #page.home .recent-columns .blogpost-entry:not(.first-post) h3 a:hover {
      color: #3189D2; }

#page.home .featured-story {
  margin: 30px 0; }
  #page.home .featured-story .feature-img-link {
    max-width: 1400px;
    margin: 0 auto; }
    #page.home .featured-story .feature-img-link .feature-image {
      width: 100%;
      display: block;
      min-height: 200px;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover; }
      @media screen and (min-width: 40em) {
        #page.home .featured-story .feature-img-link .feature-image {
          min-height: 60vh;
          min-height: 400px; } }
      @media screen and (min-width: 40em) {
        #page.home .featured-story .feature-img-link .feature-image {
          min-height: 500px; } }
      @media screen and (min-width: 90em) {
        #page.home .featured-story .feature-img-link .feature-image {
          min-height: 50vh;
          min-height: 600px; } }
  #page.home .featured-story .wrapper {
    margin-top: 0; }
  #page.home .featured-story .featured-title {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media screen and (min-width: 40em) {
      #page.home .featured-story .featured-title {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page.home .featured-story .featured-title:last-child:not(:first-child) {
      float: right; }
    #page.home .featured-story .featured-title span {
      display: inline-block;
      float: left;
      background: #51A2D8;
      color: #fff;
      padding: 10px 15px;
      text-transform: uppercase;
      font-size: 1rem;
      letter-spacing: 2.29px;
      position: relative;
      margin-top: -64px; }
      @media screen and (min-width: 40em) {
        #page.home .featured-story .featured-title span {
          margin-top: -94px; } }
      #page.home .featured-story .featured-title span:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17px 17px 0px 17px;
        border-color: #51A2D8 transparent transparent transparent;
        position: absolute;
        bottom: -17px;
        left: 20px;
        z-index: 1; }
    #page.home .featured-story .featured-title h2 {
      display: inline-block;
      float: left;
      clear: both;
      background: #00447D;
      padding: 20px 30px;
      position: relative;
      margin-top: -20px; }
      @media screen and (min-width: 40em) {
        #page.home .featured-story .featured-title h2 {
          font-size: 1.875rem;
          min-width: 300px;
          max-width: 70%;
          margin-top: -50px; } }
      @media screen and (min-width: 64em) {
        #page.home .featured-story .featured-title h2 {
          max-width: 50%; } }
      #page.home .featured-story .featured-title h2 a {
        color: #fff; }

@media screen and (min-width: 64em) {
  #page.home .all-posts-button {
    max-width: 90%;
    margin: 0 auto; } }

#page.home .all-posts-button .see-all {
  width: 100%; }
  @media screen and (min-width: 40em) {
    #page.home .all-posts-button .see-all {
      font-size: 1.125rem;
      width: auto;
      padding: 1em 4em; } }

@media screen and (min-width: 64em) {
  #page.home .sidebar {
    width: 25%;
    float: left;
    padding-left: 2rem; }
    #page.home .sidebar:last-child:not(:first-child) {
      float: right; } }

#page.home .sidebar .widget_awpcp-latest-ads > h6 {
  background: #FFCC27;
  padding: 10px 15px;
  margin-bottom: 0;
  border-bottom: 5px solid #fff;
  font-size: 1.25rem;
  position: relative; }
  #page.home .sidebar .widget_awpcp-latest-ads > h6:before, #page.home .sidebar .widget_awpcp-latest-ads > h6:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0px 17px;
    border-color: #FFCC27 transparent transparent  transparent;
    position: absolute;
    bottom: -17px;
    left: 15px;
    z-index: 1; }
  #page.home .sidebar .widget_awpcp-latest-ads > h6:after {
    border-width: 24px 24px 0 24px;
    border-color: #FFF transparent transparent  transparent;
    bottom: -24px;
    left: 8px;
    z-index: 0; }

#page.home .sidebar .awpcp-listings-widget-items-list {
  padding-top: 10px !important;
  background: #F5F5F7; }
  #page.home .sidebar .awpcp-listings-widget-items-list li {
    padding: 15px; }

@media screen and (min-width: 40em) {
  body.home #footer #footer-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    body.home #footer #footer-container::before, body.home #footer #footer-container::after {
      content: ' ';
      display: table; }
    body.home #footer #footer-container::after {
      clear: both; } }

#page:not(.home) {
  max-width: 64.0625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem; }
  #page:not(.home)::before, #page:not(.home)::after {
    content: ' ';
    display: table; }
  #page:not(.home)::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    #page:not(.home) {
      margin-top: 2.5rem; } }
  #page:not(.home) .page-header {
    max-width: 64.0625rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1.25rem; }
    #page:not(.home) .page-header::before, #page:not(.home) .page-header::after {
      content: ' ';
      display: table; }
    #page:not(.home) .page-header::after {
      clear: both; }
    @media screen and (min-width: 40em) {
      #page:not(.home) .page-header {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page:not(.home) .page-header:last-child:not(:first-child) {
      float: right; }
    #page:not(.home) .page-header, #page:not(.home) .page-header:last-child {
      float: none; }
    @media screen and (min-width: 40em) {
      #page:not(.home) .page-header .entry-title .tagged-in {
        font-size: 1.25rem;
        text-transform: uppercase;
        color: #9FA5BA;
        display: block;
        letter-spacing: 1px; } }
    #page:not(.home) .page-header .entry-title:not(.taxonomy) {
      border-bottom: 1px solid #DADAE4;
      padding-bottom: 10px; }
    #page:not(.home) .page-header .taxonomy-list {
      position: relative; }
      @media screen and (max-width: 39.9375em) {
        #page:not(.home) .page-header .taxonomy-list {
          margin-left: -1.25rem;
          margin-right: -1.25rem;
          background: #00447D; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    #page:not(.home) .page-header .taxonomy-list {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
      @media screen and (max-width: 39.9375em) {
          #page:not(.home) .page-header .taxonomy-list:after {
            content: '';
            display: block;
            background-image: -webkit-gradient(linear, left top, right top, from(rgba(6, 68, 123, 0)), to(#07457B));
            background-image: -webkit-linear-gradient(left, rgba(6, 68, 123, 0) 0%, #07457B 100%);
            background-image: linear-gradient(90deg, rgba(6, 68, 123, 0) 0%, #07457B 100%);
            position: absolute;
            height: 60px;
            top: 0;
            right: 0;
            z-index: 5;
            width: 45px; } }
      @media screen and (max-width: 39.9375em) {
        #page:not(.home) .page-header .taxonomy-list .container {
          overflow: scroll;
          padding: 7px 20px; } }
      #page:not(.home) .page-header .taxonomy-list .container ul {
        margin: 0;
        display: table;
        white-space: nowrap; }
        @media screen and (min-width: 40em) {
          #page:not(.home) .page-header .taxonomy-list .container ul {
            display: block;
            white-space: normal;
            border-bottom: 1px solid #DADAE4; } }
        #page:not(.home) .page-header .taxonomy-list .container ul li {
          display: table-cell;
          list-style: none;
          width: auto;
          padding: 10px 25px 10px 0; }
          @media screen and (min-width: 40em) {
            #page:not(.home) .page-header .taxonomy-list .container ul li {
              display: inline-block;
              padding: 10px 30px 10px 0; } }
          #page:not(.home) .page-header .taxonomy-list .container ul li a {
            font-size: 1.25rem;
            line-height: 1.2; }
            @media screen and (max-width: 39.9375em) {
              #page:not(.home) .page-header .taxonomy-list .container ul li a {
                color: #68CEF2; } }
  #page:not(.home) .first-post {
    max-width: 64.0625rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 0.625rem; }
    #page:not(.home) .first-post::before, #page:not(.home) .first-post::after {
      content: ' ';
      display: table; }
    #page:not(.home) .first-post::after {
      clear: both; }
    @media screen and (min-width: 40em) {
      #page:not(.home) .first-post {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page:not(.home) .first-post:last-child:not(:first-child) {
      float: right; }
    #page:not(.home) .first-post, #page:not(.home) .first-post:last-child {
      float: none; }
    #page:not(.home) .first-post .feature-img-link {
      margin-bottom: 0.9375rem; }
      #page:not(.home) .first-post .feature-img-link .feature-image {
        width: 100%;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center;
        min-height: 185px;
        background-color: #f7f7f7; }
        @media screen and (min-width: 40em) {
          #page:not(.home) .first-post .feature-img-link .feature-image {
            min-height: 300px; } }
        @media screen and (min-width: 64em) {
          #page:not(.home) .first-post .feature-img-link .feature-image {
            min-height: 400px; } }
        @media screen and (min-width: 90em) {
          #page:not(.home) .first-post .feature-img-link .feature-image {
            min-height: 400px; } }
    #page:not(.home) .first-post time,
    #page:not(.home) .first-post .category {
      font-size: 1rem;
      color: #9FA5BA;
      line-height: 1.125; }
    #page:not(.home) .first-post .category {
      margin-left: 0.625rem; }
      #page:not(.home) .first-post .category a {
        color: #3189D2; }
    #page:not(.home) .first-post h2 {
      font-size: 1.75rem;
      line-height: 1.39286;
      margin-top: 0.5rem; }
      #page:not(.home) .first-post h2 a {
        color: #393640; }
        #page:not(.home) .first-post h2 a:hover {
          color: #3189D2; }
    #page:not(.home) .first-post .entry-content p {
      font-size: 1.125rem; }
  #page:not(.home) .main-content {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media screen and (min-width: 40em) {
      #page:not(.home) .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page:not(.home) .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page:not(.home) .main-content {
        width: 70%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-right: 2rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page:not(.home) .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page:not(.home) .main-content:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 40em) {
      #page:not(.home) .main-content {
        padding-right: 2rem; } }
    #page:not(.home) .main-content .first-post {
      padding: 0; }
    #page:not(.home) .main-content .blogpost-entry:not(.first-post) header .feature-img-link {
      width: 100%;
      margin-bottom: 0.3125rem; }
      #page:not(.home) .main-content .blogpost-entry:not(.first-post) header .feature-img-link img {
        width: 100%; }
    #page:not(.home) .main-content .blogpost-entry:not(.first-post) header time,
    #page:not(.home) .main-content .blogpost-entry:not(.first-post) header .category {
      font-size: 0.875rem;
      color: #9FA5BA;
      line-height: 1.21429; }
    #page:not(.home) .main-content .blogpost-entry:not(.first-post) header .category {
      margin-left: 5px; }
      #page:not(.home) .main-content .blogpost-entry:not(.first-post) header .category a {
        color: #3189D2; }
    #page:not(.home) .main-content .blogpost-entry:not(.first-post) header h3 {
      line-height: 1.3; }
    #page:not(.home) .main-content .post-row {
      margin-left: -1.25rem;
      margin-right: -1.25rem;
      overflow: hidden;
      max-width: 64.0625rem;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 40em) {
        #page:not(.home) .main-content .post-row {
          margin-left: -0.9375rem;
          margin-right: -0.9375rem; } }
      #page:not(.home) .main-content .post-row::before, #page:not(.home) .main-content .post-row::after {
        content: ' ';
        display: table; }
      #page:not(.home) .main-content .post-row::after {
        clear: both; }
      @media screen and (min-width: 40em) {
        #page:not(.home) .main-content .post-row > .blogpost-entry {
          width: 33.33333%;
          float: left;
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page:not(.home) .main-content .post-row > .blogpost-entry {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
      @media screen and (min-width: 40em) {
          #page:not(.home) .main-content .post-row > .blogpost-entry:nth-of-type(1n) {
            clear: none; }
          #page:not(.home) .main-content .post-row > .blogpost-entry:nth-of-type(3n+1) {
            clear: both; }
          #page:not(.home) .main-content .post-row > .blogpost-entry:last-child {
            float: left; } }
      #page:not(.home) .main-content .post-row .blogpost-entry header .category {
        margin-left: 0;
        display: block; }
      #page:not(.home) .main-content .post-row .blogpost-entry header h3 {
        margin-top: 0.1875rem; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          #page:not(.home) .main-content .post-row .blogpost-entry header h3 {
            font-size: 1rem; } }
    #page:not(.home) .main-content .blogpost-entry:not(.first-post):not(.no-excerpt) {
      margin-bottom: 1.875rem;
      overflow: hidden; }
      #page:not(.home) .main-content .blogpost-entry:not(.first-post):not(.no-excerpt) .feature-img-link {
        margin-bottom: 1rem; }
        @media screen and (min-width: 64em) {
          #page:not(.home) .main-content .blogpost-entry:not(.first-post):not(.no-excerpt) .feature-img-link {
            width: 33.33333%;
            display: inline-block;
            float: left;
            padding-right: 30px; } }
      @media screen and (min-width: 64em) {
        #page:not(.home) .main-content .blogpost-entry:not(.first-post):not(.no-excerpt) .entry-content {
          width: 66.66667%;
          float: left;
          display: inline-block; } }
      #page:not(.home) .main-content .blogpost-entry:not(.first-post):not(.no-excerpt) .entry-content p {
        font-size: 0.875rem; }
    #page:not(.home) .main-content .blogpost-entry:not(.first-post).tribe_events {
      border: 1px solid #DADAE4;
      padding: 20px; }
      #page:not(.home) .main-content .blogpost-entry:not(.first-post).tribe_events .entry-content,
      #page:not(.home) .main-content .blogpost-entry:not(.first-post).tribe_events h2,
      #page:not(.home) .main-content .blogpost-entry:not(.first-post).tribe_events time {
        width: auto;
        float: none;
        padding-left: 0; }
      #page:not(.home) .main-content .blogpost-entry:not(.first-post).tribe_events h2:before {
        content: 'Event: ';
        color: #014C8A; }
    @media screen and (min-width: 40em) {
      #page:not(.home) .main-content hr {
        margin-right: -2rem; }
        #page:not(.home) .main-content hr:last-of-type {
          margin-bottom: 1.875rem; } }
    #page:not(.home) .main-content h3.latest-columns {
      color: #6D748D;
      font-size: 1.125rem;
      line-height: 1.38889;
      text-transform: uppercase;
      letter-spacing: 0;
      margin-bottom: 0.9375rem; }
  #page:not(.home).type-column .first-post {
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 40em) {
      #page:not(.home).type-column .first-post .feature-img-link {
        width: calc(45% - 30px);
        display: inline-block;
        float: left;
        margin-right: 30px; } }
    @media screen and (min-width: 40em) {
      #page:not(.home).type-column .first-post .feature-img-link .feature-image {
        min-height: 40vh; } }
    @media screen and (min-width: 90em) {
      #page:not(.home).type-column .first-post .feature-img-link .feature-image {
        min-height: 25vh; } }
    @media screen and (min-width: 40em) {
      #page:not(.home).type-column .first-post h2 {
        display: inline-block;
        width: 55%;
        float: left; } }
    @media screen and (min-width: 40em) {
      #page:not(.home).type-column .first-post .entry-content {
        width: 55%;
        float: right;
        display: inline-block; } }
    #page:not(.home).type-column .first-post .entry-content p {
      font-size: 0.875rem; }
  #page:not(.home) .archive-list {
    margin: 0; }
    @media screen and (min-width: 40em) {
      #page:not(.home) .archive-list {
        margin-left: -1.25rem;
        margin-right: -1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page:not(.home) .archive-list {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page:not(.home) .archive-list > li {
          width: 50%;
          float: left;
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
    @media screen and (min-width: 40em) and (min-width: 40em) {
      #page:not(.home) .archive-list > li {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
          #page:not(.home) .archive-list > li:nth-of-type(1n) {
            clear: none; }
          #page:not(.home) .archive-list > li:nth-of-type(2n+1) {
            clear: both; }
          #page:not(.home) .archive-list > li:last-child {
            float: left; } }
    #page:not(.home) .archive-list li {
      list-style: none; }
      #page:not(.home) .archive-list li a {
        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: 3px;
        padding: 0.85em 1.5em;
        margin: 0 0 1rem 0;
        font-size: 0.9375rem;
        background-color: #024C8A;
        color: #fff;
        font-size: 1.25rem;
        vertical-align: middle;
        width: 100%; }
        [data-whatinput='mouse'] #page:not(.home) .archive-list li a {
          outline: 0; }
        #page:not(.home) .archive-list li a:hover, #page:not(.home) .archive-list li a:focus {
          background-color: #3189D2;
          color: #fff; }
  @media screen and (min-width: 40em) {
    #page:not(.home) .sidebar {
      width: 30%;
      float: left;
      padding-left: 2rem;
      border-left: 1px solid #DADAE4;
      min-height: 85vh; }
      #page:not(.home) .sidebar:last-child:not(:first-child) {
        float: right; } }
  #page:not(.home) .sidebar article:not(:first-of-type) {
    margin-top: 2.5rem; }

ul.accordion {
  list-style: none;
  padding: 0;
  margin-left: 0; }
  ul.accordion .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
    list-style: none; }
    ul.accordion .inner.show {
      display: block; }

ul.accordion li {
  margin: .5em 0;
  position: relative; }

.accordion__archive-link {
  font-weight: bold;
  line-height: 60px;
  background: #f6f7f8;
  text-decoration: none;
  border: 1px solid #DADAE3;
  padding: 0 0 0 20px;
  display: block;
  cursor: pointer;
  border-radius: 6px; }

.accordion__toggle {
  background: #fff;
  border: 1px solid #DADAE3;
  border-radius: 4px;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 40px;
  width: 40px;
  text-decoration: none;
  pointer-events: none; }
  .accordion__toggle:before {
    font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .accordion__toggle.open:before {
    font-family: FontAwesome;
    content: "\f068";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

#page-sidebar-left {
  max-width: 64.0625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-sidebar-left::before, #page-sidebar-left::after {
    content: ' ';
    display: table; }
  #page-sidebar-left::after {
    clear: both; }
  #page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-sidebar-left .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        position: relative;
        left: 33.33333%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page-sidebar-left .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-sidebar-left .sidebar:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        width: 33.33333%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        position: relative;
        left: -66.66667%;
        margin-top: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page-sidebar-left .sidebar:last-child:not(:first-child) {
          float: right; } }

#page-full-width {
  max-width: 64.0625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-full-width::before, #page-full-width::after {
    content: ' ';
    display: table; }
  #page-full-width::after {
    clear: both; }
  #page-full-width .main-content {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: hidden; }
    @media screen and (min-width: 40em) {
      #page-full-width .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-full-width .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page-full-width .main-content {
        overflow: visible; } }
    #page-full-width .main-content .entry-title {
      border-bottom: 1px solid #DADAE4;
      padding-bottom: 10px;
      margin-bottom: 1.875rem; }
    #page-full-width .main-content .entry-content {
      position: relative; }

#single-post {
  max-width: 64.0625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem; }
  #single-post::before, #single-post::after {
    content: ' ';
    display: table; }
  #single-post::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    #single-post {
      margin-top: 2.5rem; } }
  #single-post .entry-banner {
    margin-bottom: 1.25rem;
    text-align: center; }
    @media screen and (min-width: 40em) {
      #single-post .entry-banner {
        margin-bottom: 2.5rem; } }
  #single-post .main-content {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media screen and (min-width: 40em) {
      #single-post .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #single-post .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #single-post .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #single-post .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #single-post .main-content:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 64em) {
      #single-post .main-content {
        width: 58.33333%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #single-post .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 64em) {
        #single-post .main-content:last-child:not(:first-child) {
          float: right; } }
    #single-post .main-content time {
      color: #9FA5BA;
      font-size: 1rem;
      margin-right: 10px; }
    #single-post .main-content .category {
      font-size: 1rem; }
    #single-post .main-content .entry-title {
      line-height: 1.2619;
      margin-top: 0.3125rem; }
    #single-post .main-content .subheading {
      color: #6D748D;
      font-size: 1.5rem;
      font-family: "ff-more-web-pro", serif;
      font-style: italic;
      line-height: 1.41667; }
    #single-post .main-content .feature-image {
      width: 100%; }
    #single-post .main-content .entry-content {
      margin-top: 2.1875rem; }
      #single-post .main-content .entry-content p {
        font-size: 1.125rem;
        line-height: 1.77778; }
      #single-post .main-content .entry-content > :not(.gallery) img {
        max-width: 100%;
        display: block;
        margin: 30px auto; }
    #single-post .main-content hr {
      border-bottom: 1px solid #DADAE4;
      margin-top: 2.5rem; }
    #single-post .main-content footer {
      overflow: hidden; }
    #single-post .main-content .tags {
      line-height: 1.21429;
      display: inline-block;
      color: #3189D2;
      max-width: 90%; }
      #single-post .main-content .tags .icon svg {
        width: 25px;
        height: auto;
        vertical-align: bottom;
        margin-right: 0.625rem; }
      #single-post .main-content .tags a {
        font-size: 0.875rem; }
    #single-post .main-content .print {
      display: inline-block;
      float: right;
      -webkit-transition: opacity 0.3s ease-in;
      transition: opacity 0.3s ease-in; }
      @media screen and (max-width: 39.9375em) {
        #single-post .main-content .print {
          display: none; } }
      #single-post .main-content .print:hover {
        opacity: 0.5; }
      #single-post .main-content .print svg {
        width: 31px;
        height: auto;
        vertical-align: bottom; }
    #single-post .main-content .featured-story {
      margin: 2.5rem 0;
      border: 3px solid #DADAE4;
      padding: 20px;
      position: relative; }
      #single-post .main-content .featured-story > span {
        background: #fff;
        color: #9FA5BA;
        display: inline-block;
        font-size: 0.875rem;
        letter-spacing: 2px;
        padding: 0 15px;
        position: absolute;
        text-transform: uppercase;
        top: -10px; }
      #single-post .main-content .featured-story .blogpost-entry {
        overflow: hidden; }
        #single-post .main-content .featured-story .blogpost-entry header {
          line-height: 1; }
        #single-post .main-content .featured-story .blogpost-entry .feature-image {
          margin-bottom: 0.9375rem; }
          @media screen and (min-width: 40em) {
            #single-post .main-content .featured-story .blogpost-entry .feature-image {
              width: 33.33333%;
              display: inline-block;
              float: left;
              padding-right: 30px; } }
        #single-post .main-content .featured-story .blogpost-entry time,
        #single-post .main-content .featured-story .blogpost-entry .category {
          font-size: 0.875rem;
          line-height: 1.21429; }
        @media screen and (min-width: 40em) {
          #single-post .main-content .featured-story .blogpost-entry h3 {
            font-size: 1.5rem;
            line-height: 1.33333;
            margin: 0.3125rem 0 0 0;
            display: inline-block;
            width: 66.66667%;
            float: left; } }
        #single-post .main-content .featured-story .blogpost-entry h3 a {
          color: #393640; }
          #single-post .main-content .featured-story .blogpost-entry h3 a:hover {
            color: #3189D2; }
        #single-post .main-content .featured-story .blogpost-entry .entry-content {
          margin-top: 0; }
          @media screen and (min-width: 40em) {
            #single-post .main-content .featured-story .blogpost-entry .entry-content {
              width: 66.66667%;
              float: right;
              display: inline-block; } }
          #single-post .main-content .featured-story .blogpost-entry .entry-content p {
            font-size: 1rem;
            line-height: 1.5; }
    #single-post .main-content .related h2 {
      font-size: 1.75rem;
      line-height: 1;
      font-style: italic;
      margin-bottom: 1.875rem; }
    #single-post .main-content .related-articles {
      margin-left: 0; }
      @media screen and (min-width: 40em) {
        #single-post .main-content .related-articles {
          margin-left: -1.25rem;
          margin-right: -1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #single-post .main-content .related-articles {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
      @media screen and (min-width: 40em) {
          #single-post .main-content .related-articles > li {
            width: 33.33333%;
            float: left;
            padding-left: 1.25rem;
            padding-right: 1.25rem; } }
    @media screen and (min-width: 40em) and (min-width: 40em) {
      #single-post .main-content .related-articles > li {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
      @media screen and (min-width: 40em) {
            #single-post .main-content .related-articles > li:nth-of-type(1n) {
              clear: none; }
            #single-post .main-content .related-articles > li:nth-of-type(3n+1) {
              clear: both; }
            #single-post .main-content .related-articles > li:last-child {
              float: left; } }
      #single-post .main-content .related-articles li {
        list-style: none; }
        #single-post .main-content .related-articles li h3 {
          font-size: 1.25rem;
          line-height: 1.3;
          margin-top: 0.625rem; }
          #single-post .main-content .related-articles li h3 a {
            color: #393640; }
            #single-post .main-content .related-articles li h3 a:hover {
              color: #3189D2; }
  @media screen and (min-width: 40em) {
    #single-post .sidebar {
      width: 33.33333%;
      float: left;
      padding-left: 30px;
      min-height: 100vh;
      border-left: 1px solid #DADAE4; }
      #single-post .sidebar:last-child:not(:first-child) {
        float: right; } }
  #single-post .sidebar article:not(:first-of-type) {
    margin-top: 2.5rem; }

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

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#single-feature {
  margin-top: 0;
  -webkit-animation: fadein 1.5s ease-in;
          animation: fadein 1.5s ease-in; }
  #single-feature .wrapper {
    max-width: 64.0625rem;
    margin-left: auto;
    margin-right: auto;
    margin: 1.875rem auto; }
    #single-feature .wrapper::before, #single-feature .wrapper::after {
      content: ' ';
      display: table; }
    #single-feature .wrapper::after {
      clear: both; }
    @media screen and (min-width: 40em) {
      #single-feature .wrapper {
        margin: 3.125rem auto; } }
  #single-feature p {
    font-family: "ff-more-web-pro", serif;
    line-height: 2; }
    @media screen and (min-width: 40em) {
      #single-feature p {
        font-size: 1.25rem;
        line-height: 1.7; } }
  #single-feature #featured-hero {
    text-align: center;
    margin-bottom: 0;
    height: auto;
    position: relative; }
    #single-feature #featured-hero:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      position: absolute; }
    #single-feature #featured-hero .wrapper {
      margin: 0 auto;
      min-height: 50vh; }
      @media screen and (min-width: 64em) {
        #single-feature #featured-hero .wrapper {
          min-height: 70vh; } }
      @media screen and (min-width: 75em) {
        #single-feature #featured-hero .wrapper {
          min-height: 75vh; } }
      #single-feature #featured-hero .wrapper .feature-title-box {
        width: 100%;
        position: absolute;
        left: 0;
        top: 35%;
        -webkit-transform: translateY(-35%);
            -ms-transform: translateY(-35%);
                transform: translateY(-35%); }
        @media screen and (min-width: 40em) {
          #single-feature #featured-hero .wrapper .feature-title-box {
            top: 40%;
            -webkit-transform: translateY(-40%);
                -ms-transform: translateY(-40%);
                    transform: translateY(-40%); } }
        #single-feature #featured-hero .wrapper .feature-title-box .container {
          width: 100%;
          float: left;
          padding-left: 1.25rem;
          padding-right: 1.25rem; }
          @media screen and (min-width: 40em) {
            #single-feature #featured-hero .wrapper .feature-title-box .container {
              padding-left: 0.9375rem;
              padding-right: 0.9375rem; } }
          #single-feature #featured-hero .wrapper .feature-title-box .container:last-child:not(:first-child) {
            float: right; }
          @media screen and (min-width: 40em) {
            #single-feature #featured-hero .wrapper .feature-title-box .container {
              width: 83.33333%;
              float: left;
              padding-left: 1.25rem;
              padding-right: 1.25rem;
              margin-left: auto;
              margin-right: auto; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #single-feature #featured-hero .wrapper .feature-title-box .container {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
          @media screen and (min-width: 40em) {
              #single-feature #featured-hero .wrapper .feature-title-box .container:last-child:not(:first-child) {
                float: right; }
              #single-feature #featured-hero .wrapper .feature-title-box .container, #single-feature #featured-hero .wrapper .feature-title-box .container:last-child:not(:first-child) {
                float: none;
                clear: both; } }
          #single-feature #featured-hero .wrapper .feature-title-box .container time {
            line-height: 1.125;
            color: #fff; }
            @media screen and (min-width: 40em) {
              #single-feature #featured-hero .wrapper .feature-title-box .container time {
                font-size: 1.25rem; } }
          #single-feature #featured-hero .wrapper .feature-title-box .container .entry-title {
            color: #fff; }
            @media screen and (min-width: 64em) {
              #single-feature #featured-hero .wrapper .feature-title-box .container .entry-title {
                font-size: 3.4375rem;
                line-height: 1.38333;
                font-weight: normal; } }
  #single-feature .feature-intro {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media screen and (min-width: 40em) {
      #single-feature .feature-intro {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #single-feature .feature-intro:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #single-feature .feature-intro {
        width: 83.33333%;
        float: left;
        margin-left: auto;
        margin-right: auto; }
        #single-feature .feature-intro:last-child:not(:first-child) {
          float: right; }
        #single-feature .feature-intro, #single-feature .feature-intro:last-child:not(:first-child) {
          float: none;
          clear: both; } }
    #single-feature .feature-intro .container {
      padding: 30px;
      background: #024C8A;
      color: #fff;
      position: relative;
      margin-top: -30%; }
      @media screen and (min-width: 40em) {
        #single-feature .feature-intro .container {
          padding: 80px;
          margin-top: -20%; } }
      #single-feature .feature-intro .container:before {
        content: '';
        border: 5px solid #68CEF2;
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px; }
        @media screen and (min-width: 40em) {
          #single-feature .feature-intro .container:before {
            border-width: 10px; } }
  #single-feature .standard-textbox {
    width: 83.33333%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 40em) {
      #single-feature .standard-textbox {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #single-feature .standard-textbox:last-child:not(:first-child) {
      float: right; }
    #single-feature .standard-textbox, #single-feature .standard-textbox:last-child:not(:first-child) {
      float: none;
      clear: both; }
    @media screen and (min-width: 40em) {
      #single-feature .standard-textbox {
        width: 58.33333%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #single-feature .standard-textbox {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #single-feature .standard-textbox:last-child:not(:first-child) {
          float: right; }
        #single-feature .standard-textbox, #single-feature .standard-textbox:last-child:not(:first-child) {
          float: none;
          clear: both; } }
    #single-feature .standard-textbox p:last-child {
      margin-bottom: 0; }
  #single-feature .pull-quote {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center; }
    @media screen and (min-width: 40em) {
      #single-feature .pull-quote {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #single-feature .pull-quote:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #single-feature .pull-quote {
        width: 83.33333%;
        float: left;
        margin-left: auto;
        margin-right: auto;
        padding: 0; }
        #single-feature .pull-quote:last-child:not(:first-child) {
          float: right; }
        #single-feature .pull-quote, #single-feature .pull-quote:last-child:not(:first-child) {
          float: none;
          clear: both; } }
    #single-feature .pull-quote p {
      color: #3189D2;
      font-size: 1.875rem;
      line-height: 1.5;
      font-style: italic;
      font-weight: normal;
      margin-bottom: 0; }
      @media screen and (min-width: 40em) {
        #single-feature .pull-quote p {
          font-size: 3.1875rem;
          line-height: 1.39216; } }
  #single-feature .video {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media screen and (min-width: 40em) {
      #single-feature .video {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #single-feature .video:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #single-feature .video {
        width: 83.33333%;
        float: left;
        margin-left: auto;
        margin-right: auto;
        padding: 0; }
        #single-feature .video:last-child:not(:first-child) {
          float: right; }
        #single-feature .video, #single-feature .video:last-child:not(:first-child) {
          float: none;
          clear: both; } }
  #single-feature .callout {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media screen and (min-width: 40em) {
      #single-feature .callout {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #single-feature .callout:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #single-feature .callout {
        width: 75%;
        float: left;
        margin-left: auto;
        margin-right: auto; }
        #single-feature .callout:last-child:not(:first-child) {
          float: right; }
        #single-feature .callout, #single-feature .callout:last-child:not(:first-child) {
          float: none;
          clear: both; } }
    #single-feature .callout .container {
      border: 1px solid #DADAE4;
      padding: 25px 15px; }
      @media screen and (min-width: 40em) {
        #single-feature .callout .container {
          padding: 45px 35px; } }
      @media screen and (min-width: 40em) {
        #single-feature .callout .container h1 {
          font-size: 2rem; } }
      @media screen and (min-width: 40em) {
        #single-feature .callout .container h2 {
          font-size: 1.625rem; } }
      #single-feature .callout .container p {
        font-family: "lft-etica", sans-serif; }
        @media screen and (min-width: 40em) {
          #single-feature .callout .container p {
            font-size: 1.125rem;
            line-height: 1.66667; } }
        #single-feature .callout .container p:last-child {
          margin-bottom: 0; }
  #single-feature .full-width-image {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
            background-size: cover;
    position: relative;
    min-height: 300px; }
    @media screen and (min-width: 40em) {
      #single-feature .full-width-image {
        min-height: 400px; } }
    @media screen and (min-width: 64em) {
      #single-feature .full-width-image {
        min-height: 600px; } }
    @media screen and (min-width: 90em) {
      #single-feature .full-width-image {
        min-height: 700px; } }
    #single-feature .full-width-image .image-quote {
      width: 100%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      @media screen and (min-width: 40em) {
        #single-feature .full-width-image .image-quote {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
      #single-feature .full-width-image .image-quote:last-child:not(:first-child) {
        float: right; }
      #single-feature .full-width-image .image-quote .container {
        color: #fff;
        background: url(../images/icons/quote.svg) no-repeat 10px 10px;
        -webkit-background-size: 30px 30px;
                background-size: 30px 30px;
        background-color: #00447D;
        margin-top: 30%;
        padding: 15px; }
        @media screen and (min-width: 40em) {
          #single-feature .full-width-image .image-quote .container {
            background: url(../images/icons/quote.svg) no-repeat 20px 20px;
            background-color: #00447D;
            padding: 35px;
            position: relative;
            margin-top: 15%;
            left: 1.875rem;
            max-width: 65%; } }
        @media screen and (min-width: 64em) {
          #single-feature .full-width-image .image-quote .container {
            background: url(../images/icons/quote.svg) no-repeat 30px 30px;
            background-color: #00447D;
            padding: 55px;
            margin-top: 25%; } }
        @media screen and (min-width: 75em) {
          #single-feature .full-width-image .image-quote .container {
            left: -50px; } }
        @media screen and (min-width: 90em) {
          #single-feature .full-width-image .image-quote .container {
            margin-top: 35%; } }
        #single-feature .full-width-image .image-quote .container p {
          margin-bottom: 0; }
          @media screen and (min-width: 40em) {
            #single-feature .full-width-image .image-quote .container p {
              font-size: 1.75rem;
              line-height: 1.39286; } }
  #single-feature .icon-logomark {
    color: #3189D2;
    display: block;
    width: 41px;
    height: 27px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    margin: 0 auto; }

a.scroll-to-menu {
  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: 3px;
  padding: 0.85em 1.5em;
  margin: 0 0 1rem 0;
  font-size: 0.9375rem;
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  top: 145px;
  left: 50%;
  margin-left: -66px;
  z-index: 1;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  font-family: "ff-more-web-pro", serif;
  text-transform: uppercase;
  line-height: 1.375;
  font-size: 1rem; }
  [data-whatinput='mouse'] a.scroll-to-menu {
    outline: 0; }
  a.scroll-to-menu, a.scroll-to-menu:hover, a.scroll-to-menu:focus {
    background-color: transparent; }
  a.scroll-to-menu:hover, a.scroll-to-menu:focus {
    border-color: gray;
    color: gray; }
  a.scroll-to-menu:hover {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5); }
  a.scroll-to-menu .icon {
    width: 20px;
    height: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0.1875rem;
    margin-left: 0.625rem; }

.next-feature-editorial {
  max-width: 64.0625rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 3.125rem;
  z-index: 1;
  position: relative; }
  .next-feature-editorial::before, .next-feature-editorial::after {
    content: ' ';
    display: table; }
  .next-feature-editorial::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .next-feature-editorial {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .next-feature-editorial:last-child:not(:first-child) {
    float: right; }
  .next-feature-editorial, .next-feature-editorial:last-child {
    float: none; }
  @media screen and (min-width: 40em) {
    .next-feature-editorial .content {
      width: 90%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .next-feature-editorial .content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .next-feature-editorial .content:last-child:not(:first-child) {
        float: right; }
      .next-feature-editorial .content, .next-feature-editorial .content:last-child:not(:first-child) {
        float: none;
        clear: both; } }
  .next-feature-editorial .content span {
    font-family: "ff-more-web-pro", serif;
    font-size: 1.1875rem;
    font-style: italic;
    color: #6D748D;
    line-height: 1.78947; }
  @media screen and (min-width: 40em) {
    .next-feature-editorial .content h2 {
      font-size: 2.625rem;
      line-height: 1.30952; } }
  .next-feature-editorial .content h2 a {
    color: #3189D2; }
    .next-feature-editorial .content h2 a:hover {
      color: #014C8A; }
  @media screen and (min-width: 40em) {
    .next-feature-editorial .content p {
      font-size: 1.125rem; } }

article.discounts {
  padding: 1.5rem; }

.discount-submit-link a {
  font-weight: 600;
  border: 2px solid #51A2D8;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: all .1s;
  transition: all .1s; }
  .discount-submit-link a:hover, .discount-submit-link a:active, .discount-submit-link a:focus {
    background: #014C8A;
    border-color: #014C8A;
    color: #ffffff; }

.discount-filter-bar {
  background: #F5F5F7;
  padding: 1.5rem;
  margin: 1.5rem 0; }
  @media screen and (min-width: 40em) {
    .discount-filter-bar {
      margin-bottom: 0; } }

#filters-2 {
  float: left;
  width: 50%;
  margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    #filters-2 {
      float: left;
      width: 200px; } }

#quicksearch {
  margin-bottom: 0;
  float: right;
  width: 40%; }

.isotope-grid-item {
  margin: 0 0 1.5rem;
  border-bottom: 1px solid #CFCFCF;
  width: 100%;
  padding-bottom: 1.5rem; }
  @media screen and (min-width: 40em) {
    .isotope-grid-item {
      margin-bottom: 0;
      padding: 3rem 0; } }
  .isotope-grid-item:last-child {
    border-bottom: 0; }

.discount-category {
  color: #3189D2;
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase; }

.discount-name {
  margin: 0.25rem 0; }

.discount-description {
  margin-top: 1rem; }
  @media screen and (min-width: 40em) {
    .discount-description {
      margin-top: 0; } }

.discount-lightbox-trigger {
  border: 2px solid #CFCFCF;
  padding: 0.75rem 2.4rem;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin-top: 0.5rem; }
  .discount-lightbox-trigger:hover {
    cursor: pointer;
    border-color: #3189D2; }

@media screen and (min-width: 40em) {
  .discount-meta {
    float: left;
    width: 33%; }
  .discount-description {
    float: left;
    width: 66%;
    padding-left: 2rem; } }

[id^=discount-popup-] {
  display: none;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px #333333;
          box-shadow: 0px 0px 15px #333333;
  position: relative; }
  [id^=discount-popup-] .discount-excerpt {
    margin-top: 1.5rem; }
  [id^=discount-popup-] .discount-city {
    font-weight: 600; }

.mfp-content [id^=discount-popup-] {
  display: block !important; }

.gsection_description p {
  font-size: 1rem;
  margin-top: 0.5rem; }

.gform_wrapper.gf_browser_chrome select {
  padding: 0.5rem 2rem 0.5rem 0.5rem !important; }

#tribe-events .tribe-events-button,
.tribe-events-button,
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #3189D2;
  color: #fff;
  border-radius: 2px;
  -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;
  text-transform: none;
  font-weight: 600; }
  #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-button:focus,
  .tribe-events-button:hover,
  .tribe-events-button:focus,
  #tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
  #tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
    background-color: #014C8A;
    color: #fff; }

.tribe-events-notices {
  border: none;
  background: rgba(81, 162, 216, 0.15); }

.tribe-events-sub-nav {
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 63.9375em) {
    .tribe-events-sub-nav li a {
      background: none;
      color: #6D748D;
      width: auto; }
      .tribe-events-sub-nav li a:visited {
        color: #6D748D; } }
  .tribe-events-sub-nav .tribe-events-nav-previous,
  .tribe-events-sub-nav .tribe-events-nav-next {
    display: inline-block;
    width: auto !important;
    margin-bottom: 0.625rem !important; }
    .tribe-events-sub-nav .tribe-events-nav-previous a,
    .tribe-events-sub-nav .tribe-events-nav-next a {
      border: 1px solid #DADAE4;
      border-radius: 4px;
      color: #6D748D;
      display: block;
      font-size: 0.9375rem;
      line-height: 1.2;
      padding: 10px;
      text-transform: capitalize;
      -webkit-transition: color  0.3s ease-in, border-color 0.3s ease-in;
      transition: color  0.3s ease-in, border-color 0.3s ease-in; }
      .tribe-events-sub-nav .tribe-events-nav-previous a:hover,
      .tribe-events-sub-nav .tribe-events-nav-next a:hover {
        color: #3189D2;
        border-color: #3189D2; }
      .tribe-events-sub-nav .tribe-events-nav-previous a .icon-Arrow-Left,
      .tribe-events-sub-nav .tribe-events-nav-previous a .icon-Arrow-Right,
      .tribe-events-sub-nav .tribe-events-nav-next a .icon-Arrow-Left,
      .tribe-events-sub-nav .tribe-events-nav-next a .icon-Arrow-Right {
        width: 0.8125rem;
        height: 0.5625rem;
        margin-bottom: 2px; }
      .tribe-events-sub-nav .tribe-events-nav-previous a .icon-Arrow-Left,
      .tribe-events-sub-nav .tribe-events-nav-next a .icon-Arrow-Left {
        margin-right: 0.3125rem; }
      .tribe-events-sub-nav .tribe-events-nav-previous a .icon-Arrow-Right,
      .tribe-events-sub-nav .tribe-events-nav-next a .icon-Arrow-Right {
        margin-left: 0.3125rem; }
  .tribe-events-sub-nav .tribe-events-nav-left a span,
  .tribe-events-sub-nav .tribe-events-nav-right a span {
    content: '';
    display: inline-block;
    width: 0.8125rem;
    height: 0.5625rem;
    text-indent: -9999px;
    position: relative;
    top: 4px;
    text-align: left; }
  .tribe-events-sub-nav .tribe-events-nav-left a span {
    background: url(../images/icons/ArrowLeft.svg) no-repeat, center;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    left: 0; }
  .tribe-events-sub-nav .tribe-events-nav-right a span {
    background: url(../images/icons/ArrowRight.svg) no-repeat center;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    right: 0; }

.single-tribe_events #tribe-events-content h1.tribe-events-single-event-title {
  font-size: 1.875rem;
  line-height: 0.93333; }

.single-tribe_events #tribe-events-content .tribe-events-schedule {
  margin-top: 0.625rem; }
  .single-tribe_events #tribe-events-content .tribe-events-schedule time {
    font-size: 1rem;
    color: #9FA5BA; }

.single-tribe_events #tribe-events-content .tribe-events-content {
  margin-bottom: 1.875rem; }

.single-tribe_events #tribe-events-content a.print {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.27778; }
  @media screen and (max-width: 39.9375em) {
    .single-tribe_events #tribe-events-content a.print {
      display: none; } }
  .single-tribe_events #tribe-events-content a.print svg {
    vertical-align: bottom;
    margin-right: 0.5rem; }

.single-tribe_events #tribe-events-content .tribe-events-cal-links {
  display: inline-block; }
  .single-tribe_events #tribe-events-content .tribe-events-cal-links .tribe-events-button {
    margin-top: 0; }
    .single-tribe_events #tribe-events-content .tribe-events-cal-links .tribe-events-button.tribe-events-gcal {
      margin-right: 0.9375rem; }

.single-tribe_events #tribe-events-content .tribe-events-event-meta {
  background: #F5F5F7;
  border: none; }
  .single-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.41667; }
  .single-tribe_events #tribe-events-content .tribe-events-event-meta dt,
  .single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    font-size: 1.125rem;
    font-weight: normal; }

.single-tribe_events #tribe-events-content #tribe-events-footer .tribe-events-sub-nav {
  margin-top: 1.25rem; }

#tribe-bar-views .tribe-bar-views-list {
  z-index: 1; }
  #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option:not(:first-child) a {
    padding: 15px; }
  #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a span {
    padding-top: 2px; }

#tribe-events-content h2.tribe-events-page-title {
  font-weight: 500; }

#tribe-events-content .tribe-events-tooltip {
  border: none;
  -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.25); }
  #tribe-events-content .tribe-events-tooltip h4.entry-title {
    background: #3189D2;
    padding: 10px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0; }
  #tribe-events-content .tribe-events-tooltip .tribe-events-event-body {
    padding: 10px; }
    #tribe-events-content .tribe-events-tooltip .tribe-events-event-body .tribe-events-abbr {
      color: #014C8A; }
  #tribe-events-content .tribe-events-tooltip .tribe-events-arrow {
    background: none;
    content: '';
    display: block;
    border-style: solid;
    border-width: 9px 22px 0px 22px;
    border-color: #f9f9f9 transparent transparent  transparent;
    position: absolute;
    z-index: 3; }

.tribe-events-calendar th,
.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
  font-weight: 600; }

@media screen and (max-width: 39.9375em) {
  .tribe-events-list .tribe-event-schedule-details {
    padding: 8px 12px 0; } }

#loginform input:not[type="submit"] {
  padding: 0.5rem 10px; }

#loginform input:focus {
  color: #00447D; }

#loginform p:not(.login-remember) label {
  display: none; }

#loginform .login-remember {
  margin-bottom: 0; }
  #loginform .login-remember label {
    color: #9FA5BA;
    font-size: 0.875rem; }

#loginform input[type="submit"] {
  margin-bottom: 0;
  background: #F5F5F7;
  color: #9FA5BA; }
  #loginform input[type="submit"]:hover {
    background: #014C8A;
    color: #fff; }

.login-links {
  margin: 0; }
  .login-links a {
    font-size: 0.875rem; }

.classifieds-login-form {
  margin-top: 1.875rem; }
  @media screen and (min-width: 40em) {
    .classifieds-login-form {
      margin: 0;
      width: 30%;
      position: absolute;
      top: 0;
      right: 0; } }

@media screen and (min-width: 40em) {
  #classiwrapper .uiwelcome {
    width: 60%; } }

#classiwrapper .awpcp-navigation .awpcp-menu-toggle {
  display: none; }

#classiwrapper .awpcp-navigation .awpcp-nav-menu {
  margin: 0 !important; }

#classiwrapper .awpcp-navigation ul {
  margin-bottom: 3.125rem; }
  #classiwrapper .awpcp-navigation ul .post-listing a,
  #classiwrapper .awpcp-navigation ul .edit-listing a,
  #classiwrapper .awpcp-navigation ul .browse-listings a,
  #classiwrapper .awpcp-navigation ul .search-listings a {
    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: 3px;
    padding: 0.85em 1.5em;
    margin: 0 0 1rem 0;
    font-size: 0.9375rem;
    background-color: #024C8A;
    color: #fff;
    margin-right: 1.875rem;
    padding-left: 50px;
    position: relative;
    margin: 0; }
    [data-whatinput='mouse'] #classiwrapper .awpcp-navigation ul .post-listing a, [data-whatinput='mouse']
    #classiwrapper .awpcp-navigation ul .edit-listing a, [data-whatinput='mouse']
    #classiwrapper .awpcp-navigation ul .browse-listings a, [data-whatinput='mouse']
    #classiwrapper .awpcp-navigation ul .search-listings a {
      outline: 0; }
    #classiwrapper .awpcp-navigation ul .post-listing a:hover, #classiwrapper .awpcp-navigation ul .post-listing a:focus,
    #classiwrapper .awpcp-navigation ul .edit-listing a:hover,
    #classiwrapper .awpcp-navigation ul .edit-listing a:focus,
    #classiwrapper .awpcp-navigation ul .browse-listings a:hover,
    #classiwrapper .awpcp-navigation ul .browse-listings a:focus,
    #classiwrapper .awpcp-navigation ul .search-listings a:hover,
    #classiwrapper .awpcp-navigation ul .search-listings a:focus {
      background-color: #3189D2;
      color: #fff; }
    @media screen and (max-width: 39.9375em) {
      #classiwrapper .awpcp-navigation ul .post-listing a,
      #classiwrapper .awpcp-navigation ul .edit-listing a,
      #classiwrapper .awpcp-navigation ul .browse-listings a,
      #classiwrapper .awpcp-navigation ul .search-listings a {
        width: 180px;
        text-align: left; } }
  @media screen and (max-width: 39.9375em) {
    #classiwrapper .awpcp-navigation ul li:not(:first-of-type) {
      margin-top: 0.625rem; } }
  #classiwrapper .awpcp-navigation ul .post-listing {
    background-image: none;
    padding-left: 0; }
    #classiwrapper .awpcp-navigation ul .post-listing a:before {
      content: '';
      display: block;
      background: url(../images/icons/place-ad-icon.svg) no-repeat center;
      width: 17px;
      height: 18px;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      position: absolute;
      left: 1.5em;
      top: 25%; }
  #classiwrapper .awpcp-navigation ul .edit-listing {
    background-image: none;
    padding-left: 0; }
    #classiwrapper .awpcp-navigation ul .edit-listing a:before {
      content: '';
      display: block;
      background: url(../images/icons/Edit.svg) no-repeat center;
      width: 17px;
      height: 18px;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      position: absolute;
      left: 1.5em;
      top: 25%; }
  #classiwrapper .awpcp-navigation ul .browse-listings {
    background-image: none;
    padding-left: 0; }
    #classiwrapper .awpcp-navigation ul .browse-listings a:before {
      content: '';
      display: block;
      background: url(../images/icons/browse-icon.svg) no-repeat center;
      width: 17px;
      height: 12px;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      position: absolute;
      left: 1.5em; }
  #classiwrapper .awpcp-navigation ul .search-listings {
    background-image: none;
    padding-left: 0; }
    #classiwrapper .awpcp-navigation ul .search-listings a:before {
      content: '';
      display: block;
      background: url(../images/icons/search.svg) no-repeat center;
      width: 15px;
      height: 15px;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      position: absolute;
      left: 1.5em; }

#classiwrapper .classifiedcats {
  background: #F5F5F7;
  position: relative;
  margin: 1.875rem -600rem 0 -600rem;
  padding: 30px 600rem; }
  @media screen and (min-width: 40em) {
    #classiwrapper .classifiedcats {
      padding: 60px 600rem; } }
  @media screen and (min-width: 40em) {
    #classiwrapper .classifiedcats #awpcpcatlayout .showcategoriesmainlist li.columns-3 {
      width: 32%;
      margin-top: 0;
      margin-bottom: 1.25rem; } }
  #classiwrapper .classifiedcats #awpcpcatlayout .showcategoriesmainlist li.columns-3:nth-of-type(3) {
    margin-right: 0; }
  #classiwrapper .classifiedcats #awpcpcatlayout .showcategoriesmainlist p.maincategoryclass {
    padding: 0;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(20, 17, 24, 0.18);
            box-shadow: 0 1px 4px 0 rgba(20, 17, 24, 0.18);
    border-radius: 4px;
    position: relative; }
    #classiwrapper .classifiedcats #awpcpcatlayout .showcategoriesmainlist p.maincategoryclass a {
      font-size: 1.3125rem;
      line-height: 1.2381;
      font-weight: normal;
      color: #00447D;
      display: block;
      padding: 20px;
      -webkit-transition: background 0.3s ease-in, color 0.3s ease-in;
      transition: background 0.3s ease-in, color 0.3s ease-in;
      text-align: left; }
      @media screen and (min-width: 40em) {
        #classiwrapper .classifiedcats #awpcpcatlayout .showcategoriesmainlist p.maincategoryclass a {
          padding: 50px 0;
          text-align: center; } }
      #classiwrapper .classifiedcats #awpcpcatlayout .showcategoriesmainlist p.maincategoryclass a .number-of-ads {
        font-size: 1.125rem;
        color: #B3B9CF; }
        @media screen and (min-width: 40em) {
          #classiwrapper .classifiedcats #awpcpcatlayout .showcategoriesmainlist p.maincategoryclass a .number-of-ads {
            margin-top: 0.3125rem;
            display: block; } }
      #classiwrapper .classifiedcats #awpcpcatlayout .showcategoriesmainlist p.maincategoryclass a:hover {
        background: #014C8A;
        color: #fff; }
        #classiwrapper .classifiedcats #awpcpcatlayout .showcategoriesmainlist p.maincategoryclass a:hover .number-of-ads {
          color: #68CEF2; }

#classiwrapper .changecategoryselect .awpcp-category-dropdown-container label {
  display: none; }

#classiwrapper .changecategoryselect .awpcp-category-dropdown-container select {
  border: 2px solid #DADAE4;
  width: 195px;
  font-size: 1rem;
  padding-left: 20px;
  margin-top: 0.04688rem; }

#classiwrapper .changecategoryselect .button {
  margin-left: 0.9375rem; }

#classiwrapper .pager {
  padding: 5px;
  color: #014C8A;
  font-weight: 600; }
  #classiwrapper .pager td:first-of-type {
    padding-right: 0.625rem; }
  #classiwrapper .pager a {
    padding: 0.5rem 10px;
    border: 1px solid #DADAE4;
    border-radius: 4px;
    line-height: 1;
    margin: 0 0.1875rem;
    font-weight: normal; }
  #classiwrapper .pager select {
    height: auto;
    margin-bottom: 0;
    border: 1px solid #DADAE4;
    font-size: 1rem;
    font-weight: normal;
    padding-left: 20px;
    margin-top: -1px; }

#classiwrapper .awpcp-listings h4 {
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1.27273;
  margin-right: 0.9375rem;
  vertical-align: middle;
  margin-bottom: 0; }

#classiwrapper .awpcp-listings .category {
  background: rgba(218, 218, 228, 0.47);
  border-radius: 4px;
  color: #6D748D;
  display: inline-block;
  font-size: 0.8125rem;
  margin-bottom: .5rem;
  padding: 3px 10px; }

#classiwrapper .awpcp-listings .ad-info span {
  color: #6D748D;
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 1.875rem; }

#classiwrapper .awpcp-listings .ad-row {
  padding: 20px 0; }

#classiwrapper .awpcp-listings .displayaditemsodd,
#classiwrapper .awpcp-listings .displayaditemseven {
  background: none;
  margin-bottom: 1.875rem; }

#classiwrapper #showawpcpadpage {
  font-size: 1.125rem; }
  #classiwrapper #showawpcpadpage h2 {
    border-bottom: 1px solid #DADAE4;
    padding-bottom: 15px;
    margin-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    #classiwrapper #showawpcpadpage .ad-container {
      margin-left: -1.25rem;
      margin-right: -1.25rem;
      margin-bottom: 1.875rem;
      overflow: hidden; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #classiwrapper #showawpcpadpage .ad-container {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  #classiwrapper #showawpcpadpage .awpcp-ad-primary-image {
    position: relative; }
    @media screen and (min-width: 40em) {
      #classiwrapper #showawpcpadpage .awpcp-ad-primary-image {
        width: 20.83333%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #classiwrapper #showawpcpadpage .awpcp-ad-primary-image {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #classiwrapper #showawpcpadpage .awpcp-ad-primary-image:last-child:not(:first-child) {
          float: right; } }
    #classiwrapper #showawpcpadpage .awpcp-ad-primary-image .thumbnail {
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-bottom: 0; }
      #classiwrapper #showawpcpadpage .awpcp-ad-primary-image .thumbnail .thumbshow {
        background: none;
        border: none;
        padding: 0;
        width: 100%; }
    #classiwrapper #showawpcpadpage .awpcp-ad-primary-image a.enlarge {
      text-indent: -99999px;
      background: url(../images/icons/search.svg) no-repeat center;
      background-color: rgba(0, 0, 0, 0.7);
      width: 36px;
      height: 36px;
      position: absolute;
      bottom: 0;
      right: 0.9375rem;
      -webkit-transition: background-color 0.3s ease-in;
      transition: background-color 0.3s ease-in; }
      #classiwrapper #showawpcpadpage .awpcp-ad-primary-image a.enlarge:hover {
        background-color: black; }
  @media screen and (min-width: 40em) {
    #classiwrapper #showawpcpadpage .description {
      width: 50%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #classiwrapper #showawpcpadpage .description {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      #classiwrapper #showawpcpadpage .description:last-child:not(:first-child) {
        float: right; } }
  #classiwrapper #showawpcpadpage .description .price {
    margin-top: 30px; }
  @media screen and (min-width: 40em) {
    #classiwrapper #showawpcpadpage .contact {
      width: 29.16667%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #classiwrapper #showawpcpadpage .contact {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      #classiwrapper #showawpcpadpage .contact:last-child:not(:first-child) {
        float: right; } }
  #classiwrapper #showawpcpadpage .contact .button {
    margin-top: 0.625rem; }
  #classiwrapper #showawpcpadpage .awpcp-subtitle {
    font-weight: normal;
    line-height: 1.22222; }
  #classiwrapper #showawpcpadpage label {
    display: inline-block;
    font-weight: normal;
    font-size: 1.125rem; }
  #classiwrapper #showawpcpadpage strong {
    font-weight: normal; }
  #classiwrapper #showawpcpadpage .adviewed {
    border: none; }
  #classiwrapper #showawpcpadpage #displayimagethumbswrapper #displayimagethumbs li {
    margin-left: 0; }
  #classiwrapper #showawpcpadpage #displayimagethumbswrapper #displayimagethumbs .thickbox {
    background: none;
    border: none;
    padding: 0;
    max-width: 100px; }
  #classiwrapper #showawpcpadpage .social-share div,
  #classiwrapper #showawpcpadpage .social-share a {
    display: inline-block; }
  #classiwrapper #showawpcpadpage .social-share div {
    margin-right: 0.3125rem; }
    #classiwrapper #showawpcpadpage .social-share div a {
      vertical-align: middle;
      margin-top: 0; }
  #classiwrapper #showawpcpadpage .social-share #flag_ad_link {
    font-size: 0.875rem; }

#classiwrapper.awpcp-search-ads .awpcp-navigation ul {
  margin-bottom: 0; }

#classiwrapper.awpcp-search-ads .awpcp-range-search input {
  display: inline-block; }

#classiwrapper.awpcp-place-ad .awpcp-navigation ul {
  margin-bottom: 0.9375rem; }

#classiwrapper.awpcp-place-ad .awpcp-form-steps {
  margin-bottom: 1.875rem; }
  #classiwrapper.awpcp-place-ad .awpcp-form-steps .awpcp-form-steps-step {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #DADAE4; }

#classiwrapper.awpcp-place-ad .awpcp-login-form form {
  margin: 1.875rem 0; }
  #classiwrapper.awpcp-place-ad .awpcp-login-form form .login-submit {
    text-align: left;
    clear: both; }

#classiwrapper.awpcp-place-ad .awpcp-login-form .nav {
  text-align: left; }

#classiwrapper.awpcp-place-ad .awpcp-form-spacer br {
  display: none; }

#classiwrapper.awpcp-place-ad .characters-left {
  background: #014C8A;
  margin-bottom: 0.9375rem; }

#classiwrapper.awpcp-place-ad .awpcp-media-uploader-instructions-title {
  font-weight: 600; }

#classiwrapper.awpcp-place-ad .awpcp-media-uploader-dropzone-inner {
  border-width: 2px; }

#classiwrapper.awpcp-place-ad .awpcp-media-uploader-restrictions strong {
  font-weight: 600; }

#classiwrapper .awpcp-message {
  border: none;
  background: rgba(49, 137, 210, 0.15);
  border-radius: 4px;
  margin-bottom: 1.875rem;
  max-width: 500px; }
  #classiwrapper .awpcp-message p {
    color: #014C8A; }

#classiwrapper .awpcp-region-selector,
#classiwrapper .awpcp-multiple-region-selector .awpcp-region-selector {
  background: none; }

#classiwrapper .awpcp-textfield,
#classiwrapper .inputbox,
#classiwrapper .awpcp-textarea {
  border: 1px solid #D2D7E7;
  color: #6D748D;
  max-width: 500px;
  padding: 0.5rem 10px; }

#classiwrapper select {
  max-width: 500px; }

.widget_awpcp-latest-ads h6 {
  border-bottom: 1px solid #DADAE4;
  padding-bottom: 10px; }

.widget_awpcp-latest-ads .awpcp-listings-widget-items-list .awpcp-listings-widget-item {
  padding: 20px 0;
  margin-bottom: 0; }
  .widget_awpcp-latest-ads .awpcp-listings-widget-items-list .awpcp-listings-widget-item:not(:last-child) {
    border-bottom: 1px solid #DADAE4; }

.widget_awpcp-latest-ads .awpcp-listing-title {
  font-family: "ff-more-web-pro", serif;
  font-size: 1rem;
  line-height: 1.375; }
  .widget_awpcp-latest-ads .awpcp-listing-title a {
    color: #393640;
    font-weight: 500; }
    .widget_awpcp-latest-ads .awpcp-listing-title a:hover {
      color: #3189D2; }

.widget_awpcp-latest-ads .awpcp-listings-widget-item-excerpt {
  color: #6D748D;
  font-size: 0.875rem; }
  .widget_awpcp-latest-ads .awpcp-listings-widget-item-excerpt .awpcp-widget-read-more {
    display: none; }

@media screen and (max-width: 39.9375em) {
  .custom_ads_widget {
    text-align: center; } }

@media print {
  body {
    color: #000;
    background: #fff; }
  #site-logo #logo {
    fill: #014C8A; }
  #site-logo[href]:after {
    content: "" !important; }
  #single-post {
    margin-top: 1rem; }
  .top-bar,
  nav,
  .title-bar,
  .social-nav,
  .featured-story,
  .related,
  hr,
  aside,
  footer {
    display: none; } }

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