/*!
Theme Name: ILCM Theme
Theme URI: http://www.ilcm.org
Author: Alex Martinez
Author URI: http://alxmrtnz.com
Description: WordPress Starter Theme for use as a starting template for building custom themes.
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: _mbbasetheme
Domain Path: /languages/
Tags:

 _mbbasetheme is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/
/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
*/
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/* ==========================================================================
   Variables
   ========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

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

meta.foundation-version {
  font-family: "/5.5.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #41474C;
  cursor: auto;
  font-family: "Vollkorn", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 71.25rem;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -1.25rem;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

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

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }

  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  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) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

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

  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  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;
  }
}
@media not print {
  .show-for-print {
    display: none !important;
  }
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: orange;
  text-shadow: none;
}

::selection {
  background: orange;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #EAEAEA;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Border-box all the things!
   ========================================================================== */
*,
:before,
:after {
  box-sizing: border-box;
}

/* ==========================================================================
   General
   ========================================================================== */
.overflow-hidden {
  overflow: hidden;
}

.none {
  display: none;
}

/* ==========================================================================
   Links
   ========================================================================== */
/* ==========================================================================
   Images
   ========================================================================== */
/* ==========================================================================
   Alignment
   ========================================================================== */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* ==========================================================================
   Accessiblity
   ========================================================================== */
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

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

/* ==========================================================================
   Clearings
   ========================================================================== */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* ==========================================================================
   Infinite Scroll
   ========================================================================== */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

hr {
  margin: 2em 0;
}

/* ==========================================================================
   Grid
   ========================================================================== */
.grid {
  margin: 0 0 20px 0;
}
.grid::after {
  clear: both;
  content: "";
  display: table;
}

[class*='col-'] {
  float: left;
  padding-right: 20px;
}
.grid [class*='col-']:last-of-type {
  padding-right: 0;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

.col-1-8 {
  width: 12.5%;
}

.col-7-8 {
  width: 87.5%;
}

.module {
  padding: 20px;
}

/* Opt-in outside padding */
.grid-pad {
  padding: 20px 0 20px 20px;
}
.grid-pad [class*='col-']:last-of-type {
  padding-right: 20px;
}

/* ==========================================================================
   Type
   ========================================================================== */
@font-face {
  font-family: 'league_gothicregular';
  src: url("type/league_gothic-webfont.eot");
  src: url("type/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("type/league_gothic-webfont.woff2") format("woff2"), url("type/league_gothic-webfont.woff") format("woff"), url("type/league_gothic-webfont.ttf") format("truetype"), url("type/league_gothic-webfont.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1 {
  margin: 0;
}

h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  font-weight: bold;
}

a,
a:visited {
  text-decoration: none;
  color: #4f6a89;
  -webkit-transition: all .2s;
          transition: all .2s;
}
a:hover,
a:visited:hover {
  color: #4f6a89;
  text-decoration: underline;
}

ul, ol {
  font-size: 18px;
  font-weight: 200;
  padding-left: 1.25em;
}

.heading, .heading--medium, .heading--homepage-medium, .heading--small {
  font-family: "Roboto", sans-serif;
}

.heading--serif {
  font-family: "Vollkorn", Georgia, Cambria, "Times New Roman", Times, serif;
}

.heading--non-condensed {
  font-family: "Roboto", sans-serif;
}

.heading--condensed {
  font-family: "Roboto Condensed", sans-serif;
}

.heading--display {
  clear: both;
  font-family: "league_gothicregular", sans-serif;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
}

.heading--large {
  font-weight: 300;
  font-size: 36px;
  color: #353535;
  line-height: 42px;
}

.heading--medium {
  font-weight: 300;
  font-size: 26px;
  color: #353535;
  letter-spacing: 0.2px;
  line-height: 32px;
}
@media only screen and (min-width: 40.0625em) {
  .heading--medium {
    font-size: 32px;
    line-height: 40px;
  }
}

.heading--homepage-medium {
  font-weight: 300;
  font-size: 32px;
  color: #353535;
  letter-spacing: 0.2px;
  line-height: 40px;
}

.heading--normal {
  font-weight: 300;
}

.heading--bold {
  font-weight: 600 !important;
}

.heading--small {
  font-weight: 400;
  font-size: 22px;
  color: #353535;
  letter-spacing: 0.15px;
  line-height: 26px;
}

.heading--extra-small {
  font-size: 15px;
  line-height: 22px;
}

.heading--sub-gray {
  color: #A0AAAD;
}

.heading--micro {
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.heading--serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.heading--centered {
  text-align: center;
  margin-bottom: 20px;
}

.heading--centered-lines {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.heading--centered-lines span {
  background: #FFFFFF;
  z-index: 100;
  padding: 0 15px;
}
.heading--centered-lines:before {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  top: 19px;
  width: 100%;
  left: 0;
  z-index: -1;
}

.heading--white {
  color: #FFFFFF;
}

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

p, .paragraph--standard, .paragraph--standard ul {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #4b525d;
  margin-bottom: 25px;
  margin-top: .625em;
  letter-spacing: .1px;
  line-height: 22px;
}
@media only screen and (min-width: 40.0625em) {
  p, .paragraph--standard, .paragraph--standard ul {
    font-size: 18px;
    line-height: 26px;
  }
}

.text--sans {
  font-family: "Roboto", sans-serif;
}

a.text-link--underline {
  text-decoration: underline;
}

a.text-link--black {
  color: #353535;
}
a.text-link--black:hover {
  color: #353535;
}

a.text-link--white {
  color: #FFFFFF;
}
a.text-link--white:hover {
  color: #FFFFFF;
}

a.text-link--primary {
  color: #6583A6;
  font-family: "Roboto", sans-serif;
}
a.text-link--primary.text-link--gray {
  color: #999999;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

.img-bordered-small {
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 5px;
  border: 1px solid #e6e6e6;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}

.goog-te-gadget-simple {
  padding-left: 10px;
}

.goog-te-gadget-simple {
  position: relative;
  background: none !important;
  background-color: none !important;
  border: none !important;
}
.goog-te-gadget-simple img {
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 20px;
}

.goog-te-gadget-simple .goog-te-menu-value span:nth-child(3) {
  display: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value span:last-child {
  font-size: 8px !important;
  margin-left: 7px !important;
}

.nav-bar:hover .goog-te-gadget-simple .goog-te-menu-value span, .nav--not-home .goog-te-gadget-simple .goog-te-menu-value span {
  color: #000000 !important;
}

.goog-te-menu-value {
  font-size: 12px !important;
  font-family: "Roboto", sans-serif !important;
}

.button--standard {
/*  background: #D42E1C;
  background-color: #D42E1C !important;*/
  background: #D1D1D1;
  background-color: #D1D1D1 !important;
/*  border: none;*/
  border: 2px solid;
  border-color: #D42E1C;
  border-radius: 4px;
  box-shadow: 0px 3px 0px 0px #a72416;
  color: #FFFFFF !important;
  display: inline-block !important;
  font-family: "Roboto", sans-serif;
}
.button--standard:hover {
/*  background-color: #a72416 !important;
  box-shadow: 0px 3px 0px 0px #901f13 !important;*/
  background-color: #EAEAEA !important;
  box-shadow: 0px 3px 0px 0px #D42E1C !important;
}

.button__link {
  color: #FFFFFF;
  display: block;
  padding: 9px 15px !important;
}
.button__link:hover, .button__link:visited {
  color: #FFFFFF !important;
  text-decoration: none;
}

.button--small {
  font-size: 15px;
}

.button--nav {
  margin: 10px 0px 14px 19px;
/*  padding: 7px 15px !important;*/
  padding: 0px !important;
  border-bottom: none !important;
  width: auto !important;
}
.button--nav .button__link {
  border: none;
}
@media only screen and (min-width: 64.0625em) {
  .button--nav {
/*    margin: 0px;*/
    margin: 3px;
  }
}

.nav-bar__main-menu li button a {
  color: #FFFFFF !important;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.page {
  margin: 0px auto;
}

.page-content {
  margin-top: 30px;
  margin-bottom: 125px;
}
@media only screen and (min-width: 40.0625em) {
  .page-content {
    margin-top: 50px;
    margin-bottom: 200px;
  }
}

.content-area {
  float: left;
  margin: 0 -25% 0 0;
  width: 100%;
}

.site-main {
  margin: 0 25% 0 0;
}

.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 25%;
}

.site-footer {
  clear: both;
  width: 100%;
}

.hr--margin-large {
  margin: 3em 0px;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
header.nav-bar {
  top: 0px;
  width: 100%;
  z-index: 100;
  background: #fff;
  -webkit-transition: all .25s;
          transition: all .25s;
}
header.nav-bar .nav-bar__main-menu li.current-page-ancestor, header.nav-bar .nav-bar__main-menu li.current_page_item {
  box-shadow: inset 4px 0 0 #6583A6;
}
@media only screen and (min-width: 64.0625em) {
  header.nav-bar .nav-bar__main-menu li.current-page-ancestor, header.nav-bar .nav-bar__main-menu li.current_page_item {
    box-shadow: inset 0 -4px 0 0 #6583A6;
  }
}
header.nav-bar .nav__social-icon {
  list-style: none;
  display: inline-block;
}
header.nav-bar .nav__social-icon a {
  padding: 11px 7px 12px 7px;
}
header.nav-bar .nav__social-icon a svg {
  width: 15px;
  height: 15px;
  fill: #FFFFFF;
}
@media only screen and (min-width: 64.0625em) {
  header.nav-bar {
    color: #000000;
    border-bottom: 1px solid #eaeaea;
  }
  header.nav-bar .nav-bar__top-menu li a, header.nav-bar .nav-bar__main-menu li a {
    color: #000000;
  }
  header.nav-bar .nav-bar__top-menu-bg {
    background: none;
  }
  header.nav-bar .nav__social-icon a svg {
    fill: #000000;
  }
}

header.nav-bar.nav--not-home {
  position: relative;
}

.nav-bar__mobile-open {
  background-color: #FFFFFF;
  border: none;
  height: 60px;
  outline: 0;
  padding-top: 8px;
  position: absolute;
  right: 20px;
  top: 26px;
  -webkit-appearance: none;
  width: 60px;
}
.nav-bar__mobile-open:before {
  border-top: 3px solid #999;
  border-bottom: 3px solid #999;
  content: '';
  height: 19px;
  font-family: "league_gothicregular", sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-bar__mobile-open:after {
  border-top: 3px solid #999;
  content: '';
  height: 5px;
  position: absolute;
  right: 15px;
  top: 28px;
  width: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-bar__main-menu-open-sub-menu {
  background-color: #eaeaea;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  height: 100%;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
.nav-bar__main-menu-open-sub-menu:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 16.5px;
  border-top: 12.5px solid #999;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
}
.nav-bar__main-menu-open-sub-menu:after {
  content: '';
  position: absolute;
  top: 19px;
  left: 17.5px;
  border-top: 11.5px solid #eaeaea;
  border-left: 11.5px solid transparent;
  border-right: 11.5px solid transparent;
}

.nav--global {
  width: 100%;
  height: 10px;
  background: red;
}

.nav-bar__color-bar {
  background: #6583A6;
  height: 5px;
}

.nav-bar__main-menu-container {
  overflow: hidden;
}

.nav-bar__main-menu-bg {
  background-color: #FFFFFF;
  height: 119px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  z-index: 5;
}
@media only screen and (min-width: 64.0625em) {
  .nav-bar__main-menu-bg {
    border: none;
    height: 0;
  }
}

.nav-bar__org-logo {
  width: 200px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 64.0625em) {
  .nav-bar__org-logo {
    width: 250px;
  }
}
.nav-bar__org-logo a {
  display: inline;
}

.org-logo-path {
  fill: #FFFFFF;
  -webkit-transition: fill 0.25s;
          transition: fill 0.25s;
}

.nav-bar__top-menu-container-row {
  position: relative;
}

#google_translate_element {
  position: absolute;
  left: 10px;
}

.goog-te-gadget-simple {
  padding: 9px 0px 2px 23px !important;
}

.nav-bar__top-menu-bg {
  background: #FFFFFF;
  min-height: 40px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}

.nav-bar__top-menu {
  margin: 0px;
  text-align: right;
  border-bottom: 1px solid rgba(230, 230, 230, 0);
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}
.nav-bar__top-menu li {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 15px;
  list-style: none;
  position: relative;
  text-transform: uppercase;
}
.nav-bar__top-menu li:hover {
  background: #F7F7F7;
}
.nav-bar__top-menu li a {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  padding: 11px 8px 11px 8px;
}
.nav-bar__top-menu li.menu-item-has-children ul {
  display: none;
  background: #F7F7F7;
  left: 0px;
  padding: 0px;
  position: absolute;
  text-align: left;
  top: 30px;
  width: 160px;
  z-index: 10;
}
.nav-bar__top-menu li.menu-item-has-children ul li {
  display: block;
}
.nav-bar__top-menu li.menu-item-has-children ul li a {
  color: #353535 !important;
}
.nav-bar__top-menu li.menu-item-has-children ul li a:hover {
  color: #6583A6 !important;
}
.nav-bar__top-menu li.menu-item-has-children:hover ul {
  display: block;
}

.nav-bar__main-menu {
  font-size: 0;
/*  margin: 0px;*/
  margin: 35px 0px 0px 0px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  max-height: 0;
  border-top: 1px solid #EAEAEA;
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
  -webkit-transform: translateY(-125%);
  -ms-transform: translateY(-125%);
  transform: translateY(-125%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -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);
}
@media only screen and (min-width: 40.0625em) {
  .nav-bar__main-menu {
    border-top: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .nav-bar__main-menu {
    max-height: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.nav-bar__main-menu li {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 21px;
  list-style: none;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 64.0625em) {
  .nav-bar__main-menu li {
    display: inline-block;
  }
  .nav-bar__main-menu li:hover, .nav-bar__main-menu li.is-current-link {
    background: #F7F7F7;
  }
}
.nav-bar__main-menu li a {
  border-bottom: 1px solid #eaeaea;
  color: #000000;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  padding: 15px 18px 13px 18px;
}
@media only screen and (min-width: 64.0625em) {
  .nav-bar__main-menu li a {
    background-color: transparent;
    border-bottom: none;
    color: #FFFFFF;
/*    padding: 58px 18px 55px 18px;*/
    padding: 10px 18px 10px 18px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .nav-bar__main-menu li#menu-item-17 {
    margin-right: 10px;
  }
}

.is-mobile-menu-open {
  width: 100%;
}
.is-mobile-menu-open .nav-bar__mobile-open:before, .is-mobile-menu-open .nav-bar__mobile-open:after {
  border: none;
  content: '';
  position: absolute;
  width: 34px;
  height: 3px;
  background-color: #999;
  border-radius: 2px;
  top: 28px;
}
.is-mobile-menu-open .nav-bar__mobile-open:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  left: 13.5px;
}
.is-mobile-menu-open .nav-bar__mobile-open:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  right: 12.5px;
}
.is-mobile-menu-open .nav-bar__main-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  max-height: none;
  background: #FFFFFF;
}

.mobile-sub-menu {
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.mobile-sub-menu img {
  display: none;
}
.mobile-sub-menu div {
  font-size: 0;
  line-height: 0;
}
.mobile-sub-menu ul {
  padding-left: 0;
}
.mobile-sub-menu .sub-nav__ul li {
  padding: 0;
}

.is-mobile-sub-menu-open + .mobile-sub-menu {
  height: auto;
}

.is-mobile-sub-menu-open .nav-bar__main-menu-open-sub-menu {
  border-bottom: 0;
  border-left: 0;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-top-nav .sub-menu {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .mobile-top-nav {
    display: none;
  }
}

.nav-bar__sub-menu {
  display: none;
  background: #F7F7F7;
  position: absolute;
  left: 0;
  right: 0;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  padding: 30px 20px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
@media only screen and (min-width: 64.0625em) {
  .nav-bar__sub-menu.is-shown {
    display: block;
  }
}

ul.sub-nav__ul {
  background: rgba(150, 150, 150, 0.1);
  padding: 0px;
  margin: 0px;
}
@media only screen and (min-width: 64.0625em) {
  ul.sub-nav__ul {
    background: none;
  }
}
ul.sub-nav__ul li {
  list-style: none;
  padding: 3.8px 0px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 64.0625em) {
  ul.sub-nav__ul li {
    border: none;
  }
}
ul.sub-nav__ul li a {
  text-decoration: none;
  color: #000000;
}
@media only screen and (min-width: 64.0625em) {
  ul.sub-nav__ul li a {
    color: #999999;
  }
}
ul.sub-nav__ul li a:hover {
  color: #6583A6 !important;
}
ul.sub-nav__ul li.current_page_item {
  font-weight: bold;
}
ul.sub-nav__ul li.current_page_item a {
  color: #6583A6;
}
ul.sub-nav__ul li.current_page_item a:hover {
  color: #6583A6;
}
ul.sub-nav__ul li.current_page_item:hover {
  color: #6583A6;
}
ul.sub-nav__ul li ul.sub-menu {
  display: none;
}
ul.sub-nav__ul li ul.sub-menu li {
  color: #000000;
}
@media only screen and (min-width: 64.0625em) {
  ul.sub-nav__ul li ul.sub-menu li {
    color: #999999;
  }
}
ul.sub-nav__ul li ul.sub-menu li.current_page_item a {
  color: #6583A6 !important;
}
ul.sub-nav__ul li ul.sub-menu li.current_page_item a:hover {
  color: #6583A6;
}
ul.sub-nav__ul.ul--news li ul.sub-menu {
  display: block;
}
ul.sub-nav__ul.ul--events li ul.sub-menu {
  display: block;
}

.sub-menu__featured-img-left {
  height: 100%;
}

.safe-browsing__sticky {
  background: #6583A6;
  border-radius: 4px 4px 0px 0px;
  bottom: 0px;
  color: #FFFFFF !important;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding: 10px 35px;
  position: fixed;
  right: 50px;
  z-index: 500;
}
.safe-browsing__sticky img {
  height: 15px;
  margin-top: -2px;
  margin-right: 3px;
}
.safe-browsing__sticky:hover {
  background: #4f6a89;
  text-decoration: none;
}

.safe-browsing {
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  top: 0;
}
.safe-browsing .safe-browsing__modal {
  background: #FFFFFF;
  border-radius: 10px;
  left: 50%;
  height: 500px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  min-width: 300px;
  max-width: 700px;
  overflow-y: hidden;
}
.safe-browsing .modal__content {
  height: 500px;
  padding: 40px;
  overflow-y: scroll;
}

/* ==========================================================================
   Footer
   ========================================================================== */
* {
  margin: 0;
}

html, body {
  height: 100%;
}

.page-content {
  min-height: 100%;
  /* equal to footer height */
}

.page-content:after {
  content: "";
  display: block;
}

footer {
  background: #262A2F;
  padding: 60px 0px;
}
footer .footer__main-menus {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 40em) {
  footer .footer__main-menus {
    max-width: 320px;
  }
}
footer .footer__sub-menu {
  padding: 0px 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 40.0625em) {
  footer .footer__sub-menu {
    margin-bottom: 30px;
  }
}
footer .footer__menu-title, footer .footer__sub-menu-list {
  font-size: 14px;
}
footer .footer__menu-title {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
footer .footer__sub-menu-list {
  font-family: "Roboto", sans-serif;
  list-style: none;
  padding-left: 0px;
}
footer .footer__sub-menu-list li {
  list-style: none;
  margin-bottom: 8px;
  line-height: 18px;
}
@media only screen and (min-width: 40.0625em) {
  footer .footer__sub-menu-list li {
    margin-bottom: 15px;
  }
}
footer .footer__sub-menu-list li a {
  color: #B0B6BD;
}
footer .footer__sub-menu-list li a:hover {
  color: #B0B6BD;
}
footer .footer__sub-menu-list li ul {
  margin-top: 10px;
  font-size: 14px;
  padding-left: 0px;
}
footer .footer__sub-menu-list li ul li {
  margin-bottom: 8px;
}
@media only screen and (min-width: 40.0625em) {
  footer .footer__sub-menu-list li ul li {
    margin-bottom: 15px;
  }
}
footer .footer__sub-menu-list li ul li a {
  color: #B0B6BD;
}
footer .sub-menu {
  display: none;
}
footer .footer__secondary-menu {
  border-top: 1px solid #414952;
  padding-top: 15px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
footer .footer__secondary-menu .secondary-menu__column {
  display: inline-block;
  padding-top: 8px;
}
footer .footer__secondary-menu .secondary-menu__column.column--left {
  display: none;
}
@media only screen and (min-width: 40.0625em) {
  footer .footer__secondary-menu .secondary-menu__column.column--left {
    width: 19%;
    text-align: left;
    display: inline-block;
  }
}
footer .footer__secondary-menu .secondary-menu__column.column--center {
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  footer .footer__secondary-menu .secondary-menu__column.column--center {
    width: 60%;
  }
}
footer .footer__secondary-menu .secondary-menu__column.column--right {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  footer .footer__secondary-menu .secondary-menu__column.column--right {
    width: 19%;
    text-align: right;
  }
}
footer .footer__secondary-menu .secondary-menu__menu-list {
  text-align: center;
}
footer .footer__secondary-menu .secondary-menu__menu-list li {
  display: inline-block;
  margin: 0px 2%;
}
footer .footer__secondary-menu .secondary-menu__menu-list li a {
  color: #FFFFFF;
}
footer .footer__secondary-menu .footer__minnesota-icon {
  width: 29px;
}
footer .footer__secondary-menu .secondary-menu__social-list {
  list-style: none;
  padding: 0px;
}
footer .footer__secondary-menu .secondary-menu__social-list li {
  display: inline-block;
  margin: 0px 2%;
  width: 10%;
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  footer .footer__secondary-menu .secondary-menu__social-list li {
    margin: 0px 0px 0px 8%;
  }
}
footer .footer__secondary-menu .secondary-menu__social-list li:hover {
  opacity: .8;
}
footer .footer__secondary-menu .secondary-menu__social-list li a img {
  height: 15px;
}

/* ==========================================================================
   Menus
   ========================================================================== */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 1.5em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul {
  display: block;
}

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation ul {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* ==========================================================================
   Posts and pages
   ========================================================================== */
.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* ==========================================================================
   Resources Page Template
   ========================================================================== */
.hero {
  width: 100%;
  background-color: #ddd;
}

.hero__image-overlay {
  background: #000;
  height: 500px;
  opacity: .2;
  width: 100%;
}

.hero__featured-image {
  width: 50%;
}

.hero-block {
  width: 100%;
  height: 350px;
}
.hero-block .hero-block__banner {
  height: 100%;
}
.hero-block .hero-block__banner .banner__img {
  height: 100%;
  background-size: 100%;
}

.page__heading-description {
  margin-bottom: 30px;
}

.title--resources {
  margin-bottom: 20px;
}

.child-grid__feature {
  text-align: center;
}
.child-grid__feature:last-child {
  float: left !important;
}
.child-grid__feature .child-grid__image {
  width: 100%;
}
.child-grid__feature .child-grid__image a {
  display: block;
}
.child-grid__feature .child-grid__image a img {
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 5px;
  border: 1px solid #e6e6e6;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}
.child-grid__feature .child-grid__image:hover ~ .child-grid__title {
  text-decoration: underline;
}
.child-grid__feature .child-grid__title {
  margin-bottom: 0;
}
.child-grid__feature .child-grid__subtitle {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 26px;
  margin-top: 0;
}

/* ==========================================================================
   Legal Services Template
   ========================================================================== */
.intro-block {
  margin-bottom: 50px;
}

.service-summary {
  margin-bottom: 50px;
}

/* ==========================================================================
   Home Page Template
   ========================================================================== */
.hero {
  background: #e6e6e6;
  overflow: hidden;
  position: relative;
}

.hero-content-container {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 40.0625em) {
  .hero-content-container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1500px) {
  .hero-content-container {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.slick-slider {
  margin: 0;
}

.slider__slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 300px;
  max-height: 500px;
  height: 40vh;
}
@media only screen and (min-width: 40.0625em) {
  .slider__slide {
    min-height: 350px;
    height: 55vh;
    max-height: 625px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .slider__slide {
    min-height: 450px;
    height: 75vh;
  }
}
@media screen and (min-width: 1500px) {
  .slider__slide {
    min-height: 350px;
    height: 95vh;
    max-height: 675px;
  }
}

.slide__content-row {
  height: 100%;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.slide__content-columns {
  height: 100%;
}

.slide__content {
  bottom: 100px;
  position: absolute;
  z-index: 4;
  max-width: 580px;
  padding-right: 20px;
}
@media only screen and (min-width: 40.0625em) {
  .slide__content {
    bottom: 130px;
  }
}

.slick-current .slide__title, .slick-current .slide__subtitle, .slick-current .slide__link {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.slide__title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin: 0px 0px 15px 0px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.76);
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: all 0.55s;
          transition: all 0.55s;
}
@media only screen and (min-width: 40.0625em) {
  .slide__title {
    font-size: 26px;
    line-height: 34px;
  }
}
.slide__title a {
  color: #FFFFFF;
  text-decoration: none;
}
.slide__title a:hover {
  text-decoration: underline;
}

.slide__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 0.14px;
  line-height: 20px;
  opacity: 0;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.77);
  -webkit-transition: all .35s;
          transition: all .35s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
@media only screen and (min-width: 40.0625em) {
  .slide__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.slide__link {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 0.14px;
  line-height: 20px;
  margin-top: 5px;
  opacity: 0;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.77);
  -webkit-transition: all .35s;
          transition: all .35s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
@media only screen and (min-width: 40.0625em) {
  .slide__link {
    line-height: 24px;
    margin-top: 3px;
  }
}

.slide__nav-container {
  bottom: 0px;
  height: 100px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.slide__nav {
  position: absolute;
  bottom: 30px;
  z-index: 15;
  width: 100%;
  left: 30px;
}
@media only screen and (min-width: 40.0625em) {
  .slide__nav {
    bottom: 60px;
  }
}

.slide__nav-content {
  position: relative;
}

.slide__arrow {
  cursor: pointer;
  color: red;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: inline-block;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}
.slide__arrow:hover {
  background: rgba(217, 217, 217, 0.4);
}
.slide__arrow.arrow--next {
  margin-left: -4px;
}

ul.slick-dots {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: left;
  left: 80px;
  margin: 0;
}
ul.slick-dots li button:before {
  opacity: .4;
  color: #FFFFFF;
  background: #FFFFFF;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 20px;
  position: absolute;
  top: 5px;
  left: 6px;
}

.off-screen {
  position: absolute;
  left: -2000em;
}

.slider__bg-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+63,000000+100&0+30,0.65+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.31) 63%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.31) 63%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}

.intro {
  padding: 40px 10px 50px 10px;
}
@media only screen and (min-width: 40.0625em) {
  .intro {
    padding: 100px 0px 50px 0px;
  }
}

.intro-row-1 {
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 50px;
}
@media only screen and (min-width: 40.0625em) {
  .intro-row-1 {
    margin-bottom: 70px;
  }
}

.intro-copy {
  margin-bottom: 30px;
}
@media only screen and (min-width: 64.0625em) {
  .intro-copy {
    margin-bottom: 0px;
    padding-left: 10%;
  }
}

.intro-header-block img {
  border-radius: 100%;
  display: inline-block;
  height: 50px;
  width: 50px;
}

@media only screen and (min-width: 64.0625em) {
  .intake-block-container {
    padding-right: 8%;
  }
}

.intake-block {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .intake-block {
    max-width: 400px;
    margin: 0 auto;
  }
}
.intake-block .intake-block__header {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.intake-block .intake-block__details {
  text-align: center;
}
.intake-block .intake-block__details .details__days {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
}
.intake-block .intake-block__details .details__times {
  font-size: 16px;
  margin: 0px 0px 20px 0px;
}
.intake-block .intake-block__details .details__contact {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
  font-size: 15px;
}

.our-projects {
  background: #6583A6;
  padding: 100px 0px;
}

.homepage__child-grid {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 70px;
}
.homepage__child-grid .child-grid__feature {
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.0625em) {
  .homepage__child-grid .child-grid__feature {
    margin-bottom: 0px;
  }
}
.homepage__child-grid .child-grid__image {
  max-width: 250px;
  margin: 0 auto;
}
@media only screen and (min-width: 40.0625em) {
  .homepage__child-grid .child-grid__image {
    max-width: none;
  }
}
.homepage__child-grid .child-grid__excerpt {
  font-size: 15px;
}

.homepage-ctas {
  padding: 75px 20px;
}
@media only screen and (min-width: 40.0625em) {
  .homepage-ctas {
    padding: 100px 20px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .homepage-ctas {
    padding: 100px 20px 150px 20px;
  }
}

.cta-right-border {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 70px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 40.0625em) {
  .cta-right-border {
    border-bottom: none;
    border-right: solid 1px #eaeaea;
    margin-bottom: 0px;
  }
}

/* ==========================================================================
   Services Page Template
   ========================================================================== */
.hero--services {
  min-height: 400px;
}

.services-subtitle {
  max-width: 740px;
  margin: 0 auto;
}

.service-highlights__feature {
  margin-top: 65px;
  text-align: center;
}
.service-highlights__feature:last-child {
  float: left !important;
}
.service-highlights__feature .service-highlights__image {
  width: 100%;
}
.service-highlights__feature .service-highlights__image a {
  display: block;
}
.service-highlights__feature .service-highlights__image a img {
  width: 100%;
}
.service-highlights__feature .service-highlights__image:hover ~ .service-highlights__title {
  text-decoration: underline;
}
.service-highlights__feature .service-highlights__title {
  margin-bottom: 0;
}
.service-highlights__feature .service-highlights__subtitle {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.1px;
  line-height: 28px;
  margin-top: 0;
}

/* ==========================================================================
   Blog pages
   ========================================================================== */
.sidebar-right-content-left {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 50px;
}
@media only screen and (min-width: 64.0625em) {
  .sidebar-right-content-left {
    border-right: 1px solid #eaeaea;
    padding-right: 50px;
    border-bottom: none;
  }
}

.content-left__intro-content {
  margin-bottom: 70px;
}

.presentation-thumbnail {
  text-align: center;
}
.presentation-thumbnail img {
  width: 100%;
  padding: 10px;
  border: 1px solid #e6e6e6;
}

.presentation-summary {
  padding-left: 25px;
  border-left: 8px solid #F6F6F6;
  margin-bottom: 60px;
}

.presentation-description ul {
  padding-left: 20px;
}

/* ==========================================================================
   Left Sidebar Template
   ========================================================================== */
.sidebar-nav {
  padding-right: 30px;
  max-width: 270px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (max-width: 40em) {
  .sidebar-nav {
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 50px;
    max-width: none;
    padding: 20px;
  }
}
.sidebar-nav div ul {
  padding: 0px;
  margin: 0px;
}
.sidebar-nav div ul li {
  list-style: none;
  padding: 9.8px 0px;
  font-size: 14px;
  border-top: 1px solid #eaeaea;
}
.sidebar-nav div ul li a {
  text-decoration: none;
  color: #999999;
}
.sidebar-nav div ul li a:hover {
  color: #6583A6;
}
.sidebar-nav div ul li.current_page_item {
  font-weight: bold;
}
.sidebar-nav div ul li.current_page_item a {
  color: #6583A6;
}
.sidebar-nav .menu-item .sub-menu {
  display: none;
}
.sidebar-nav .current_page_item.menu-item-has-children .sub-menu, .sidebar-nav .current_page_parent .sub-menu {
  display: block;
}
.sidebar-nav .current_page_item.menu-item-has-children .sub-menu li, .sidebar-nav .current_page_parent .sub-menu li {
  border-top: none;
  padding-left: 20px;
}
.sidebar-nav .current_page_item.menu-item-has-children .sub-menu li a, .sidebar-nav .current_page_parent .sub-menu li a {
  color: #999999;
}
.sidebar-nav .current_page_item.menu-item-has-children .sub-menu li a:hover, .sidebar-nav .current_page_parent .sub-menu li a:hover {
  color: #6583A6;
}
.sidebar-nav .current_page_item.menu-item-has-children .sub-menu li.current_page_item a, .sidebar-nav .current_page_parent .sub-menu li.current_page_item a {
  color: #6583A6;
}

.sidebar-nav__title {
  font-family: "league_gothicregular", sans-serif;
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 10px;
}

.heading--sidebar-parent {
  margin-bottom: 5px;
}

.child-summary {
  margin: 50px 0px;
}

.child__description {
  margin-bottom: 20px;
}

/* ==========================================================================
   Page:  Legal Services - Cases Served
   ========================================================================== */
.case-highlight {
  border-top: 1px solid #555555;
  padding: 30px 15px;
}

.case__summary {
  margin-bottom: 5px;
}

/* ==========================================================================
   Page:  News Landing
   ========================================================================== */
.heading--featured-stories-label {
  margin-bottom: 10px;
}

.heading--featured-news {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 28px;
  letter-spacing: 0;
}

.news-card {
  margin-bottom: 25px;
  position: relative;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}

.news-card__byline {
  margin-bottom: 20px;
}

.news-card__label {
  margin-bottom: 15px;
}

.news-card__img {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}
.news-card__img img {
  width: 100%;
}

.news-card__meta {
  width: 100%;
  padding: 30px 20px 15px 20px;
}

.articles-block {
  margin-bottom: 40px;
}

.articles-block-container {
  background: #F6F6F6;
  border-top: 1px solid #eaeaea;
  padding-top: 50px;
}

.articles-block__title-container {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.articles-block__title {
  display: inline-block;
  font-size: 17px;
}

.articles-block__view-all {
  text-align: right;
  float: right;
  font-size: 15px;
}

ul.articles-block-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
ul.articles-block-list li {
  padding: 10px 0px;
  border-top: 1px solid #eaeaea;
}
ul.articles-block-list li:first-child {
  border: none;
  padding-top: 7px;
}

.articles-block__article-date {
  margin-top: 0px;
}

.news-feed__pagination {
  font-family: "Roboto", sans-serif;
  margin-bottom: 50px;
}
@media only screen and (min-width: 64.0625em) {
  .news-feed__pagination {
    margin-bottom: none;
  }
}
.news-feed__pagination .page-numbers {
  padding: 5px 9px;
  border: 1px solid #eaeaea;
}
.news-feed__pagination .page-numbers.current {
  background: #F5F5F5;
}
.news-feed__pagination .page-numbers:hover {
  background: #F5F5F5;
  text-decoration: none;
}
.news-feed__pagination .prev, .news-feed__pagination .next {
  border: none;
  background: none;
}
.news-feed__pagination .prev:hover, .news-feed__pagination .next:hover {
  background: none;
  text-decoration: underline;
}
.news-feed__pagination .prev {
  margin-right: 11px;
}
.news-feed__pagination .next {
  margin-left: 11px;
}

.news-sidebar {
  background: #F6F6F6;
  border-top: 1px solid #eaeaea;
  padding-top: 40px;
}
@media only screen and (min-width: 64.0625em) {
  .news-sidebar {
    padding-top: 0px;
    border-top: none;
    background: none;
  }
}

.news-sidebar__content {
  max-width: 750px;
  margin: 0 auto;
}

.news-post__content {
  margin-bottom: 50px;
}

.news-post__thumbnail-container {
  margin: 20px 0px;
  width: 100%;
}
.news-post__thumbnail-container img {
  width: 100%;
}

ul.member-list {
  padding: 0px;
}
ul.member-list li {
  list-style: none;
  margin-bottom: 10px;
  padding: 0px;
}

.member-list--board li.columns:last-child {
  float: left !important;
}

.board-member__name {
  margin: 15px 0px 0px 0px;
}

.board-member__position {
  margin: 0px 0px 5px 0px;
}

.board-member__job-title {
  margin: 0px;
}

.board-member__organization {
  margin: 0px;
}

.staff-member__name {
  color: #4b525d;
  font-size: 16px;
}

.staff-member__portrait img {
  width: 100%;
}

ul.position-list {
  padding-left: 0px;
  margin-top: 20px;
}

li.position-list__position {
  color: #353535;
  list-style: none;
  margin: 0px;
  overflow: hidden;
  padding: 20px 10px;
}
li.position-list__position p {
  font-size: 16px;
}

li.position-list__position:nth-child(odd) {
  background: #F6F6F6;
}

.position__content-left {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .position__content-left {
    border-bottom: none;
    border-right: 1px solid #eaeaea;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

.position__title {
  margin-bottom: 10px;
}

.position-detail-link {
  font-size: 16px;
}

.position-detail-application-timeline {
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-sidebar {
  text-align: center;
}
.contact-sidebar .contact__social {
  padding: 0;
}
.contact-sidebar .contact__social .nav__social-icon {
  display: inline-block;
  margin-top: 25px;
}
.contact-sidebar .contact__social .nav__social-icon a {
  padding: 15px 10px 10px 10px;
}
.contact-sidebar .contact__social .nav__social-icon a svg {
  height: 20px;
  width: 25px;
  fill: #FFFFFF;
}
.contact-sidebar .social-icon--circle {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.contact-sidebar .social-icon--facebook {
  background: #3E569D;
}
.contact-sidebar .social-icon--facebook:hover {
  background: #304278;
}
.contact-sidebar .social-icon--twitter {
  background: #059FF5;
}
.contact-sidebar .social-icon--twitter:hover {
  background: #047fc3;
}
.contact-sidebar .social-icon--youtube {
  background: #E91D00;
}
.contact-sidebar .social-icon--youtube:hover {
  background: #b61700;
}
.contact-sidebar .social-icon--linkedin {
  background: #1286BF;
}
.contact-sidebar .social-icon--linkedin:hover {
  background: #0e6590;
}
.contact-sidebar hr {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .contact-sidebar hr {
    display: block;
  }
}
.contact-sidebar .button--subscribe {
  margin: 30px 0px 0px 0px;
}
@media only screen and (min-width: 64.0625em) {
  .contact-sidebar .button--subscribe {
    margin: 0px;
  }
}

/* ==========================================================================
   Widgets
   ========================================================================== */
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/* ==========================================================================
   Comments
   ========================================================================== */
.comment-content a {
  word-wrap: break-word;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/* Gravity Forms */
/* ==========================================================================
   General Hero Styles
   ========================================================================== */
.bg-image-block {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  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;
  }
}
.card {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 40px 50px;
}

.card__copy {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.17px;
  line-height: 34px;
}

.sidebar-nav .menu-item .sub-menu {
  display: none;
}
.sidebar-nav .current_page_item.menu-item-has-children .sub-menu, .sidebar-nav .current_page_parent .sub-menu {
  display: block;
}
.sidebar-nav .current_page_item.menu-item-has-children .sub-menu li, .sidebar-nav .current_page_parent .sub-menu li {
  border-top: none;
  padding-left: 20px;
}
.sidebar-nav .current_page_item.menu-item-has-children .sub-menu li a, .sidebar-nav .current_page_parent .sub-menu li a {
  color: #999999;
}
.sidebar-nav .current_page_item.menu-item-has-children .sub-menu li a:hover, .sidebar-nav .current_page_parent .sub-menu li a:hover {
  color: #6583A6;
}
.sidebar-nav .current_page_item.menu-item-has-children .sub-menu li.current_page_item a, .sidebar-nav .current_page_parent .sub-menu li.current_page_item a {
  color: #6583A6;
}
