/*
 * SMACSS + SCSS starter v2.0
 * Inspired by SMACSS http://smacss.com
 * Author: @jonathanpath
 * Date: 11 July 2013
 *
 * https://github.com/jonathanpath/SASS-SMACSS
 * See file structure in http://jonathanpath.com/sass+smacss/scss/style.scss
 * Sass Structure inspired by : https://github.com/sutter/POPY-starter-HTML-SCSS
 *
 * Coding rules : https://github.com/necolas/idiomatic-css
 *
 */
/*
*  National Investors Relations Institute website styles
*  Created by Krista Hennings-Vinocur of American Technology Services
*  khennings-vinocur@networkats.com
*
*  July 2, 2015
*
*/
/* Tools */
/* ===========================
   Tools/Helpers
   =========================== */
/*
 * Image replacement
 */
/* line 9, ../scss/tools/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

/* line 17, ../scss/tools/_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Display helpers
 */
/* line 27, ../scss/tools/_helpers.scss */
.padded {
  padding: 15px; }

/* line 31, ../scss/tools/_helpers.scss */
.lr-padding {
  padding: 0 15px; }

/* line 35, ../scss/tools/_helpers.scss */
.no-padding {
  padding: 0 !important; }

/* line 39, ../scss/tools/_helpers.scss */
.no-margin {
  margin: 0; }

/* line 43, ../scss/tools/_helpers.scss */
.display-block {
  display: block; }

/* line 47, ../scss/tools/_helpers.scss */
.display-inline-block {
  display: inline-block; }

/* line 51, ../scss/tools/_helpers.scss */
.ul-list-inline {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 238, ../scss/tools/_mixins.scss */
  .ul-list-inline li {
    display: inline-block;
    vertical-align: middle; }
    /* line 17, ../scss/tools/_mixins.scss */
    .lt-ie8 .ul-list-inline li {
      display: inline;
      zoom: 1; }

/* line 55, ../scss/tools/_helpers.scss */
.list-style-none {
  list-style-type: none; }

/*
 * Position helpers
 */
/* line 63, ../scss/tools/_helpers.scss */
.position-absolute {
  position: absolute; }

/* line 67, ../scss/tools/_helpers.scss */
.position-relative {
  position: relative; }

/*
 * Responsive Visibility
 */
/* line 75, ../scss/tools/_helpers.scss */
.show-for-small {
  display: inherit !important; }

/* line 79, ../scss/tools/_helpers.scss */
.show-for-medium, .show-for-large {
  display: none !important; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 89, ../scss/tools/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 98, ../scss/tools/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 108, ../scss/tools/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 122, ../scss/tools/_helpers.scss */
.invisible {
  visibility: hidden; }

/* line 126, ../scss/tools/_helpers.scss */
.Uppercase {
  letter-spacing: 0.25px;
  text-transform: uppercase; }

/* line 132, ../scss/tools/_helpers.scss */
.lt-ie9 .show-for-ie8 {
  display: block; }
/* line 135, ../scss/tools/_helpers.scss */
.lt-ie9 .hide-for-ie8 {
  display: none; }

/* line 140, ../scss/tools/_helpers.scss */
.show-for-ie8 {
  display: none; }

/* line 144, ../scss/tools/_helpers.scss */
.hide-for-ie8 {
  display: inherit; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 160, ../scss/tools/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 166, ../scss/tools/_helpers.scss */
.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 175, ../scss/tools/_helpers.scss */
.clearfix {
  *zoom: 1; }

/* =Fonts
------------------- */
/* Chart Colors */
/* line 184, ../scss/tools/_helpers.scss */
.f-color1 {
  color: #077735; }

/* line 187, ../scss/tools/_helpers.scss */
.f-color2 {
  color: #252525; }

/* =Wordpress alignment
-------------------*/
/* line 195, ../scss/tools/_helpers.scss */
.alignleft {
  display: inline;
  float: left; }

/* line 199, ../scss/tools/_helpers.scss */
.alignright {
  display: inline;
  float: right; }

/* line 203, ../scss/tools/_helpers.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 209, ../scss/tools/_helpers.scss */
.txtleft {
  text-align: left; }

/* line 212, ../scss/tools/_helpers.scss */
.txtright {
  text-align: right; }

/* line 215, ../scss/tools/_helpers.scss */
.txtcenter {
  text-align: center; }

/* line 220, ../scss/tools/_helpers.scss */
.left {
  float: left; }

/* line 221, ../scss/tools/_helpers.scss */
.right {
  float: right; }

/* Twitter link customization */
/* line 224, ../scss/tools/_helpers.scss */
.timeline-header .summary a.customisable-highlight:link {
  color: #077735 !important; }

@media screen and (min-width: 50em) {
  /* line 230, ../scss/tools/_helpers.scss */
  .show-for-small {
    display: none !important; }

  /* line 234, ../scss/tools/_helpers.scss */
  .show-for-large {
    display: inherit !important; }

  /* line 238, ../scss/tools/_helpers.scss */
  .large-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }
@media screen and (min-width: 62em) {
  /* line 251, ../scss/tools/_helpers.scss */
  .show-for-medium {
    display: inherit !important; }

  /* line 254, ../scss/tools/_helpers.scss */
  .hide-for-medium {
    display: none; } }
/* Base */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../scss/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box; }

/* line 16, ../scss/base/_normalize.scss */
*, *:before, *:after {
  box-sizing: inherit; }

/**
 * Remove default margin.
 */
/* line 24, ../scss/base/_normalize.scss */
body {
  margin: 0;
  /* removes a bug of the slider images sometimes causing the page width to be too wide. */ }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 36, ../scss/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 56, ../scss/base/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 69, ../scss/base/_normalize.scss */
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.
 */
/* line 79, ../scss/base/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 91, ../scss/base/_normalize.scss */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 99, ../scss/base/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 111, ../scss/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 119, ../scss/base/_normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 128, ../scss/base/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 137, ../scss/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, ../scss/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, ../scss/base/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 163, ../scss/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 171, ../scss/base/_normalize.scss */
sup {
  top: -0.5em; }

/* line 175, ../scss/base/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9. and responsive-ize
 */
/* line 186, ../scss/base/_normalize.scss */
img {
  border: 0;
  border: none;
  width: auto;
  max-width: 100%; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 197, ../scss/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 208, ../scss/base/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 216, ../scss/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 226, ../scss/base/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 234, ../scss/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 257, ../scss/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
/* line 271, ../scss/base/_normalize.scss */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
/* line 282, ../scss/base/_normalize.scss */
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.
 */
/* line 295, ../scss/base/_normalize.scss */
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.
 */
/* line 307, ../scss/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 316, ../scss/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 327, ../scss/base/_normalize.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 339, ../scss/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 351, ../scss/base/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 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).
 */
/* line 362, ../scss/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 375, ../scss/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 384, ../scss/base/_normalize.scss */
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.
 */
/* line 395, ../scss/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
/* line 404, ../scss/base/_normalize.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 413, ../scss/base/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 424, ../scss/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 429, ../scss/base/_normalize.scss */
td,
th {
  padding: 0; }

/* ===========================
   Base
   =========================== */
/* line 5, ../scss/base/_base.scss */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  line-height: 1.4;
  background: #fff; }

/* line 13, ../scss/base/_base.scss */
a {
  color: #077735;
  text-decoration: underline;
  -moz-transition: color, 0.4s, ease;
  -o-transition: color, 0.4s, ease;
  -webkit-transition: color, 0.4s, ease;
  transition: color, 0.4s, ease; }
  /* line 17, ../scss/base/_base.scss */
  a:hover {
    color: #044720; }
  /* line 20, ../scss/base/_base.scss */
  a.end-link {
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px; }
    /* line 25, ../scss/base/_base.scss */
    a.end-link:after {
      font-family: 'FontAwesome';
      content: '\f0da';
      margin: 0 0 0 7px; }
    /* line 31, ../scss/base/_base.scss */
    a.end-link.reverse:after {
      content: ''; }
    /* line 34, ../scss/base/_base.scss */
    a.end-link.reverse:before {
      font-family: 'FontAwesome';
      content: '\f0da';
      margin: 0 7px 0 0; }

/* line 43, ../scss/base/_base.scss */
p, ul, ol {
  font-size: 0.875em;
  margin: .5em 0; }

/* line 48, ../scss/base/_base.scss */
ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item; }
  /* line 52, ../scss/base/_base.scss */
  ol > li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item; }
    /* line 58, ../scss/base/_base.scss */
    ol > li:before {
      display: inline-block;
      width: 1.5em;
      padding-right: 0.5em;
      margin: 0 10px 0 0;
      font-weight: bold;
      text-align: right;
      content: counter(item) "."; }

/* line 70, ../scss/base/_base.scss */
ol
ol > li
ul p {
  font-size: 1em; }

/* line 78, ../scss/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: .3em 0;
  line-height: 1.2;
  color: #077735;
  text-rendering: optimizeLegibility; }

/* line 87, ../scss/base/_base.scss */
h1 {
  font-size: 2.25em; }

/* line 90, ../scss/base/_base.scss */
h2 {
  font-size: 1.5em; }

/* line 94, ../scss/base/_base.scss */
h3 {
  font-size: 1em;
  line-height: 24px; }

/* line 99, ../scss/base/_base.scss */
h4 {
  font-size: 0.88889em;
  line-height: 20px; }

/* line 104, ../scss/base/_base.scss */
h5 {
  font-size: 1em; }

/* line 108, ../scss/base/_base.scss */
h6 {
  font-size: 1em; }

/* line 124, ../scss/base/_base.scss */
.small-shaded {
  background: #f0f0f0; }

/* line 130, ../scss/base/_base.scss */
article p:first-of-type {
  margin: 0 0 1em 0; }
/* line 135, ../scss/base/_base.scss */
article img.left {
  margin: 0 15px 5px 0; }
/* line 141, ../scss/base/_base.scss */
article footer .btn + .end-link, article footer a.btn-color1 + .end-link, article footer form input[type="submit"].btn-color1 + .end-link, form article footer input[type="submit"].btn-color1 + .end-link, article footer .btn-color2 + .end-link, article footer .btn-light + .end-link, article footer form input[type="submit"].btn-light + .end-link, article footer .btn-color1 + .end-link {
  display: block;
  margin: 1em 0 0 0; }

/* line 150, ../scss/base/_base.scss */
ul.link-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  /* line 155, ../scss/base/_base.scss */
  ul.link-list li a {
    text-decoration: none; }
    /* line 157, ../scss/base/_base.scss */
    ul.link-list li a:before {
      content: "\f0da";
      font-family: "FontAwesome";
      margin: 0 7px 0 0; }

/* line 168, ../scss/base/_base.scss */
section footer {
  margin: 1.8em 0 0 0; }

/* line 173, ../scss/base/_base.scss */
a
aside {
  margin: 40px 0 0 0; }

@media screen and (min-width: 62em) {
  /* line 180, ../scss/base/_base.scss */
  aside {
    margin: 0; }

  /* line 183, ../scss/base/_base.scss */
  .home-row {
    padding: 40px 0; }
    /* line 185, ../scss/base/_base.scss */
    .home-row:nth-child(odd) {
      background: #f0f0f0; }

  /* line 189, ../scss/base/_base.scss */
  .small-shaded {
    background: transparent; }

  /* line 195, ../scss/base/_base.scss */
  article footer .btn + .end-link, article footer a.btn-color1 + .end-link, article footer form input[type="submit"].btn-color1 + .end-link, form article footer input[type="submit"].btn-color1 + .end-link, article footer .btn-color2 + .end-link, article footer .btn-light + .end-link, article footer form input[type="submit"].btn-light + .end-link, article footer .btn-color1 + .end-link {
    display: inline-block;
    margin: 0 0 0 1.5em;
    padding: .5em 0 .5em 1.5em;
    border-left: 1px solid #bbbbbb; } }
/* Fonts */
/* Layout */
/* ==|====================
   Layout/Constrained
   ======================= */
/* line 5, ../scss/layout/_constrained.scss */
.l-constrained {
  width: 100%;
  max-width: 86.25em;
  padding: 0 0.9375em;
  margin: 0 auto; }

/* line 34, ../scss/tools/_mixins.scss */
.lt-ie8 .grid {
  zoom: 1; }
/* line 38, ../scss/tools/_mixins.scss */
.grid:before, .grid:after {
  content: "";
  display: table; }
/* line 42, ../scss/tools/_mixins.scss */
.grid:after {
  clear: both; }

/* line 5, ../scss/layout/_grid.scss */
.form-grid {
  margin: 0 -5px; }
  /* line 7, ../scss/layout/_grid.scss */
  .form-grid .small-span-4 {
    padding: 0 5px; }

/* line 12, ../scss/layout/_grid.scss */
.main-grid {
  margin: 0 auto 40px auto; }

/* line 17, ../scss/layout/_grid.scss */
.column.last, .columns.last {
  float: right; }
/* line 20, ../scss/layout/_grid.scss */
.column.span-9, .columns.span-9 {
  width: 75%;
  float: left;
  padding: 0 0 0 15px; }
/* line 25, ../scss/layout/_grid.scss */
.column.span-3, .columns.span-3 {
  width: 25%;
  float: left;
  padding: 0 15px 0 0; }
/* line 30, ../scss/layout/_grid.scss */
.column.span-6, .columns.span-6 {
  float: left;
  width: 50%; }
/* line 35, ../scss/layout/_grid.scss */
.column.span-7, .columns.span-7 {
  float: left;
  width: 58.33333%;
  padding: 0 20px 0 0; }
/* line 41, ../scss/layout/_grid.scss */
.column.span-5, .columns.span-5 {
  float: left;
  width: 41.66667%;
  padding: 0 0 0 20px; }
/* line 47, ../scss/layout/_grid.scss */
.column.medium-span-6, .column.medium-span-8, .column.medium-span-4, .columns.medium-span-6, .columns.medium-span-8, .columns.medium-span-4 {
  width: 100%; }

@media screen and (min-width: 50em) {
  /* line 53, ../scss/layout/_grid.scss */
  .column, .columns {
    float: left; }
    /* line 56, ../scss/layout/_grid.scss */
    .column .small-span-4.small-span-4, .columns .small-span-4.small-span-4 {
      width: 33.33333%; } }
@media screen and (min-width: 62em) {
  /* line 65, ../scss/layout/_grid.scss */
  .column.medium-span-6, .columns.medium-span-6 {
    width: 50%;
    padding: 0 12.5px 0 0; }
    /* line 68, ../scss/layout/_grid.scss */
    .column.medium-span-6.last, .column.medium-span-6.medium-last, .columns.medium-span-6.last, .columns.medium-span-6.medium-last {
      padding: 0 0 0 12.5px; }
  /* line 72, ../scss/layout/_grid.scss */
  .column.medium-span-8, .columns.medium-span-8 {
    width: 66.66667%;
    padding: 0 25px 0 0; }
  /* line 76, ../scss/layout/_grid.scss */
  .column.medium-span-4, .columns.medium-span-4 {
    width: 33.33333%; }
    /* line 78, ../scss/layout/_grid.scss */
    .column.medium-span-4.medium-last, .columns.medium-span-4.medium-last {
      padding: 0 0 0 25px; }
  /* line 82, ../scss/layout/_grid.scss */
  .column.medium-last, .columns.medium-last {
    float: right; } }
@media screen and (min-width: 64.0625em) {
  /* line 90, ../scss/layout/_grid.scss */
  .column.medium-span-6, .columns.medium-span-6 {
    padding: 0 25px 0 0; }
    /* line 92, ../scss/layout/_grid.scss */
    .column.medium-span-6.last, .column.medium-span-6.medium-last, .columns.medium-span-6.last, .columns.medium-span-6.medium-last {
      padding: 0 0 0 25px; } }
@media screen and (min-width: 75em) {
  /* line 102, ../scss/layout/_grid.scss */
  .column.medium-span-6, .columns.medium-span-6 {
    padding: 0 40px 0 0; }
    /* line 104, ../scss/layout/_grid.scss */
    .column.medium-span-6.last, .column.medium-span-6.medium-last, .columns.medium-span-6.last, .columns.medium-span-6.medium-last {
      padding: 0 0 0 40px; } }
/* ==|====================
   Layout/Main
   ======================= */
/* line 4, ../scss/layout/_main.scss */
.l-flip {
  display: table; }
  /* line 6, ../scss/layout/_main.scss */
  .l-flip .aside {
    display: table-footer-group; }

@media screen and (min-width: 50em) {
  /* line 14, ../scss/layout/_main.scss */
  .l-flip [class*='column-'].l-main {
    padding: 0 0 0 45px; }

  /* line 20, ../scss/layout/_main.scss */
  [class*='column-'].l-main {
    padding: 0 20px 0 0; } }
/* ==|====================
   Layout/Footer
   ======================= */
/* line 5, ../scss/layout/_footer.scss */
.l-footer {
  padding: 30px 15px; }

/* ==|====================
   Layout/Header
   ======================= */
/* line 5, ../scss/layout/_header.scss */
.l-header {
  padding: 10px 15px; }

@media screen and (min-width: 50em) {
  /* line 10, ../scss/layout/_header.scss */
  .l-header {
    padding: 20px 15px; } }
/* Modules */
/* ==|====================
   Base/Form
   ======================= */
/* line 11, ../scss/modules/_form.scss */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="search"],
textarea,
select {
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #111111;
  padding: 12px;
  border: 1px solid #cccccc;
  outline: 0;
  background-color: #e0eee6;
  margin: 0 0 10px 0;
  -moz-transition: border, 0.3s, ease;
  -o-transition: border, 0.3s, ease;
  -webkit-transition: border, 0.3s, ease;
  transition: border, 0.3s, ease; }
  /* line 63, ../scss/tools/_mixins.scss */
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #111111;
    text-transform: uppercase; }
  /* line 67, ../scss/tools/_mixins.scss */
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    color: #111111;
    text-transform: uppercase; }
  /* line 71, ../scss/tools/_mixins.scss */
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #111111;
    text-transform: uppercase; }
  /* line 30, ../scss/modules/_form.scss */
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="password"]:hover,
  input[type="date"]:hover,
  input[type="search"]:hover,
  textarea:hover,
  select:hover {
    border-color: #a5a5a5; }
  /* line 34, ../scss/modules/_form.scss */
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="search"]:focus,
  textarea:focus,
  select:focus {
    border-color: #999; }

/* line 40, ../scss/modules/_form.scss */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="search"],
textarea,
select,
input[type="submit"] {
  font-size: 0.875em; }
  /* line 49, ../scss/modules/_form.scss */
  input[type="text"].full,
  input[type="email"].full,
  input[type="password"].full,
  input[type="date"].full,
  input[type="search"].full,
  textarea.full,
  select.full,
  input[type="submit"].full {
    width: 100%; }

/* line 55, ../scss/modules/_form.scss */
.dark-form input[type="text"],
.dark-form input[type="email"],
.dark-form input[type="password"],
.dark-form input[type="date"],
.dark-form input[type="search"],
.dark-form textarea,
.dark-form select {
  color: #fff;
  background-color: #535353; }
  /* line 63, ../scss/tools/_mixins.scss */
  .dark-form input[type="text"]::-webkit-input-placeholder,
  .dark-form input[type="email"]::-webkit-input-placeholder,
  .dark-form input[type="password"]::-webkit-input-placeholder,
  .dark-form input[type="date"]::-webkit-input-placeholder,
  .dark-form input[type="search"]::-webkit-input-placeholder,
  .dark-form textarea::-webkit-input-placeholder,
  .dark-form select::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase; }
  /* line 67, ../scss/tools/_mixins.scss */
  .dark-form input[type="text"]:-moz-placeholder,
  .dark-form input[type="email"]:-moz-placeholder,
  .dark-form input[type="password"]:-moz-placeholder,
  .dark-form input[type="date"]:-moz-placeholder,
  .dark-form input[type="search"]:-moz-placeholder,
  .dark-form textarea:-moz-placeholder,
  .dark-form select:-moz-placeholder {
    color: #fff;
    text-transform: uppercase; }
  /* line 71, ../scss/tools/_mixins.scss */
  .dark-form input[type="text"]:-ms-input-placeholder,
  .dark-form input[type="email"]:-ms-input-placeholder,
  .dark-form input[type="password"]:-ms-input-placeholder,
  .dark-form input[type="date"]:-ms-input-placeholder,
  .dark-form input[type="search"]:-ms-input-placeholder,
  .dark-form textarea:-ms-input-placeholder,
  .dark-form select:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase; }
/* line 66, ../scss/modules/_form.scss */
.dark-form select {
  background-image: url(../dest/white-arrow.png); }

/* line 71, ../scss/modules/_form.scss */
fieldset {
  border: 1px dotted #ccc;
  padding: 20px; }

/* line 76, ../scss/modules/_form.scss */
legend, label {
  color: #0F3254; }

/* line 81, ../scss/modules/_form.scss */
label + input[type="radio"] {
  margin: 0 0 0 5px; }

/* line 88, ../scss/modules/_form.scss */
form .span-6 {
  padding: 0 5px 0 0; }
  /* line 90, ../scss/modules/_form.scss */
  form .span-6 + .span-6 {
    padding: 0 0 0 5px; }

/* line 128, ../scss/modules/_form.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #e0eee6 url(../dest/black-arrow.png) no-repeat 90% center;
  width: 100%;
  text-indent: 0.01px;
  text-overflow: "";
  padding: 12px;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-radius: 0; }

/* line 143, ../scss/modules/_form.scss */
select::-ms-expand {
  display: none; }

/* line 147, ../scss/modules/_form.scss */
.padding {
  padding: 30px; }

@media screen and (min-width: 600px) {
  /* line 163, ../scss/modules/_form.scss */
  .form.member-directory div {
    margin: 7.5px 0; }
  /* line 166, ../scss/modules/_form.scss */
  .form.member-directory button {
    margin: 10px 0 0 0; } }
/* ==|====================
   Module/Icons
   Method by @vtcreative
   Documentation : http://goo.gl/kWyRmT
   ======================= */
/* line 12, ../scss/modules/_icons.scss */
[class^="sprite-"],
[class*=" sprite-"] {
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url('../dest/sprites-s006476ae95.png'); }

/* line 25, ../scss/modules/_icons.scss */
.sprite-egroups {
  background-position: 0 0;
  height: 25px;
  width: 24px; }

/* line 1, ../scss/modules/_form-search.scss */
.search-input-group {
  background: #e0eee6;
  border: 1px solid #252525; }
  /* line 4, ../scss/modules/_form-search.scss */
  .search-input-group .search-input {
    border: 0;
    font-size: 0.875em;
    margin: 0; }

/* line 13, ../scss/modules/_form-search.scss */
.btn.form-submit, a.form-submit.btn-color1, form input.form-submit[type="submit"].btn-color1, .form-submit.btn-color2, .form-submit.btn-light, form input.form-submit[type="submit"].btn-light {
  float: right;
  font-size: 1.6em;
  padding: 2px 10px;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #000; }
  /* line 21, ../scss/modules/_form-search.scss */
  .btn.form-submit:hover, a.form-submit.btn-color1:hover, form input.form-submit[type="submit"].btn-color1:hover, .form-submit.btn-color2:hover, .form-submit.btn-light:hover {
    background: transparent;
    color: #077735; }

@media screen and (min-width: 64.0625em) {
  /* line 28, ../scss/modules/_form-search.scss */
  .btn.form-submit, a.form-submit.btn-color1, form input.form-submit[type="submit"].btn-color1, .form-submit.btn-color2, .form-submit.btn-light, form input.form-submit[type="submit"].btn-light {
    font-size: 1.4em; } }
/* ==|====================
   Module/Button
   ======================= */
/* line 5, ../scss/modules/_btn.scss */
.btn, a.btn-color1, form input[type="submit"].btn-color1, .btn-color2, .btn-light, form input[type="submit"].btn-light, a.btn, a.btn-color1, a.btn-color2, a.btn-light, button, form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  background: #252525;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  -moz-transition: background, 0.5s;
  -o-transition: background, 0.5s;
  -webkit-transition: background, 0.5s;
  transition: background, 0.5s; }
  /* line 17, ../scss/tools/_mixins.scss */
  .lt-ie8 .btn, .lt-ie8 a.btn-color1, .lt-ie8 form input[type="submit"].btn-color1, form .lt-ie8 input[type="submit"].btn-color1, .lt-ie8 .btn-color2, .lt-ie8 .btn-light, .lt-ie8 form input[type="submit"].btn-light, form .lt-ie8 input[type="submit"].btn-light, .lt-ie8 a.btn, .lt-ie8 a.btn-color1, .lt-ie8 a.btn-color2, .lt-ie8 a.btn-light, .lt-ie8 button, .lt-ie8 form input[type="submit"] {
    display: inline;
    zoom: 1; }
  /* line 19, ../scss/modules/_btn.scss */
  .btn:hover, a.btn-color1:hover, form input[type="submit"].btn-color1:hover, .btn-color2:hover, .btn-light:hover, form input[type="submit"].btn-light:hover, a.btn:hover, a.btn-color1:hover, a.btn-color2:hover, a.btn-light:hover, button:hover, form input[type="submit"]:hover {
    background-color: #0c0c0c;
    color: #fff; }

/* line 39, ../scss/modules/_btn.scss */
a.btn-color1, form input[type="submit"].btn-color1 {
  background-color: #077735; }
  /* line 29, ../scss/modules/_btn.scss */
  a.btn-color1:hover, form input[type="submit"].btn-color1:hover {
    background-color: #044720; }
  /* line 32, ../scss/modules/_btn.scss */
  a.btn-color1:after, form input[type="submit"].btn-color1:after {
    font-family: "FontAwesome";
    content: "\f0da";
    margin: 0 0 0 8px; }

/* line 43, ../scss/modules/_btn.scss */
form input[type="submit"].btn-color1 {
  background-color: #077735;
  background-image: url(../dest/mint-arrow.png);
  background-repeat: no-repeat;
  background-position: 88% 50%;
  padding: 10px 30px 10px 20px; }

/* line 51, ../scss/modules/_btn.scss */
.btn-color2 {
  background-color: #252525; }
  /* line 29, ../scss/modules/_btn.scss */
  .btn-color2:hover {
    background-color: #0c0c0c; }
  /* line 32, ../scss/modules/_btn.scss */
  .btn-color2:after {
    font-family: "FontAwesome";
    content: "\f0da";
    margin: 0 0 0 8px; }

/* line 55, ../scss/modules/_btn.scss */
form input[type="submit"].btn-color2 {
  background-color: #252525;
  background-image: url(../dest/mint-arrow.png);
  background-repeat: no-repeat;
  background-position: 88% 50%;
  padding: 10px 30px 10px 20px; }

/* line 63, ../scss/modules/_btn.scss */
.btn-light, form input[type="submit"].btn-light {
  background-color: #fff;
  color: #000; }
  /* line 29, ../scss/modules/_btn.scss */
  .btn-light:hover, form input[type="submit"].btn-light:hover {
    background-color: #e6e6e6; }
  /* line 32, ../scss/modules/_btn.scss */
  .btn-light:after, form input[type="submit"].btn-light:after {
    font-family: "FontAwesome";
    content: "\f0da";
    margin: 0 0 0 8px; }
  /* line 66, ../scss/modules/_btn.scss */
  .btn-light:hover, form input[type="submit"].btn-light:hover {
    color: #077735;
    background-color: #fff; }

/* line 72, ../scss/modules/_btn.scss */
form input[type="submit"].btn-light {
  background-image: url(../dest/green-arrow.png);
  background-repeat: no-repeat;
  background-position: 62% 50%;
  padding: 10px 30px 10px 20px; }

/* line 1, ../scss/modules/slicknav-style/_core.scss */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  padding: 0.438em 0.625em 0.438em 0;
  line-height: 1.125em;
  cursor: pointer; }
  /* line 9, ../scss/modules/slicknav-style/_core.scss */
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.288em; }

/* line 13, ../scss/modules/slicknav-style/_core.scss */
.slicknav_menu {
  *zoom: 1; }
  /* line 15, ../scss/modules/slicknav-style/_core.scss */
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  /* line 20, ../scss/modules/slicknav-style/_core.scss */
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em; }
  /* line 24, ../scss/modules/slicknav-style/_core.scss */
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  /* line 27, ../scss/modules/slicknav-style/_core.scss */
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.625em;
    height: 0.225em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  /* line 38, ../scss/modules/slicknav-style/_core.scss */
  .slicknav_menu:before {
    content: " ";
    display: table; }
  /* line 42, ../scss/modules/slicknav-style/_core.scss */
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

/* line 48, ../scss/modules/slicknav-style/_core.scss */
.slicknav_nav {
  clear: both; }
  /* line 50, ../scss/modules/slicknav-style/_core.scss */
  .slicknav_nav ul {
    display: block; }
  /* line 53, ../scss/modules/slicknav-style/_core.scss */
  .slicknav_nav li {
    display: block; }
  /* line 56, ../scss/modules/slicknav-style/_core.scss */
  .slicknav_nav .slicknav_arrow {
    display: none; }
  /* line 59, ../scss/modules/slicknav-style/_core.scss */
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    /* line 61, ../scss/modules/slicknav-style/_core.scss */
    .slicknav_nav .slicknav_item a {
      display: inline; }
  /* line 65, ../scss/modules/slicknav-style/_core.scss */
  .slicknav_nav .slicknav_row {
    display: block; }
  /* line 68, ../scss/modules/slicknav-style/_core.scss */
  .slicknav_nav a {
    display: block; }
  /* line 71, ../scss/modules/slicknav-style/_core.scss */
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

/* line 75, ../scss/modules/slicknav-style/_core.scss */
.slicknav_brand {
  float: left; }

/* line 9, ../scss/modules/slicknav-style/_theme.scss */
.slicknav_menu {
  font-size: 1em;
  width: auto;
  display: inline-block;
  float: left; }
  /* line 14, ../scss/modules/slicknav-style/_theme.scss */
  .slicknav_menu .slicknav_menutxt {
    color: #000;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  /* line 19, ../scss/modules/slicknav-style/_theme.scss */
  .slicknav_menu .slicknav_icon-bar {
    background-color: #000; }

/* line 23, ../scss/modules/slicknav-style/_theme.scss */
.slicknav_btn {
  margin: 5px 0 5px 0;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 31, ../scss/modules/slicknav-style/_theme.scss */
.slicknav_nav {
  color: #000;
  margin: 0;
  padding: 0;
  border-top: 10px solid #000;
  font-size: 1em;
  list-style: none;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 10100; }
  /* line 44, ../scss/modules/slicknav-style/_theme.scss */
  .slicknav_nav ul {
    list-style: none;
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  /* line 51, ../scss/modules/slicknav-style/_theme.scss */
  .slicknav_nav > ul {
    margin: 0;
    background: #077735; }
    /* line 54, ../scss/modules/slicknav-style/_theme.scss */
    .slicknav_nav > ul ul {
      display: none !important; }
  /* line 58, ../scss/modules/slicknav-style/_theme.scss */
  .slicknav_nav .slicknav_row {
    padding: 10px;
    margin: 2px 5px; }
    /* line 61, ../scss/modules/slicknav-style/_theme.scss */
    .slicknav_nav .slicknav_row:hover {
      background: #065f2a;
      color: #fff; }
  /* line 66, ../scss/modules/slicknav-style/_theme.scss */
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    /* line 71, ../scss/modules/slicknav-style/_theme.scss */
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #065f2a;
      color: #fff; }
  /* line 79, ../scss/modules/slicknav-style/_theme.scss */
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  /* line 82, ../scss/modules/slicknav-style/_theme.scss */
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  /* line 86, ../scss/modules/slicknav-style/_theme.scss */
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

/* line 91, ../scss/modules/slicknav-style/_theme.scss */
.slicknav_brand {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

@media screen and (min-width: 62em) {
  /* line 100, ../scss/modules/slicknav-style/_theme.scss */
  .slicknav_icon {
    font-size: 1.5em; }

  /* line 103, ../scss/modules/slicknav-style/_theme.scss */
  .slicknav_btn {
    margin: 15px 0 5px 0;
    display: none; } }
/* ==|====================
   Module/Video responsive
   ======================= */
/* line 5, ../scss/modules/_video.scss */
body .video-block {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  /* line 12, ../scss/modules/_video.scss */
  body .video-block iframe, body .video-block object, body .video-block embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 3, ../scss/modules/_main-nav.scss */
.main-nav {
  display: none; }

@media screen and (min-width: 1025px) and (max-width: 1063px) {
	.main-nav > ul > li > a{
		    padding: 8px !important;
	}
}	
  
@media screen and (min-width: 64.0625em) {
  /* line 8, ../scss/modules/_main-nav.scss */
  .main-nav-styles {
    background: #000; }

  /* line 12, ../scss/modules/_main-nav.scss */
  .main-nav {
    display: block; }
    /* line 14, ../scss/modules/_main-nav.scss */
    .main-nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    /* line 20, ../scss/modules/_main-nav.scss */
    .main-nav > ul > li {
      font-weight: 500;
      font-size: 1.0625em;
      position: relative;
      float: left;
      border-left: 1px solid #bbbbbb; }
      /* line 27, ../scss/modules/_main-nav.scss */
      .main-nav > ul > li:last-child {
        border-right: 1px solid #bbbbbb; }
      /* line 30, ../scss/modules/_main-nav.scss */
      .main-nav > ul > li a {
        color: #fff;
        text-decoration: none; }
      /* line 34, ../scss/modules/_main-nav.scss */
      .main-nav > ul > li > a {
        padding: 10px;
        display: inline-block; }
        /* line 37, ../scss/modules/_main-nav.scss */
        .main-nav > ul > li > a:after {
          content: "\f0d7";
          font-family: "FontAwesome";
          margin: 0 0 0 8px; }
      /* line 44, ../scss/modules/_main-nav.scss */
      .main-nav > ul > li.right-menu ul {
        left: auto;
        right: 0; }
      /* line 48, ../scss/modules/_main-nav.scss */
      .main-nav > ul > li.right-menu .menu-content {
        left: auto;
        right: 0; }
      /* line 53, ../scss/modules/_main-nav.scss */
      .main-nav > ul > li.is-open {
        background: #0F3254; }
      /* line 56, ../scss/modules/_main-nav.scss */
      .main-nav > ul > li .menu-content {
        display: none;
        position: absolute;
        top: 100%;
        left: -30px;
        z-index: 9999;
        width: 280px;
        background: #0F3254;
        padding: 15px 5px;
        margin: 0;
        min-height: 320px; }
        /* line 67, ../scss/modules/_main-nav.scss */
        .main-nav > ul > li .menu-content.is-open {
          display: block; }
        /* line 70, ../scss/modules/_main-nav.scss */
        .main-nav > ul > li .menu-content.wide {
          width: 550px; }
        /* line 73, ../scss/modules/_main-nav.scss */
        .main-nav > ul > li .menu-content .columns, .main-nav > ul > li .menu-content .column {
          padding: 5px 10px 30px 10px; }
          /* line 75, ../scss/modules/_main-nav.scss */
          .main-nav > ul > li .menu-content .columns + .columns, .main-nav > ul > li .menu-content .columns .column, .main-nav > ul > li .menu-content .column + .columns, .main-nav > ul > li .menu-content .column .column {
            border-left: 1px solid #bbbbbb; }
        /* line 79, ../scss/modules/_main-nav.scss */
        .main-nav > ul > li .menu-content li {
          display: list-item;
          text-transform: uppercase;
          font-weight: normal; }
          /* line 83, ../scss/modules/_main-nav.scss */
          .main-nav > ul > li .menu-content li a {
            color: #fff;
            font-size: 0.875em;
            padding: 5px 10px;
            display: inline-block;
            width: 100%; }
            /* line 89, ../scss/modules/_main-nav.scss */
            .main-nav > ul > li .menu-content li a:hover {
              background: #fff;
              color: #000; }
          /* line 95, ../scss/modules/_main-nav.scss */
          .main-nav > ul > li .menu-content li ul li {
            text-transform: none; }
            /* line 97, ../scss/modules/_main-nav.scss */
            .main-nav > ul > li .menu-content li ul li a {
              color: #bbbbbb;
              font-size: 0.8125em;
              padding: 4px 10px;
              line-height: 1.2; }
      /* line 107, ../scss/modules/_main-nav.scss */
      .main-nav > ul > li.current-page {
        background: #077735; }
        /* line 109, ../scss/modules/_main-nav.scss */
        .main-nav > ul > li.current-page.is-open {
          background: #0F3254; } }
@media screen and (min-width: 1221px) {/*1215px*/
  /* line 122, ../scss/modules/_main-nav.scss */
  .main-nav ul li {
    font-size: 1.1875em; }
  /* line 126, ../scss/modules/_main-nav.scss */
  .main-nav ul > li a {
    padding: 14px; } }/*17px*/
@media screen and (min-width: 87.5em) {
  /* line 138, ../scss/modules/_main-nav.scss */
  .main-nav ul > li a {
    padding: 20px } /*22px 20px 27px;*/
    /* line 140, ../scss/modules/_main-nav.scss */
    .main-nav ul > li a:after {
      margin: 0 0 0 12px; } }
/* line 1, ../scss/modules/_util-nav.scss */
.util-nav {
  display: none; }

/* line 5, ../scss/modules/_util-nav.scss */
.slicknav_nav .util-nav {
  display: inherit;
  background: #077735; }
  /* line 8, ../scss/modules/_util-nav.scss */
  .slicknav_nav .util-nav ul {
    padding: 0 0 20px 0;
    margin: 0; }
  /* line 15, ../scss/modules/_util-nav.scss */
  .slicknav_nav .util-nav li {
    padding: 0;
    margin: 0; }
  /* line 19, ../scss/modules/_util-nav.scss */
  .slicknav_nav .util-nav a {
    color: #e0eee6;
    padding: 10px;
    margin: 0px 5px;
    font-size: 14px; }
    /* line 24, ../scss/modules/_util-nav.scss */
    .slicknav_nav .util-nav a:hover {
      color: #e0eee6; }

@media screen and (min-width: 64.0625em) {
  /* line 31, ../scss/modules/_util-nav.scss */
  .util-nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    /* line 238, ../scss/tools/_mixins.scss */
    .util-nav li {
      display: inline-block;
      vertical-align: middle; }
      /* line 17, ../scss/tools/_mixins.scss */
      .lt-ie8 .util-nav li {
        display: inline;
        zoom: 1; }
    /* line 34, ../scss/modules/_util-nav.scss */
    .util-nav ul {
      margin: 0;
      padding: 0; }
    /* line 39, ../scss/modules/_util-nav.scss */
    .util-nav li a {
      text-decoration: none; }
    /* line 43, ../scss/modules/_util-nav.scss */
    .util-nav li + li:before {
      content: '|';
      color: #077735;
      margin: 0 8px; } }
/* line 1, ../scss/modules/_header-branding.scss */
.logo {
  display: inline-block;
  max-width: 180px; }

/* line 6, ../scss/modules/_header-branding.scss */
.tagline {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media screen and (min-width: 62em) {
  /* line 12, ../scss/modules/_header-branding.scss */
  .logo {
    margin: 0 0 0 20px;
    width: auto;
    max-width: none; }

  /* line 17, ../scss/modules/_header-branding.scss */
  .tagline {
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    clip: auto;
    font-weight: normal;
    color: #000;
    font-size: 1em;
    border-left: 1px solid #f6f6f6;
    padding: 0 0 0 15px;
    margin: 20px 0 0 15px; } }
@media screen and (min-width: 64.0625em) {
  /* line 29, ../scss/modules/_header-branding.scss */
  .logo {
    margin: 0;
    max-width: 240px; } }
@media screen and (min-width: 75em) {
  /* line 41, ../scss/modules/_header-branding.scss */
  .logo {
    max-width: none; }

  /* line 44, ../scss/modules/_header-branding.scss */
  .tagline {
    font-size: 1.125em;
    margin: 25px 0px 0 20px;
    padding: 0 0 0 20px; } }
/* line 1, ../scss/modules/_search-login.scss */
.search-login {
  font-size: 1.6em;
  display: inline-block;
  float: right;
  margin: 5px 0 0 0; }
  /* line 6, ../scss/modules/_search-login.scss */
  .search-login a {
    color: #000;
    padding: 0 5px 0 0;
    vertical-align: top; }
    /* line 10, ../scss/modules/_search-login.scss */
    .search-login a:hover, .search-login a.is-active {
      color: #077735; }
    /* line 15, ../scss/modules/_search-login.scss */
    .search-login a.is-active i.fa-search:before, .search-login a.is-active i.fa-user:before {
      content: "\f00d"; }
    /* line 20, ../scss/modules/_search-login.scss */
    .search-login a + a {
      border-left: 1px solid #bbbbbb;
      padding: 0 0 0 10px; }

@media screen and (min-width: 62em) {
  /* line 28, ../scss/modules/_search-login.scss */
  .search-btn-style {
    font-size: 1.5em; }

  /* line 31, ../scss/modules/_search-login.scss */
  .search-login {
    margin: 10px 0 0 0; }
    /* line 33, ../scss/modules/_search-login.scss */
    .search-login a {
      vertical-align: bottom; }
      /* line 35, ../scss/modules/_search-login.scss */
      .search-login a.login-btn-style {
        display: inline-block;
        vertical-align: middle;
        border: 0;
        padding: 10px 12px;
        color: #fff;
        font-weight: 600;
        background: #077735;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        font-size: 0.475em;
        text-decoration: none;
        margin: -5px 0 0 10px;
        -moz-transition: background, 0.5s;
        -o-transition: background, 0.5s;
        -webkit-transition: background, 0.5s;
        transition: background, 0.5s; }
        /* line 17, ../scss/tools/_mixins.scss */
        .lt-ie8 .search-login a.login-btn-style {
          display: inline;
          zoom: 1; }
        /* line 48, ../scss/modules/_search-login.scss */
        .search-login a.login-btn-style:after {
          font-family: "FontAwesome";
          content: "\f0d7";
          margin: 0 0 0 7px; }
        /* line 53, ../scss/modules/_search-login.scss */
        .search-login a.login-btn-style span {
          height: auto;
          margin: 0;
          overflow: visible;
          position: static;
          width: auto;
          clip: auto; }
        /* line 57, ../scss/modules/_search-login.scss */
        .search-login a.login-btn-style:hover {
          background-color: #044720;
          color: #fff; }
        /* line 61, ../scss/modules/_search-login.scss */
        .search-login a.login-btn-style i.fa-user {
          display: none; } }
@media screen and (min-width: 64.0625em) {
  /* line 70, ../scss/modules/_search-login.scss */
  .search-login {
    margin: 15px 0 0px 0; }
    /* line 73, ../scss/modules/_search-login.scss */
    .search-login a.search-btn-style {
      display: none; } }
/* line 1, ../scss/modules/_header-styles.scss */
.header-styles {
  border-bottom: 10px solid #000; }

@media screen and (min-width: 64.0625em) {
  /* line 6, ../scss/modules/_header-styles.scss */
  .header-styles {
    border-bottom: none; } }
/* line 1, ../scss/modules/_footer-styles.scss */
.footer-styles {
  background: #252525;
  text-align: center; }
  /* line 4, ../scss/modules/_footer-styles.scss */
  .footer-styles .logo {
    width: auto;
    max-width: none; }
  /* line 10, ../scss/modules/_footer-styles.scss */
  .footer-styles header.branding h2 {
    font-size: 0.875em;
    margin: 0.7em 0 1em 0; }
  /* line 16, ../scss/modules/_footer-styles.scss */
  .footer-styles .end-link {
    font-weight: normal; }

/* line 21, ../scss/modules/_footer-styles.scss */
.footer-section {
  padding: 15px 0;
  border-bottom: 1px solid #5d5d5d; }
  /* line 24, ../scss/modules/_footer-styles.scss */
  .footer-section:first-child {
    padding: 0 0 15px 0; }
  /* line 27, ../scss/modules/_footer-styles.scss */
  .footer-section:last-child {
    border-bottom: none; }
  /* line 30, ../scss/modules/_footer-styles.scss */
  .footer-section h2, .footer-section p, .footer-section a, .footer-section a.end-link {
    color: white; }
  /* line 33, ../scss/modules/_footer-styles.scss */
  .footer-section h2 {
    font-size: 1.4375em;
    margin: 0.3em 0 1em 0; }

@media screen and (min-width: 50em) {
  /* line 43, ../scss/modules/_footer-styles.scss */
  .footer-styles .footer-section:first-child {
    max-width: none; }
  /* line 46, ../scss/modules/_footer-styles.scss */
  .footer-styles .footer-section + .footer-section {
    max-width: 500px;
    margin: 0 auto; } }
@media screen and (min-width: 64.0625em) {
  /* line 58, ../scss/modules/_footer-styles.scss */
  .lt-ie9 .footer-styles .footer-section + .footer-section.last {
    border-right: none; }

  /* line 64, ../scss/modules/_footer-styles.scss */
  .footer-styles .footer-section {
    max-width: none; }
    /* line 66, ../scss/modules/_footer-styles.scss */
    .footer-styles .footer-section:first-child {
      max-width: none; }
    /* line 69, ../scss/modules/_footer-styles.scss */
    .footer-styles .footer-section + .footer-section {
      border-bottom: 0;
      border-right: 1px solid #5d5d5d;
      width: 33.3333%;
      float: left;
      min-height: 450px;
      margin: 40px 0 0 0;
      padding: 0 40px 0 40px;
      text-align: left; }
      /* line 78, ../scss/modules/_footer-styles.scss */
      .footer-styles .footer-section + .footer-section:nth-child(2) {
        padding: 0 40px 0 0; }
      /* line 81, ../scss/modules/_footer-styles.scss */
      .footer-styles .footer-section + .footer-section:last-child {
        border-right: none;
        padding: 0 0 0 40px; }
  /* line 87, ../scss/modules/_footer-styles.scss */
  .footer-styles .logo {
    width: 100%; }
  /* line 92, ../scss/modules/_footer-styles.scss */
  .footer-styles header.branding a {
    display: inline-block;
    float: left; }
  /* line 96, ../scss/modules/_footer-styles.scss */
  .footer-styles header.branding h2 {
    float: right;
    font-weight: 500;
    margin: 35px 0 0 0;
    font-size: 1.25em; } }
/* line 1, ../scss/modules/_dropdown-panel.scss */
.dropdown-panel {
  background: #077735;
  position: absolute;
  z-index: 9999;
  top: 100%;
  border-top: 10px solid black;
  left: 0;
  width: 100%;
  padding: 30px 15px;
  display: none; }
  /* line 11, ../scss/modules/_dropdown-panel.scss */
  .dropdown-panel input[type="text"],
  .dropdown-panel input[type="email"],
  .dropdown-panel input[type="password"],
  .dropdown-panel textarea,
  .dropdown-panel select {
    font-size: 0.875em;
    border: 1px solid #252525; }
  /* line 19, ../scss/modules/_dropdown-panel.scss */
  .dropdown-panel a {
    color: white; }
    /* line 21, ../scss/modules/_dropdown-panel.scss */
    .dropdown-panel a:hover {
      color: white;
      text-decoration: underline; }

@media screen and (min-width: 64.0625em) {
  /* line 30, ../scss/modules/_dropdown-panel.scss */
  .dropdown-panel.search-panel {
    background: transparent;
    border-top: none;
    display: block;
    padding: 0;
    top: 56px;
    right: 103px;
    left: auto;
    width: 320px; }
    /* line 39, ../scss/modules/_dropdown-panel.scss */
    .dropdown-panel.search-panel .search-input-group {
      background: #4a4a4a;
      overflow: hidden; }
      /* line 42, ../scss/modules/_dropdown-panel.scss */
      .dropdown-panel.search-panel .search-input-group input[type="search"] {
        padding: 8px;
        background: transparent;
        color: #fff; }
        /* line 63, ../scss/tools/_mixins.scss */
        .dropdown-panel.search-panel .search-input-group input[type="search"]::-webkit-input-placeholder {
          color: #fff;
          text-transform: uppercase; }
        /* line 67, ../scss/tools/_mixins.scss */
        .dropdown-panel.search-panel .search-input-group input[type="search"]:-moz-placeholder {
          color: #fff;
          text-transform: uppercase; }
        /* line 71, ../scss/tools/_mixins.scss */
        .dropdown-panel.search-panel .search-input-group input[type="search"]:-ms-input-placeholder {
          color: #fff;
          text-transform: uppercase; }
      /* line 48, ../scss/modules/_dropdown-panel.scss */
      .dropdown-panel.search-panel .search-input-group .btn.form-submit, .dropdown-panel.search-panel .search-input-group a.form-submit.btn-color1, .dropdown-panel.search-panel .search-input-group form input.form-submit[type="submit"].btn-color1, form .dropdown-panel.search-panel .search-input-group input.form-submit[type="submit"].btn-color1, .dropdown-panel.search-panel .search-input-group .form-submit.btn-color2, .dropdown-panel.search-panel .search-input-group .form-submit.btn-light {
        color: #fff;
        background: #4a4a4a; } }
@media screen and (min-width: 75em) {
  /* line 60, ../scss/modules/_dropdown-panel.scss */
  .dropdown-panel.search-panel {
    width: 315px; } }
/* line 1, ../scss/modules/_section-title.scss */
h2.section-title {
  font-weight: 400;
  font-size: 1.125em; }

/* line 6, ../scss/modules/_section-title.scss */
h2.interior-section-title {
  font-size: 1.125em;
  margin: .6em 0; }

@media screen and (min-width: 62em) {
  /* line 12, ../scss/modules/_section-title.scss */
  h2.section-title {
    margin: 0 0 1em 0;
    padding: 0 0 .8em 0;
    border-bottom: 1px solid #bbbbbb; }

  /* line 17, ../scss/modules/_section-title.scss */
  h2.interior-section-title {
    font-size: 1.5em; } }
/* line 2, ../scss/modules/_article-title.scss */
.article-title h3, .article-title span.title-text {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4; }

/* line 2, ../scss/modules/_date-block.scss */
.date-block .date {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 75px;
  background: #2e2e2e;
  color: #fff;
  text-align: center;
  padding: 5px 0 15px;
  float: left;  }
  /* line 12, ../scss/modules/_date-block.scss */
  .date-block .date .large {
    font-size: 2.25em;
    display: block; }
/* line 17, ../scss/modules/_date-block.scss */
.date-block .title-text, .date-block .text {
  display: block;
  padding: 0 0 0 90px; }

/* line 3, ../scss/modules/_article-list.scss */
.article-list header p {
  margin-bottom: 0; }
/* line 8, ../scss/modules/_article-list.scss */
.article-list article p {
  margin-top: 0; }
/* line 11, ../scss/modules/_article-list.scss */
.article-list article + article {
  margin: .6em 0; }
/* line 17, ../scss/modules/_article-list.scss */
.article-list .news-article-list article + article {
  margin: 30px 0 0 0; }
/* line 20, ../scss/modules/_article-list.scss */
.article-list .news-article-list article:nth-child(n+2) {
  display: none; }
/* line 26, ../scss/modules/_article-list.scss */
.article-list .interior-article-list article {
  padding: 10px 0 5px 0; }
  /* line 27, ../scss/modules/_article-list.scss */
  .article-list .interior-article-list article p, .article-list .interior-article-list article ul, .article-list .interior-article-list article ol {
    font-weight: 300; }
  /* line 31, ../scss/modules/_article-list.scss */
  .article-list .interior-article-list article + article {
    border-top: 1px solid #dcdcdc; }
/* line 39, ../scss/modules/_article-list.scss */
.article-list .wide-list article + article {
  padding: 25px 0 5px 0; }
/* line 43, ../scss/modules/_article-list.scss */
.article-list .wide-list h2.interior-section-title {
  margin: 0 0 .6em 0; }

@media screen and (min-width: 62em) {
  /* line 55, ../scss/modules/_article-list.scss */
  .article-list .news-article-list article:nth-child(n+2) {
    display: block; }
  /* line 62, ../scss/modules/_article-list.scss */
  .article-list .interior-article-list article p, .article-list .interior-article-list article ul, .article-list .interior-article-list article ol {
    font-size: 1em; }
  /* line 66, ../scss/modules/_article-list.scss */
  .article-list .interior-article-list.medium-last {
    border-left: 1px solid #dcdcdc; } }
/* line 1, ../scss/modules/_feature-jobs-list.scss */
.feature-jobs-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1em; }
  /* line 7, ../scss/modules/_feature-jobs-list.scss */
  .feature-jobs-list li + li {
    border-top: 1px solid #bbbbbb;
    padding: 1em 0 0 0; }
  /* line 12, ../scss/modules/_feature-jobs-list.scss */
  .feature-jobs-list .employer {
    font-weight: 500; }
  /* line 16, ../scss/modules/_feature-jobs-list.scss */
  .feature-jobs-list .job-title p {
    margin: 0; }

/* line 1, ../scss/modules/_emphasis-title.scss */
.emphasis-title {
  display: inline-block;
  width: auto;
  background: #2e2e2e;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 .8em 0 !important;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 0.8125em; }

/* Basic styling for use with the https://wordpress.org/plugins/accordion-shortcodes/ WordPress Plugin */
/* line 4, ../scss/modules/_accordion.scss */
.accordion-title:after {
  position: absolute;
  top: 10px;
  right: 15px;
  content: "\f055";
  font-size: 35px;
  font-family: "FontAwesome"; }
/* line 13, ../scss/modules/_accordion.scss */
.accordion-title.open:after {
  content: "\f056"; }

/* line 19, ../scss/modules/_accordion.scss */
.accordion-content {
  display: none;
  margin-top: 25px; }

/* line 24, ../scss/modules/_accordion.scss */
.accordion-section {
  border-bottom: 1px solid #bbbbbb; }
  /* line 26, ../scss/modules/_accordion.scss */
  .accordion-section.last-accordion {
    border-bottom: none; }
  /* line 29, ../scss/modules/_accordion.scss */
  .accordion-section.shaded {
    border: 1px solid #bbbbbb;
    background: #f0f0f0; }
    /* line 32, ../scss/modules/_accordion.scss */
    .accordion-section.shaded + .accordion-section.shaded {
      margin: 15px 0 0 0; }
  /* line 38, ../scss/modules/_accordion.scss */
  .accordion-section ol li + li {
    margin: 20px 0 0 0; }

@media screen and (min-width: 62em) {
  /* line 47, ../scss/modules/_accordion.scss */
  .accordion-section.accordion-small-only {
    border-bottom: none; }
    /* line 50, ../scss/modules/_accordion.scss */
    .accordion-section.accordion-small-only .accordion-title:after {
      content: ''; }
      /* line 53, ../scss/modules/_accordion.scss */
      .accordion-section.accordion-small-only .accordion-title:after.open:after {
        content: ''; }
  /* line 61, ../scss/modules/_accordion.scss */
  .accordion-section.accordion-persist h2.section-title {
    border-bottom: none;
    margin: 5px 0 5px 0;
    padding-bottom: 0; }
  /* line 66, ../scss/modules/_accordion.scss */
  .accordion-section.accordion-persist .accordion-content {
    display: none; }

  /* line 71, ../scss/modules/_accordion.scss */
  .accordion-content {
    display: inherit; } }
/* line 2, ../scss/modules/_callout-section.scss */
.callout-section header {
  margin: 0 0 1.3em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #bbbbbb; }
  /* line 6, ../scss/modules/_callout-section.scss */
  .callout-section header h2 {
    font-size: 2.28571em;
    font-weight: 600;
    color: #252525;
    margin: 0; }
  /* line 12, ../scss/modules/_callout-section.scss */
  .callout-section header h3 {
    margin: 0.2em 0 0 0;
    font-weight: 600;
    font-size: 1.71429em; }
/* line 18, ../scss/modules/_callout-section.scss */
.callout-section .text {
  font-size: 1.14286em; }

/* line 1, ../scss/modules/_page-header.scss */
.page-header-styles {
  background: #077735;
  margin: 0 0 20px 0; }
  /* line 4, ../scss/modules/_page-header.scss */
  .page-header-styles header {
    padding: 20px 15px; }
  /* line 7, ../scss/modules/_page-header.scss */
  .page-header-styles h1 {
    color: #fff;
    margin: 0;
    font-size: 1.5em; }

@media screen and (min-width: 50em) {
  /* line 16, ../scss/modules/_page-header.scss */
  .page-header-styles h1 {
    font-size: 1.875em;
    margin: 0 0 15px 0;
    width: 65%; }
  /* line 21, ../scss/modules/_page-header.scss */
  .page-header-styles header {
    padding: 35px 15px 15px 15px;
    background: url(../dest/page-header.png) no-repeat right; } }
/* line 2, ../scss/modules/_breadcrumbs.scss */
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 238, ../scss/tools/_mixins.scss */
  .breadcrumbs ul li {
    display: inline-block;
    vertical-align: middle; }
    /* line 17, ../scss/tools/_mixins.scss */
    .lt-ie8 .breadcrumbs ul li {
      display: inline;
      zoom: 1; }
  /* line 5, ../scss/modules/_breadcrumbs.scss */
  .breadcrumbs ul li a {
    color: #96C1A9;
    text-decoration: none; }
    /* line 8, ../scss/modules/_breadcrumbs.scss */
    .breadcrumbs ul li a:after {
      content: '>';
      margin: 0 5px 0 7px; }
  /* line 15, ../scss/modules/_breadcrumbs.scss */
  .breadcrumbs ul li:last-child a:after {
    content: ''; }

@media screen and (min-width: 50em) {
  /* line 25, ../scss/modules/_breadcrumbs.scss */
  .breadcrumbs {
    width: 65%; } }
/* line 1, ../scss/modules/_featured-event.scss */
.featured-event {
  border: 1px solid #dcdcdc;
  padding: 15px; }
  /* line 5, ../scss/modules/_featured-event.scss */
  .featured-event header h2 {
    font-size: 0.875em;
    text-transform: uppercase;
    margin: 20px 0; }

/* line 15, ../scss/modules/_featured-event.scss */
.event-details h3 {
  font-size: 1.25em;
  margin: 0 0 5px 0; }
/* line 19, ../scss/modules/_featured-event.scss */
.event-details p {
  font-weight: 600; }

/* line 1, ../scss/modules/_panel.scss */
.panel {
  border: 5px solid #dcdcdc;
  padding: 20px;
  background: #fff; }
  /* line 6, ../scss/modules/_panel.scss */
  .panel header p {
    font-size: 16px;
    font-weight: 400; }
    /* line 9, ../scss/modules/_panel.scss */
    .panel header p.emphasis-title {
      font-size: 14px; }
  /* line 14, ../scss/modules/_panel.scss */
  .panel + .panel {
    margin: 30px 0 0 0; }

@media screen and (min-width: 62em) {
  /* line 22, ../scss/modules/_panel.scss */
  aside .panel:first-child {
    margin: -100px 0 0 0; } }
/* line 1, ../scss/modules/_subheader.scss */
.subheader {
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0; }
  /* line 5, ../scss/modules/_subheader.scss */
  .subheader h2 {
    font-size: 1em;
    color: #000; }

@media screen and (min-width: 50em) {
  /* line 13, ../scss/modules/_subheader.scss */
  .subheader h2 {
    font-size: 1.25em; } }
/* line 1, ../scss/modules/_interior-section.scss */
.interior-section {
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 30px 0;
  margin: 0 0 15px 0; }

/* ==|=====================
   Module/Table
   ======================== */
/* line 6, ../scss/modules/_table.scss */
table th {
  font-weight: bold; }

/* line 7, ../scss/modules/_table.scss */
table td, table th {
  padding: 9px 10px;
  text-align: left; }

/* Mobile */
@media only screen and (max-width: 50em) {
  /* line 12, ../scss/modules/_table.scss */
  .full-btn, .month-header-row {
    display: none; }

  /* line 16, ../scss/modules/_table.scss */
  .events-listing table tr > td:first-child span.details {
    display: inline; }

  /* line 20, ../scss/modules/_table.scss */
  table.responsive {
    margin-bottom: 0; }

  /* line 24, ../scss/modules/_table.scss */
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }

  /* line 36, ../scss/modules/_table.scss */
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }

  /* line 42, ../scss/modules/_table.scss */
  .pinned td:last-child {
    border-bottom: 0; }

  /* line 46, ../scss/modules/_table.scss */
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }

  /* line 53, ../scss/modules/_table.scss */
  div.table-wrapper div.scrollable {
    margin-left: 35%;
    overflow: scroll;
    overflow-y: hidden; }

  /* line 59, ../scss/modules/_table.scss */
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }

  /* line 65, ../scss/modules/_table.scss */
  table.responsive td:first-child, table.responsive th:first-child, table.responsive.pinned td {
    display: none; } }
/* line 70, ../scss/modules/_table.scss */
.table {
  width: 100%; }
  /* line 72, ../scss/modules/_table.scss */
  .table .table-header {
    border-bottom: 2px solid white; }
  /* line 75, ../scss/modules/_table.scss */
  .table th {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 15px 20px 15px 20px;
    font-size: 14px; }
    /* line 82, ../scss/modules/_table.scss */
    .table th + th {
      border-left: 1px solid white; }
    /* line 85, ../scss/modules/_table.scss */
    .table th.month-header {
      text-align: center;
      background: #707070;
      font-weight: 400;
      font-size: 16px; }
      /* line 90, ../scss/modules/_table.scss */
      .table th.month-header + .month-header {
        border-top: 1px solid white; }
  /* line 95, ../scss/modules/_table.scss */
  .table .event-entry {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    vertical-align: top; }
    /* line 101, ../scss/modules/_table.scss */
    .table .event-entry td:first-child {
      font-size: 16px;
      padding: 15px; }
    /* line 105, ../scss/modules/_table.scss */
    .table .event-entry td.learn-more-cell {
      min-width: 190px; }
    /* line 108, ../scss/modules/_table.scss */
    .table .event-entry td.location {
      text-align: center; }

@media screen and (min-width: 50em) {
  /* line 119, ../scss/modules/_table.scss */
  .table tbody tr:nth-child(2n+1) {
    background: #e0eee6; }
  /* line 122, ../scss/modules/_table.scss */
  .table tbody + tbody {
    border-top: 1px solid white; }
  /* line 128, ../scss/modules/_table.scss */
  .table .event-entry td:first-child {
    font-size: 24px;
    padding: 20px; } }
/* line 1, ../scss/modules/_article-info.scss */
.article-info {
  border-top: 1px solid #bbbbbb;
  padding: 0.5em 0 0 0;
  margin: 1em 0 1em 0; }
  /* line 5, ../scss/modules/_article-info.scss */
  .article-info p {
    font-weight: 400 !important; }
    /* line 7, ../scss/modules/_article-info.scss */
    .article-info p:first-of-type {
      margin: 0 0 .5em 0; }
  /* line 11, ../scss/modules/_article-info.scss */
  .article-info h3 {
    text-transform: uppercase;
    font-size: 0.875em; }

	
	li#menu-item-4970 a::after {
		display: none;
	}