@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.1.0/"; }

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

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

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

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

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

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: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

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

object, embed {
  height: 100%; }

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.hide {
  display: none; }

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

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

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

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }

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

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

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .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; }

@media only screen {
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; }
  .small-push-0 {
    left: 0%;
    right: auto; }
  .small-pull-0 {
    right: 0%;
    left: auto; }
  .small-push-1 {
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    left: 25%;
    right: auto; }
  .small-pull-3 {
    right: 25%;
    left: auto; }
  .small-push-4 {
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    left: 50%;
    right: auto; }
  .small-pull-6 {
    right: 50%;
    left: auto; }
  .small-push-7 {
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    left: 75%;
    right: auto; }
  .small-pull-9 {
    right: 75%;
    left: auto; }
  .small-push-10 {
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    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%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .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, .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }

@media only screen and (min-width:40.063em) {
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  .medium-push-0 {
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    right: 0%;
    left: auto; }
  .medium-push-1 {
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    right: 25%;
    left: auto; }
  .medium-push-4 {
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    right: 50%;
    left: auto; }
  .medium-push-7 {
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    right: 75%;
    left: auto; }
  .medium-push-10 {
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    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%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .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, .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .push-0 {
    left: 0%;
    right: auto; }
  .pull-0 {
    right: 0%;
    left: auto; }
  .push-1 {
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    right: 8.33333%;
    left: auto; }
  .push-2 {
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    right: 16.66667%;
    left: auto; }
  .push-3 {
    left: 25%;
    right: auto; }
  .pull-3 {
    right: 25%;
    left: auto; }
  .push-4 {
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    right: 33.33333%;
    left: auto; }
  .push-5 {
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    right: 41.66667%;
    left: auto; }
  .push-6 {
    left: 50%;
    right: auto; }
  .pull-6 {
    right: 50%;
    left: auto; }
  .push-7 {
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    right: 58.33333%;
    left: auto; }
  .push-8 {
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    right: 66.66667%;
    left: auto; }
  .push-9 {
    left: 75%;
    right: auto; }
  .pull-9 {
    right: 75%;
    left: auto; }
  .push-10 {
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    right: 83.33333%;
    left: auto; }
  .push-11 {
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width:64.063em) {
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }
  .large-push-0 {
    left: 0%;
    right: auto; }
  .large-pull-0 {
    right: 0%;
    left: auto; }
  .large-push-1 {
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    left: 25%;
    right: auto; }
  .large-pull-3 {
    right: 25%;
    left: auto; }
  .large-push-4 {
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    left: 50%;
    right: auto; }
  .large-pull-6 {
    right: 50%;
    left: auto; }
  .large-push-7 {
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    left: 75%;
    right: auto; }
  .large-pull-9 {
    right: 75%;
    left: auto; }
  .large-push-10 {
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    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%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .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, .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .push-0 {
    left: 0%;
    right: auto; }
  .pull-0 {
    right: 0%;
    left: auto; }
  .push-1 {
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    right: 8.33333%;
    left: auto; }
  .push-2 {
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    right: 16.66667%;
    left: auto; }
  .push-3 {
    left: 25%;
    right: auto; }
  .pull-3 {
    right: 25%;
    left: auto; }
  .push-4 {
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    right: 33.33333%;
    left: auto; }
  .push-5 {
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    right: 41.66667%;
    left: auto; }
  .push-6 {
    left: 50%;
    right: auto; }
  .pull-6 {
    right: 50%;
    left: auto; }
  .push-7 {
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    right: 58.33333%;
    left: auto; }
  .push-8 {
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    right: 66.66667%;
    left: auto; }
  .push-9 {
    left: 75%;
    right: auto; }
  .pull-9 {
    right: 75%;
    left: auto; }
  .push-10 {
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    right: 83.33333%;
    left: auto; }
  .push-11 {
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    right: 91.66667%;
    left: auto; } }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

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

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

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

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

/* Padded Rows are for rows that will not contain columns. These instances are usually
  where normal columns are more a hindrance than a help such as complex areas such as the header. */
/*
.padded-row {
  @include grid-row();
  padding: 0 20px;
  
  .row {
    margin: 0 -20px;
  }
​
  @media only screen and (max-width: 630px) {
    padding: 0 12px;
    
    .row {
      margin: 0 -12px;
    }
  }
}
*/
.padded-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
  *zoom: 1;
  padding: 0 20px; }
  .padded-row:before, .padded-row:after {
    content: " ";
    display: table; }
  .padded-row:after {
    clear: both; }

/* 
 * Classes that represent max widths at the largest size of the grid 
 * Can be used in situations where you have a single non-full size column in a row
 */
.grid-max-1 {
  max-width: 6.04167rem; }

.grid-max-2 {
  max-width: 12.08333rem; }

.grid-max-3 {
  max-width: 18.125rem; }

.grid-max-4 {
  max-width: 24.16667rem; }

.grid-max-5 {
  max-width: 30.20833rem; }

.grid-max-6 {
  max-width: 36.25rem; }

.grid-max-7 {
  max-width: 42.29167rem; }

.grid-max-8 {
  max-width: 48.33333rem; }

.grid-max-9 {
  max-width: 54.375rem; }

.grid-max-10 {
  max-width: 60.41667rem; }

.grid-max-11 {
  max-width: 66.45833rem; }

.grid-max-12 {
  max-width: 72.5rem; }

body {
  line-height: 1.4;
  font-family: 'Lato', sans-serif; }

.button {
  padding: 15px 20px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out;
          transition: background-color 0.3s ease-out; }

.button-light {
  background: #fff;
  color: #0f4e66; }
  .button-light:hover {
    background-color: #0f4e66;
    color: #fff; }

/* ----------------------------
  OHO STAT BLOCK
------------------------------- */
.oho-stat-block {
  background-color: white;
  padding: 50px 0;
  text-align: center;
  width: 100%;
  float: left;
  /*
  .slick-slide {
    padding: 0 45px;
    
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      padding: 0 20px;
    }
    
    @media only screen and (max-width: 40em) {
      padding: 0 25px;
    }
    
  }
  
  .slick-list {
    padding: 0px !important; // overwrite slick js assigned styles
    margin: 0 50px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    
    @media only screen and (max-width: 40em) {
      border: none;
    }
    
    h2 {
      display: none;
    }
    
    .slick-slide {
      min-height: 160px;
    }
    
  }
  
  .slick-center {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    
    @media only screen and (max-width: 40em) {
      border: none;
    }
    
  }
  
  .slick-track .slick-active:first-child{
    background-color: blue;
  }
  
  .field-name-field-hc-statistic-link a {
    margin-top: 20px;
    background-position: 93% center;
    transition: .2s all ease;
    margin-top: 20px;
    font-size: 12px;
    padding: 8px 45px 8px 35px;
    background-color: #333333;
    color: white;
    text-transform: uppercase;
    background-image: url(../img/btn-arrow-white.png);
    background-repeat: no-repeat;  
    display: inline-block;
    
    &:hover{
      transition: .2s all ease;
      background-position: 95%;
    }
  }
 
 .slick-prev {
   left: -8px;
   @media only screen {
     left: 8px;
   } 
 }
 
 .slick-next {
    right: -8px;
    
    @media only screen {
     right: 8px;
    }
  }
*/ }
  .oho-stat-block h2 {
    margin-bottom: 20px;
    margin-top: 0px; }
  @media only screen and (max-width: 40em) {
    .oho-stat-block .oho-stat {
      padding: 20px 0; }
      .oho-stat-block .oho-stat:first-child {
        padding-top: 0px; }
      .oho-stat-block .oho-stat:last-child {
        padding-bottom: 0px; } }
  @media only screen and (min-width:40.063em) {
    .oho-stat-block .oho-stat {
      border-left: 1px solid #ccc; }
      .oho-stat-block .oho-stat:last-child {
        border-right: 1px solid #ccc; } }
  .oho-stat-block .oho-stat__title {
    font-size: 24px; }
  .oho-stat-block .oho-stat__value {
    font-size: 72px;
    line-height: 1;
    padding: 10px 0; }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .oho-stat-block .oho-stat__value {
        font-size: 55px; } }
  .oho-stat-block .oho-stat__desc {
    font-size: 24px;
    line-height: 1.2; }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .oho-stat-block .oho-stat__desc {
        font-size: 20px; } }
    .oho-stat-block .oho-stat__desc p {
      margin: 0;
      line-height: 1.4; }

.subnav-div {
  margin-bottom: 1rem; }
  @media only screen and (max-width: 900px) {
    .subnav-div {
      width: 100%; } }
  @media only screen and (min-width: 901px) {
    .subnav-div {
      float: left;
      width: 300px; } }

@media only screen and (max-width: 900px) {
  .left-nav-page .main-content .page-content {
    width: 100%; } }
@media only screen and (min-width: 901px) {
  .left-nav-page .main-content .page-content {
    float: right;
    width: calc(100% - 340px); } }

ul.subnav {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: -1px; }
  @media only screen and (max-width: 900px) {
    ul.subnav {
      display: none; } }
  ul.subnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 5px solid #ccc;
    border-width: 0 0 5px 5px; }
  ul.subnav li {
    border-top: 1px solid #ccc;
    position: relative; }
    ul.subnav li a {
      color: #333;
      text-decoration: none;
      display: block;
      padding: 0.75rem 54px 0.75rem 0.75rem; }
      ul.subnav li a:hover {
        color: #000;
        background-color: #eee;
        text-decoration: underline; }
      ul.subnav li a.active, ul.subnav li a.engaged {
        background: #f5f5f5;
        color: #000;
        font-weight: 700; }

.subnav-title {
  display: block;
  border: 1px solid #ccc;
  position: relative; }
  @media only screen and (min-width: 901px) {
    .subnav-title {
      display: none; } }
  .subnav-title a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0.75rem 54px 0.75rem 0.75rem; }
    .subnav-title a:hover {
      color: #000;
      background-color: #eee;
      text-decoration: underline; }
    .subnav-title a.active, .subnav-title a.engaged {
      background: #f5f5f5;
      color: #000;
      font-weight: 700; }

ul.subnav li.has-children > a:before, ul.subnav li.has-children > a:after, .subnav-title a:first-child:after {
  border-radius: 1px;
  content: "";
  display: block;
  background: #538ebb;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7; }

ul.subnav li.has-children > a:before {
  width: 5px;
  height: 15px;
  margin: 16px 19px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

ul.subnav li.has-children > a:after {
  width: 15px;
  height: 5px;
  margin: 21px 14px; }

ul.subnav li.has-children a.toggle, ul.subnav li:first-child a.title-toggle {
  position: absolute;
  width: 45px;
  height: 44px;
  background: transparent;
  padding: 0;
  top: 0;
  right: 0;
  z-index: 7; }

ul.subnav {
  border: 1px solid #ccc;
  border-width: 0 1px 1px; }

.subnav-title {
  background-image: url(../img/bg-subnav.gif);
  background-position: top right;
  background-repeat: no-repeat; }
  .subnav-title a:first-child:after {
    content: "\f00b";
    font-family: FontAwesome;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    color: #538ebb;
    background: none;
    margin: 14px 13px;
    font-size: 17px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }

ul.subnav li.has-children > a, ul.subnav li.has-children.engaged > a {
  background-image: url(../img/bg-subnav.gif);
  background-position: top right;
  background-repeat: no-repeat; }

ul.subnav li.has-children.engaged > a {
  background-position: bottom right; }
  ul.subnav li.has-children.engaged > a:before {
    height: 0;
    margin-top: 21px; }

ul.subnav li.has-children.engaged ul {
  background: #fff; }

ul.subnav li.has-children > ul, ul.subnav li.has-children.engaged ul li.has-children ul {
  display: none; }

@media only screen and (min-width: 901px) {
  ul.subnav {
    display: block !important; } }

.banner {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0 0 2rem;
  background: #64a0c8; }
  .banner h1, .banner .h1, .banner .h3 {
    width: calc(100% - 2rem);
    max-width: 1160px;
    margin: 0 auto; }
  .banner h1, .banner .h1 {
    /* text-transform: uppercase; */
    font-size: 2.5rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    padding-top: 2rem;
    text-transform: uppercase; }
    @media (max-width: 759px) {
      .banner h1, .banner .h1 {
        font-size: 2rem; } }
  .banner h3, .banner .h3 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 400; }
    @media (max-width: 759px) {
      .banner h3, .banner .h3 {
        font-size: 1rem; } }

.banner-codes-and-standards {
  background: #99491b url(../img/banner--Codes-head_2.jpg) no-repeat center center;
  background-size: cover; }

.banner-news-and-research {
  background: #4e87b1 url(../img/banner--Research-head.jpg) no-repeat center center;
  background-size: cover; }

.banner-training-and-events {
  background: #53937b url(../img/banner--Training-headernew.jpg) no-repeat center center;
  background-size: cover; }

.banner-public-education {
  background: #8970a4 url(../img/banner--Pub-Ed-option-4GEL.jpg) no-repeat center center;
  background-size: cover; }

.banner-membership {
  background: #7c9094 url(../img/banner--Membership-header.jpg) no-repeat center center;
  background-size: cover; }

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

.new-sharelinks {
  float: right;
  position: relative;
  top: -8px; }

.left-nav-page .main-content .row {
  margin: 0 auto;
  max-width: 1160px;
  min-width: 260px;
  width: calc(100% - 2rem); }

.l-footer {
  clear: both; }

.breadcrumbs > * a, .breadcrumbs > * span {
  color: #3b7aa5;
  text-decoration: none; }
  .breadcrumbs > * a:hover, .breadcrumbs > * span:hover {
    text-decoration: underline; }

.page-content h1 {
  margin-bottom: 0.33rem; }

.page-content img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }

.page-content a {
  color: #3b7aa5;
  text-decoration: none; }
  .page-content a:hover {
    text-decoration: underline; }
  .page-content a.pdf:after {
    content: " \f1c1";
    font-family: FontAwesome;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    color: #000; }

.box-featured {
  clear: both;
  *zoom: 1;
  display: block;
  background: #eee;
  padding: 10px 20px 10px 20px;
  font-size: 0.85rem;
  margin-bottom: 2rem; }
  .box-featured:before, .box-featured:after {
    content: " ";
    display: table; }
  .box-featured:after {
    clear: both; }
  .box-featured h2 {
    color: #C41335;
    margin-top: 0; }

.item-featured {
  clear: left;
  margin-bottom: 40px; }
  .item-featured:last-child {
    margin-bottom: 0; }
  .item-featured img {
    width: auto;
    float: left;
    margin: 0 0.5rem 0.5rem 0; }
    @media screen and (min-width: 481px) and (max-width: 800px) {
      .item-featured img {
        float: none; } }
    @media screen and (max-width: 400px) {
      .item-featured img {
        float: none; } }
  .item-featured ul {
    list-style: none;
    padding: 0; }

.live-chat {
  background: #C41335;
  width: 66px;
  height: 66px;
  padding: 12px 0;
  box-shadow: -1px 0 1px rgba(0, 0, 0, 0.15);
  position: fixed;
  right: 0;
  top: 360px;
  z-index: 100; }
  .live-chat a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.66rem; }
    .live-chat a span {
      display: block; }
    .live-chat a i.fa {
      display: block;
      font-size: 1.5rem; }
    .live-chat a:hover {
      color: #000; }
  @media screen and (max-width: 900px) {
    .live-chat {
      display: none; } }

section.search-codes-standards {
  border: 1px solid #666;
  padding: 1rem;
  margin-bottom: 2rem;
  *zoom: 1; }
  section.search-codes-standards:before, section.search-codes-standards:after {
    content: " ";
    display: table; }
  section.search-codes-standards:after {
    clear: both; }
  section.search-codes-standards h4 {
    color: #666; }
  @media (max-width: 659px) {
    section.search-codes-standards h3 {
      font-size: 16px;
      color: #666; } }

.code-search-search {
  margin-bottom: 1rem; }
  .code-search-search input#search-form-query3 {
    padding: 11px 3px;
    max-width: 72%; }
  .code-search-search button#search-form-submit3 {
    background-color: #3b7aa5;
    border: medium none;
    margin: 4px 0 0 1px;
    padding: 14px 8px;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out 0s;
            transition: background-color 0.3s ease-out 0s; }
    .code-search-search button#search-form-submit3:hover {
      background-color: #3d7fab; }

@media (min-width: 661px) {
  .code-search-search input#search-form-query3 {
    padding: 12px; }
  .code-search-search button#search-form-submit3 {
    padding: 15px; } }

.code-search-filters ul {
  list-style: none;
  padding: 0;
  clear: both;
  *zoom: 1; }
  .code-search-filters ul:before, .code-search-filters ul:after {
    content: " ";
    display: table; }
  .code-search-filters ul:after {
    clear: both; }
.code-search-filters h4.review-active-filters {
  margin-bottom: 0;
  clear: left; }
  .code-search-filters h4.review-active-filters a {
    color: #C41335; }

.filter-by {
  border: 1px solid #aaa;
  position: relative; }
  @media (min-width: 661px) {
    .filter-by {
      float: left;
      width: calc(33.33% - 4px);
      margin-right: 6px; }
      .filter-by:last-child {
        margin-right: 0; }
      .filter-by form {
        position: absolute;
        left: -1px;
        right: -1px;
        z-index: 20;
        border: 1px solid #aaa;
        border-width: 0 1px 1px; } }

@media (max-width: 920px) {
  .filter-results {
    display: none; } }

@media (min-width: 921px) {
  h4.review-active-filters {
    display: none; }
  .code-search-filters ul {
    float: right;
    width: calc(100% - 9rem);
    margin-right: 0.5rem;
    clear: none; }
    .code-search-filters ul ul {
      float: none;
      width: 100%; }
    .code-search-filters ul .filter-by {
      width: calc(33.33% - 6px);
      margin-right: 9px; }
      .code-search-filters ul .filter-by:last-child {
        margin-right: 0; }
  .code-search-filters h4 {
    float: left;
    width: 8rem;
    padding: 0.75rem 0; } }

.filter-by h4 {
  float: none;
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  padding: 0; }

.filter-by form {
  display: none;
  padding: 0.75rem;
  background: #fff; }
  .filter-by form .button-space {
    margin: 2rem 0 1rem; }

.filter-by a.toggle-cs {
  display: block;
  position: relative;
  padding: 0.75rem;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  background-image: url("../img/bg-subnav.gif");
  background-position: right top;
  background-repeat: no-repeat; }
  .filter-by a.toggle-cs:hover {
    text-decoration: none;
    background-color: #eee; }
  .filter-by a.toggle-cs:before, .filter-by a.toggle-cs:after {
    border-radius: 1px;
    content: "";
    display: block;
    background: #538ebb;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 7; }
  .filter-by a.toggle-cs:before {
    width: 5px;
    height: 15px;
    margin: 16px 19px;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
  .filter-by a.toggle-cs:after {
    width: 15px;
    height: 5px;
    margin: 21px 14px; }

.filter-by.engaged a.toggle-cs:before {
  height: 0;
  margin-top: 21px; }

.filter-results {
  border: 1px solid #666;
  background: #eee;
  padding: 1rem 1rem 0;
  position: relative;
  margin: -1.5rem 0 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.125) inset;
  *zoom: 1; }
  .filter-results:before, .filter-results:after {
    content: " ";
    display: table; }
  .filter-results:after {
    clear: both; }
  .filter-results ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
    *zoom: 1; }
    .filter-results ul:before, .filter-results ul:after {
      content: " ";
      display: table; }
    .filter-results ul:after {
      clear: both; }
    .filter-results ul li {
      display: inline-block;
      float: left;
      background: #fff;
      border-radius: 0.75rem;
      padding: 0.25rem 0.5rem;
      margin: 0 0.5rem 0.5rem 0; }
      .filter-results ul li a i.fa {
        color: #C41335;
        font-size: 1.25rem; }
      .filter-results ul li a:hover {
        text-decoration: none; }
        .filter-results ul li a:hover i.fa {
          color: #000; }
  .filter-results .button-space {
    clear: left;
    text-align: right;
    margin: 1rem 0 2rem; }
    .filter-results .button-space .button {
      margin: 0.5rem 0 0.5rem 0.5rem; }

@media (min-width: 601px) {
  .filter-results ul {
    float: left;
    width: calc(100% - 10.5rem); }
  .filter-results .button-space {
    clear: none;
    float: right;
    width: 10rem;
    margin-top: 0; } }

/* --------------------------------------- end of the Search section -- */
.code-table {
  margin-bottom: 1rem; }
  .code-table th {
    padding: 0.5rem 0;
    text-align: left;
    border-bottom: 1px solid #000; }
  .code-table tr {
    margin-bottom: 1rem; }
  .code-table td {
    padding: 0.5rem 0 0.25rem; }
    .code-table td:nth-child(odd) {
      width: 8rem; }

.col-advert .advert {
  margin-bottom: 3rem;
  font-size: 0.9rem; }
  .col-advert .advert h3 {
    font-size: 1.25rem; }
  .col-advert .advert img {
    margin-bottom: 0.5rem;
    max-width: 100%; }

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .col-advert .advert:nth-child(even) {
    padding-right: 0; } }

@media screen and (max-width: 1024px) {
  .col-advert .advert:nth-child(odd) {
    padding-left: 0; } }

@media screen and (max-width: 640px) {
  .col-advert .advert {
    padding: 0; }
  .code-table td:nth-child(odd) {
    width: 6rem; } }

h1, h2, h3, h4, h5, p, ul {
  margin: 0 0 1rem; }

h3 {
  font-size: 1.66rem; }

a {
  color: #3b7aa5;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.statistics, .features-primary, .features-secondary, .initiatives, .opportunities {
  padding: 2rem 0;
  clear: both; }

.row {
  margin: 0 auto;
  max-width: 75rem;
  width: calc(100% - 2rem); }

.action-link {
  display: block;
  padding-top: 1rem;
  border-top: 1px solid #666;
  text-transform: uppercase;
  font-weight: 500; }
  .action-link:after {
    content: "\00a0\f054";
    font-family: FontAwesome;
    font-size: 0.75rem;
    font-weight: normal;
    text-rendering: optimizeLegibility; }

/* --------------------------------  HERO SECTIONS - */
.hero-trigger {
  display: block;
  height: 1px;
  width: 0;
  position: absolute;
  top: 0;
  right: 0; }

.hero-section {
  position: relative; }
  .hero-section .row, .hero-section .container, .hero-section img, .hero-section .hero--interior__overlay {
    position: relative; }
  .hero-section .container {
    background-size: cover; }
  .hero-section img {
    z-index: 1;
    width: 100%; }
  .hero-section .hero--interior__overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, transparent 65%, transparent 100%) repeat scroll 0 0;
    background: transparent linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, transparent 65%, transparent 100%) repeat scroll 0 0; }
  .hero-section .hero-topic-content, .hero-section .scroll-boxes {
    position: relative;
    z-index: 4; }
  @media screen and (max-width: 739px) {
    .hero-section .hero-topic-content {
      top: -3rem; }
    .hero-section .scroll-boxes {
      top: -2rem; } }
  .hero-section h2 {
    font-weight: 700;
    font-size: 2.75rem;
    line-height: 1.1; }
  .hero-section .hero-topic-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: #3b7aa5;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .hero-section .action-link {
    margin-bottom: 2rem;
    display: inline;
    border: none; }

.hero-topic-content p {
  font-size: 1.5rem; }

.hero-topic-content .action-link {
  background: url(../img/btn-arrow-red.png) no-repeat right center;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  color: #fff; }
  .hero-topic-content .action-link:after {
    content: ''; }
  @media screen and (max-width: 739px) {
    .hero-topic-content .action-link {
      display: block; } }

.scroll-box {
  background-color: #000;
  margin-bottom: 6px;
  position: relative;
  *zoom: 1; }
  .scroll-box:before, .scroll-box:after {
    content: " ";
    display: table; }
  .scroll-box:after {
    clear: both; }
  .scroll-box h3 {
    background-color: #C41335;
    color: #fff;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    padding: 0 0.75rem;
    font-size: 18px; }
  .scroll-box p {
    color: #fff;
    padding: 0 0.75rem 3rem; }
  .scroll-box .action-link {
    border: none;
    text-transform: none;
    text-align: right;
    font-size: 0.9rem;
    padding: 0 0.75rem 0.75rem;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0.5rem;
    color: #9cc3dc; }

/* --------------------------------  HERO SECTIONS AT MID SIZE - */
@media screen and (min-width: 740px) and (max-width: 900px) {
  .hero-section .container {
    margin-bottom: 1rem; }
  .hero-section .scrollmagic-pin-spacer .container {
    background-attachment: fixed; }
  .hero-section .hero-topic-content {
    position: absolute;
    width: 66%;
    bottom: 2rem;
    z-index: 4; }
    .hero-section .hero-topic-content h2, .hero-section .hero-topic-content p {
      color: #fff; }
  .hero-section .scroll-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    top: -5px; }
  .hero-section .scroll-box {
    float: left;
    width: calc(33.33% - 4px);
    margin-right: 6px; }
  .hero-section .scroll-box__codes {
    margin-right: 0; } }

@media screen and (max-width: 900px) {
  .scrollmagic-pin-spacer, .first-hero:first-child {
    display: none !important; } }

/* --------------------------------  HERO SECTIONS AT FULL PAGE - */
@media screen and (min-width: 901px) {
  .hero-mobile {
    height: 0;
    overflow: hidden;
    *zoom: 1; }
    .hero-mobile:before, .hero-mobile:after {
      content: " ";
      display: table; }
    .hero-mobile:after {
      clear: both; }
  .hero-section {
    overflow: hidden; }
    .hero-section .container {
      width: 100vw;
      height: 100vh; }
      .hero-section .container.parallax {
        background-attachment: fixed; }
      .hero-section .container img {
        display: none; }
    .hero-section .hero-topic-content {
      position: absolute;
      width: 60%;
      bottom: 18rem;
      z-index: 4; }
      .hero-section .hero-topic-content h2 {
        font-size: 4.25rem; }
      .hero-section .hero-topic-content h2, .hero-section .hero-topic-content p {
        color: #fff; }
      .hero-section .hero-topic-content p {
        font-size: 1.75rem; }
    .hero-section.first-hero .hero-topic-content {
      bottom: 15rem; }
      .hero-section.first-hero .hero-topic-content h2 {
        font-size: 4.25rem; }
      .hero-section.first-hero .hero-topic-content p {
        font-size: 1.75rem; }
    .hero-section .scroll-boxes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      bottom: 0;
      position: absolute; }
    .hero-section.first-hero .scroll-boxes {
      bottom: -3px; }
    .hero-section .scroll-box {
      float: left;
      width: calc(33.33% - 8px);
      margin-right: 24px;
      min-height: 206px; }
    .hero-section .scroll-box__codes {
      margin-right: 0; }
  .hero-section .container.parallax.no-background-attachment {
    background-attachment: scroll; } }

/* --------------------------------  HERO SECTIONS AT SHORT HEIGHTS - */
@media screen and (min-width: 1200px) and (max-height: 740px) {
  .hero-section .hero-topic-content {
    width: 80%; }
    .hero-section .hero-topic-content h2 {
      font-size: 4rem; } }

@media screen and (min-width: 901px) and (max-height: 900px) {
  .hero-section .hero-topic-content, .hero-section.first-hero .hero-topic-content {
    width: 60%; }
    .hero-section .hero-topic-content h2, .hero-section.first-hero .hero-topic-content h2 {
      font-size: 3rem; }
    .hero-section .hero-topic-content p, .hero-section.first-hero .hero-topic-content p {
      font-size: 1.25rem; } }

@media screen and (min-width: 901px) and (max-height: 630px) {
  .hero-section .hero-topic-content {
    width: 100%; }
    .hero-section .hero-topic-content h2 {
      font-size: 3rem; }
  .hero-section .hero-topic-tag a {
    margin-bottom: 1rem; }
  .hero-section.first-hero .hero-topic-content {
    bottom: 24rem; } }

@media screen and (min-width: 901px) and (max-height: 580px) {
  .hero-section.first-hero .hero-topic-content {
    bottom: 20rem; }
  .hero-section .hero-topic-content h2 {
    font-size: 2rem; }
  .hero-section .hero-topic-content p {
    font-size: 1rem; } }

@media screen and (max-width: 1000px) and (max-height: 520px) {
  .hero-section.first-hero .hero-topic-content {
    bottom: 18rem; } }

@media screen and (min-width: 2300px) and (min-height: 1160px) {
  .hero-section .hero-topic-content p {
    font-size: 2rem; } }

/* --------------------------------  PRIMARY FEATURES - */
.features-primary {
  background: #606060 url(../img/wild_oliva.png) repeat center center; }
  .features-primary .primary-story {
    margin-bottom: 3rem; }
  .features-primary h2 {
    text-transform: uppercase;
    text-align: center; }
  .features-primary h2, .features-primary h3, .features-primary p {
    color: #fff; }
  .features-primary img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem; }
  .features-primary a.action-link {
    color: #9cc3dc; }

.statistics, .features-secondary, .opportunities {
  background: #eee; }

.statistics .action-link {
  margin-bottom: 2rem;
  display: inline;
  border: none; }

.statistics {
  clear: both;
  text-align: center;
  padding: 4rem 0; }
  @media screen and (min-width: 901px) {
    .statistics {
      background: #fff; } }
  .statistics .row {
    margin-bottom: 1rem; }
  .statistics h2, .statistics a.action-link {
    text-transform: uppercase;
    text-align: center; }
  .statistics a.action-link {
    padding-top: 1rem;
    clear: both; }
  .statistics .oho-stat-block {
    padding: 1rem;
    background: none; }
  .statistics .oho-stat {
    border-bottom: 1px solid #ccc; }
    .statistics .oho-stat:last-child {
      border: none; }
    .statistics .oho-stat .oho-stat__value {
      color: #C41335;
      font-size: 3.5rem;
      font-weight: 700; }
    .statistics .oho-stat .oho-stat__title {
      font-weight: 500; }
    .statistics .oho-stat .oho-stat__desc {
      font-size: 0.9rem;
      text-transform: uppercase; }
    @media screen and (min-width: 641px) and (max-width: 1024px) {
      .statistics .oho-stat {
        border: none; }
        .statistics .oho-stat:nth-child(1) .oho-stat__desc, .statistics .oho-stat:nth-child(2) .oho-stat__desc {
          border-bottom: 1px solid #ccc;
          padding-bottom: 1rem; } }
    @media screen and (min-width: 1025px) {
      .statistics .oho-stat {
        border: none;
        border-right: 1px solid #ccc; }
        .statistics .oho-stat:last-child {
          border: none; }
        .statistics .oho-stat .oho-stat__value {
          font-size: 3rem; } }

/* --------------------------------  SECODNARY FEATURES - */
.features-secondary .secondary-story {
  margin-bottom: 2rem; }
  .features-secondary .secondary-story:last-child {
    margin-bottom: 1rem; }
  .features-secondary .secondary-story img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem; }

/* --------------------------------  OPPORTUNITIES - */
.opportunities {
  *zoom: 1; }
  .opportunities:before, .opportunities:after {
    content: " ";
    display: table; }
  .opportunities:after {
    clear: both; }
  .opportunities h2 {
    text-transform: uppercase;
    text-align: center; }
  .opportunities img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem; }
    @media screen and (min-width: 641px) and (max-width: 750px) {
      .opportunities img {
        width: 48%;
        float: left;
        margin: 0 4% 0 0; } }
  @media screen and (min-width: 751px) {
    .opportunities img {
      width: 48%;
      float: left;
      margin: 0; }
    .opportunities .row div {
      width: 48%;
      float: right; } }

.features-secondary.alt, .initiatives {
  background: #fff; }

.features-secondary.alt .secondary-story {
  *zoom: 1; }
  .features-secondary.alt .secondary-story:before, .features-secondary.alt .secondary-story:after {
    content: " ";
    display: table; }
  .features-secondary.alt .secondary-story:after {
    clear: both; }
  @media screen and (min-width: 641px) {
    .features-secondary.alt .secondary-story {
      clear: both;
      width: 90%;
      margin: 0 auto 1rem; }
      .features-secondary.alt .secondary-story img {
        width: 40%;
        float: left;
        margin: 0 4% 0 0; }
      .features-secondary.alt .secondary-story div {
        width: 56%;
        float: right; } }
  @media screen and (min-width: 751px) {
    .features-secondary.alt .secondary-story {
      width: 80%; } }

/* --------------------------------  INITIATIVES - */
.initiatives h2 {
  text-transform: uppercase;
  text-align: center; }
.initiatives .initiative div {
  border: 4px solid #ccc;
  padding: 1rem 1rem 0; }
  .initiatives .initiative div img {
    display: block;
    margin: 0.5rem auto 1rem;
    max-width: 100%; }
@media screen and (min-width: 720px) {
  .initiatives .initiative {
    width: 33.3333%; }
    .initiatives .initiative div {
      min-height: 20rem; } }
.initiatives .action-link {
  border: none;
  padding: 1rem; }

.level-two .main-content .column p, .level-two .main-content .column ul {
  margin-bottom: 2rem; }
.level-two .main-content .column ul {
  padding: 0;
  list-style: none; }
  @media screen and (min-width: 620px) {
    .level-two .main-content .column ul {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2; } }
  .level-two .main-content .column ul li {
    margin-bottom: 0.5rem; }
    .level-two .main-content .column ul li a:after {
      content: "\00A0\00BB"; }

.item-featured h3 {
  font-size: 1.25rem; }

@media screen and (min-width: 900px) {
  .level-two .item-featured {
    float: left;
    width: 48%;
    margin-right: 4%; }
    .level-two .item-featured:nth-child(odd) {
      margin-right: 0;
      clear: none; }
  .level-two .item-featured.singleton {
    float: none;
    margin-right: 0;
    width: 73%; } }

.level-two-main .column h2 {
  font-size: 2rem;
  line-height: 1;
  position: relative; }
  .level-two-main .column h2 i.fa {
    font-weight: normal;
    font-size: 42px;
    color: #C41335;
    text-rendering: optimizeLegibility;
    position: absolute;
    left: -50px;
    top: -6px; }

@media screen and (min-width: 640px) {
  .level-two-main .main-content .column, .level-two-main .box-featured {
    margin-left: 60px; }
  .level-two-main .main-content .column {
    padding-left: 0; } }

@media screen and (max-width: 639px) {
  .level-two-main .column h2, .level-two-main .column h2.news-and-media {
    margin-left: 30px; }
    .level-two-main .column h2:before, .level-two-main .column h2.news-and-media:before {
      font-size: 28px;
      float: left; }
  .level-two-main .box-featured {
    padding: 1.25rem; } }

.button-space {
  text-align: center;
  margin: 2rem 0 1rem; }

a.button, button {
  margin: 0.5rem;
  padding: 15px 20px;
  color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  border: none; }
  a.button:hover, button:hover {
    text-decoration: none !important; }
  a.button.success, button.success {
    background-color: #47B612;
    text-shadow: -1px -1px 1px #29690a; }
    a.button.success:hover, button.success:hover {
      background-color: #29690a; }
  a.button.cancel, button.cancel {
    background-color: #C41335;
    text-shadow: -1px -1px 1px #960e28; }
    a.button.cancel:hover, button.cancel:hover {
      background-color: #960e28; }
  a.button.filter, button.filter {
    background-color: #3b7aa5;
    text-shadow: -1px -1px 1px #3d7fab; }
    a.button.filter:hover, button.filter:hover {
      background-color: #3d7fab; }

.button-space.inactive {
  opacity: 0.25; }

.mynfpa-profile .profile-photo img {
  border: 1px solid #ccc;
  max-width: 100%;
  margin-bottom: 0; }
.mynfpa-profile .profile-photo a {
  font-size: 0.8rem; }

.profile-header {
  *zoom: 1; }
  .profile-header:before, .profile-header:after {
    content: " ";
    display: table; }
  .profile-header:after {
    clear: both; }
  .profile-header .column {
    padding-left: 0; }
  .profile-header h1 {
    display: inline-block;
    padding: 0 1rem 0 0; }
  .profile-header p {
    padding: 0; }

.profile-box {
  border: 2px solid #ccc;
  *zoom: 1;
  margin-bottom: 1rem; }
  .profile-box:before, .profile-box:after {
    content: " ";
    display: table; }
  .profile-box:after {
    clear: both; }
  .profile-box .title-area {
    background-color: #44484B; }
    .profile-box .title-area p {
      margin: 0 4rem 0 0; }
  .profile-box .red-title-area {
    background-color: #C41335;
    border-bottom: 2px solid #ccc; }
    .profile-box .red-title-area h2 {
      text-transform: uppercase; }
    .profile-box .red-title-area p {
      margin-right: 1rem; }
  .profile-box .title-area, .profile-box .red-title-area {
    color: #fff;
    position: relative;
    *zoom: 1; }
    .profile-box .title-area:before, .profile-box .title-area:after, .profile-box .red-title-area:before, .profile-box .red-title-area:after {
      content: " ";
      display: table; }
    .profile-box .title-area:after, .profile-box .red-title-area:after {
      clear: both; }
    .profile-box .title-area h2, .profile-box .red-title-area h2 {
      margin: 0;
      padding: 0.66rem 0.5rem;
      font-weight: 500;
      font-size: 1.25rem;
      float: left;
      width: 63%; }
    .profile-box .title-area p, .profile-box .red-title-area p {
      float: right;
      padding: 0.75rem 0 0; }
  .profile-box h3 {
    font-size: 1rem; }
  .profile-box dd {
    margin: 0; }
  .profile-box.engaged .title-area {
    border-bottom: 2px solid #ccc; }

.profile-personal-info .title-area p a {
  color: white; }
  .profile-personal-info .title-area p a i.fa {
    font-size: 1.5rem; }
  .profile-personal-info .title-area p a:hover {
    color: #000; }

.profile-box .profile-box-content {
  display: none; 
  padding: 20px;
  }

.doc-box__two .title-area h3:before, .title-area a.toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 3rem;
  border-left: 2px solid #ccc; }

.title-area a.toggle-bar:before, .title-area a.toggle-bar:after, .title-area a.toggle:before, .title-area a.toggle:after {
  border-radius: 1px;
  content: "";
  display: block;
  background: #538ebb;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7; }

.title-area a.toggle-bar:before, .title-area a.toggle:before {
  width: 5px;
  height: 15px;
  margin: 16px 19px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

.title-area a.toggle-bar:after, .title-area a.toggle:after {
  width: 15px;
  height: 5px;
  margin: 21px 14px; }

.engaged .title-area a.toggle-bar:before, .engaged .title-area a.toggle:before {
  height: 0;
  margin-top: 21px; }

.profile-email-prefs form {
  width: 80%;
  margin: 0 auto 1rem; }
  .profile-email-prefs form input[type="checkbox"] {
    float: left;
    margin-top: 0.5rem;
    width: 60px; }
  .profile-email-prefs form h3 {
    margin-bottom: 0;
    color: #3b7aa5; }
  .profile-email-prefs form p {
    margin-left: 60px; }
  .profile-email-prefs form .form-unsubscribe {
    border: 1px solid #000;
    padding: 0.5rem;
    margin: 0 -0.5rem; }

.featured-pdf, .featured-app {
  padding: 1rem 0 2rem; }

.profile-pdfs ul, .profile-applications ul {
  list-style: none;
  clear: both;
  padding: 0; }
  .profile-pdfs ul li, .profile-applications ul li {
    *zoom: 1;
    border-bottom: 1px solid #ccc;
    margin: 0 1rem;
    padding: 1rem 0 0; }
    .profile-pdfs ul li:before, .profile-pdfs ul li:after, .profile-applications ul li:before, .profile-applications ul li:after {
      content: " ";
      display: table; }
    .profile-pdfs ul li:after, .profile-applications ul li:after {
      clear: both; }
    .profile-pdfs ul li .pdf-preview, .profile-pdfs ul li .app-preview, .profile-applications ul li .pdf-preview, .profile-applications ul li .app-preview {
      padding-left: 0; }

.profile-pdfs ul.pagination {
  text-align: right; }
  .profile-pdfs ul.pagination li {
    border: none;
    display: inline-block; }

.profile-email-prefs .column, .profile-code-alerts .column {
  padding: 1rem; }

.profile-pdfs dl dd, .profile-applications dd {
  margin: 0 0 0.5rem; }

.profile-subscriptions-services .title-area p {
  text-align: right; }

.profile-header h1 {
  margin-top: 0.5rem; }

.profile-header p {
  padding-top: 1.5rem;
  text-align: right; }

.profile-personal-info dl {
  margin-bottom: 1rem;
  *zoom: 1;
  padding: 0 0.25rem; }
  .profile-personal-info dl:before, .profile-personal-info dl:after {
    content: " ";
    display: table; }
  .profile-personal-info dl:after {
    clear: both; }
.profile-personal-info dt, .profile-personal-info dd {
  float: left;
  width: 57%;
  display: block;
  font-size: 0.9rem; }
.profile-personal-info dt {
  width: 40%;
  clear: left;
  margin-right: 3%;
  text-align: right; }
.profile-personal-info dd {
  margin: 0; }

@media screen and (max-width: 640px) {
  .pdf-details {
    clear: left;
    padding-left: 0; }
    .pdf-details + .pdf-details {
      clear: none; }
  .app-details {
    clear: left;
    padding-left: 0; }
    .app-details + .app-details {
      clear: none; }
  .profile-header p {
    text-align: left;
    padding-top: 0; } }

.profile-personal-info dd.email-special {
  overflow-x: hidden;
  text-overflow: ellipsis; }

.profile-subscriptions-services ul {
  list-style: none;
  padding: 0; }
  .profile-subscriptions-services ul li {
    border-bottom: 2px solid #ccc;
    padding: 1rem 0;
    *zoom: 1; }
    .profile-subscriptions-services ul li:before, .profile-subscriptions-services ul li:after {
      content: " ";
      display: table; }
    .profile-subscriptions-services ul li:after {
      clear: both; }
    .profile-subscriptions-services ul li:last-child {
      border-bottom: none; }

.profile-subscriptions-services a.action-link {
  text-transform: none;
  border: none;
  font-weight: 900; }

.org-image img {
  width: auto;
  max-width: 100%; }

/* site-wide preferences for select styles */
select {
//  background: transparent;
  border: 1px solid #333;
  border-radius: 4px; }

.btn {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #3b7aa5;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  margin: 2px 4px 2px 0;
  -webkit-transform: all 1s ease;
          transform: all 1s ease; }
  .btn:hover {
    background-color: #64a0c8;
    text-decoration: none; }
  .btn.cart {
    float: right; }
    .btn.cart.inactive {
      background-color: #64a0c8;
      opacity: 0.5; }
  .btn.cart:after {
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-align: center;
    content: "\2002\f07a"; }

.version-selector .btn {
  padding: 0 0.75rem 1px;
  line-height: 23px; }

/* several options for emphasizing content */
.arrow-right, .arrow-right-open {
  font-size: 1.1rem;
  margin-right: 1rem; }
  .arrow-right:after, .arrow-right-open:after {
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    text-align: center;
    content: "\2002\f14d"; }

.arrow-right:after {
  content: "\2002\f0a9"; }

.important-note {
  border: 1px solid #000;
  padding: 1rem 1rem 0;
  margin-bottom: 1rem; }
  .important-note img {
    margin: 0 calc(50% - 80px) 1rem; }

.highlight-red, .important-note strong, .important-notice strong {
  color: #C41335; }

/* fundamental strucutre of the page */
.doc--cover {
  text-align: center; }
  .doc--cover img {
    margin-bottom: 1rem; }

.doc--intro, .doc-box--content--section, .doc--topics, .doc--news {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  *zoom: 1; }
  .doc--intro:before, .doc--intro:after, .doc-box--content--section:before, .doc-box--content--section:after, .doc--topics:before, .doc--topics:after, .doc--news:before, .doc--news:after {
    content: " ";
    display: table; }
  .doc--intro:after, .doc-box--content--section:after, .doc--topics:after, .doc--news:after {
    clear: both; }

.doc-box--content--section:last-child {
  border-bottom: none; }

/* responsive table settings */
.tablesaw {
  width: 100%;
  margin-bottom: 1rem; }
  .tablesaw tbody tr:nth-child(odd) {
    background-color: #e8f1f7; }
  .tablesaw td {
    padding: 0.25rem; }
  .tablesaw .tablesaw__free {
    color: #47b612;
    font-style: italic;
    font-weight: bold; }
  .tablesaw .tablesaw__view {
    color: #3b7aa5;
    text-decoration: none; }
    .tablesaw .tablesaw__view:hover {
      color: #64a0c8;
      text-decoration: none; }
    .tablesaw .tablesaw__view:after {
      display: inline-block;
      font: normal normal normal 18px/1 FontAwesome;
      text-align: center;
      content: "\2002\f061"; }

.table-documents .pdf:before, .table-documents .doc:before {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  text-align: center;
  color: #3b7aa5; }
.table-documents .pdf:before {
  content: "\f1c1\2002"; }
.table-documents .doc:before {
  content: "\f0f6\2002"; }
@media (max-width: 33em) {
  .table-documents td b.tablesaw-cell-label {
    display: block;
    width: 100%; } }

.table-codes th {
  text-align: left; }

.mode-columntoggle, .tablesaw.tablesaw-columntoggle {
  *zoom: 1;
  border-right: 1px solid #ccc; }
  .mode-columntoggle:before, .mode-columntoggle:after, .tablesaw.tablesaw-columntoggle:before, .tablesaw.tablesaw-columntoggle:after {
    content: " ";
    display: table; }
  .mode-columntoggle:after, .tablesaw.tablesaw-columntoggle:after {
    clear: both; }
  @media (min-width: 60em) {
    .mode-columntoggle, .tablesaw.tablesaw-columntoggle {
      border-right: none; } }

.mode-columntoggle {
  width: 120px;
  float: right;
  border: 1px solid #ccc;
  border-width: 1px 1px 0 0; }
  .mode-columntoggle .tablesaw-columntoggle-btnwrap {
    margin-right: 10px; }
  @media (min-width: 60em) {
    .mode-columntoggle {
      display: none; } }

/* this is an exception that enables buttons to appear side-by-side when the titles are extra-long */
.table__long-title td:last-child {
  min-width: 24%; }

.doc-box {
  border: 2px solid #ccc;
  *zoom: 1;
  margin-bottom: 1rem; }
  .doc-box:before, .doc-box:after {
    content: " ";
    display: table; }
  .doc-box:after {
    clear: both; }
  .doc-box .title-area {
    background-color: #44484B;
    position: relative;
    *zoom: 1; }
    .doc-box .title-area:before, .doc-box .title-area:after {
      content: " ";
      display: table; }
    .doc-box .title-area:after {
      clear: both; }
    .doc-box .title-area h3 {
      color: #fff;
      margin: 0;
      padding: 0.66rem 0.5rem;
      font-weight: 500;
      font-size: 1.25rem;
      float: left;
      width: 63%; }
  .doc-box.engaged .title-area {
    border-bottom: 2px solid #ccc; }
  .doc-box.engaged .doc-box--content {
    padding: 1rem; }

.doc-box .doc-box--content {
  display: none; }

.doc-box--content h4 {
  font-size: 1.25rem; }
  .doc-box--content h4 select {
    font-size: 1rem; }

.doc-box--content--section h4 {
  text-align: center; }

.doc-box__tech-cmte .doc-box--content--section h4 {
  text-align: left; }

.doc-box__tech-cmte img {
  margin-bottom: 1rem; }

.doc-box--content--section h5 {
  font-size: 1.125rem;
  border-bottom: 1px solid #eee;
  clear: both; }

.doc-box__tech-cmte .doc-box--content--section h5 {
  border-bottom: none; }

.doc-box--content--section h4 span, .doc-box--content--section h5 span {
  display: block;
  font-size: 1rem;
  font-weight: normal; }

.doc-box--content--section img {
  margin-bottom: 1rem; }

.doc--news__story img {
  margin-bottom: 1rem; }
.doc--news__story h4 {
  font-size: 1.25rem; }
.doc--news__story .hero-topic-tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #3b7aa5;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem; }

@media only screen and (min-width:40.063em) {
  .right-text {
    text-align: right; }
  .edition-deadlines p {
    clear: both;
    float: left;
    width: 25%;
    padding: 0 1.25rem 0 0; }
  .edition-deadlines .btn {
    padding: 0.1rem 0.2rem; }
  .edition-deadlines ul {
    list-style: none;
    padding: 0; }
    .edition-deadlines ul li {
      width: 25%;
      padding: 0 1.25rem;
      float: left; }
      .edition-deadlines ul li:last-child {
        float: right; }
  .doc-box__tech-cmte img {
    width: 100%; }
  .doc-box__tech-questions dt {
    width: 33%;
    float: left;
    clear: left;
    margin-bottom: 1rem; }
  .doc-box__tech-questions dd {
    margin: 0;
    float: right;
    width: 66%; }
  .doc__related-codes__notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .doc__related-codes .important-note, .doc--news__story {
    width: 48%;
    float: left; }
    .doc__related-codes .important-note:nth-child(odd), .doc--news__story:nth-child(odd) {
      clear: both; }
    .doc__related-codes .important-note:nth-child(even), .doc--news__story:nth-child(even) {
      float: right; } }

/* end of medium-up */
.edition-details dl {
  margin: 0 0 1rem;
  *zoom: 1; }
  .edition-details dl:before, .edition-details dl:after {
    content: " ";
    display: table; }
  .edition-details dl:after {
    clear: both; }
  .edition-details dl dt {
    float: left;
    width: 4rem;
    clear: both;
    font-weight: bold; }
  .edition-details dl dd {
    float: right;
    width: calc(100% - 5rem);
    margin: 0; }

.doc--topics ul {
  list-style: none;
  padding: 0; }
  .doc--topics ul li {
    display: inline; }
    .doc--topics ul li a:after {
      content: "\002C\2002"; }

.arrows-two .arrow-right, .arrows-two .arrow-right-open {
  font-size: 1.1rem;
  margin-right: 1rem;
  display: inline-block;
  background-color: #d25914;
  padding: 4px;
  margin: 0 2px 2px 0;
  color: #fff;
  border-radius: 0.75rem; }
  .arrows-two .arrow-right:hover, .arrows-two .arrow-right-open:hover {
    background-color: #eb732e;
    text-decoration: none; }
  .arrows-two .arrow-right:after, .arrows-two .arrow-right-open:after {
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    text-align: center;
    content: "\2002\f064"; }
.arrows-two .arrow-right:after {
  content: "\2002\f061"; }

.arrows-three .arrow-right, .arrows-three .arrow-right-open {
  font-size: 1.1rem;
  margin-right: 1rem;
  display: inline-block;
  color: #333;
  background-color: rgba(255, 212, 84, 0.125);
  padding: 4px; }
  .arrows-three .arrow-right:after, .arrows-three .arrow-right-open:after {
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    text-align: center;
    content: "\2002\f14d"; }
  .arrows-three .arrow-right:hover, .arrows-three .arrow-right-open:hover {
    text-decoration: none;
    background-color: rgba(255, 212, 84, 0.5); }
.arrows-three .arrow-right:after {
  content: "\2002\f0a9"; }

.doc--topics__two ul {
  list-style: none;
  padding: 0; }
  .doc--topics__two ul li {
    display: inline-block; }
    .doc--topics__two ul li a {
      display: inline-block;
      background-color: #e6e6e6;
      padding: 4px 6px;
      margin: 0 0 4px;
      border-radius: 6px; }
      .doc--topics__two ul li a:after {
        content: ""; }
      .doc--topics__two ul li a:hover {
        background-color: #d5d5d5;
        text-decoration: none; }

.doc--topics__three ul {
  list-style: none;
  padding: 0; }
  .doc--topics__three ul li {
    display: inline-block; }
    .doc--topics__three ul li a {
      display: inline-block;
      background-color: #f3f3f3;
      border: 1px solid #ddd;
      color: #333;
      padding: 4px 6px;
      margin: 0 0 4px;
      border-radius: 6px; }
      .doc--topics__three ul li a:after {
        content: ""; }
      .doc--topics__three ul li a:hover {
        background-color: #c41335;
        border-color: #c41335;
        color: #fff;
        text-decoration: none; }

.doc__related-codes__two .important-note {
  *zoom: 1; }
  .doc__related-codes__two .important-note:before, .doc__related-codes__two .important-note:after {
    content: " ";
    display: table; }
  .doc__related-codes__two .important-note:after {
    clear: both; }
  .doc__related-codes__two .important-note img {
    margin: 0 1rem 1rem 0;
    float: left; }
    @media screen and (max-width: 27em) {
      .doc__related-codes__two .important-note img {
        float: none; } }
    @media screen and (min-width: 40em) and (max-width: 48em) {
      .doc__related-codes__two .important-note img {
        float: none; } }
  @media screen and (min-width: 1240px) {
    .doc__related-codes__two .important-note {
      float: left;
      width: 32%; }
      .doc__related-codes__two .important-note:nth-child(2n+1) {
        clear: none; }
      .doc__related-codes__two .important-note:nth-child(3n+1) {
        clear: left; } }

.doc__related-codes__three .important-note {
  *zoom: 1;
  background-color: #fcfcfc;
  border: 1px solid #ddd; }
  .doc__related-codes__three .important-note:before, .doc__related-codes__three .important-note:after {
    content: " ";
    display: table; }
  .doc__related-codes__three .important-note:after {
    clear: both; }
  .doc__related-codes__three .important-note img {
    margin: 0 1rem 1rem 0;
    float: left; }
    @media screen and (max-width: 27em) {
      .doc__related-codes__three .important-note img {
        float: none; } }
    @media screen and (min-width: 40em) and (max-width: 48em) {
      .doc__related-codes__three .important-note img {
        float: none; } }

.doc-box__two .doc-box--content--section h4 {
  text-align: center;
  font-size: 1.5rem;
  padding: 0.5rem 0;
  color: #3b7aa5; }

.doc-box__two .doc-box--content--section h5, .doc-box__three .doc-box--content--section h5 {
  border: none;
  color: #444; }
  .doc-box__two .doc-box--content--section h5 span, .doc-box__three .doc-box--content--section h5 span {
    font-size: 1.5rem;
    display: block;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  .doc-box__two .doc-box--content--section h5 select, .doc-box__three .doc-box--content--section h5 select {
    margin-left: 6.5rem; }

.doc-box__two .tablesaw-stack td .tablesaw-cell-label, .doc-box__two .tablesaw-stack th .tablesaw-cell-label {
  width: calc(50% - 0.6em); }

.doc-box__two .title-area h3 {
  width: 100%;
  padding: 0;
  position: relative;
  background: #fff; }
  .doc-box__two .title-area h3 a {
    display: block;
    color: #fff;
    float: left;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    padding: 0.66rem 0.5rem;
    width: calc(100% - 3rem);
    background-color: #3b7aa5;
    position: relative;
    border-right: 2px solid #ccc; }
    .doc-box__two .title-area h3 a:hover {
      background-color: #e8f1f7;
      color: #3b7aa5;
      text-decoration: none; }

.doc-box__two .title-area a.toggle-bar:before, .doc-box__two .title-area a.toggle-bar:after {
  right: -46px; }

.doc-box__three .doc-box--content--section h4 {
  text-align: left;
  font-size: 1.25rem;
  padding: 0.5rem 0;
  border-bottom: #3b7aa5;
  color: #3b7aa5; }

.doc-box__three .doc-box--content--section h5 {
  border: none;
  color: #444; }
  .doc-box__three .doc-box--content--section h5 span {
    font-size: 1.5rem;
    display: block;
    font-weight: bold; }

.doc-box__three .tablesaw-stack td .tablesaw-cell-label, .doc-box__three .tablesaw-stack th .tablesaw-cell-label {
  width: calc(50% - 0.6em); }

.doc-box__three .title-area h3 {
  width: 100%;
  padding: 0;
  position: relative;
  background: #fff; }
  .doc-box__three .title-area h3 a {
    display: block;
    color: #fff;
    float: left;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    padding: 0.66rem 0.5rem;
    width: calc(100% - 3rem);
    background-color: #3b7aa5;
    position: relative;
    border-right: 2px solid #ccc; }
    .doc-box__three .title-area h3 a:hover {
      background-color: #e8f1f7;
      color: #3b7aa5;
      text-decoration: none; }

.doc-box__three .title-area a.toggle-bar:before, .doc-box__three .title-area a.toggle-bar:after {
  right: -46px; }

.doc-box__three .tablesaw tbody tr:nth-child(2n+1) {
  background-color: #f9f9f9; }

.doc-box__three .label-styles {
  text-transform: uppercase;
  font-size: 0.8rem; }
  .doc-box__three .label-styles strong {
    text-transform: none;
    font-size: 1rem; }

.option-div {
  background-color: #f6f6f6;
  padding: 0.5rem 0.25rem 1rem 0.5rem;
  margin-bottom: 1rem; }
  .option-div h5 {
    border-bottom: 1px solid #e6e6e6 !important; }
  .option-div ul {
    list-style: none;
    padding-left: 1rem; }
  .option-div .tablesaw__free {
    color: #47b612;
    font-style: italic;
    font-weight: bold; }

.option-divs .columns:last-child:nth-child(odd) {
  float: left; }

/*
-----------------------------
FORMS.SCSS - GLOBAL FORM RULES
-----------------------------
*/
form {
  float: left;
  display: block;
  width: 100%; }

.form-item {
  margin-bottom: 20px;
  float: left;
  clear: both;
  display: block; }

label {
  padding-right: 5px;
  display: block; }

.form--my-nfpa-profile {
  padding-top: 20px; }

label + textarea {
  display: block; }

textarea {
  padding: 5px;
  border: 1px solid #222; }

input[type="text"] {
  min-height: 28px;
  padding: 5px;
  border: 1px solid #222;
  //min-width: 179px; 
  }

input[disabled] {
  opacity: 0.33; }

.form-item--radio > label, .form-item--checkbox > label {
  display: block;
  margin-bottom: 5px; }

input[type="radio"], input[type="checkbox"] {
  margin-right: 5px; }

.form-item--radio__radio-button, .form-item--checkbox__checkbox-button {
  display: inline-block; }
  .form-item--radio__radio-button + .form-item--radio__radio-button, .form-item--radio__radio-button .form-item--checkbox__checkbox-button, .form-item--checkbox__checkbox-button + .form-item--radio__radio-button, .form-item--checkbox__checkbox-button .form-item--checkbox__checkbox-button {
    margin-left: 10px; }
  .form-item--radio__radio-button label, .form-item--checkbox__checkbox-button label {
    display: inline-block; }

select {
   //min-width: 179px; }

.form-item--error__message {
  display: inline-block; }
  .form-item--error__message small {
    display: block;
    width: 100%;
    background: #C41335;
    padding: 5px;
    color: #fff; }

form button[type="submit"] {
  clear: both;
  margin: 0; }

.required-field:after {
  content: "*";
  color: #C41335; }

.required-text {
  color: #C41335;
  padding-left: 20px;
  padding-bottom: 20px;
  display: block; }

.button-container {
  width: 100%;
  clear: both;
  text-align: center; }

.kitchen-sink hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 15px 0; }

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0;
  overflow: hidden;
  margin: 0;
  list-style: none; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.875rem; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a, .breadcrumbs > * span {
      color: #008CBA; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999; }
      .breadcrumbs > *.unavailable a {
        color: #999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #000;
      margin: 0 0.3125rem; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

body {
  margin: 0; }

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    /* To prevent the scroll right on mobile devices for off canvas */ } }

.header-main {
  *zoom: 1; }
  .header-main:before, .header-main:after {
    content: " ";
    display: table; }
  .header-main:after {
    clear: both; }

.dark-cover {
  position: absolute;
  top: 0;
  left: 0; }

.l-header__mobile-menu, .element-invisible {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important; }

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

@media (max-width: 900px) {
  .dark-cover.engaged {
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
    position: fixed; }
  .l-header__logo {
    margin: 1rem 0;
    width: calc(100% - 60px); }
  a.right-off-canvas-toggle {
    display: block;
    float: right;
    margin: 19px 1rem 0 0;
    font-size: 1.66rem;
    color: #000; }
  .main-content {
    clear: both; }
  #main-menu {
    display: none;
    position: absolute;
    top: 0;
    right: -340px;
    width: 340px;
    border-left: 40px solid #000;
    height: 100vh;
    background: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    z-index: 100;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    z-index: 10; }
    #main-menu ul.right-submenu {
      margin: 0; }
    #main-menu .row {
      padding: 0 1rem; }
  #main-menu.slideIn {
    right: 0;
    display: block; }
  a.close-button {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    width: 40px;
    position: absolute;
    left: -40px;
    padding-top: 0.3333rem;
    z-index: 29; }
  #main-menu ul {
    list-style: none;
    padding: 0; }
    #main-menu ul li {
      padding: 0.75rem;
      border-bottom: 1px solid #000; }
      #main-menu ul li a {
        color: #eee;
        text-decoration: none; }
        #main-menu ul li a:hover {
          color: #fff;
          text-decoration: underline; }
  li.section-header {
    position: relative; }
    li.section-header a:first-child {
      padding-right: 30px; }
  li.section-header ul {
    display: none; }
  a.open-top {
    float: right; }
  #main-menu li.top-level ul.top-level {
    background: #333;
    position: absolute;
    top: 0;
    right: -340px;
    width: 300px;
    min-height: 100vh;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
  #main-menu li.top-level.engaged ul.top-level {
    right: 0;
    padding: 0 1rem;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
  a.back-button {
    position: absolute;
    top: 3rem;
    left: -34px;
    text-align: center;
    font-size: 0.5rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    z-index: 30; }
    a.back-button i.fa {
      font-size: 1rem;
      display: block;
      float: left;
      margin-top: -3px;
      margin-right: 3px; }
    a.back-button.visible {
      opacity: 1;
      -webkit-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in; }
  #main-menu ul li a.sampletext {
    font-weight: 500;
    color: #fff; }
  a.closed {
    font-size: 1.75rem;
    display: block;
    position: absolute;
    top: 10px;
    right: 7px; }
    a.closed i {
      position: absolute;
      top: 0;
      right: 0; }
  li.section-header.engaged a {
    padding: 0.75rem 0.75rem 0.75rem 0; }
  li.section-header.engaged > a:first-child {
    padding-right: 30px; }
  li.section-header.engaged ul {
    margin: 0;
    border: none; }
  li.section-header.engaged ul li a {
    display: inline; }
  #main-menu ul li.section-header.engaged > a {
    font-weight: 500;
    color: #fff; }
  #main-menu ul li.section-header.engaged ul {
    display: block; }
  #main-menu ul li.section-header ul li {
    border: none;
    font-size: 0.9rem;
    padding: 1rem 0 0 1rem; }
  li.section-header.engaged a.closed i {
    display: none; }
    li.section-header.engaged a.closed i + i {
      display: block; }
  li.advert {
    background: #000;
    margin-top: 0.75rem; }
    li.advert img {
      width: 100%;
      max-width: 100%;
      margin-bottom: 0.5rem; }
    li.advert a {
      padding-top: 0; }
    li.advert a + a:hover {
      color: #C41335; }
  #main-menu ul.util-nav {
    margin-top: 0; }
  #main-menu ul.util-nav li {
    color: #666; }
  #main-menu ul li.util-nav:nth-child(3), #main-menu ul li.util-nav:nth-child(4) {
    font-size: 0.75rem;
    border: none;
    padding: 0.75rem 0.7rem 0.25rem; }
  .code-search span, .code-search label, .site-search span, .site-search label {
    color: #fff; }
  .code-search button, .site-search button {
    background: #3b7aa5;
    margin-top: 4px;
    padding: 4px 8px;
    border: none; }
    .code-search button:hover, .site-search button:hover {
      color: #fff; }
  #main-menu a.active {
    color: #3b7aa5; }
  .site-search input, .code-search input {
    width: 80%; }
  .site-search button span, .code-search button span {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important; } }

@media (max-width: 400px) {
  #main-menu, #main-menu li.top-level ul.top-level {
    width: 280px;
    right: -280px;
    border-left: 40px solid #000; }
  #main-menu {
    font-size: 0.9rem; }
  a.back-button {
    left: -29px;
    top: 4rem;
    z-index: 29; }
    a.back-button i.fa {
      float: none;
      font-size: 2.25rem; } }

@media (min-width: 901px) {
  .l-header {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 1rem; }
  .page--home .l-header {
    margin-bottom: 0; }
  .banner {
    margin-top: -1rem; }
  .l-header__logo {
    margin-bottom: 1rem; }
    @media (max-width: 1199px) {
      .l-header__logo {
        margin-left: 1rem; } }
    @media (max-width: 1059px) {
      .l-header__logo {
        width: 520px; } }
  .header-main {
    padding-top: 1rem; }
  #main-menu {
    width: 100%;
    background: #C41335;
    *zoom: 1;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.11); }
    #main-menu:before, #main-menu:after {
      content: " ";
      display: table; }
    #main-menu:after {
      clear: both; }
    #main-menu .row {
      position: relative; }
  #menu ul {
    list-style: none;
    padding: 0;
    width: 100%;
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    z-index: 10;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
    #menu ul li {
      float: left;
      width: 21%;
      text-align: center; }
      #menu ul li.top-level {
        background: url('../../resources/img/nav-sideline.gif') no-repeat right center; }
      #menu ul li:nth-child(5) {
        width: 16%;
        background: none; }
    #menu ul a {
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      display: block;
      padding: 16px 0; }
      #menu ul a:hover {
        background: #000; }
      #menu ul a.engaged {
        background: rgba(0, 0, 0, 0.33); }
  ul.top-level {
    position: relative;
    z-index: 100;
    border-bottom: 1px solid #ccc; }
  ul.top-level:before, ul.top-level:after {
    content: '';
    display: block;
    background: #fff url('../../resources/img/nav-shadow.gif') left top repeat-x;
    border-bottom: 1px solid #ccc;
    position: absolute;
    height: calc(100% + 1px);
    z-index: 1;
    width: 50vw; }
  ul.top-level:before {
    left: -50vw; }
  ul.top-level:after {
    right: -50vw; }
  ul.util-nav {
    list-style: none;
    text-align: right;
    position: absolute;
    top: -6.75rem;
    right: 1rem;
    font-size: 0.85rem; }
    ul.util-nav li {
      float: left;
      padding: 0 1.25rem 0 0; }
    ul.util-nav a {
      color: #3b7aa5;
      background: none;
      text-decoration: none;
      display: inline-block; }
      ul.util-nav a:hover {
        text-decoration: underline; }
    @media (max-width: 1059px) {
      ul.util-nav {
        top: -6rem; } }
  @media (min-width: 901px) {
    @media (max-width: 1159px) {
      ul.util-nav li a {
        padding-right: 0.75rem; } } }
  li.util-nav:last-child a {
    padding-right: 0; }
    li.util-nav:last-child a i.fa {
      color: #999; }
  .site-search {
    position: absolute;
    width: auto;
    top: -3rem;
    right: 10px; }
  .site-search .search-wrapper input, .site-search .search-wrapper input#search-form-query1, .code-search .search-wrapper input, .code-search .search-wrapper input#search-form-query1 {
    background: #eee;
    border: 1px solid #ddd;
    padding: 3px; }
  .site-search .search-wrapper button, .code-search .search-wrapper button {
    background: #3b7aa5;
    margin-top: 4px;
    margin-left: 0;
    padding: 4px 8px;
    border: none;
    color: #fff; }
    .site-search .search-wrapper button:hover, .code-search .search-wrapper button:hover {
      color: #000; }
    .site-search .search-wrapper button span, .code-search .search-wrapper button span {
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important; }
  #menu ul li ul li.code-search span {
    display: block;
    font-weight: 500;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #C41335; }
  #menu ul ul {
    width: 100%; }
    #menu ul ul li {
      text-align: left; }
      #menu ul ul li:nth-child(n) {
        background-image: none; }
      #menu ul ul li a {
        text-transform: none;
        padding: 1px 0 0; }
        #menu ul ul li a:hover {
          background: none; }
    #menu ul ul li.advert {
      background: #C41335;
      float: right; }
      #menu ul ul li.advert img {
        width: 100%;
        max-width: 100%; }
      #menu ul ul li.advert a {
        padding-top: 0; }
      #menu ul ul li.advert a + a {
        padding: 0.5rem; }
        #menu ul ul li.advert a + a:hover {
          color: #000; }
  #menu li.top-level ul {
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 54px;
    left: -9999999px;
    right: 0;
    z-index: 1;
    padding-bottom: 0.5rem;
    background: #fff url('../../resources/img/nav-shadow.gif') left top repeat-x;
    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease; }
    #menu li.top-level ul ul {
      background: none;
      display: none; }
  #menu li.top-level ul.display, #menu li.top-level ul.display ul {
    display: block;
    opacity: 1;
    left: 0;
    height: auto;
    overflow: visible; }
  #menu li.top-level > a {
    font-weight: 500; }
  #menu li.top-level:hover a {
    background: #000; }
  #menu li.top-level.menu-codes-standards ul {
    min-height: 250px; }
  #menu li.top-level.menu-codes-standards li, #menu li.top-level.menu-news-research li, #menu li.top-level.menu-training-events li, #menu li.top-level.menu-public-education li, #menu li.top-level.menu-membership li {
    display: block !important;
    width: calc(25% - 1rem);
    float: left;
    margin: 0 0.5rem; }
    #menu li.top-level.menu-codes-standards li.advert, #menu li.top-level.menu-news-research li.advert, #menu li.top-level.menu-training-events li.advert, #menu li.top-level.menu-public-education li.advert, #menu li.top-level.menu-membership li.advert {
      float: right; }
    #menu li.top-level.menu-codes-standards li.code-search, #menu li.top-level.menu-news-research li.code-search, #menu li.top-level.menu-training-events li.code-search, #menu li.top-level.menu-public-education li.code-search, #menu li.top-level.menu-membership li.code-search {
      position: absolute;
      bottom: 2rem;
      left: 0.25rem;
      height: 4rem; }
    #menu li.top-level.menu-codes-standards li a, #menu li.top-level.menu-news-research li a, #menu li.top-level.menu-training-events li a, #menu li.top-level.menu-public-education li a, #menu li.top-level.menu-membership li a {
      background: none; }
    #menu li.top-level.menu-codes-standards li ul, #menu li.top-level.menu-news-research li ul, #menu li.top-level.menu-training-events li ul, #menu li.top-level.menu-public-education li ul, #menu li.top-level.menu-membership li ul {
      position: relative;
      top: auto;
      box-shadow: none; }
      #menu li.top-level.menu-codes-standards li ul li, #menu li.top-level.menu-news-research li ul li, #menu li.top-level.menu-training-events li ul li, #menu li.top-level.menu-public-education li ul li, #menu li.top-level.menu-membership li ul li {
        width: 100%;
        float: none;
        margin: 0 0 0.5rem; }
        #menu li.top-level.menu-codes-standards li ul li a, #menu li.top-level.menu-news-research li ul li a, #menu li.top-level.menu-training-events li ul li a, #menu li.top-level.menu-public-education li ul li a, #menu li.top-level.menu-membership li ul li a {
          color: #3b7aa5; }
          #menu li.top-level.menu-codes-standards li ul li a:hover, #menu li.top-level.menu-news-research li ul li a:hover, #menu li.top-level.menu-training-events li ul li a:hover, #menu li.top-level.menu-public-education li ul li a:hover, #menu li.top-level.menu-membership li ul li a:hover {
            color: #000; }
  #menu li.top-level.menu-training-events li.advert, #menu li.top-level.menu-membership li.advert {
    margin-top: 0.75rem; }
  #menu ul ul li.section-header a {
    display: block;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #C41335;
    color: #000;
    font-weight: 500; }
    #menu ul ul li.section-header a i {
      display: none; }
    #menu ul ul li.section-header a + a {
      border: none; }
  #menu ul ul li.section-header li a {
    border: none;
    padding: 0;
    font-weight: 400;
    margin-bottom: 0.25rem; }
  #menu ul ul ul {
    display: none; }
    #menu ul ul ul li a {
      color: #3b7aa5;
      padding: 0.75rem 0 0;
      margin-bottom: 0.25rem; }
      #menu ul ul ul li a:hover {
        text-decoration: underline; }
  a.right-off-canvas-toggle, a.close-button, a.back-button, #menu ul a.back-button, #menu ul.top-level a.open-top, #menu ul ul.top-level li.section-header a.closed {
    display: none; } }

.l-footer {
  background-color: #333;
  padding: 1rem 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }
  .l-footer h3 {
    font-size: 1.25rem;
    color: #fff;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d52027;
    font-weight: 500; }
  .l-footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem; }
  .l-footer li {
    margin-bottom: 0.5rem; }
    .l-footer li a {
      color: #fff;
      text-decoration: none; }
      .l-footer li a:hover {
        color: #999;
        text-decoration: underline; }

.footer-one {
  width: 220px;
  clear: left; }

.footer-one-and-a-half {
  width: 100%;
  clear: left; }
  .footer-one-and-a-half ul {
    float: left;
    width: 45%;
    margin-right: 4%;
    margin-top: 0; }

@media (min-width: 541px) {
  @media (max-width: 840px) {
    .footer-one {
      float: left;
      width: 45%;
      margin-right: 4%; }
      .footer-one + .footer-one {
        clear: none; } } }

@media (min-width: 841px) {
  .footer-one, .footer-one-and-a-half {
    clear: none;
    float: left;
    margin-right: 4.5%; }
  .footer-one {
    width: 18.5%; }
    .footer-one + .footer-one {
      margin-right: 0; }
  .footer-one-and-a-half {
    width: calc(18.5% * 1.5); } }

.footer-social a {
  line-height: 1;
  display: inline-block;
  color: #fff; }

.blogger-icon {
  position: relative; }
  .blogger-icon img {
    position: relative;
    top: -4px; }

@media (max-width: 640px) {
  .footer-social a {
    font-size: 36px;
    margin: 0 18px 18px 0; }
  .blogger-icon {
    width: 31px;
    height: 31px; }
    .blogger-icon img {
      width: 100%;
      height: inherit;
      top: -3px; } }

@media (min-width: 641px) {
  .footer-social a {
    font-size: 36px;
    margin: 0 12px 12px 0; } }

@media (min-width: 1241px) {
  .footer-social a {
    margin: 0 18px 18px 0; } }

.quick-links ul {
  float: left;
  width: 50%;
  padding-right: 1.25rem; }
  .quick-links ul + ul {
    padding-left: 1.25rem;
    padding-right: 0; }

.nfpa-footer {
  background: #000;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }
  .nfpa-footer img {
    border: none;
    text-align: center;
    width: 40px;
    margin: 1rem 0.5rem 0.5rem; }
  .nfpa-footer p {
    color: #fff;
    text-align: center;
    margin-top: 1rem; }
    .nfpa-footer p a {
      color: #9cc3dc;
      text-decoration: none;
      display: inline-block;
      margin-right: 1.5rem; }
      .nfpa-footer p a:hover {
        text-decoration: underline;
        color: #346c92; }
  @media (max-width: 699px) {
    .nfpa-footer p a {
      display: block;
      float: left;
      width: 43%;
      text-align: right;
      margin-right: 0; }
      .nfpa-footer p a + a {
        float: right;
        text-align: left; }
    .nfpa-footer p span {
      clear: both;
      display: block;
      padding-top: 0.5rem; } }
  @media (min-width: 841px) {
    .nfpa-footer p {
      text-align: right;
      margin-right: 1rem; }
    .nfpa-footer img {
      float: left; } }

a:focus {
  outline-width: 2px; }

/*
 * 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;
    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) ")"; }
  .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: 1cm; }

  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; }
  a[href]:after {
    display: none; }
    
     .leftColumn,
      .subnav-div,
      .right-off-canvas-toggle {
        display: none !important;
      }
      .leftColumn + .wrapper,
      #centerColumn, #rightColumn {
        width: 100% !important;
        float: none !important;
      }
      iframe {
        border-width: 0 !important;
  	}
    }


/*# sourceMappingURL=../maps/app.css.map */
