@import url('app-blessed1.css?z=1441391226380');

/**
 * 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 290, ../../../../../node_modules/zurb-foundation-5/scss/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 302, ../../../../../node_modules/zurb-foundation-5/scss/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../../../../../node_modules/zurb-foundation-5/scss/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 322, ../../../../../node_modules/zurb-foundation-5/scss/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 334, ../../../../../node_modules/zurb-foundation-5/scss/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 346, ../../../../../node_modules/zurb-foundation-5/scss/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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../../../../../node_modules/zurb-foundation-5/scss/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../../../../../node_modules/zurb-foundation-5/scss/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 379, ../../../../../node_modules/zurb-foundation-5/scss/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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../../../../../node_modules/zurb-foundation-5/scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../../../../../node_modules/zurb-foundation-5/scss/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 408, ../../../../../node_modules/zurb-foundation-5/scss/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../../../../../node_modules/zurb-foundation-5/scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../../../../../node_modules/zurb-foundation-5/scss/normalize.scss */
td,
th {
  padding: 0;
}

/* line 2, ../../../../../scss/parts/__buttons.scss */
button.white, a.button.white, section#front-slider-container > aside a.white.button {
  background: #fff;
  color: darkblue;
  font-weight: bold;
}
/* line 6, ../../../../../scss/parts/__buttons.scss */
button.white.tiny, a.button.white.tiny, section#front-slider-container > aside a.white.tiny.button {
  font-size: 0.875rem;
}
/* line 10, ../../../../../scss/parts/__buttons.scss */
button.purple, section#front-slider-container > aside li:nth-child(3n+1) button.button, a.button.purple, section#front-slider-container > aside li:nth-child(3n+1) a.button, section#front-slider-container > aside a.purple.button {
  background: #66297d;
}
/* line 13, ../../../../../scss/parts/__buttons.scss */
button.large, section#front-slider-container > aside button.button, a.button.large, section#front-slider-container > aside a.button {
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 1rem 2.9375rem 1.0625rem;
}
/* line 19, ../../../../../scss/parts/__buttons.scss */
button.blue, section#front-slider-container > aside li:nth-child(3n+3) button.button, a.button.blue, section#front-slider-container > aside li:nth-child(3n+3) a.button, section#front-slider-container > aside a.blue.button {
  background: #298fc2;
}
/* line 22, ../../../../../scss/parts/__buttons.scss */
button.blue-dark, section#front-slider-container > aside li:nth-child(3n+2) button.button, a.button.blue-dark, section#front-slider-container > aside li:nth-child(3n+2) a.button, section#front-slider-container > aside a.blue-dark.button {
  background: #003366;
}

/* line 26, ../../../../../scss/parts/__buttons.scss */
a.back::before {
  content: "\00AB";
  display: inline-block;
  padding-right: 0.25rem;
}

/* line 3, ../../../../../scss/parts/__base.scss */
.tablet-show {
  display: none;
}

/* line 7, ../../../../../scss/parts/__base.scss */
.mobile-show {
  display: none;
}

/* line 12, ../../../../../scss/parts/__base.scss */
.aligncenter {
  display: block;
  margin: 0 auto;
}

/* line 13, ../../../../../scss/parts/__base.scss */
.alignleft {
  float: left;
}

/* line 14, ../../../../../scss/parts/__base.scss */
.alignright {
  float: right;
}

/* line 17, ../../../../../scss/parts/__base.scss */
a {
  transition: all 0.2s ease-in-out;
}

/* line 21, ../../../../../scss/parts/__base.scss */
.clear {
  clear: both;
}

/* line 172, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.clearfix:before, .post .dateline:before, article.type-event .dateline:before, .post footer:before, article.type-event footer:before, nav.ordinal.blog:before, article.type-event .dateline dt.start-date:before, article.type-event .dateline dt.end-date:before, .clearfix:after, .post .dateline:after, article.type-event .dateline:after, .post footer:after, .search-results article footer:after, article.type-event footer:after, nav.ordinal.blog:after, article.type-event .dateline dt.start-date:after, article.type-event .dateline dt.end-date:after {
  content: " ";
  display: table;
}
/* line 173, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.clearfix:after, .post .dateline:after, article.type-event .dateline:after, .post footer:after, article.type-event footer:after, nav.ordinal.blog:after, article.type-event .dateline dt.start-date:after, article.type-event .dateline dt.end-date:after {
  clear: both;
}

/* line 24, ../../../../../scss/parts/__base.scss */
.full-width {
  width: 100%;
}

/* line 28, ../../../../../scss/parts/__base.scss */
.full-width-row {
  max-width: 100%;
}

/* line 33, ../../../../../scss/parts/__base.scss */
.site-button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 22px;
  background-color: #66297d;
}
/* line 161, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_buttons.scss */
.site-button:hover, .site-button:focus {
  background-color: #007095;
}
/* line 167, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_buttons.scss */
.site-button:hover, .site-button:focus {
  color: #fff;
}
/* line 41, ../../../../../scss/parts/__base.scss */
.site-button:hover {
  background-color: #4e2060;
}

/* line 46, ../../../../../scss/parts/__base.scss */
.show-for-sr, .post .dateline dt, article.type-event .dateline dt, aside.filters fieldset legend {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 48, ../../../../../scss/parts/__base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 52, ../../../../../scss/parts/__base.scss */
.show-js .no-js {
  display: hidden;
}

/* line 58, ../../../../../scss/parts/__base.scss */
.gallery .attachment-thumbnail {
  border: none !important;
}

/* line 63, ../../../../../scss/parts/__base.scss */
.typography {
  /* small displays */
  /* medium displays */
  /* large displays */
  /* xlarge displays */
  /* xxlarge displays */
  /* Orientation targeting */
  /* Specific visibility for tables */
  /* Touch-enabled device targeting */
  /* Specific visibility for tables */
  /* Print visibility */
}
  font-family: "/{{VERSION}}/";
}
/* line 351, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}
/* line 356, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}
/* line 361, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}
/* line 366, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}
/* line 371, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}
/* line 376, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography meta.foundation-data-attribute-namespace {
  font-family: false;
}
/* line 383, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography html, .typography body {
  height: 100%;
}
/* line 386, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography *,
.typography *:before,
.typography *:after {
  box-sizing: border-box;
}
/* line 392, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography html,
.typography body {
  font-size: 100%;
}
/* line 396, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}
/* line 409, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography a:hover {
  cursor: pointer;
}
/* line 412, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography img {
  max-width: 100%;
  height: auto;
}
/* line 414, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography img {
  -ms-interpolation-mode: bicubic;
}
/* line 418, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography #map_canvas img,
.typography #map_canvas embed,
.typography #map_canvas object,
.typography .map_canvas img,
.typography .map_canvas embed,
.typography .map_canvas object {
  max-width: none !important;
}
/* line 425, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography .left {
  float: left !important;
}
/* line 426, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography .right {
  float: right !important;
}
/* line 172, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography .clearfix:before, .typography .post .dateline:before, .post .typography .dateline:before, .typography article.type-event .dateline:before, article.type-event .typography .dateline:before, .typography .post footer:before, .post .typography footer:before, .typography article.type-event footer:before, article.type-event .typography footer:before, .typography nav.ordinal.blog:before, .typography article.type-event .dateline dt.start-date:before, article.type-event .dateline .typography dt.start-date:before, .typography article.type-event .dateline dt.end-date:before, article.type-event .dateline .typography dt.end-date:before, .typography .clearfix:after, .typography .post .dateline:after, .post .typography .dateline:after, .typography article.type-event .dateline:after, article.type-event .typography .dateline:after, .typography .post footer:after, .post .typography footer:after, .typography article.type-event footer:after, article.type-event .typography footer:after, .typography nav.ordinal.blog:after, .typography article.type-event .dateline dt.start-date:after, article.type-event .dateline .typography dt.start-date:after, .typography article.type-event .dateline dt.end-date:after, article.type-event .dateline .typography dt.end-date:after {
  content: " ";
  display: table;
}
/* line 173, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography .clearfix:after, .typography .post .dateline:after, .post .typography .dateline:after, .typography article.type-event .dateline:after, article.type-event .typography .dateline:after, .typography .post footer:after, .post .typography footer:after, .typography article.type-event footer:after, article.type-event .typography footer:after, .typography nav.ordinal.blog:after, .typography article.type-event .dateline dt.start-date:after, article.type-event .dateline .typography dt.start-date:after, .typography article.type-event .dateline dt.end-date:after, article.type-event .dateline .typography dt.end-date:after {
  clear: both;
}
/* line 430, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography .hide {
  display: none !important;
  visibility: hidden;
}
/* line 436, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography .invisible {
  visibility: hidden;
}
/* line 442, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 445, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography img {
  display: inline-block;
  vertical-align: middle;
}
/* line 455, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography textarea {
  height: auto;
  min-height: 50px;
}
/* line 458, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.typography select {
  width: 100%;
}
@media only screen {
  /* line 244, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .show-for-small-only, .typography .show-for-small-up, .typography .hide-for-medium-only, .typography .hide-for-medium-up, .typography .hide-for-large-only, .typography .hide-for-large-up, .typography .hide-for-xlarge-only, .typography .hide-for-xlarge-up, .typography .hide-for-xxlarge-only, .typography .hide-for-xxlarge-up {
    display: inherit !important;
  }
  /* line 247, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .hide-for-small-only, .typography .hide-for-small-up, .typography .show-for-medium-only, .typography .show-for-medium-up, .typography .show-for-large-only, .typography .show-for-large-up, .typography .show-for-xlarge-only, .typography .show-for-xlarge-up, .typography .show-for-xxlarge-only, .typography .show-for-xxlarge-up {
    display: none !important;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 244, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .hide-for-small-only, .typography .show-for-small-up, .typography .show-for-medium-only, .typography .show-for-medium-up, .typography .hide-for-large-only, .typography .hide-for-large-up, .typography .hide-for-xlarge-only, .typography .hide-for-xlarge-up, .typography .hide-for-xxlarge-only, .typography .hide-for-xxlarge-up {
    display: inherit !important;
  }
  /* line 247, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .show-for-small-only, .typography .hide-for-small-up, .typography .hide-for-medium-only, .typography .hide-for-medium-up, .typography .show-for-large-only, .typography .show-for-large-up, .typography .show-for-xlarge-only, .typography .show-for-xlarge-up, .typography .show-for-xxlarge-only, .typography .show-for-xxlarge-up {
    display: none !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 244, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .hide-for-small-only, .typography .show-for-small-up, .typography .hide-for-medium-only, .typography .show-for-medium-up, .typography .show-for-large-only, .typography .show-for-large-up, .typography .hide-for-xlarge-only, .typography .hide-for-xlarge-up, .typography .hide-for-xxlarge-only, .typography .hide-for-xxlarge-up {
    display: inherit !important;
  }
  /* line 247, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .show-for-small-only, .typography .hide-for-small-up, .typography .show-for-medium-only, .typography .hide-for-medium-up, .typography .hide-for-large-only, .typography .hide-for-large-up, .typography .show-for-xlarge-only, .typography .show-for-xlarge-up, .typography .show-for-xxlarge-only, .typography .show-for-xxlarge-up {
    display: none !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 244, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .hide-for-small-only, .typography .show-for-small-up, .typography .hide-for-medium-only, .typography .show-for-medium-up, .typography .hide-for-large-only, .typography .show-for-large-up, .typography .show-for-xlarge-only, .typography .show-for-xlarge-up, .typography .hide-for-xxlarge-only, .typography .hide-for-xxlarge-up {
    display: inherit !important;
  }
  /* line 247, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .show-for-small-only, .typography .hide-for-small-up, .typography .show-for-medium-only, .typography .hide-for-medium-up, .typography .show-for-large-only, .typography .hide-for-large-up, .typography .hide-for-xlarge-only, .typography .hide-for-xlarge-up, .typography .show-for-xxlarge-only, .typography .show-for-xxlarge-up {
    display: none !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 244, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .hide-for-small-only, .typography .show-for-small-up, .typography .hide-for-medium-only, .typography .show-for-medium-up, .typography .hide-for-large-only, .typography .show-for-large-up, .typography .hide-for-xlarge-only, .typography .show-for-xlarge-up, .typography .show-for-xxlarge-only, .typography .show-for-xxlarge-up {
    display: inherit !important;
  }
  /* line 247, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .show-for-small-only, .typography .hide-for-small-up, .typography .show-for-medium-only, .typography .hide-for-medium-up, .typography .show-for-large-only, .typography .hide-for-large-up, .typography .show-for-xlarge-only, .typography .hide-for-xlarge-up, .typography .hide-for-xxlarge-only, .typography .hide-for-xxlarge-up {
    display: none !important;
  }
}
/* line 285, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography .show-for-landscape,
.typography .hide-for-portrait {
  display: inherit !important;
}
/* line 287, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography .hide-for-landscape,
.typography .show-for-portrait {
  display: none !important;
}
/* line 292, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography table.hide-for-landscape, .typography table.show-for-portrait {
  display: table !important;
}
/* line 296, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography thead.hide-for-landscape, .typography thead.show-for-portrait {
  display: table-header-group !important;
}
/* line 300, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography tbody.hide-for-landscape, .typography tbody.show-for-portrait {
  display: table-row-group !important;
}
/* line 304, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography tr.hide-for-landscape, .typography tr.show-for-portrait {
  display: table-row !important;
}
/* line 309, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography td.hide-for-landscape, .typography td.show-for-portrait,
.typography th.hide-for-landscape,
.typography th.show-for-portrait {
  display: table-cell !important;
}
@media only screen and (orientation: landscape) {
  /* line 63, ../../../../../scss/parts/__base.scss */
  .typography {
    /* Specific visibility for tables */
  }
  /* line 314, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .show-for-landscape,
  .typography .hide-for-portrait {
    display: inherit !important;
  }
  /* line 316, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .hide-for-landscape,
  .typography .show-for-portrait {
    display: none !important;
  }
  /* line 321, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography table.show-for-landscape, .typography table.hide-for-portrait {
    display: table !important;
  }
  /* line 325, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography thead.show-for-landscape, .typography thead.hide-for-portrait {
    display: table-header-group !important;
  }
  /* line 329, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography tbody.show-for-landscape, .typography tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  /* line 333, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography tr.show-for-landscape, .typography tr.hide-for-portrait {
    display: table-row !important;
  }
  /* line 338, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography td.show-for-landscape, .typography td.hide-for-portrait,
  .typography th.show-for-landscape,
  .typography th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 63, ../../../../../scss/parts/__base.scss */
  .typography {
    /* Specific visibility for tables */
  }
  /* line 344, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .show-for-portrait,
  .typography .hide-for-landscape {
    display: inherit !important;
  }
  /* line 346, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .hide-for-portrait,
  .typography .show-for-landscape {
    display: none !important;
  }
  /* line 351, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography table.show-for-portrait, .typography table.hide-for-landscape {
    display: table !important;
  }
  /* line 355, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography thead.show-for-portrait, .typography thead.hide-for-landscape {
    display: table-header-group !important;
  }
  /* line 359, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography tbody.show-for-portrait, .typography tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  /* line 363, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography tr.show-for-portrait, .typography tr.hide-for-landscape {
    display: table-row !important;
  }
  /* line 368, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography td.show-for-portrait, .typography td.hide-for-landscape,
  .typography th.show-for-portrait,
  .typography th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* line 374, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography .show-for-touch {
  display: none !important;
}
/* line 375, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography .hide-for-touch {
  display: inherit !important;
}
/* line 376, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography .touch .show-for-touch {
  display: inherit !important;
}
/* line 377, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography .touch .hide-for-touch {
  display: none !important;
}
/* line 380, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography table.hide-for-touch {
  display: table !important;
}
/* line 381, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography .touch table.show-for-touch {
  display: table !important;
}
/* line 382, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography thead.hide-for-touch {
  display: table-header-group !important;
}
/* line 383, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography .touch thead.show-for-touch {
  display: table-header-group !important;
}
/* line 384, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography tbody.hide-for-touch {
  display: table-row-group !important;
}
/* line 385, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography .touch tbody.show-for-touch {
  display: table-row-group !important;
}
/* line 386, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography tr.hide-for-touch {
  display: table-row !important;
}
/* line 387, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography .touch tr.show-for-touch {
  display: table-row !important;
}
/* line 388, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography td.hide-for-touch {
  display: table-cell !important;
}
/* line 389, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography .touch td.show-for-touch {
  display: table-cell !important;
}
/* line 390, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography th.hide-for-touch {
  display: table-cell !important;
}
/* line 391, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
.typography .touch th.show-for-touch {
  display: table-cell !important;
}
@media print {
  /* line 396, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .show-for-print {
    display: block;
  }
  /* line 397, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography .hide-for-print {
    display: none;
  }
  /* line 399, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography table.show-for-print {
    display: table !important;
  }
  /* line 400, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 401, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 402, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography tr.show-for-print {
    display: table-row !important;
  }
  /* line 403, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography td.show-for-print {
    display: table-cell !important;
  }
  /* line 404, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_visibility.scss */
  .typography th.show-for-print {
    display: table-cell !important;
  }
}
/* line 11, ../../../../../scss/editor.scss */
.typography * {
  font-family: Arial, sans-serif;
}
/* line 14, ../../../../../scss/editor.scss */
.typography p {
  line-height: 1.4375rem;
  margin-bottom: 1.0625rem;
  color: #666;
}
/* line 18, ../../../../../scss/editor.scss */
.typography p.alignright {
  text-align: right;
}
/* line 22, ../../../../../scss/editor.scss */
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  font-weight: normal;
  font-family: Arial, sans-serif;
  color: #666;
  margin-top: 1.3125rem;
}
.typography h2 {
  color: #66297D;
}
.typography h3 {
  color: #666;
}
color: #66297D;
/* line 29, ../../../../../scss/editor.scss */
.typography h1 {
  font-size: 2rem;
}
/* line 33, ../../../../../scss/editor.scss */
.typography h2 {
  font-size: 1.75rem;
}
/* line 36, ../../../../../scss/editor.scss */
.typography h3 {
  font-size: 1.5rem;
}
/* line 40, ../../../../../scss/editor.scss */
.typography h4 {
  font-size: 1.3125rem;
}
/* line 44, ../../../../../scss/editor.scss */
.typography h5 {
  margin-top: 1.125rem;
}
/* line 48, ../../../../../scss/editor.scss */
.typography h6 {
  margin-top: 1rem;
}
/* line 53, ../../../../../scss/editor.scss */
.typography ul li, .typography ol li {
  color: #666;
}
/* line 59, ../../../../../scss/editor.scss */
.typography img {
  margin: 1.25rem auto;
  display: block;
  clear: both;
}
/* line 64, ../../../../../scss/editor.scss */
.typography img.alignright, .typography img.alignleft {
  float: none;
}
@media only screen and (min-width: 40.063em) {
  /* line 59, ../../../../../scss/editor.scss */
  .typography img {
    margin: 0.3125rem 0 0;
    display: inline-block;
    clear: none;
  }
  /* line 69, ../../../../../scss/editor.scss */
  .typography img.alignright {
    margin-left: 1.25rem;
    float: right;
  }
  /* line 73, ../../../../../scss/editor.scss */
  .typography img.alignleft {
    margin-right: 1.25rem;
    float: left;
  }
  /* line 77, ../../../../../scss/editor.scss */
  .typography img.aligncenter {
    display: block;
    clear: both;
    margin: 0.3125rem auto 1.0625rem auto;
  }
}

/* line 67, ../../../../../scss/parts/__base.scss */
ul.block-list {
  margin-left: 0;
}
/* line 69, ../../../../../scss/parts/__base.scss */
ul.block-list li {
  list-style: none;
}

/* line 74, ../../../../../scss/parts/__base.scss */
.bottom-padding {
  padding-bottom: 55px;
}

/* line 78, ../../../../../scss/parts/__base.scss */
.search .posts {
  padding-top: 2.0625rem;
}

/* line 172, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
#main-header:before, #main-header:after {
  content: " ";
  display: table;
}
/* line 173, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
#main-header:after {
  clear: both;
}

/* line 5, ../../../../../scss/parts/__header.scss */
#main-navigation-cont {
  background-color: #fff;
  border-bottom: 0.375rem solid #003366;
}
/* line 9, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .logo {
  float: left;
  position: relative;
  top: 1.25rem;
}
/* line 14, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .title-area {
  height: 5.625rem;
}
/* line 17, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .top-bar {
  height: 5.625rem;
}
/* line 19, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .top-bar.expanded {
  height: auto;
}
/* line 21, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .top-bar.expanded .title-area {
  background: #fff;
}
/* line 25, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .top-bar.expanded .top-bar-section ul {
  border-top: 2px solid #aaa;
}
/* line 29, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .top-bar.expanded li.back h5 a,
#main-navigation-cont .top-bar.expanded li.menu-item li > a:hover {
  background: #003366 !important;
  color: #fff !important;
}
/* line 34, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .top-bar.expanded li.menu-item,
#main-navigation-cont .top-bar.expanded li.parent-link {
  border-bottom: 1px solid #dfdfdf;
}
/* line 38, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .top-bar.expanded li .sub-menu a,
#main-navigation-cont .top-bar.expanded li.parent-link a {
  background: #fff !important;
  color: #666;
}
/* line 44, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .top-bar .menu-icon a {
  height: 5.625rem;
  line-height: 5.625rem;
  position: relative;
  top: -1.75rem;
}
/* line 53, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .top-bar-section .has-dropdown > a {
  position: relative;
  transition: all 0.0s ease-in-out;
}
/* line 56, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .top-bar-section .has-dropdown > a:after {
  padding-top: 0.4rem;
  border: none;
  background: url("../img/bar_arrow_blue.png") center no-repeat;
  width: 0.625rem;
  height: 0.375rem;
}
/* line 64, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .top-bar-section ul li > a,
#main-navigation-cont .top-bar-section ul li,
#main-navigation-cont .top-bar {
  background: #fff;
  color: #666;
  font-weight: bold;
}
/* line 71, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .top-bar:not(.expanded) .top-bar-section li:hover,
#main-navigation-cont top-bar:not(.expanded) .top-bar-section li.hover a {
  background: #003366;
  color: #fff;
}
/* line 75, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .top-bar:not(.expanded) .top-bar-section li:hover a:hover,
#main-navigation-cont top-bar:not(.expanded) .top-bar-section li.hover a a:hover {
  background: #003366;
  color: #fff;
}
/* line 80, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .top-bar-section ul.sub-menu li > a {
  background: #298fc2 !important;
  color: #fff;
  font-weight: normal;
}
/* line 83, ../../../../../scss/parts/__header.scss */
#main-navigation-cont .top-bar-section ul.sub-menu li > a:hover {
  background: #003366 !important;
}

/* line 89, ../../../../../scss/parts/__header.scss */
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
  content: "";
}

/* line 93, ../../../../../scss/parts/__header.scss */
.top-nav {
  background: #298fc2;
  position: relative;
  z-index: 10;
}
/* line 97, ../../../../../scss/parts/__header.scss */
.top-nav .top-bar {
  background: #298fc2;
}

/* line 102, ../../../../../scss/parts/__header.scss */
.top-bar-section .has-dropdown > a:after {
  border: none;
  background: url("../img/bar_arrow_white.png") center no-repeat;
  width: 0.625rem;
  height: 0.375rem;
}

/* line 109, ../../../../../scss/parts/__header.scss */
#btn-show-search-form {
  margin-top: -2px;
  position: relative;
  padding-bottom: 2px;
}

/* line 115, ../../../../../scss/parts/__header.scss */
#top-search-form {
  background: #003366;
  float: right;
  height: auto;
  margin: 0 0 -3.9375rem;
  padding: 0.3125rem;
  position: relative;
  top: 1.875rem;
  width: 12.5rem;
  z-index: 9;
}
/* line 125, ../../../../../scss/parts/__header.scss */
#top-search-form input, #top-search-form button {
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1.75rem;
  color: #fff;
  font-size: 14px;
}
#top-search-form input {
  text-align: left;
  color: #666;
  padding: 0 4px;
}
/* line 132, ../../../../../scss/parts/__header.scss */
#top-search-form button {
  text-align: center;
  line-height: 1.75rem;
}

/* line 1, ../../../../../scss/parts/__footer.scss */
.socialdiv {
  background-color: #68afce;
  width: 100%;
  padding-top: 20px;
}
/* line 5, ../../../../../scss/parts/__footer.scss */
.socialdiv .rowWrapper {
  width: 80%;
  margin: auto;
  text-align: justify;
}
/* line 9, ../../../../../scss/parts/__footer.scss */
.socialdiv .rowWrapper h3 {
  text-align: center;
  color: #FFF;
  font-style: italic;
}
/* line 14, ../../../../../scss/parts/__footer.scss */
.socialdiv .rowWrapper img {
  height: 64px;
  width: 64px;
}
/* line 19, ../../../../../scss/parts/__footer.scss */
.socialdiv .rowWrapper .stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
/* line 27, ../../../../../scss/parts/__footer.scss */
.socialdiv #social-right {
  color: #e6e6e6;
  padding: 12px 0;
  background-color: #66297d;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/* line 38, ../../../../../scss/parts/__footer.scss */
#social-container {
  clear: both;
}

/* line 41, ../../../../../scss/parts/__footer.scss */
#social-bar {
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
/* line 51, ../../../../../scss/parts/__footer.scss */
#social-bar #social-left {
  padding: 5px;
  height: 100%;
  background-color: #298fc2;
  padding-top: 5px;
  color: #FFFFFF;
  font-style: italic;
  display: inline-block;
  float: left;
  text-align: right;
  position: relative;
}
/* line 63, ../../../../../scss/parts/__footer.scss */
#social-bar #social-left span {
  line-height: 43px;
}
/* line 67, ../../../../../scss/parts/__footer.scss */
#social-bar #social-left:after {
  z-index: 100;
  content: '';
  width: 0;
  height: 0;
  border-right: 33px solid transparent;
  border-bottom: 55px solid #298fc2;
  position: absolute;
  top: 0px;
  right: -33px;
}
/* line 79, ../../../../../scss/parts/__footer.scss */
#social-bar #social-middle {
  padding: 12px 20px 12px 60px;
  height: 100%;
  background-color: #68afce;
  display: inline-block;
  text-align: justify;
  position: relative;
}
/* line 87, ../../../../../scss/parts/__footer.scss */
#social-bar #social-middle a {
  display: inline-block;
  font-size: 30px;
  line-height: 1.25em;
  vertical-align: middle;
  color: #E6E6E6;
}
#social-bar #social-middle a:hover, .socialdiv.show-for-small-only .rowWrapper a:hover {
  color: #fff;
}
@media screen and (max-width:640px) {
  .socialdiv.show-for-small-only .rowWrapper a {
    display: inline-block;
    font-size: 50px;
    line-height: 1.25em;
    vertical-align: middle;
    color: #E6E6E6;
  }
}
/* line 91, ../../../../../scss/parts/__footer.scss */
#social-bar #social-middle .stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
/* line 98, ../../../../../scss/parts/__footer.scss */
#social-bar #social-middle:after {
  z-index: 100;
  content: '';
  width: 0;
  height: 0;
  border-right: 33px solid transparent;
  border-bottom: 55px solid #68afce;
  position: absolute;
  top: 0px;
  right: -33px;
}
/* line 111, ../../../../../scss/parts/__footer.scss */
#social-bar #social-right {
  color: #e6e6e6;
  padding: 12px 0 12px 45px;
  height: 100%;
  background-color: #66297d;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  min-width: 360px;
}
/* line 124, ../../../../../scss/parts/__footer.scss */
#social-bar #social-right:after {
  z-index: 100;
  content: '';
  width: 0;
  height: 0;
  border-right: 33px solid transparent;
  border-bottom: 55px solid #66297d;
  position: absolute;
  top: 0px;
  right: -33px;
}

/* line 137, ../../../../../scss/parts/__footer.scss */
.fixed_bar {
  position: relative !important;
  bottom: auto !important;
  top: -55px;
  margin-bottom: -55px;
}

/* line 152, ../../../../../scss/parts/__footer.scss */
.footer {
  background-color: #298fc2;
  padding: 2%;
  text-align: left;
  color: #fff;
  display: block;
  z-index: 4;
}
/* line 154, ../../../../../scss/parts/__footer.scss */
.footer .columns {
  /*padding: 0px 3%;*/
}
/* line 163, ../../../../../scss/parts/__footer.scss */
.footer #left-footer {
  display: block;
  padding: 0 3%;
}
/* line 167, ../../../../../scss/parts/__footer.scss */
.footer #left-footer .text-left {
  color: #e6e6e6;
  font-size: 14px;
  padding: 10px 0 0 15px;
}
/* line 173, ../../../../../scss/parts/__footer.scss */
.footer #left-footer img {
  width: 100%;
}
/* line 177, ../../../../../scss/parts/__footer.scss */
.footer #left-footer div {
  margin: auto;
  display: block;
}

/* line 186, ../../../../../scss/parts/__footer.scss */
.footer .listHeader {
  display: block;
  color: #fff;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: bold;
}
/* line 194, ../../../../../scss/parts/__footer.scss */
.footer p {
  font-weight: 300;
  font-size: 14px;
}
/* line 199, ../../../../../scss/parts/__footer.scss */
.footer .footer-menu-nav {
  border-left: 1px solid #68AFCE;
}
/* line 202, ../../../../../scss/parts/__footer.scss */
.footer .footer-menu-nav #menu-footer-nav {
  list-style: none;
  margin-left: 0;
  padding: 0;
  float: left;
}
/* line 208, ../../../../../scss/parts/__footer.scss */
.footer .footer-menu-nav #menu-footer-nav > li > a {
  display: none;
  position: absolute;
}
/* line 214, ../../../../../scss/parts/__footer.scss */
.footer .footer-menu-nav #menu-footer-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 27%;
  margin-left: 6%;
  float: left;
}
/* line 223, ../../../../../scss/parts/__footer.scss */
.footer .footer-menu-nav #menu-footer-nav li ul {
  margin-left: 0;
}
/* line 227, ../../../../../scss/parts/__footer.scss */
.footer .footer-menu-nav #menu-footer-nav li ul li {
  width: 100%;
  display: block;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: bold;
}
/* line 236, ../../../../../scss/parts/__footer.scss */
.footer .footer-menu-nav #menu-footer-nav li ul li a {
  color: #fff;
}
/* line 240, ../../../../../scss/parts/__footer.scss */
.footer .footer-menu-nav #menu-footer-nav li ul li li {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
/* line 247, ../../../../../scss/parts/__footer.scss */
.footer .footer-menu-nav #menu-footer-nav li ul li li a {
  color: #e6e6e6;
}
/* line 257, ../../../../../scss/parts/__footer.scss */
.footer a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 40.063em) {
  /* line 265, ../../../../../scss/parts/__footer.scss */
  .footer .columns:nth-child(n+2) {
    min-height: 280px;
  }
}
@media (max-width: 961px) {
  /* line 272, ../../../../../scss/parts/__footer.scss */
  .footer {
    display: block;
  }
  /* line 274, ../../../../../scss/parts/__footer.scss */
  .footer p {
    max-width: 490px;
    margin: auto;
  }
  /* line 278, ../../../../../scss/parts/__footer.scss */
  .footer .footer-border-left {
    border: none;
  }
  /* line 281, ../../../../../scss/parts/__footer.scss */
  .footer #left-footer {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 286, ../../../../../scss/parts/__footer.scss */
  .footer #left-footer .newsletter {
    margin-top: 20px;
  }
  /* line 288, ../../../../../scss/parts/__footer.scss */
  .footer #left-footer .newsletter input[type="text"] {
    max-width: 490px;
    margin: auto;
  }
  /* line 292, ../../../../../scss/parts/__footer.scss */
  .footer #left-footer .newsletter .submit {
    float: none;
  }
  /* line 297, ../../../../../scss/parts/__footer.scss */
  .footer .footer-menu-nav {
    width: 100%;
    border: none;
  }
  /* line 301, ../../../../../scss/parts/__footer.scss */
  .footer .columns {
    display: block;
  }
  /* line 304, ../../../../../scss/parts/__footer.scss */
  .footer .small-3 {
    width: 33.33%;
  }
}
/* line 2, ../../../../../scss/parts/__page.scss */
body.page .typography {
  padding: 1rem 0 5rem;
}
body.page .large-12 .typography {
    padding-left: 0;
}
body.page .typography.excerpt {
    padding-bottom: 0;
}
/* line 5, ../../../../../scss/parts/__page.scss */
body.page .typography a {
  word-wrap: break-word;
}
/* line 16, ../../../../../scss/parts/__page.scss */
body.page .posts li footer {
  margin-bottom: 4.1875rem;
}
body.page-template-page-blog .posts li footer {
    margin-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.5rem;
}

/* line 1, ../../../../../scss/parts/__article-header.scss */
header.article-header {
  background: #dfdfdf;
  padding: 0.3125rem 0 0.875rem;
}
/* line 5, ../../../../../scss/parts/__article-header.scss */
header.article-header > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70.625rem;
}
/* line 172, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
header.article-header > div:before, header.article-header > div:after {
  content: " ";
  display: table;
}
/* line 173, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
header.article-header > div:after {
  clear: both;
}
/* line 7, ../../../../../scss/parts/__article-header.scss */
header.article-header > div > div {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
/* line 9, ../../../../../scss/parts/__article-header.scss */
header.article-header h1 {
  font-weight: 800;
  font-size: 2.25rem;
  margin-top: 0.5625rem;
  margin-bottom: 0.25rem;
  color: #003366;
  line-height: 1.1em;
}
body.single-post header.article-header h1 {
    height: 0;
    visibility: hidden;
}
@media only screen and (min-width: 40.063em) {
  /* line 18, ../../../../../scss/parts/__article-header.scss */
  header.article-header .copy {
    padding-right: 1.5625rem !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 18, ../../../../../scss/parts/__article-header.scss */
  header.article-header .copy {
    padding-right: 3.4375rem !important;
  }
}
/* line 27, ../../../../../scss/parts/__article-header.scss */
header.article-header .image-container {
  width: 100%;
  height: auto;
  margin: auto;
}
body.single-post header.article-header .image-container {
  display: none;
}
/* line 33, ../../../../../scss/parts/__article-header.scss */
header.article-header .summary p {
  line-height: 1.4375rem;
}

/* line 38, ../../../../../scss/parts/__article-header.scss */
nav.breadcrumbs {
  display: block;
  padding: 0.5625rem 0 0.5625rem 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0;
  background-color: transparent;
  border-color: transparent;
}
/* line 40, ../../../../../scss/parts/__article-header.scss */
nav.breadcrumbs > li {
  margin: 0;
  float: left;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  text-transform: none;
  color: #666;
}
/* line 68, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_breadcrumbs.scss */
nav.breadcrumbs > li:hover a, nav.breadcrumbs > li:focus a {
  text-decoration: none;
}
/* line 70, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_breadcrumbs.scss */
nav.breadcrumbs > li a {
  color: #298fc2;
}
/* line 75, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_breadcrumbs.scss */
nav.breadcrumbs > li.current {
  cursor: default;
  color: #666;
}
/* line 78, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_breadcrumbs.scss */
nav.breadcrumbs > li.current a {
  cursor: default;
  color: #666;
}
/* line 83, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_breadcrumbs.scss */
nav.breadcrumbs > li.current:hover, nav.breadcrumbs > li.current:hover a, nav.breadcrumbs > li.current:focus, nav.breadcrumbs > li.current:focus a {
  text-decoration: none;
}
/* line 88, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_breadcrumbs.scss */
nav.breadcrumbs > li.unavailable {
  color: #dfdfdf;
}
/* line 90, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_breadcrumbs.scss */
nav.breadcrumbs > li.unavailable a {
  color: #dfdfdf;
}
/* line 92, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_breadcrumbs.scss */
nav.breadcrumbs > li.unavailable:hover, nav.breadcrumbs > li.unavailable:hover a, nav.breadcrumbs > li.unavailable:focus,
nav.breadcrumbs > li.unavailable a:focus {
  text-decoration: none;
  color: #dfdfdf;
  cursor: default;
}
/* line 102, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_breadcrumbs.scss */
nav.breadcrumbs > li:before {
  content: "»";
  color: #AAAAAA;
  margin: 0 0.5rem;
  position: relative;
  top: -1px;
}
/* line 110, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_breadcrumbs.scss */
nav.breadcrumbs > li:first-child:before {
  content: " ";
  margin: 0;
}

/* line 2, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container {
  background: #dfdfdf;
}
/* line 8, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > aside {
  display: none;
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 40.063em) {
  /* line 8, ../../../../../scss/parts/__front-page_slider.scss */
  section#front-slider-container > aside {
    display: block;
  }
}

/* line 18, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > aside > ul {
  display: block;
  width: 100%;
  height: 100%;
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* line 23, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > aside ul, section#front-slider-container > aside li {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 28, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > aside li {
  background-color: #dfdfdf;
  background-size: cover;
  background-position: center center;
  /*position: absolute;
  top: 0;
  left: 0;*/
  display: block;
  width: 100%;
/*  margin: 0;
  padding: 0;*/
  height: 100%;
/*  text-align: center;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
  transition: opacity 0ms linear 500ms, -webkit-transform 500ms linear 0ms;
  transition: opacity 0ms linear 500ms, transform 500ms linear 0ms;*/
}
/* line 55, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > aside li.active {
	/*
  transition: opacity 500ms linear 0ms, -webkit-transform 500ms linear 0ms;
  transition: opacity 500ms linear 0ms, transform 500ms linear 0ms;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  z-index: 1;*/
}
section#front-slider-container > aside .slick-list,
section#front-slider-container > aside .slick-track {
	height: 100%
}
section#front-slider-container > aside li .inner {
    padding: 40px;
    box-sizing: border-box;
}
/* line 63, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > aside h3 {
  /*font-size: 3.25rem;*/
	font-size: 3vw;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 0;
  /*margin-top: 5.0625rem;*/
  text-shadow: 2px 3px 7px rgba(0,0,0,0.6);
}
/* line 72, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > aside .button {
  margin-top: 0.6rem;
}
/* line 82, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 40.063em) {
  /* line 82, ../../../../../scss/parts/__front-page_slider.scss */
  section#front-slider-container > nav {
    margin-top: -3.1875rem;
  }
}
/* line 91, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav > ul {
  display: block;
}
/* line 93, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav > ul, section#front-slider-container > nav > ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 91, ../../../../../scss/parts/__front-page_slider.scss */
  section#front-slider-container > nav > ul {
    display: block;
    padding: 0;
    margin: 0 -7px;
	/*max-width: 69.25rem;*/
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 19px;
  }
  /* line 172, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
  section#front-slider-container > nav > ul:before, section#front-slider-container > nav > ul:after {
    content: " ";
    display: table;
  }
  /* line 173, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
  section#front-slider-container > nav > ul:after {
    clear: both;
  }
  /* line 50, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_block-grid.scss */
  section#front-slider-container > nav > ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 7px 14px;
  }
  /* line 61, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_block-grid.scss */
  section#front-slider-container > nav > ul > li {
    /*width: 33.33333%;*/
	  width: 25%;
    padding: 0 7px 14px;
    list-style: none;
  }
  /* line 68, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_block-grid.scss */
  section#front-slider-container > nav > ul > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_block-grid.scss 
  section#front-slider-container > nav > ul > li:nth-of-type(3n+1) {
    clear: both;
  }*/
  /* line 104, ../../../../../scss/parts/__front-page_slider.scss */
  section#front-slider-container > nav > ul > li {
    clear: none;
  }
}
/* line 111, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav > ul li {
  position: relative;
  color: rgba(0, 51, 102, 0.9);
}
/* line 115, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav > ul li.active {
  color: #003366;
}
@media only screen and (min-width: 40.063em) {
  /* line 120, ../../../../../scss/parts/__front-page_slider.scss */
  section#front-slider-container > nav > ul li::before {
    z-index: 1;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: -0.625rem;
    margin-left: -0.625rem;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-bottom: 0.625rem solid;
  }
}
/* line 135, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav > ul li a {
  display: block;
  text-align: center;
  color: #fff;
  background: rgba(0, 51, 102, 0.9);
  padding: 0.25rem 1.5625rem 3.125rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 135, ../../../../../scss/parts/__front-page_slider.scss */
  section#front-slider-container > nav > ul li a {
    padding-bottom: 1.5625rem;
  }
}
/* line 144, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav > ul li a h3 {
  color: #fff;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0.625rem;
  margin: 0 0 0.5625rem;
}
/* line 154, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav > ul li:first-child {
  color: rgba(102, 41, 125, 0.9);
}
/* line 156, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav > ul li:first-child.active, section#front-slider-container > nav > ul li:first-child:hover {
  color: #66297d;
}
/* line 159, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav > ul li:first-child a {
  background: rgba(102, 41, 125, 0.9);
}
/* line 164, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav > ul li:last-child {
  color: rgba(41, 143, 194, 0.9);
}
/* line 166, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav > ul li:last-child.active, section#front-slider-container > nav > ul li:last-child:hover {
  color: #298fc2;
}
/* line 169, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav > ul li:last-child a {
  background: rgba(41, 143, 194, 0.9);
}
@media only screen and (min-width: 40.063em) {
  /* line 178, ../../../../../scss/parts/__front-page_slider.scss */
  section#front-slider-container > nav > ul li.active a, section#front-slider-container > nav > ul li:hover a {
    position: relative;
    z-index: 0;
  }
  /* line 183, ../../../../../scss/parts/__front-page_slider.scss */
  section#front-slider-container > nav > ul li.active a::before, section#front-slider-container > nav > ul li.active a::after, section#front-slider-container > nav > ul li:hover a::before, section#front-slider-container > nav > ul li:hover a::after {
    content: "";
    position: absolute;
  }
  /* line 187, ../../../../../scss/parts/__front-page_slider.scss */
  section#front-slider-container > nav > ul li.active a::before, section#front-slider-container > nav > ul li:hover a::before {
    display: block;
    height: 4px;
    width: 100%;
    top: -4px;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  /* line 195, ../../../../../scss/parts/__front-page_slider.scss */
  section#front-slider-container > nav > ul li.active a::after, section#front-slider-container > nav > ul li:hover a::after {
    left: 50%;
    top: -16px;
    margin-left: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid;
    color: rgba(255, 255, 255, 0.9);
  }
}
/* line 209, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav > ul.slick-slider li.node-0 a {
  background: #66297d;
}
/* line 212, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav > ul.slick-slider li.node-1 a {
  background: #003366;
}
/* line 215, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav > ul.slick-slider li.node-2 a {
  background: #298fc2;
}
/* line 221, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav p {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-bottom: 1.0625rem;
}
/* line 226, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container > nav button {
  line-height: 1.0625rem;
  min-width: 9.4375rem;
}
/* line 231, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container .slick-dots {
  bottom: 0.9375rem;
  margin: 0;
}
/* line 234, ../../../../../scss/parts/__front-page_slider.scss */
section#front-slider-container .slick-dots li button:before {
  color: #fff;
}

/* line 3, ../../../../../scss/parts/__front-page.scss */
#front-slider-container {
  background: #dfdfdf;
}

/* line 7, ../../../../../scss/parts/__front-page.scss */
#front-event {
  padding: 34px 0;
}
/* line 10, ../../../../../scss/parts/__front-page.scss */
#front-event #calendar-icon-container {
  text-align: right;
}
/* line 13, ../../../../../scss/parts/__front-page.scss */
#front-event #calendar-icon-container img {
  height: 65px;
}
@media only screen and (max-width: 40em) {
  /* line 10, ../../../../../scss/parts/__front-page.scss */
  #front-event #calendar-icon-container {
    text-align: center;
  }
}
/* line 22, ../../../../../scss/parts/__front-page.scss */
#front-event #front-event-title-container {
  text-align: center;
}
/* line 25, ../../../../../scss/parts/__front-page.scss */
#front-event #front-event-title-container h1 {
  line-height: 25px;
  font-size: 23px;
  padding: 11px 0 5px;
  margin: 0;
  color: #666666;
}
/* line 33, ../../../../../scss/parts/__front-page.scss */
#front-event #front-event-title-container h2 {
  line-height: 24px;
  font-size: 20px;
  margin: 0;
  color: #666666;
}
/* line 42, ../../../../../scss/parts/__front-page.scss */
#front-event #event-see-details-container a {
  margin-top: 23px;
}
@media only screen and (max-width: 40em) {
  /* line 42, ../../../../../scss/parts/__front-page.scss */
  #front-event #event-see-details-container a {
    margin: 10px auto 0px;
    width: 50%;
    display: block;
  }
}

/* line 54, ../../../../../scss/parts/__front-page.scss */
#who-what-why-container {
  background: #dfdfdf;
}
/* line 57, ../../../../../scss/parts/__front-page.scss */
#who-what-why-container #who-what-why {
  padding: 46px 0 42px;
  text-align: right;
}
@media only screen and (max-width: 40em) {
  /* line 57, ../../../../../scss/parts/__front-page.scss */
  #who-what-why-container #who-what-why {
    padding: 10px 0 10px;
  }
}
/* line 65, ../../../../../scss/parts/__front-page.scss */
#who-what-why-container #who-what-why article {
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 20px;
}
@media only screen and (min-width: 64.063em) {
  /* line 65, ../../../../../scss/parts/__front-page.scss */
  #who-what-why-container #who-what-why article {
    border-bottom: none;
    border-right: 1px solid #b4b4b4;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 76, ../../../../../scss/parts/__front-page.scss */
#who-what-why-container #who-what-why article.last {
  border: none;
}
/* line 81, ../../../../../scss/parts/__front-page.scss */
#who-what-why-container #who-what-why h1 {
  text-align: left;
  font-size: 24px;
  color: #666666;
  font-weight: bold;
  margin-bottom: 9px;
}
/* line 90, ../../../../../scss/parts/__front-page.scss */
#who-what-why-container #who-what-why p {
  text-align: left;
  font-size: 16px;
  color: #666666;
  line-height: 23px;
  margin-bottom: 22px;
}
/* line 98, ../../../../../scss/parts/__front-page.scss */
#who-what-why-container #who-what-why a {
  font-size: 16px;
  font-weight: bold;
  color: #298fc2;
  border-bottom: 2px solid #298fc2;
  line-height: 26px;
  padding-bottom: 1px;
}
@media only screen and (min-width: 64.063em) {
  /* line 98, ../../../../../scss/parts/__front-page.scss */
  #who-what-why-container #who-what-why a {
    margin-right: -14px;
  }
}
/* line 110, ../../../../../scss/parts/__front-page.scss */
#who-what-why-container #who-what-why a:after {
  content: ' \00bb';
  font-size: 24px;
  font-weight: normal;
  line-height: 0px;
  position: relative;
  top: 1px;
}

/* line 122, ../../../../../scss/parts/__front-page.scss */
#front-resource-library {
  padding: 39px 0 94px;
}
/* line 126, ../../../../../scss/parts/__front-page.scss */
#front-resource-library article {
  text-align: right;
  padding-left: 103px;
  padding-right: 76px;
}
@media only screen and (max-width: 40em) {
  /* line 126, ../../../../../scss/parts/__front-page.scss */
  #front-resource-library article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 137, ../../../../../scss/parts/__front-page.scss */
#front-resource-library img {
  margin-left: -30px;
}
/* line 141, ../../../../../scss/parts/__front-page.scss */
#front-resource-library img.center {
  margin: 0 auto;
}
/* line 146, ../../../../../scss/parts/__front-page.scss */
#front-resource-library h1 {
  font-size: 24px;
  color: #666666;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 40em) {
  /* line 146, ../../../../../scss/parts/__front-page.scss */
  #front-resource-library h1 {
    text-align: center;
  }
}
/* line 157, ../../../../../scss/parts/__front-page.scss */
#front-resource-library p {
  font-size: 16px;
  color: #666666;
  text-align: left;
  line-height: 23px;
  margin-bottom: 29px;
}
/* line 165, ../../../../../scss/parts/__front-page.scss */
#front-resource-library a {
  margin-right: 3px;
}
@media only screen and (max-width: 40em) {
  /* line 170, ../../../../../scss/parts/__front-page.scss */
  #front-resource-library a {
    margin: 0 auto;
    width: 60%;
    display: block;
  }
}

/* line 1, ../../../../../scss/parts/__page-members.scss */
.page-template-page-members {
  margin-bottom: 3.125rem;
}
/* line 3, ../../../../../scss/parts/__page-members.scss */
.page-template-page-members .members-list {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
/* line 6, ../../../../../scss/parts/__page-members.scss */
.page-template-page-members .members-list .member-container {
  border: 1px solid #DFDFDF;
  margin-bottom: 1.875rem;
}
/* line 10, ../../../../../scss/parts/__page-members.scss */
.page-template-page-members .members-list .thumbnail {
  min-height: 6.25rem;
  margin: 0.625rem auto;
  height: 6.25rem;
}
/* line 14, ../../../../../scss/parts/__page-members.scss */
.page-template-page-members .members-list .thumbnail img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 18, ../../../../../scss/parts/__page-members.scss */
.page-template-page-members .members-list .description {
  background: #dfdfdf;
  padding: 0.9375rem;
  height: 9rem;
}
/* line 22, ../../../../../scss/parts/__page-members.scss */
.page-template-page-members .members-list .description .member-type {
  font-style: italic;
  font-size: 0.875rem;
}

/* line 2, ../../../../../scss/parts/__page-resource_directory.scss */
#resource-search-form #s {
  margin-bottom: 0;
}
/* line 5, ../../../../../scss/parts/__page-resource_directory.scss */
#resource-search-form #searchsubmit {
  display: block;
  margin: 20px 0 20px 20px;
  float: right;
  background: #298fc2;
  color: #fff;
  float: right;
  font-size: 0.8125rem;
  height: 1.75rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
  padding: 0 1.875rem;
}
/* line 17, ../../../../../scss/parts/__page-resource_directory.scss */
#resource-search-form #searchsubmit:hover {
  background: #68afce;
}

/* line 23, ../../../../../scss/parts/__page-resource_directory.scss */
.sortby {
  display: inline-block;
}

/* line 27, ../../../../../scss/parts/__page-resource_directory.scss */
#results-sort-form {
  margin-top: 0.625rem;
  display: inline-block;
}
/* line 30, ../../../../../scss/parts/__page-resource_directory.scss */
#results-sort-form .results-sort {
  width: 9.375rem;
  height: 1.9375rem;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
}

/* line 39, ../../../../../scss/parts/__page-resource_directory.scss */
.tab-container .resourcelist {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
/* line 42, ../../../../../scss/parts/__page-resource_directory.scss */
.tab-container .resourcelist .description {
  padding: 0 25px;
}

/* line 1, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation {
  background: #003366;
  padding: 1.25rem;
}
/* line 4, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation.footer-padding {
  padding-bottom: 5.3125rem;
}
/* line 7, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation a:hover {
  color: #666;
}
/* line 10, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation ul {
  padding: 0;
  margin: 0;
}
/* line 14, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation > ul > li.sel a.sel {
  font-size: 1.625rem !important;
}
/* line 17, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation li {
  list-style: none;
  padding: 0;
  margin: 0.625rem 0;
}
/* line 21, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation li.sub-header > a {
  font-size: 1.625rem;
}
/* line 24, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation li.sel > a {
  font-weight: bold;
  color: #fff;
}
/* line 28, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation li > a {
  color: #fff;
  display: block;
  width: 100%;
}
/* line 32, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation li > a:hover {
  color: #fff;
}
/* line 36, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation li ul {
  border-top: 1px solid rgba(255,255,255,0.3);
  padding-top: 3px;
}
/* line 38, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation li ul li {
  padding: 0 1.3rem;
  margin: 0 -20px;
  position: relative;
}
/* line 43, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation li .arrow_box {
  position: relative;
}
/* line 46, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation li .arrow_box:before {
  left: -1.8rem;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 56, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation li li .arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #04284C;
  border-width: 15px;
  left: -1.6rem;
}
/* line 61, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation li ul .arrow_box {
  left: -1.3125rem;
}
/* line 65, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation li ul ul .arrow_box {
  left: -2.5625rem;
}
.sidebar-navigation > ul > li > ul > li:before,
.sidebar-navigation > ul > li > ul > li:after,
.sidebar-navigation > ul > li > ul > li.sel > a:before,
.sidebar-navigation > ul > li > ul > li.sel > a:after {
    content: "";
    position: absolute;
    right: 23px;
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid rgba(255,255,255,0.3);
    top: 9px;
}
.sidebar-navigation > ul > li > ul > li:after {
    right: 26px;
    border-left: 7px solid #003366;
}
/* line 68, ../../../../../scss/parts/__sidebar_nav.scss */
.sidebar-navigation li a {
  color: #dfdfdf;
  font-size: 1.05rem;
  line-height: 1.2em;
  padding: 5px 20px 5px 0;
}
.sidebar-navigation > ul > li > ul > li.sel {
  background-color: #04284C;
  padding: 5px 1.3rem;
  margin-top: 3px;
  margin-bottom: 3px;
}
.sidebar-navigation > ul > li > ul > li.sel:first-child {
    margin-top: -4px;
}
.sidebar-navigation > ul > li > ul > li.sel:before,
.sidebar-navigation > ul > li > ul > li.sel:after {
  content: none;
}
.sidebar-navigation > ul > li > ul > li.sel > a:before,
.sidebar-navigation > ul > li > ul > li.sel > a:after {
    border-right: 7px solid transparent;
    border-top-color: rgba(255,255,255,0.3);
    top: 15px;
    border-left-color: transparent;
    right: 21px;
}
.sidebar-navigation > ul > li > ul > li.sel > a:after {
    border-top-color: #04284C;
    top: 12px;
    right: 21px;
}
.sidebar-navigation li ul li.sel ul {
  padding-left: 15px;
}

@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 76, ../../../../../scss/parts/__sidebar_nav.scss */
  .arrow_box {
    display: none;
  }
}
/* line 1, ../../../../../scss/parts/__sidebar_subpages.scss */
.sidebar-subpages {
  padding: 0 1.25rem 5.3125rem;
}
/* line 172, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.sidebar-subpages:before, .sidebar-subpages:after {
  content: " ";
  display: table;
}
/* line 173, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.sidebar-subpages:after {
  clear: both;
}
/* line 172, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.sidebar-subpages article:before, .sidebar-subpages article:after {
  content: " ";
  display: table;
}
/* line 173, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
.sidebar-subpages article:after {
  clear: both;
}
/* line 7, ../../../../../scss/parts/__sidebar_subpages.scss */
.sidebar-subpages h3 {
  border-bottom: 1px solid #666;
  color: #66297d;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.875rem;
  margin-top: 1.875rem;
}
/* line 15, ../../../../../scss/parts/__sidebar_subpages.scss */
.sidebar-subpages p {
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
}
/* line 19, ../../../../../scss/parts/__sidebar_subpages.scss */
.sidebar-subpages button {
  background: #66297d;
  color: #fff;
  float: right;
  font-size: 0.8125rem;
  height: 1.75rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
  padding: 0 1.875rem;
}
/* line 28, ../../../../../scss/parts/__sidebar_subpages.scss */
.sidebar-subpages button:hover {
  background: #036;
}

/* line 1, ../../../../../scss/parts/__sidebar.scss */
.sidebar .bg {
  background: #dfdfdf;
}

@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 6, ../../../../../scss/parts/__sidebar.scss */
  .sidebar {
    padding: 0;
  }
}
/* line 1, ../../../../../scss/parts/__subpaged_nav_page.scss */
.page-template-page-grid article.content {
  padding-top: 1.875rem;
}

/* line 5, ../../../../../scss/parts/__subpaged_nav_page.scss */
nav.subpages-nav {
  padding: 1.25rem 0 8.4375rem;
}
/* line 8, ../../../../../scss/parts/__subpaged_nav_page.scss */
nav.subpages-nav .grid-item {
  margin-bottom: 1.25rem;
}
/* line 11, ../../../../../scss/parts/__subpaged_nav_page.scss */
nav.subpages-nav a {
  position: relative;
  display: block;
  height: 100%;
  background: #dfdfdf;
}
/* line 18, ../../../../../scss/parts/__subpaged_nav_page.scss */
nav.subpages-nav article {
  padding: 0.625rem 0.625rem 2.75rem;
}
/* line 21, ../../../../../scss/parts/__subpaged_nav_page.scss */
nav.subpages-nav article > div:not.typography {
  min-height: 141px;
  background: #fff;
}
/* line 26, ../../../../../scss/parts/__subpaged_nav_page.scss */
nav.subpages-nav article .wp-post-image {
  margin-bottom: 1.25rem;
}
/* line 30, ../../../../../scss/parts/__subpaged_nav_page.scss */
nav.subpages-nav article > .typography {
  padding: 0 0 1.25rem 0;
}
/* line 33, ../../../../../scss/parts/__subpaged_nav_page.scss */
nav.subpages-nav article .sub-headline {
  font-weight: bold;
}
/* line 38, ../../../../../scss/parts/__subpaged_nav_page.scss */
nav.subpages-nav h3 {
  font-size: 1.0625rem;
  color: #003366;
  line-height: 1.41875rem;
  min-height: 2.8375rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: .5px;
  margin: 0 0 0.5625rem;
  padding: 0 0.4375rem;
}
/* line 50, ../../../../../scss/parts/__subpaged_nav_page.scss */
nav.subpages-nav img {
  border: 4px #fff solid;
  width: 100%;
  height: auto;
}
/* line 56, ../../../../../scss/parts/__subpaged_nav_page.scss */
nav.subpages-nav p {
  font-size: 0.75rem;
  color: #666;
  padding: 0.4375rem 0 0 0.4375rem;
  margin-bottom: 0;
  line-height: 0.9375rem;
}
/* line 64, ../../../../../scss/parts/__subpaged_nav_page.scss */
nav.subpages-nav button {
  position: absolute;
  bottom: 0;
  display: block;
  border: none;
  line-height: 2.125rem;
  text-align: center;
  background: #298fc2;
  padding: 0;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
/* line 77, ../../../../../scss/parts/__subpaged_nav_page.scss */
nav.subpages-nav button::after {
  content: "\00a0\00bb";
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.3125rem;
  vertical-align: text-bottom;
}

/* line 2, ../../../../../scss/parts/__tab-bar.scss */
.tab-container .sidebar {
  background: #003366;
  color: #fff;
  padding-bottom: 3.4375rem;
}
/* line 6, ../../../../../scss/parts/__tab-bar.scss */
.tab-container .sidebar .checkbox {
  clear: both;
  color: #fff;
  font-size: 1rem;
}
/* line 8, ../../../../../scss/parts/__tab-bar.scss */
.tab-container .sidebar .checkbox label {
  color: #fff;
}
/* line 11, ../../../../../scss/parts/__tab-bar.scss */
.tab-container .sidebar .checkbox input {
  float: left;
  margin-top: 0.3125rem;
  margin-right: 0.9375rem;
}
/* line 17, ../../../../../scss/parts/__tab-bar.scss */
.tab-container .sidebar select {
  color: #000;
}
/* line 21, ../../../../../scss/parts/__tab-bar.scss */
.tab-container .tabs {
  background: #fff;
  padding-top: 1.5625rem;
}
/* line 23, ../../../../../scss/parts/__tab-bar.scss */
.tab-container .tabs dd > a, .tab-container .tabs .tab-title > a {
  background: #298fc2;
  padding: 0.4rem 0.9375rem 0.15rem;
  margin-left: 5px;
  line-height: 1.3em;
  border-radius: 2px 2px 0 0;
  color: #fff;
}
.tab-container .tabs dd:first-child > a, .tab-container .tabs .tab-title:first-child > a {
    margin-left: 0;
}
/* line 26, ../../../../../scss/parts/__tab-bar.scss */
.tab-container .tabs dd > a:hover, .tab-container .tabs .tab-title > a:hover {
  background: #68afce;
  color: #fff;
}
/* line 31, ../../../../../scss/parts/__tab-bar.scss */
.tab-container .tabs dd.active a,
.tab-container .tabs .tab-title.active a {
  background: #003366;
  color: #fff;
}
/* line 37, ../../../../../scss/parts/__tab-bar.scss */
.tab-container .tabs-content {
  background: #003366;
  padding: 0.9375rem 1.875rem;
}

/* line 1, ../../../../../scss/parts/__list-related.scss */
.related-posts {
  color: #666666;
}
/* line 4, ../../../../../scss/parts/__list-related.scss */
.related-posts h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 12, ../../../../../scss/parts/__list-related.scss */
.related-posts h3 {
  color: #04284C;
  font-size: 1.125rem;
}
/* line 17, ../../../../../scss/parts/__list-related.scss */
.related-posts ul, .related-posts li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 22, ../../../../../scss/parts/__list-related.scss */
.related-posts p:last-of-type {
  margin-bottom: 0.625rem;
}
/* line 25, ../../../../../scss/parts/__list-related.scss */
.related-posts li {
  margin-bottom: 1.875rem;
}
/* line 26, ../../../../../scss/parts/__list-related.scss */
.related-posts li > a {
  display: block;
  text-align: right;
}
/* line 29, ../../../../../scss/parts/__list-related.scss */
.related-posts li > a::after {
  content: '\00bb';
}

/* line 2, ../../../../../scss/parts/__member-page.scss */
#member-content h5 {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
/* line 7, ../../../../../scss/parts/__member-page.scss */
#member-content p {
  font-size: 15px;
}
/* line 10, ../../../../../scss/parts/__member-page.scss */
#member-content .back {
  font-size: 14px;
  padding: 2% 0 2% 0;
}
/* line 14, ../../../../../scss/parts/__member-page.scss */
#member-content .entry {
  padding: 2% 0 2% 0;
}
/* line 15, ../../../../../scss/parts/__member-page.scss */
#member-content .entry h2 {
  font-size: 36px;
  font-weight: bold;
}
/* line 25, ../../../../../scss/parts/__member-page.scss */
#member-content .competencies-states h5, 
#member-content .mission-vision h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
/* line 30, ../../../../../scss/parts/__member-page.scss */
#member-content .competencies-states li {
  font-size: 15px;
}
/* line 35, ../../../../../scss/parts/__member-page.scss */
#member-content .contact {
  margin-bottom: 100px;
}
/* line 36, ../../../../../scss/parts/__member-page.scss */
#member-content .contact a {
  color: #000;
}
/* line 39, ../../../../../scss/parts/__member-page.scss */
#member-content .contact a:hover {
  text-decoration: underline;
}
/* line 43, ../../../../../scss/parts/__member-page.scss */
#member-content .contact .contact-list {
  font-size: 15px;
  list-style-type: none;
}
/* line 47, ../../../../../scss/parts/__member-page.scss */
#member-content .contact .contact-list li {
  padding: 4% 2% 4% 2%;
}
/* line 48, ../../../../../scss/parts/__member-page.scss */
#member-content .contact .contact-list li div {
  padding-left: 37px;
  margin-top: -23px;
  word-wrap: break-word;
}
/* line 53, ../../../../../scss/parts/__member-page.scss */
#member-content .contact .contact-list li img {
  padding-right: 10px;
  height: auto;
  width: 32px;
}
/* line 58, ../../../../../scss/parts/__member-page.scss */
#member-content .contact .contact-list li .location-name {
  font-weight: bold;
  /*line-height: 15px;*/
  padding: 0;
}
/* line 63, ../../../../../scss/parts/__member-page.scss */
#member-content .contact .contact-list li span {
  display: block;
  margin: 0;
  padding-left: 35px;
}
/* line 72, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar {
  padding: 2% 0 2% 0;
}
/* line 73, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar h5 {
  padding: 10px 0 0 0;
  margin-bottom: 10px;
}
/* line 79, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .row, #member-content .member-sidebar .full-width-row {
  padding: 4%;
}
/* line 82, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .columns {
  padding: 4%;
  background-color: #d3d3d3;
}
/* line 86, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .connect-with-member {
  padding: 5% 4%;
  min-height: 200px;
}
/* line 89, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .connect-with-member a {
  color: #FFF;
}
/* line 90, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .connect-with-member h3 {
  border-bottom: 1px solid #000;
  font-size: 19px;
  font-weight: bold;
}
/* line 95, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .connect-with-member button {
  background: #66297d;
  color: #fff;
  float: right;
  font-size: 0.8125rem;
  height: 1.75rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
  padding: 0 1.875rem;
}
/* line 104, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .connect-with-member button:hover {
  background: #666;
}
/* line 112, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .resources {
  padding: 5% 4%;
  min-height: 400px;
}
/* line 115, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .resources h3 {
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
}
/* line 121, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .resources p {
  font-size: 15px;
}
/* line 124, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .resources a {
  color: #000;
  text-decoration: underline;
}
/* line 128, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .resources a:hover {
  text-decoration: underline;
}
/* line 132, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .blog-posts {
  padding: 7% 4% 7% 4%;
  min-height: 200px;
}
/* line 133, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .blog-posts h3 {
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
}
/* line 139, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .blog-posts a {
  color: #000;
  text-decoration: underline;
}
/* line 143, ../../../../../scss/parts/__member-page.scss */
#member-content .member-sidebar .blog-posts a:hover {
  text-decoration: underline;
}

/* line 1, ../../../../../scss/parts/__blog.scss */
.blog-page-lead {
  margin: 2.5rem 0 1.25rem;
}

/* line 5, ../../../../../scss/parts/__blog.scss */
.single .post > header, .single article.type-event > header {
  margin: 2.5rem 0 1.25rem;
}
/* line 8, ../../../../../scss/parts/__blog.scss */
.single article.event footer {
  margin-bottom: 4.6875rem;
}
/* line 11, ../../../../../scss/parts/__blog.scss */
.single aside.comments {
  margin-top: 1.25rem;
  padding: 1.25rem 0 5rem;
  border-top: 2px solid #dfdfdf;
}
.search-results {
  padding-bottom: 200px;
}
.search-results .posts article.relatedarticle .typography {
    padding: 0;
}
/* line 19, ../../../../../scss/parts/__blog.scss */
.post header h2, article.type-event header h2, .search-results .posts h2 {
  font-size: 1.5rem;
}

.search-results .dateline {
  display: none;
}
.post .dateline {
  display: block;
}
@media only screen and (min-width: 40.063em) {
  /* line 28, ../../../../../scss/parts/__blog.scss */
  .post .dateline dd, article.type-event .dateline dd {
    float: right;
    margin-bottom: 0;
    color: #aaa;
  }
  /* line 31, ../../../../../scss/parts/__blog.scss */
  .post .dateline dd:first-of-type, article.type-event .dateline dd:first-of-type {
    float: left;
  }
}
/* line 39, ../../../../../scss/parts/__blog.scss */
.search-results .post footer .button, .post footer .button, article.type-event footer .button, .post footer section#front-slider-container > aside .button, section#front-slider-container > aside .post footer .button, article.type-event footer section#front-slider-container > aside .button, section#front-slider-container > aside article.type-event footer .button {
  float: right;
}
.search-results article footer {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.search-results footer nav {
  text-align: right;
}

/* line 44, ../../../../../scss/parts/__blog.scss */
ul.posts.preview {
  margin-bottom: 5.125rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 46, ../../../../../scss/parts/__blog.scss */
  ul.posts.preview article > div {
    /*padding-top: .75rem;*/
    font-size: 14px;
  }
}

/* line 53, ../../../../../scss/parts/__blog.scss */
aside.filters {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70.625rem;
  padding: 1.25rem 0;
  margin: 0 0 1.25rem;
  border-bottom: 2px solid #dfdfdf;
}
/* line 172, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
aside.filters:before, aside.filters:after {
  content: " ";
  display: table;
}
/* line 173, ../../../../../node_modules/zurb-foundation-5/scss/foundation/components/_global.scss */
aside.filters:after {
  clear: both;
}
/* line 58, ../../../../../scss/parts/__blog.scss */
aside.filters fieldset {
  border: none;
  margin: 0.625rem 0;
  padding: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 58, ../../../../../scss/parts/__blog.scss */
  aside.filters fieldset {
    margin: 0;
  }
  /* line 64, ../../../../../scss/parts/__blog.scss */
  aside.filters fieldset > * {
    padding-left: 1.25rem;
  }
  /* line 65, ../../../../../scss/parts/__blog.scss */
  aside.filters fieldset:first-child {
    padding-right: 0.625rem;
  }
  /* line 68, ../../../../../scss/parts/__blog.scss */
  aside.filters fieldset:last-child {
    padding-right: 0.625rem;
  }
}
/* line 72, ../../../../../scss/parts/__blog.scss */
aside.filters fieldset form {
  padding: 0;
  margin: 0;
}
/* line 79, ../../../../../scss/parts/__blog.scss */
aside.filters fieldset label {
  font-weight: bold;
}
/* line 82, ../../../../../scss/parts/__blog.scss */
aside.filters fieldset select {
  font-weight: normal;
}
@media only screen and (min-width: 40.063em) {
  /* line 82, ../../../../../scss/parts/__blog.scss */
  aside.filters fieldset select {
    margin-left: 0.9375rem;
    display: inline-block;
    max-width: 50%;
    float: none;
  }
}

/* line 96, ../../../../../scss/parts/__blog.scss */
nav.ordinal.blog {
  margin: 1.25rem 0;
}
/* line 99, ../../../../../scss/parts/__blog.scss */
nav.ordinal.blog .next a::before {
  content: "<< ";
}
/* line 102, ../../../../../scss/parts/__blog.scss */
nav.ordinal.blog .prev a::after {
  content: ' >>';
}
/* line 105, ../../../../../scss/parts/__blog.scss */
nav.ordinal.blog a {
  display: block;
  color: #666;
}
@media only screen and (min-width: 40.063em) {
  /* line 110, ../../../../../scss/parts/__blog.scss */
  nav.ordinal.blog .next {
    float: left;
  }
  /* line 113, ../../../../../scss/parts/__blog.scss */
  nav.ordinal.blog .prev {
    float: right;
  }
}

/* line 5, ../../../../../scss/parts/__blog_events.scss */
article.type-event .dateline dt.start-date, article.type-event .dateline dt.end-date {
  display: block;
  float: none;
  width: auto;
  height: auto;
  position: static !important;
  clear: both;
}
/* line 14, ../../../../../scss/parts/__blog_events.scss */
article.type-event .dateline dd.start-date, article.type-event .dateline dd.end-date {
  float: none;
  display: block;
}

/* line 2, ../../../../../scss/parts/__page-resource.scss */
.resource-main .resource-main-inner {
  padding-top: 2%;
  padding-bottom: 5rem;
}
/* line 4, ../../../../../scss/parts/__page-resource.scss */
.resource-main .resource-main-inner h2 {
  font-size: 26px;
}
/* line 7, ../../../../../scss/parts/__page-resource.scss */
.resource-main .resource-main-inner .title-date {
    padding: 0;
    border-top: 1px solid #e0e0e0;
}
/* line 10, ../../../../../scss/parts/__page-resource.scss */
.resource-main .resource-main-inner .title-date .institute-name a {
  text-decoration: underline;
}
/* line 14, ../../../../../scss/parts/__page-resource.scss */
.resource-main .resource-main-inner .title-date .date {
  text-align: right;
  font-size: 14px;
  color: #aaa;
  padding-right: 0;
}
/* line 18, ../../../../../scss/parts/__page-resource.scss */
.resource-main .resource-main-inner .content-row {
  padding: 0;
}
/* line 21, ../../../../../scss/parts/__page-resource.scss */
.resource-main .resource-main-inner .list-and-button {
  padding: 15px 10px;
  background-color: #e0e0e0;
  margin: 0;
}
/* line 24, ../../../../../scss/parts/__page-resource.scss */
.resource-main .resource-main-inner .list-and-button .resource-button {
  display: block;
  padding-top: 10px;
}
/* line 28, ../../../../../scss/parts/__page-resource.scss */
.resource-main .resource-main-inner .list-and-button .resource-button a {
  display: block;
  width: 200px;
  text-align: center;
  font-size: 12px;
}
/* line 32, ../../../../../scss/parts/__page-resource.scss */
.resource-main .resource-main-inner .list-and-button .resource-button a:hover {
  text-decoration: underline;
}
/* line 35, ../../../../../scss/parts/__page-resource.scss */
.resource-main .resource-main-inner .list-and-button .resource-button button {
  display: block;
  background: #66297d;
  color: #fff;
  float: right;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 2.875rem;
}
/* line 45, ../../../../../scss/parts/__page-resource.scss */
.resource-main .resource-main-inner .list-and-button .resource-button button:hover {
  background: #666;
}
/* line 51, ../../../../../scss/parts/__page-resource.scss */
.resource-main .resource-main-inner .back-link {
  padding: 2%;
}

/* line 1, ../../../../../scss/parts/__member-contact.scss */
.contact-form-title {
  padding-top: 3%;
  font-size: 34px;
  font-weight: bold;
}

/* line 2, ../../../../../scss/parts/__post-relatedarticles.scss */
article.relatedarticle .typography {
  padding: 2.0625rem 0 6.25rem;
}

/* line 1, ../../../../../scss/parts/__team-member.scss */
.team-member {
  padding-top: 1.25rem;
}
/* line 3, ../../../../../scss/parts/__team-member.scss */
.team-member .subheadline {
  margin-top: 1.25rem;
}
/* line 5, ../../../../../scss/parts/__team-member.scss */
.team-member .subheadline h5 {
  color: #666;
  margin-top: 0.5rem;
}
.apss-social-share {
  margin-top: 20px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 16%;
    margin-bottom: 0;
}
.gallery .gallery-item dt.gallery-icon {
    margin-bottom: 0;
}
.gallery .gallery-item dt.gallery-icon > a {
    display: inline-block;
    padding: 5px 10px 0;
    vertical-align: bottom;
}
.columns.sidebar {
    z-index: 3;
}
.footer {
  position: relative;
  z-index: 4;
}
body.page .typography .essb_links.essb_template_modern-retina li a {
  border-radius: 0 4px 4px 0;
}
body.page .typography .essb_links.essb_template_modern-retina .essb_link_twitter a {
    border-left: 3px solid #59d1df;
    border-bottom: none;
}
body.page .typography .essb_links.essb_template_modern-retina .essb_link_facebook a {
    border-left: 3px solid #3b5999;
    border-bottom: none;
}
body.page .typography .essb_links.essb_template_modern-retina .essb_link_linkedin a {
    border-left: 3px solid #2ba3e1;
    border-bottom: none;
}
body.page .typography .essb_links.essb_template_modern-retina .essb_link_google a {
    border-left: 3px solid #EA4335;
    border-bottom: none;
}
body.page .typography .essb_displayed_postfloat {
  z-index: 3 !important;
}
.team-member img.attachment-large.wp-post-image {
    float: left;
    margin: 0 20px 20px 0;
    border: 10px solid #e0e0e0;
}
img.header-logo {
    width: 238px;
}
footer img.footer-logo {
    border: 20px solid transparent;
    max-width: 491px;
}
body.page-template-page-blog .posts li img.wp-post-image{
    max-height: 100px;
    width: auto;
    border: 5px solid #DFDFDF;
    margin: 0 20px 10px 0;
}
#member-content h5.contact-title {
    margin-top: 20px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 5px;
}
.related-posts {
    background-color: #DFDFDF;
    padding: 20px;
    margin-bottom: 30px;
    border-top: 5px solid #ccc;
}
.color-block {
  padding-left: 20px;
  margin-right: 20px;
  position: relative;
  min-height: 110px;
}
header.article-header .color-block  .image-container {
  width: 100%;
  height: auto;
  margin: auto;
  background-color: #67297E;
  text-align: center;
  height: 300px;
  position: absolute;
  margin-top: -36px;
}
#top-search-form {
  visibility: hidden;
}
#top-search-form.visible {
  visibility: visible;
}
#social-container {
  height: 0;
  overflow: visible;
}
.socialdiv .rowWrapper:last-of-type {
  text-align: center;
}
.socialdiv .rowWrapper:last-of-type > a {
  width: 46%;
}
.prezi-wrapper, .prezi-blog {
  position: relative;
  padding-bottom: 76%;
  padding-top: 25px;
  height: 0;
}
.prezi-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.prezi-blog iframe {
    position: absolute;
    top: 150px;
    left: 0;
    width: 70%;
    height: 70%;
}
.content img.alignleft {
    margin: 0 20px 20px 0;
}
.content img.alignright {
    margin: 0 0 20px 20px;
}
@media screen and (max-width: 1025px) {
  header.article-header .color-block  .image-container {
    height: auto;
    margin-top: 0;
    width: auto;
    position: static;
  }
}
@media screen and (max-width: 1200px) {
  body.page .typography .essb_displayed_postfloat {
    margin-left: -65px !important;
  }
}
@media screen and (max-width: 1310px) {
/*  body.page .typography {
    padding-left: 50px;
  }*/
  body.page .typography .essb_displayed_postfloat {
    margin-left: -65px !important;
  }
}
@media screen and (max-width: 500px) {
  .team-member img.attachment-large.wp-post-image {
      float: none;
      margin: 0;
      width: 100%;
  }
}
@media screen and (max-width: 400px) {
  body.page .typography .essb_displayed_postfloat {
    display: none;
  }
  body.page div.typography {
    padding-left: 0;
  }
}

/* Icon Font */
@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot?-a5vitm');
  src:url('../fonts/icomoon.eot?#iefix-a5vitm') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?-a5vitm') format('truetype'),
    url('../fonts/icomoon.woff?-a5vitm') format('woff'),
    url('../fonts/icomoon.svg?-a5vitm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"] span, [class*=" icon-"] span {
    text-indent: -999em;
    font-size: 0;
    opacity: 0;
    position: absolute;
}
.icon-mail:before {
  content: "\e600";
}
.icon-google-plus2:before {
  content: "\e601";
}
.icon-twitter2:before {
  content: "\e602";
}
.icon-youtube:before {
  content: "\e603";
}
.icon-linkedin:before {
  content: "\e604";
}

.embed-container {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	padding: 3%;
}  