@charset "UTF-8";
.pad, .content, .home-section__inner, .module, .module--impaact, .box--form-page, .box--form-page--expanded, .site-header, .site-header__inner, .products-nav, .products-nav__action, .section-nav-container, .form-row, .form-footer, .page-module--previous-issues .previous-issues__listing, .page-module--previous-issues .previous-issue, .news-item, .news-item__inner, .listing__items, .listing-item, .listing-item__inner, .horizontal-switch__item, .resource, .resource__container, .footer, .footer__main, .footer__nav, .people, .person__card, .event-badges, .home-flash-banner, .home-hero__inner, .home-hero__tabs, .home-hero__tabs ul, .home-hero__tabs-inner, .home-section--news .home-news__main, .five-pillars {
  *zoom: 1; }
  .pad:before, .content:before, .home-section__inner:before, .module:before, .module--impaact:before, .box--form-page:before, .box--form-page--expanded:before, .site-header:before, .site-header__inner:before, .products-nav:before, .products-nav__action:before, .section-nav-container:before, .form-row:before, .form-footer:before, .page-module--previous-issues .previous-issues__listing:before, .page-module--previous-issues .previous-issue:before, .news-item:before, .news-item__inner:before, .listing__items:before, .listing-item:before, .listing-item__inner:before, .horizontal-switch__item:before, .resource:before, .resource__container:before, .footer:before, .footer__main:before, .footer__nav:before, .people:before, .person__card:before, .event-badges:before, .home-flash-banner:before, .home-hero__inner:before, .home-hero__tabs:before, .home-hero__tabs ul:before, .home-hero__tabs-inner:before, .home-section--news .home-news__main:before, .five-pillars:before, .pad:after, .content:after, .home-section__inner:after, .module:after, .module--impaact:after, .box--form-page:after, .box--form-page--expanded:after, .site-header:after, .site-header__inner:after, .products-nav:after, .products-nav__action:after, .section-nav-container:after, .form-row:after, .form-footer:after, .page-module--previous-issues .previous-issues__listing:after, .page-module--previous-issues .previous-issue:after, .news-item:after, .news-item__inner:after, .listing__items:after, .listing-item:after, .listing-item__inner:after, .horizontal-switch__item:after, .resource:after, .resource__container:after, .footer:after, .footer__main:after, .footer__nav:after, .people:after, .person__card:after, .event-badges:after, .home-flash-banner:after, .home-hero__inner:after, .home-hero__tabs:after, .home-hero__tabs ul:after, .home-hero__tabs-inner:after, .home-section--news .home-news__main:after, .five-pillars:after {
    display: table;
    content: "";
    line-height: 0; }
  .pad:after, .content:after, .home-section__inner:after, .module:after, .module--impaact:after, .box--form-page:after, .box--form-page--expanded:after, .site-header:after, .site-header__inner:after, .products-nav:after, .products-nav__action:after, .section-nav-container:after, .form-row:after, .form-footer:after, .page-module--previous-issues .previous-issues__listing:after, .page-module--previous-issues .previous-issue:after, .news-item:after, .news-item__inner:after, .listing__items:after, .listing-item:after, .listing-item__inner:after, .horizontal-switch__item:after, .resource:after, .resource__container:after, .footer:after, .footer__main:after, .footer__nav:after, .people:after, .person__card:after, .event-badges:after, .home-flash-banner:after, .home-hero__inner:after, .home-hero__tabs:after, .home-hero__tabs ul:after, .home-hero__tabs-inner:after, .home-section--news .home-news__main:after, .five-pillars:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 100%;
  background-color: #fff; }

body {
  font-family: "Helvetica Neue", "aktiv-grotesk-std", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

a {
  color: #0B61A5;
  text-decoration: none; }

a:hover {
  color: #0B61A5;
  text-decoration: underline; }

p {
  margin: 1.2em 0; }

small {
  font-size: 85%; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "aktiv-grotesk-std", Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin: 1.6em 0 0; }

h1, .one {
  font-size: 2em;
  line-height: 1em;
  margin-top: 0px; }

h2, .two, .news-item__title, .resource__title {
  font-size: 1.5em;
  line-height: 1.2em; }

h3, .three, .module__title, .module--events__title, .module--follow-us .module--follow-us__title, .search-bar__text, .sector-selector-pad__title, .resource__download h2 {
  font-size: 1.1em;
  line-height: 1.4em; }

h4, .four, .resource__subtitle {
  font-size: 0.95em; }

h5, .five {
  font-size: 2em; }

h6, .six {
  font-size: 2em; }

table {
  width: 100%;
  font-size: 0.8em;
  border: 1px solid white;
  margin: 2em 0; }
  table td, table th {
    padding: 0.5em 1em; }
  table th {
    font-family: "Helvetica Neue", "aktiv-grotesk-std", Helvetica, Arial, sans-serif;
    background-color: #dadada;
    text-align: left; }
  table tr + tr {
    border-top: 1px solid #dadada; }
  table caption {
    text-align: left;
    font-size: 1.1em;
    font-style: italic;
    margin: 1em 0; }

.standfirst {
  font-size: 1.1em;
  line-height: 1.6em;
  font-weight: 500;
  color: #333333; }
  div > .standfirst {
    margin-top: 0; }

hr {
  margin: 3em 0; }

small {
  font-size: 0.7em; }

blockquote {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  padding: 1.5em;
  margin: 2em 0;
  position: relative; }
  blockquote *:first-child {
    margin-top: 0; }
  blockquote *:last-child {
    margin-bottom: 0; }
  blockquote:before {
    content: '“';
    position: absolute;
    font-size: 10em;
    left: -25px;
    color: #e6e6e6; }
  blockquote:after {
    content: '”';
    position: absolute;
    font-size: 10em;
    right: -20px;
    bottom: -40px;
    color: #e6e6e6; }

.right {
  float: right; }

.left {
  float: left; }

hr {
  border: 0;
  height: 1px;
  background-color: #ccc; }

.alert {
  display: inline-block;
  padding: .2em 2%;
  font-size: 65%;
  background: #eee;
  color: #fff;
  border-color: #ccc;
  margin-bottom: .5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.alert-sponsor {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.pad, .content, .home-section__inner {
  width: 100%;
  max-width: 1400px;
  padding-left: 6%;
  padding-right: 6%;
  margin: 0 auto; }

.unstyled-list, .module--events__list, .module--news-browser__switch, .primary-nav__account-menu, .pagination, .page-module--previous-issues .previous-issues__listing, .taxonomy__terms, .latest-resources-list, .directory-filter-module--topics ul, .listing__items, .horizontal-switch, .resource__download .resource__download-list, .footer__nav ul, .footer-module__content ul, .box-nav, .home-hero__tabs ul, .home-section--resources ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.row {
  display: block;
  width: 103.0141843972%;
  margin: 0 -1.5070921986%; }

.block {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%; }

.hidden {
  display: none; }

.body-copy {
  max-width: 680px; }

.desktop-text {
  display: none; }
  @media (min-width: 750px) {
    .desktop-text {
      display: inline; } }

.shadow, .module--testimonials .testimonial, .page-module--previous-issues .previous-issue__cover img, .latest-resources-list__item a img, .resource__thumbnail img, .home-section--resources ul li a img {
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1) ;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1) ; }

#loading .fa {
  color: #0B61A5;
  float: right; }

html {
  background-color: #fff; }

main {
  background-color: #fff; }

#wrap {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  margin: 0 auto;
  position: relative; }

.module {
  padding: 1.5em;
  background-color: white;
  border: 1px solid #dadada;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  xmax-width: 400px;
  margin: 0 auto; }

.module__title {
  line-height: 130%; }

.module__body {
  font-size: 0.9em;
  line-height: 130%;
  margin-bottom: 1em; }
  .module__body p {
    margin: 0.8em 0; }

.module *:last-child {
  margin-bottom: 0; }

.module > h1, .module > h2, .module > h3, .module > h4 {
  margin-top: 0; }

.module + .module {
  margin-top: 1em; }

.module--subscribe a {
  color: #6EBE00; }
.module--subscribe .button, .module--subscribe input[type="submit"] {
  color: #fff; }

.module--events {
  padding: 0;
  background-color: #002d51;
  background-color: rgba(0, 17, 31, 0.9);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3); }
  .module--events .module__title {
    padding: 0.6em 1.5em; }

.module--events__title {
  margin-top: 0;
  margin-bottom: 0.2em; }

.module--events__list li {
  padding: 1.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .module--events__list li:hover, .module--events__list li:active {
    background-color: rgba(255, 255, 255, 0.1); }

.module--events li {
  color: #fff;
  display: block; }
  .module--events li p {
    font-size: 0.9em;
    line-height: 150%;
    margin: 0; }
  .module--events li:hover {
    text-decoration: none;
    color: white; }
  .module--events li a {
    color: #fff;
    text-decoration: none; }

.module--events__location {
  color: #00BFFB; }

.module--impaact {
  border-width: 0px;
  background-color: transparent;
  width: 100%;
  padding: 0em;
  text-align: center;
  color: #002d51;
  border-color: rgba(0, 45, 81, 0.3); }
  .module--impaact i {
    display: block;
    display: table-cell;
    font-size: 2em;
    width: 25%;
    text-align: center;
    vertical-align: middle; }
  .module--impaact h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em; }
  .module--impaact p {
    font-size: 0.9em;
    margin-top: 0.5em;
    line-height: 150%; }
  .module--impaact .module--impaact__main {
    display: table-cell;
    vertical-align: middle; }
  .module--impaact a {
    text-align: left;
    display: block;
    padding: 0.9em 2em 0.9em 0.5em;
    border: 1px solid #dadada;
    margin-top: 2em; }
    .module--impaact a p {
      font-weight: normal; }
    .module--impaact a:hover, .module--impaact a:active {
      text-decoration: none;
      background-color: rgba(11, 97, 165, 0.1); }
  .module--impaact:hover {
    border-color: #002d51; }
  .module--impaact a {
    color: #002d51; }
    .module--impaact a:hover, .module--impaact a:active {
      background-color: rgba(0, 45, 81, 0.05); }

.module--mt-latest-issue {
  color: #002d51;
  font-weight: bold;
  background-color: #fff;
  border-color: rgba(153, 153, 153, 0.5); }
  .module--mt-latest-issue .module__title {
    font-size: 1.6em;
    margin-bottom: 0.5em; }
    .module--mt-latest-issue .module__title strong {
      text-decoration: underline; }
  .module--mt-latest-issue ul {
    padding: 0 0 0 1.2em;
    overflow: auto; }
  @media (min-width: 890px) {
    .module--mt-latest-issue {
      background-color: rgba(255, 255, 255, 0.1); } }

.module--mt-latest-issue__image {
  width: 33%;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  border: 1px solid #0B61A5;
  line-height: 0; }
  @media (min-width: 750px) {
    .module--mt-latest-issue__image {
      display: none; } }
  .module--mt-latest-issue__image img {
    width: 100%; }

.module--mt-subscribe .module__title {
  font-size: 1em;
  margin-bottom: 1em; }
.module--mt-subscribe p {
  font-size: 0.9em;
  line-height: 130%; }

.module-mt-advertise a {
  color: #333; }
.module-mt-advertise .module__title {
  padding-bottom: 1em;
  margin-top: 0;
  border-bottom: 1px solid #dadada; }
.module-mt-advertise .module-mt-advertise__body {
  width: 60%;
  float: left; }
.module-mt-advertise .module-mt-advertise_image {
  width: 40%;
  float: right; }
  .module-mt-advertise .module-mt-advertise_image img {
    width: 100%; }

.module--industry-news {
  padding: 0; }
  .module--industry-news .module__title {
    padding: 0.5em 1em;
    background-color: #002d51;
    color: #fff; }
    .module--industry-news .module__title img {
      width: 50px;
      margin-left: 0.3em; }
  .module--industry-news .module--industry-news__more {
    display: block;
    padding: 0.8em 1em;
    font-weight: 500;
    color: #002d51;
    border-top: 1px solid #dadada; }

.module--news-browser {
  padding: 0; }

.module--news-browser__switch {
  background-color: #dadada;
  display: table;
  width: 100%;
  font-weight: bold; }
  .module--news-browser__switch li {
    display: table-cell;
    text-align: center; }
  .module--news-browser__switch a {
    padding: 0.5em 1em;
    display: block;
    color: #002d51;
    text-decoration: none; }
    .module--news-browser__switch a:hover {
      background-color: #ccc; }
  .module--news-browser__switch .ui-tabs-active a {
    background-color: #fff; }

.module--follow-us {
  display: table;
  width: 100%;
  padding: 1em; }
  .module--follow-us .module--follow-us__title {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold; }
  .module--follow-us .module--follow-us__icons {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 2em; }
    .module--follow-us .module--follow-us__icons a {
      font-size: 0.8em; }
    .module--follow-us .module--follow-us__icons a + a {
      margin-left: 0.2em; }
    .module--follow-us .module--follow-us__icons .fa-facebook {
      color: #3b5998; }
    .module--follow-us .module--follow-us__icons .fa-twitter {
      color: #55acee; }
    .module--follow-us .module--follow-us__icons .fa-linkedin {
      color: #0976b4; }
    .module--follow-us .module--follow-us__icons .fa-rss {
      color: #f26522; }
    .module--follow-us .module--follow-us__icons a:hover .fa, .module--follow-us .module--follow-us__icons a:active .fa {
      color: #002d51; }

.module--discount-card {
  background-color: #f7f7f7;
  color: #002d51;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) ;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) ; }
  .module--discount-card .module__title {
    margin-bottom: 1em; }
  .module--discount-card .discount-code {
    background-color: #fff;
    padding: 0.6em;
    border: 1px solid #dadada;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    letter-spacing: 4px;
    background-image: url("../img/discount-card-watermark.png"); }
  .module--discount-card p {
    font-size: 0.95em;
    margin-top: 1em;
    line-height: 130%; }

@media (min-width: 768px) {
  .page-module--people .page-module__supporting {
    margin-right: 34.8404255319%; } }

.module--googlemaps iframe {
  width: 100%;
  height: 200px; }
.module--googlemaps a {
  display: block;
  position: relative;
  margin-top: -200px;
  height: 200px;
  z-index: 100;
  margin-bottom: 1em; }

.module--testimonials {
  padding: 0;
  border-width: 0px; }
  .module--testimonials h3 {
    margin-bottom: 1.5em; }
  .module--testimonials .testimonial {
    font-size: 0.9em;
    line-height: 1.5;
    border: 1px solid #ccc;
    padding: 2em; }
    .module--testimonials .testimonial img {
      display: block;
      max-width: 150px;
      margin: 0 auto; }
  .module--testimonials .testimonial__text {
    margin-bottom: 1em; }
  .module--testimonials .testimonial + .testimonial {
    margin-top: 1.5em; }

.box, .box--form-page__inner, .box--form-submit {
  position: relative;
  padding: 1.3em;
  border: 1px solid #dadada; }
  .box *:first-child, .box--form-page__inner *:first-child, .box--form-submit *:first-child {
    margin-top: 0; }
  .box *:last-child, .box--form-page__inner *:last-child, .box--form-submit *:last-child {
    margin-bottom: 0; }

.box--subscribe, .module--subscribe, .module--mt-subscribe {
  background-color: rgba(110, 190, 0, 0.1);
  border-color: #6EBE00; }
  .box--subscribe h2, .module--subscribe h2, .module--mt-subscribe h2 {
    font-size: 1.3em; }

.box--action {
  background-color: rgba(0, 191, 251, 0.1);
  border-color: #00BFFB; }

.box--meta {
  background-color: #f7f7f7;
  border-color: #dadada; }

.box--form-page, .box--form-page--expanded {
  background-color: transparent;
  padding: 0; }
  .box--form-page h3, .box--form-page--expanded h3 {
    font-size: 1.1em;
    margin: 2em 0 1.5em 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: .3em;
    color: black;
    font-weight: bold; }
    .box--form-page h3:first-of-type, .box--form-page--expanded h3:first-of-type {
      margin-top: 0; }
  @media (min-width: 768px) {
    .box--form-page, .box--form-page--expanded {
      display: inline;
      float: left;
      width: 46.9858156028%;
      margin: 0 1.5070921986%;
      padding-right: 2em;
      border: 0;
      border-right: 1px solid rgba(255, 255, 255, 0.2); } }

@media (min-width: 768px) {
  .box--form-page--expanded {
    display: inline;
    float: left;
    width: 63.6524822695%;
    margin: 0 1.5070921986%;
    padding-right: 2em;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2); } }

.box--form-page__inner {
  background-color: #fff;
  padding: 2em;
  border-width: 0; }

.box--form-submit {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.5em 2em;
  border-width: 0px;
  border: 1px solid #dadada; }

.site-header {
  background-color: #0B61A5;
  padding: 1.5em 0 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  @media (min-width: 750px) {
    .site-header {
      height: 115px;
      position: absolute;
      width: 100%;
      padding: 1.5em 0; } }
  @media (min-width: 750px) {
    .page--feature .site-header {
      background: transparent; } }

@media (min-width: 750px) {
  .site-header__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 6%;
    padding-right: 6%; } }

.logo-container {
  padding-left: 6%; }
  @media (min-width: 750px) {
    .logo-container {
      padding-left: 0; } }

.logo {
  margin-left: 1.5070921986%;
  line-height: 0;
  width: 20%;
  min-width: 125px;
  max-width: 170px; }
  @media (min-width: 750px) {
    .logo {
      float: left; } }

.logo img {
  width: 100%; }

.primary-nav-container {
  white-space: nowrap;
  overflow-x: scroll;
  padding: 1em 6% 1.5em;
  border-bottom: 1px solid rgba(0, 45, 81, 0.3); }
  @media (min-width: 750px) {
    .primary-nav-container {
      float: right;
      padding: 0;
      margin-right: 1.5070921986%;
      margin-top: 13px;
      white-space: normal;
      overflow: visible !important;
      border-bottom-width: 0px; } }

.primary-nav {
  padding: 0 30em 0 0;
  margin: 0;
  max-width: 1400px;
  position: inherit;
  list-style: none;
  color: #fff;
  font-size: 0.95em; }
  @media (min-width: 750px) {
    .primary-nav {
      margin: 0;
      padding: 0; } }
  @media (min-width: 930px) {
    .primary-nav {
      font-size: 1em; } }
  .primary-nav:before {
    display: block;
    width: 50px;
    background-image: url(../img/menufade.png);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: ''; }
    @media (min-width: 890px) {
      .primary-nav:before {
        display: none; } }

.primary-nav .primary-nav__item + .primary-nav__item {
  margin-left: 0.3em; }

.primary-nav__item {
  display: inline-block;
  font-weight: 500; }

.primary-nav__item--current .primary-nav__action {
  color: #fff; }
  @media (min-width: 750px) {
    .primary-nav__item--current .primary-nav__action {
      border: 1px solid #fff;
      color: #fff; } }

.primary-nav__action {
  display: inline-block;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.2em 0.5em;
  border: 1px solid transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  @media (min-width: 750px) {
    .primary-nav__action {
      padding: 0.4em 0.6em; } }
  @media (min-width: 890px) {
    .primary-nav__action {
      color: rgba(255, 255, 255, 0.7);
      padding: 0.5em 1em;
      border: 1px solid transparent; } }
  @media (min-width: 1000px) {
    .primary-nav__action {
      color: rgba(255, 255, 255, 0.7);
      padding: 0.5em 1em;
      border: 1px solid transparent; } }

.primary-nav__item--subscribe .primary-nav__action i {
  display: none; }
@media (min-width: 890px) {
  .primary-nav__item--subscribe .primary-nav__action {
    background-color: #6EBE00;
    color: #fff;
    border: 1px solid #6EBE00; }
    .primary-nav__item--subscribe .primary-nav__action i {
      display: inline; } }

.primary-nav__item--login {
  position: absolute;
  z-index: 100;
  top: 1.5em;
  right: 6%; }
  @media (min-width: 750px) {
    .primary-nav__item--login {
      position: relative;
      top: auto;
      right: auto; } }
  .primary-nav__item--login .primary-nav__action {
    border: 1px solid #fff;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }

.primary-nav__item--logged-in {
  position: absolute;
  z-index: 0;
  top: 1.5em;
  right: 6%; }
  @media (min-width: 750px) {
    .primary-nav__item--logged-in {
      position: relative;
      top: auto;
      right: auto; } }
  .primary-nav__item--logged-in .primary-nav__action {
    padding: 0 0 0 0.8em;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: #6EBE00; }
    .primary-nav__item--logged-in .primary-nav__action i {
      -moz-border-radius: 0 2px 2px 0;
      -webkit-border-radius: 0 2px 2px 0;
      -ms-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0;
      padding: 0.8em;
      border-left: 1px solid rgba(255, 255, 255, 0.25);
      margin-left: 0.5em; }
    .primary-nav__item--logged-in .primary-nav__action:hover, .primary-nav__item--logged-in .primary-nav__action:active {
      background-color: #68b400; }
  .primary-nav__item--logged-in .primary-nav__account-menu {
    display: none; }

.primary-nav__item--logged-in--active .primary-nav__action i {
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -ms-border-radius: 0 2px 0 0;
  border-radius: 0 2px 0 0;
  background-color: white;
  color: #6EBE00; }
.primary-nav__item--logged-in--active .primary-nav__account-menu {
  display: block; }

.primary-nav__action:hover, .primary-nav__action:active {
  color: white;
  text-decoration: none; }

.primary-nav__item--dropdown .dropdown {
  display: none; }

.primary-nav__item--active .dropdown {
  display: block; }

.primary-nav__item--dropdown.primary-nav__item--active .primary-nav__action {
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  border: 1px solid #fff;
  background-color: #fff;
  color: #00477F; }

.primary-nav__account-menu {
  -moz-border-radius: 2px 0 2px 2px;
  -webkit-border-radius: 2px 0 2px 2px;
  -ms-border-radius: 2px 0 2px 2px;
  border-radius: 2px 0 2px 2px;
  right: 0;
  width: 200px;
  background-color: #fff;
  position: absolute;
  top: 39px;
  padding: 0.5em; }
  .primary-nav__account-menu li a {
    display: block;
    padding: 0.3em 0.5em;
    color: #002d51;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .primary-nav__account-menu li a i {
      margin-right: 0.4em; }
    .primary-nav__account-menu li a:hover, .primary-nav__account-menu li a:active {
      background-color: #0B61A5;
      color: #fff;
      text-decoration: none; }

.products-nav-container {
  position: absolute;
  z-index: 100;
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1076.9230769231px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2) ;
  -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2) ;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2) ; }

.products-nav {
  margin: 0;
  padding: 1em;
  list-style: none; }
  @media (min-width: 890px) {
    .products-nav {
      padding: 1em; } }

.products-nav__item {
  width: 100%; }
  @media (min-width: 600px) {
    .products-nav__item {
      width: 50%;
      float: left; } }
  @media (min-width: 768px) {
    .products-nav__item {
      width: 33.3%;
      float: left; } }

.products-nav__action {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.8em;
  color: #00477F;
  border: 1px solid #fff;
  position: relative;
  display: block;
  padding: 0.5em 0.8em;
  height: 75px; }
  @media (min-width: 890px) {
    .products-nav__action {
      padding: 0.5em 1em; } }

.products-nav__action:hover, .products-nav__action:active, .products-nav__action--active {
  text-decoration: none;
  background-color: rgba(0, 71, 127, 0.05);
  border: 1px solid rgba(0, 71, 127, 0.2);
  z-index: 100;
  color: #00477F; }

.products-nav__item__icon {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  font-size: 2.5em;
  padding: 0; }

.products-nav__item__text {
  display: table-cell;
  vertical-align: top;
  line-height: 1.5;
  white-space: normal; }
  .products-nav__item__text strong {
    display: block;
    font-size: 1.2em; }
  .products-nav__item__text i {
    display: none; }

.page-header {
  position: relative;
  background-color: #0B61A5;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ccc;
  background-position: center;
  overflow: hidden;
  -ms-behavior: url("/themes/default/css/backgroundsize.htc"); }

@media (min-width: 750px) {
  .page-header__inner {
    padding-top: 100px; } }

.page-header__text {
  padding: 3em 0 3em;
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%; }
  .page-header--has-nav .page-header__text {
    padding: 3em 0 1em; }
  @media (min-width: 750px) {
    .page--jumbo .page-header .page-header__text, .page--feature .page-header .page-header__text {
      padding: 4em 0 8em; } }
  @media (min-width: 890px) {
    .page--jumbo .page-header .page-header__text, .page--feature .page-header .page-header__text {
      padding: 8em 0 10em; } }
  @media (min-width: 750px) {
    .page--jumbo .page-header--has-nav .page-header__text, .page--feature .page-header--has-nav .page-header__text {
      padding: 4em 0 4em; } }
  @media (min-width: 890px) {
    .page--jumbo .page-header--has-nav .page-header__text, .page--feature .page-header--has-nav .page-header__text {
      padding: 8.5em 0 7.5em; } }
  @media (min-width: 750px) {
    .page--jumbo .page-header--has-cta .page-header__text, .page--feature .page-header--has-cta .page-header__text {
      margin-top: -20px;
      margin-bottom: -37px; } }

.page-header__title {
  color: #fff;
  font-size: 2em;
  font-weight: 500;
  margin: 0; }
  @media (min-width: 750px) {
    .page-header__title {
      font-size: 2.5em; } }

.page-header__blurb {
  color: #B0C1CE;
  font-size: 1em;
  font-weight: 400;
  max-width: 510px;
  margin-top: 1em;
  margin-bottom: 0; }
  @media (min-width: 750px) {
    .page-header__blurb {
      font-size: 1.3em; } }

.page-header__image {
  display: none; }
  @media (min-width: 890px) {
    .page-header__image {
      display: block;
      max-width: 450px;
      position: absolute;
      bottom: 0;
      right: 10%;
      right: calc(50% - 570px);
      line-height: 0; }
      .page-header__image img {
        width: 100%; } }

.page-header__action {
  background-color: transparent;
  border: 1px solid #fff;
  margin-top: 2em; }
  .page-header__action:hover, .page-header__action:active {
    background-color: white;
    color: #0B61A5; }
  .page-header__action + .page-header__action {
    margin-top: 0; }

.section-nav-container {
  xposition: absolute;
  width: 100%;
  bottom: 0;
  padding: 2em 0 1em;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: auto;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .section-nav-container {
      white-space: normal; } }

.section-nav {
  list-style: none;
  font-size: 0.95em;
  padding: 0;
  margin: 0 auto;
  margin-left: 1.5070921986%; }
  @media (min-width: 768px) {
    .section-nav {
      font-size: 1em; } }

.section-nav__item {
  display: inline-block;
  font-weight: 500; }
  .section-nav__item:last-child {
    margin-right: 2em; }
    @media (min-width: 768px) {
      .section-nav__item:last-child {
        margin-right: 0; } }

.section-nav .section-nav__item + .section-nav__item {
  margin-left: 1em; }
  @media (min-width: 768px) {
    .section-nav .section-nav__item + .section-nav__item {
      margin-left: 2em; } }

.section-nav__action {
  color: #B0C1CE; }

.section-nav__action:hover, .section-nav__action:active {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none; }

.section-nav__item--current .section-nav__action {
  color: #fff; }

.content {
  padding-top: 2em;
  padding-bottom: 2em; }
  @media (min-width: 768px) {
    .content {
      padding-top: 3em;
      padding-bottom: 3em; } }
  .content > *:first-child {
    margin-top: 0; }

.content__main {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%; }
  @media (min-width: 768px) {
    .content__main {
      display: inline;
      float: left;
      width: 63.6524822695%;
      margin: 0 1.5070921986%; } }
  .content__main > *:first-child {
    margin-top: 0; }

.content__supporting {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%;
  margin-top: 2em; }
  @media (min-width: 768px) {
    .content__supporting {
      margin-top: 0;
      display: inline;
      float: left;
      width: 30.3191489362%;
      margin: 0 1.5070921986%; } }

.content a {
  font-weight: bold; }

.content__supporting--form-page {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%; }
  @media (min-width: 768px) {
    .content__supporting--form-page {
      display: inline;
      float: left;
      width: 46.9858156028%;
      margin: 0 1.5070921986%; } }

@media (min-width: 890px) {
  .page .content__supporting--pullup {
    margin-top: -150px;
    position: relative; }
  .page--jumbo .content__supporting--pullup, .page--feature .content__supporting--pullup {
    margin-top: -400px;
    position: relative; }

  .content__supporting--form-page {
    display: inline;
    float: left;
    width: 46.9858156028%;
    margin: 0 1.5070921986%; }

  .content__supporting--tight {
    display: inline;
    float: left;
    width: 30.3191489362%;
    margin: 0 1.5070921986%; } }
.figure img {
  width: 100%; }
.figure figcaption {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc; }
  .figure figcaption h4 {
    font-size: 0.95em;
    margin-top: 0; }
  .figure figcaption p {
    margin: 0;
    font-size: 0.9em;
    font-style: italic; }

@media (min-width: 400px) {
  .figure--quarter {
    width: 25%; } }

.figure--left {
  float: left;
  margin: 0 2em 0.5em 0; }

.figure--right {
  float: right;
  margin: 0 0 0.5em 2em; }

.image-upload {
  width: 90%;
  margin: 0 auto; }
  .image-upload img {
    max-width: 100%;
    width: 100%; }

#imageUpload {
  visibility: hidden;
  position: absolute; }

.pagination {
  font-weight: 500; }
  .pagination li {
    display: inline; }
    .pagination li a {
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      border: 1px solid #0B61A5;
      display: inline-block;
      padding: 0.5em 1em;
      margin-bottom: 0.3em; }
    .pagination li a.active {
      background-color: #0B61A5;
      color: white; }
      .pagination li a.active:hover {
        text-decoration: none; }

.notification {
  padding: 0.8em 1em;
  position: relative;
  margin-bottom: 1em;
  display: block;
  border: 1px solid #FFC100;
  background-color: rgba(255, 193, 0, 0.17);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .notification *:first-child {
    margin-top: 0; }
  .notification *:last-child {
    margin-bottom: 0; }
  .notification > .fa {
    font-size: 18px;
    position: absolute;
    left: 1em;
    top: 50%;
    margin-top: -9px;
    color: #FFC100; }

.notification--hasicon {
  padding: 0.8em 1em 0.8em 3.5em; }
  .notification--hasicon *:nth-child(2) {
    margin-top: 0; }

.notification--alert {
  border: 1px solid #ff5a5f;
  background-color: rgba(255, 90, 95, 0.17); }
  .notification--alert > .fa {
    color: #ff5a5f; }

.notification--info {
  border: 1px solid #34C6ED;
  background-color: rgba(52, 198, 237, 0.17); }
  .notification--info > .fa {
    color: #34C6ED; }

.form-row abbr {
  color: #ff5a5f; }
.form-row .error {
  color: #ff5a5f;
  font-size: .875em; }

input, textarea {
  padding: 0.8em;
  border: 1px solid #ccc; }

select {
  width: 100%; }
  @media (min-width: 768px) {
    select {
      width: auto;
      max-width: 100%; } }

.form-row {
  display: block;
  width: 103.0141843972%;
  margin: 0 -1.5070921986%; }

.form-field--error input, .form-field--error textarea {
  border: 1px solid #ff5a5f; }
.form-field--error em {
  color: #ff5a5f !important; }

.fieldset, .form-footer {
  border: 1px solid #dadada;
  background-color: #f7f7f7;
  padding: 1em; }
  @media (min-width: 768px) {
    .fieldset, .form-footer {
      padding: 2em; } }

.form--standard .form-field label, .form--member .form-field label, .form-field label, .form-field--half label {
  display: block;
  margin-bottom: 0.2em;
  font-weight: 500; }
.form-field input.text, .form-field--half input.text, .form--standard .form-field textarea, .form--member .form-field textarea, .form-field textarea, .form-field--half textarea {
  width: 100%; }
.form--standard .form-field em, .form--member .form-field em, .form-field em, .form-field--half em {
  display: block;
  font-style: normal;
  color: rgba(51, 51, 51, 0.4);
  font-size: 0.85em; }

.form--standard .form-field + .form-field, .form--member .form-field + .form-field {
  margin-top: 0.8em; }

.form--member + .form-field {
  margin-top: 0; }

.form-row {
  margin-bottom: 1em; }

.form-field {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%; }

.form-field--half {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%; }
  @media (min-width: 768px) {
    .form-field--half {
      display: inline;
      float: left;
      width: 46.9858156028%;
      margin: 0 1.5070921986%; } }

.fieldset-section--tinted {
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 1em 15px;
  margin-bottom: 1em; }

.fieldset-section__header {
  margin-bottom: 1em; }
  .fieldset-section__header h3 {
    margin-top: 0;
    color: #999;
    font-size: 1em; }

.fieldset-section--half {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%; }
  @media (min-width: 768px) {
    .fieldset-section--half {
      display: inline;
      float: left;
      width: 46.9858156028%;
      margin: 0 1.5070921986%; } }

.fieldset-section--twothird {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%; }
  @media (min-width: 768px) {
    .fieldset-section--twothird {
      display: inline;
      float: left;
      width: 63.6524822695%;
      margin: 0 1.5070921986%; } }

.fieldset-section--third {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%; }
  @media (min-width: 768px) {
    .fieldset-section--third {
      display: inline;
      float: left;
      width: 30.3191489362%;
      margin: 0 1.5070921986%; } }

.fieldset-section--pushed {
  margin-left: 18.1737588652%; }

.form-footer {
  background-color: #fff;
  margin-top: 1em; }
  .form-footer h3, .form-footer p {
    margin-top: 0;
    margin-bottom: 0; }
  .form-footer div {
    float: left; }
  .form-footer input[type="submit"] {
    float: right; }

.page-module--standalone {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%; }

.page-module {
  margin-top: 3em; }

.page-module__title {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #dadada; }

.page-module--previous-issues .previous-issues__listing {
  display: block;
  width: 103.0141843972%;
  margin: 0 -1.5070921986%; }
.page-module--previous-issues .previous-issues__year {
  color: #999;
  margin-bottom: 2em; }
.page-module--previous-issues .previous-issue {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%;
  padding-bottom: 2.5em; }
  @media (min-width: 530px) {
    .page-module--previous-issues .previous-issue {
      display: inline;
      float: left;
      width: 46.9858156028%;
      margin: 0 1.5070921986%; } }
  @media (min-width: 850px) {
    .page-module--previous-issues .previous-issue {
      display: inline;
      float: left;
      width: 30.3191489362%;
      margin: 0 1.5070921986%; } }
.page-module--previous-issues .previous-issue__cover {
  width: 45%;
  float: left;
  margin-right: 5%; }
  .page-module--previous-issues .previous-issue__cover img {
    width: 100%;
    border: 1px solid #ccc; }
.page-module--previous-issues .previous-issue__meta {
  float: right;
  width: 50%; }
  .page-module--previous-issues .previous-issue__meta h3 {
    color: #002d51;
    margin-bottom: 0;
    margin-top: 0; }
  .page-module--previous-issues .previous-issue__meta p {
    color: #999;
    font-size: 0.8em;
    font-weight: 500;
    margin-top: 0.2em; }
  .page-module--previous-issues .previous-issue__meta ul {
    padding-left: 1.2em;
    font-size: 0.8em;
    line-height: 120%; }
    .page-module--previous-issues .previous-issue__meta ul li {
      list-style-type: square;
      margin-bottom: 1em; }

.page-module--msg {
  background-color: rgba(11, 97, 165, 0.1);
  border: 1px solid rgba(11, 97, 165, 0.15);
  padding: 2em;
  font-size: .875em; }
  .page-module--msg p:last-of-type {
    margin-bottom: 0; }

.page-module--about-logos {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%;
  margin-top: 1em;
  margin-bottom: 2em; }
  .page-module--about-logos img {
    width: 100%; }

.page-module--people .page-module__title {
  margin-bottom: 0; }

.search-bar {
  background-color: #cee0ed;
  padding: 1em 0; }
  @media (min-width: 768px) {
    .search-bar {
      padding: 0;
      line-height: 80px; } }

.search-bar__text {
  font-weight: 500;
  margin-bottom: 0.4em; }
  @media (min-width: 768px) {
    .search-bar__text {
      margin-bottom: 0em;
      float: left;
      width: 50%;
      line-height: 80px; } }

@media (min-width: 768px) {
  .search-bar__field {
    float: right;
    width: 50%;
    text-align: right; } }
.search-bar__field input[type="text"] {
  width: 80%;
  border-color: white;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px; }
.search-bar__field .button, .search-bar__field input[type="submit"] {
  padding-left: 0;
  padding-right: 0;
  width: 20%;
  background-color: #0B61A5;
  border-color: #0B61A5;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }
  .search-bar__field .button span, .search-bar__field input[type="submit"] span {
    display: none; }
  @media (min-width: 700px) {
    .search-bar__field .button i, .search-bar__field input[type="submit"] i {
      display: none; }
    .search-bar__field .button span, .search-bar__field input[type="submit"] span {
      display: block; } }

.news-item {
  display: block;
  padding-bottom: 2em; }

a.news-item {
  color: #333; }
  a.news-item:hover, a.news-item:active {
    color: #00477F; }

.news-item + .news-item {
  padding-top: 2em;
  border-top: 1px solid #dadada; }

.news-item__inner {
  display: block;
  width: 104.5212765957%;
  margin: 0 -2.2606382979%; }

.news-item__image {
  display: inline;
  float: left;
  width: 20.4787234043%;
  margin: 0 2.2606382979%;
  border: 1px solid #dadada;
  line-height: 0; }
  .news-item__image img {
    width: 100%; }

.news-item__main {
  display: inline;
  float: left;
  width: 70.4787234043%;
  margin: 0 2.2606382979%; }

.news-item__title {
  margin-top: 0;
  font-weight: 500; }
  .news-item__title a {
    color: #333; }
    .news-item__title a:hover {
      text-decoration: none;
      color: #00477F; }

@media (min-width: 768px) {
  .news-item--extended .news-item__image {
    display: inline;
    float: left;
    width: 32.9787234043%;
    margin: 0 2.2606382979%; }
  .news-item--extended .news-item__main {
    display: inline;
    float: left;
    width: 57.9787234043%;
    margin: 0 2.2606382979%; }
  .news-item--extended .news-item__title {
    font-size: 1.8em;
    line-height: 110%; } }

.news-item--small + .news-item--small {
  border-top-width: 0px !important;
  padding-top: 0; }

.news-item--small {
  padding: 1em 1em; }
  .news-item--small .news-item__title {
    font-size: 0.9em;
    line-height: 130%; }

.news-item__link {
  font-weight: bold; }

.news-listing__pagination {
  xborder-top: 1px solid #999;
  padding-top: 1.5em;
  margin-top: 1em; }

.news-article time {
  font-size: 0.9em;
  color: #999;
  margin-bottom: 0.8em;
  display: block; }
.news-article .news-article__header {
  padding-bottom: 1.8em;
  margin-bottom: 1em;
  border-bottom: 1px solid #dadada; }
.news-article .news-article__image {
  max-width: 260px;
  line-height: 0;
  border: 1px solid #dadada; }

.taxonomy-term {
  border-bottom: 1px solid #dadada; }
  @media (min-width: 500px) {
    .taxonomy-term {
      width: 50%;
      float: left; } }
  @media (min-width: 800px) {
    .taxonomy-term {
      width: 33.3%;
      float: left; } }
  @media (min-width: 1000px) {
    .taxonomy-term {
      width: 25%;
      float: left; } }

.taxonomy-term__action {
  color: #002d51;
  font-size: 0.9em;
  display: block;
  padding: 0.3em; }

.taxonomy--locations .flag-icon {
  margin-right: 1em; }

.latest-resources-list {
  display: block;
  width: 103.0141843972%;
  margin: 0 -1.5070921986%; }

.latest-resources-list__item {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%; }
  @media (min-width: 400px) {
    .latest-resources-list__item {
      display: inline;
      float: left;
      width: 46.9858156028%;
      margin: 0 1.5070921986%; } }
  @media (min-width: 600px) {
    .latest-resources-list__item {
      display: inline;
      float: left;
      width: 21.9858156028%;
      margin: 0 1.5070921986%; } }
  .latest-resources-list__item a {
    line-height: 0; }
    .latest-resources-list__item a img {
      border: 1px solid #dadada;
      width: 100%; }

.directory__filter {
  display: none; }
  @media (min-width: 768px) {
    .directory__filter {
      display: block;
      display: inline;
      float: left;
      width: 21.9858156028%;
      margin: 0 1.5070921986%; } }

.directory-filter__title {
  margin-top: 0; }

.directory__listing {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%; }
  @media (min-width: 768px) {
    .directory__listing {
      display: inline;
      float: left;
      width: 71.9858156028%;
      margin: 0 1.5070921986%; } }

.directory-filter-module__title {
  margin-bottom: 1em; }

.directory-filter-module--type select {
  width: 100%; }

.directory-filter-module--topics ul {
  font-size: 0.8em;
  font-weight: 500;
  line-height: 150%; }
  .directory-filter-module--topics ul li a {
    display: block;
    color: #555;
    padding: 0.4em 0em; }
    .directory-filter-module--topics ul li a:hover {
      text-decoration: none;
      color: #0B61A5; }
  .directory-filter-module--topics ul li + li {
    margin-top: 0.4em; }
  .directory-filter-module--topics ul li.active a {
    color: #fff;
    background-color: #0B61A5;
    padding: 0.7em 1em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }

.listing {
  margin-top: 1em; }

.listing__info {
  padding: 1.2em 0 1.5em;
  border-bottom: 1px solid #999;
  font-style: italic;
  color: #333; }
  .listing__info strong {
    font-style: normal;
    color: #0B61A5; }

.listing__items {
  display: block;
  width: 103.0141843972%;
  margin: 0 -1.5070921986%; }

.listing__pagination {
  border-top: 1px solid #999;
  padding-top: 1em; }

.listing-item {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%;
  padding: 1.5em 0; }
  .listing-item + .listing-item {
    border-top: 1px solid #dadada; }

.listing-item__title {
  margin-top: 0; }

.listing-item__description {
  font-size: 0.8em;
  line-height: 150%;
  padding: 1.5em 0 0; }
  .listing-item__description > *:first-child {
    margin-top: 0; }
  .listing-item__description > *:last-child {
    margin-top: 0; }

.listing-item--library .listing-item__inner {
  display: block;
  width: 103.0141843972%;
  margin: 0 -1.5070921986%; }
.listing-item--library .listing-item__thumb {
  display: inline;
  float: left;
  width: 21.9858156028%;
  margin: 0 1.5070921986%;
  border: 1px solid #dadada;
  line-height: 0; }
  @media (min-width: 600px) {
    .listing-item--library .listing-item__thumb {
      display: inline;
      float: left;
      width: 17.8191489362%;
      margin: 0 1.5070921986%; } }
  .listing-item--library .listing-item__thumb img {
    width: 100%; }
.listing-item--library .listing-item__body {
  display: inline;
  float: left;
  width: 71.9858156028%;
  margin: 0 1.5070921986%; }
  @media (min-width: 600px) {
    .listing-item--library .listing-item__body {
      display: inline;
      float: left;
      width: 46.9858156028%;
      margin: 0 1.5070921986%; } }
.listing-item--library .listing-item__meta {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%;
  padding: 1em;
  background-color: #f7f7f7;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  @media (min-width: 600px) {
    .listing-item--library .listing-item__meta {
      display: inline;
      float: left;
      width: 26.1524822695%;
      margin: 0 1.5070921986%;
      background-color: #fff;
      padding: 0; } }
.listing-item--library .listing-item__type {
  color: #333;
  font-size: 0.9em;
  font-weight: 500; }
  .listing-item--library .listing-item__type:hover, .listing-item--library .listing-item__type:focus {
    text-decoration: none;
    color: #0B61A5; }
.listing-item--library .listing-item__meta-item {
  font-size: 0.8em;
  line-height: 150%;
  margin-top: 1em; }
  .listing-item--library .listing-item__meta-item strong {
    color: #555; }
  .listing-item--library .listing-item__meta-item a {
    color: #999; }

.listing__items--members {
  margin-top: -1px; }

.listing-item--member {
  padding: 0 0 1.5em 0;
  position: relative;
  border-top: 1px solid #0B61A5; }
  .listing-item--member + .listing-item--member {
    border-top: 1px solid #0B61A5; }
  .listing-item--member .listing-item__inner {
    display: block;
    width: 103.0141843972%;
    margin: 0 -1.5070921986%; }
  .listing-item--member .listing-item__extra {
    display: inline;
    float: left;
    width: 21.9858156028%;
    margin: 0 1.5070921986%;
    position: absolute;
    top: 0; }
    @media (min-width: 600px) {
      .listing-item--member .listing-item__extra {
        position: absolute;
        display: inline;
        float: left;
        width: 21.9858156028%;
        margin: 0 1.5070921986%;
        right: 0; } }
  .listing-item--member .listing-item__sector {
    background-color: #0B61A5;
    color: #fff;
    text-align: center;
    padding: 0.3em;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px; }
    .listing-item--member .listing-item__sector a {
      display: none;
      font-size: 0.8em;
      font-weight: 500;
      color: #fff; }
    @media (min-width: 600px) {
      .listing-item--member .listing-item__sector a {
        display: inline; }
      .listing-item--member .listing-item__sector .fa {
        margin-right: 0.3em; } }
  .listing-item--member .listing-item__logo {
    margin-top: 0.5em;
    border: 1px solid #0B61A5;
    line-height: 0; }
    .listing-item--member .listing-item__logo img {
      width: 100%; }
  .listing-item--member .listing-item__company {
    display: inline;
    float: left;
    width: 71.9858156028%;
    margin: 0 1.5070921986%; }
    @media (min-width: 600px) {
      .listing-item--member .listing-item__company {
        display: inline;
        float: left;
        width: 38.6524822695%;
        margin: 0 1.5070921986%; } }
  .listing-item--member .listing-item__company-name {
    margin-top: 1em;
    margin-bottom: 0.5em; }
  .listing-item--member .listing-item__company-address {
    font-size: 0.8em;
    line-height: 150%; }
  .listing-item--member .listing-item__contacts {
    margin-top: 1em; }
  .listing-item--member .listing-item__contact {
    font-size: 0.8em;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 0.3em;
    margin-top: 0; }
    .listing-item--member .listing-item__contact .fa {
      margin-right: 0.3em; }
  .listing-item--member .listing-item__person {
    display: inline;
    float: left;
    width: 71.9858156028%;
    margin: 0 1.5070921986%; }
    @media (min-width: 600px) {
      .listing-item--member .listing-item__person {
        display: inline;
        float: left;
        width: 30.3191489362%;
        margin: 0 1.5070921986%; } }
  .listing-item--member .listing-item__person-title {
    margin-top: 1.3em;
    text-transform: uppercase;
    font-size: 0.6em;
    font-weight: 800;
    color: #999; }
  .listing-item--member .listing-item__person-name {
    font-weight: bold; }
  .listing-item--member .listing-item__person-role {
    font-size: 0.8em;
    line-height: 150%; }
  .listing-item--member .listing-item__extended {
    display: inline;
    float: left;
    width: 96.9858156028%;
    margin: 0 1.5070921986%;
    margin-top: 1em; }
    .listing-item--member .listing-item__extended h4 {
      font-size: 0.8em;
      margin-top: 0.6em;
      margin-bottom: 0.5em; }
    .listing-item--member .listing-item__extended ul {
      padding: 0;
      margin: 0;
      list-style: none; }
  .listing-item--member .listing-item__bio p {
    font-size: 0.9em;
    line-height: 1.5; }
  .listing-item--member .listing-item__pill {
    font-size: 0.7em;
    font-weight: bold;
    display: inline-block;
    padding: 0.4em 1em;
    border: 1px solid rgba(11, 97, 165, 0.2);
    xbackground-color: #fff;
    margin-bottom: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .listing-item--member .listing-item__pill i {
      margin-right: 0.3em; }
  .listing-item--member .listing-item__paywall {
    display: inline;
    float: left;
    width: 96.9858156028%;
    margin: 0 1.5070921986%;
    margin-top: 1em;
    font-size: 0.9em;
    text-align: center; }
    .listing-item--member .listing-item__paywall a {
      color: #333;
      font-weight: 500;
      text-decoration: underline; }
      .listing-item--member .listing-item__paywall a:hover {
        color: #0B61A5; }
    .listing-item--member .listing-item__paywall .fa {
      margin-right: 0.5em; }
    .listing-item--member .listing-item__paywall .box, .listing-item--member .listing-item__paywall .box--form-page__inner, .listing-item--member .listing-item__paywall .box--form-submit {
      padding: 1%; }

.listing-item__badge {
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  position: absolute;
  top: 0;
  padding: 0.2em 0.6em;
  background-color: #0B61A5;
  color: white;
  display: inline-block;
  font-weight: bold;
  border: 0px solid #0B61A5;
  border-top-width: 0px; }

.listing-item--special-member {
  border-top: 1px solid #EF8F00 !important;
  padding-top: 2em; }
  .listing-item--special-member a {
    color: #EF8F00; }
  .listing-item--special-member .listing-item__sector {
    background-color: #EF8F00; }
  .listing-item--special-member .listing-item__logo {
    border-color: #EF8F00; }
  .listing-item--special-member .listing-item__badge {
    background-color: #EF8F00; }

.listing-item--extended-member {
  background-color: rgba(11, 97, 165, 0.05);
  padding: 2em 1em 1em;
  border: 1px solid #0B61A5; }
  .listing-item--extended-member .listing-item__badge {
    left: 0; }

.sector-selector__pads {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #0B61A5; }
  @media (min-width: 768px) {
    .sector-selector__pads {
      display: table; } }

.sector-selector-pad {
  display: block;
  position: relative;
  padding: 1.5em; }
  @media (min-width: 768px) {
    .sector-selector-pad {
      display: table-cell;
      width: 33.3%; } }
  .sector-selector-pad + .sector-selector-pad {
    border-top: 1px solid #0B61A5; }
    @media (min-width: 768px) {
      .sector-selector-pad + .sector-selector-pad {
        border-top-width: 0px;
        border-left: 1px solid #0B61A5; } }

.sector-selector-pad__body {
  width: 75%; }

.sector-selector-pad__description {
  font-size: 0.8em;
  line-height: 150%;
  margin-bottom: 0;
  font-weight: normal; }

.sector-selector-pad__icon {
  font-size: 46px;
  position: absolute;
  right: 0.6em;
  top: 50%;
  margin-top: -23px; }

.sector-selector-pad:hover, .sector-selector-pad:active {
  background-color: #0B61A5;
  color: #fff;
  text-decoration: none; }

.sector-selector-pad__title {
  margin-top: 0; }

.horizontal-switch {
  display: table;
  width: 100%;
  border: 1px solid #0B61A5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.horizontal-switch__item {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  line-height: 120%; }
  .horizontal-switch__item + li {
    border-left: 1px solid #0B61A5; }
  .horizontal-switch__item a {
    display: block;
    padding: 0.5em;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .horizontal-switch__item a:hover {
      background-color: rgba(11, 97, 165, 0.1);
      text-decoration: none; }

.horizontal-switch__item--active {
  background-color: #0B61A5; }
  .horizontal-switch__item--active a {
    color: white;
    text-decoration: none; }

.resource {
  margin-bottom: 2em; }

.resource__main {
  margin-bottom: 1em; }

.resource__download {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%;
  padding: 0; }
  .resource__download small {
    line-height: 100%; }
    .resource__download small a {
      color: #002d51;
      font-weight: bold; }
  .resource__download p {
    font-size: 0.9em;
    line-height: 150%; }
  .resource__download h2 {
    padding: 15px 20px 0;
    font-weight: bold;
    border-bottom: 0px solid #00BFFB; }
  .resource__download .resource__download-content {
    padding: 20px; }
  .resource__download .resource__download-list {
    font-size: 0.9em; }
    .resource__download .resource__download-list li {
      margin-bottom: 0.8em;
      line-height: 1.5; }
      .resource__download .resource__download-list li i {
        display: block;
        float: left;
        line-height: 1.5em; }
      .resource__download .resource__download-list li a {
        font-weight: 500;
        display: block;
        float: none;
        overflow: hidden;
        padding-left: 0.7em;
        word-wrap: break-word; }

@media (min-width: 900px) {
  .resource__container {
    display: block;
    width: 104.5212765957%;
    margin: 0 -2.2606382979%; } }

.resource__thumbnail {
  display: inline;
  float: left;
  width: 30.3191489362%;
  margin: 0 1.5070921986%;
  border: 1px solid #dadada;
  line-height: 0; }
  @media (min-width: 900px) {
    .resource__thumbnail {
      display: inline;
      float: left;
      width: 32.9787234043%;
      margin: 0 2.2606382979%; } }
  .resource__thumbnail img {
    width: 100%; }

.resource__body {
  display: inline;
  float: left;
  width: 63.6524822695%;
  margin: 0 1.5070921986%; }
  @media (min-width: 900px) {
    .resource__body {
      display: inline;
      float: left;
      width: 57.9787234043%;
      margin: 0 2.2606382979%; } }

.resource__header {
  border-bottom: 1px solid #dadada;
  padding-bottom: 1em; }

.resource__title {
  margin-bottom: 0.3em; }

.resource__subtitle {
  color: #0B61A5;
  margin-top: 0; }

.resource__download__title {
  font-size: 1.2em;
  margin-top: 0; }

.resource__meta {
  color: #999;
  font-size: 0.8em;
  line-height: 150%; }
  .resource__meta a {
    color: #333; }

.resource__download__or {
  text-align: center;
  display: block;
  position: relative;
  font-weight: bold;
  margin: 0.8em 0 0em;
  color: #333; }
  .resource__download__or:before {
    content: '';
    position: absolute;
    width: 40%;
    border-top: 1px solid #dadada;
    left: 0;
    top: 13px; }
  .resource__download__or:after {
    content: '';
    position: absolute;
    width: 40%;
    border-top: 1px solid #dadada;
    right: 0;
    top: 13px; }

.resource__meta__item + .resource__meta__item {
  margin-top: 0.3em; }

.footer {
  color: white;
  background-color: #09538d; }
  .footer a {
    color: #fff;
    color: rgba(255, 255, 255, 0.5); }
    .footer a:hover {
      color: white;
      text-decoration: none; }

.footer__main {
  padding: 1.5em 0;
  background-color: #084575; }

.footer__nav {
  padding: 1.5em 0;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  font-size: 0.8em; }
  .footer__nav ul li {
    display: inline; }
    .footer__nav ul li + li {
      margin-left: 2em; }
    .footer__nav ul li a {
      font-weight: 500; }

.footer__slug {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.7em;
  line-height: 150%;
  padding: 1.5em 0; }

.footer-module {
  padding-bottom: 2em; }

.footer-module__title {
  font-size: 1em;
  margin-bottom: 0.6em;
  margin-top: 0; }

.footer-module__content {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 140%; }
  .footer-module__content > p {
    margin-top: 0; }
  .footer-module__content ul li {
    margin-bottom: 0.5em; }

.footer-module--updates {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%; }
  @media (min-width: 768px) {
    .footer-module--updates {
      display: inline;
      float: left;
      width: 30.3191489362%;
      margin: 0 1.5070921986%; } }
  .footer-module--updates .button, .footer-module--updates input[type="submit"] {
    font-size: 1.3em;
    background-color: transparent;
    border-color: #EF8F00;
    color: #fff; }
    .footer-module--updates .button:hover, .footer-module--updates input[type="submit"]:hover {
      background-color: #EF8F00; }

.footer-module--quick-links {
  display: inline;
  float: left;
  width: 46.9858156028%;
  margin: 0 1.5070921986%; }
  @media (min-width: 768px) {
    .footer-module--quick-links {
      display: inline;
      float: left;
      width: 13.6524822695%;
      margin: 0 1.5070921986%; } }

.footer-module--social {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%; }
  .footer-module--social i {
    font-size: 2em;
    margin-right: 0.5em; }
  @media (min-width: 768px) {
    .footer-module--social {
      display: inline;
      float: left;
      width: 30.3191489362%;
      margin: 0 1.5070921986%; } }

.page--material .site-header {
  position: absolute;
  width: 100%;
  background-color: transparent; }
.page--material .page-header {
  padding: 10em 0 6em;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .page--material .page-header {
      padding: 14em 0 12em; } }

.page--home .site-header {
  position: relative; }

.page--form-only {
  background-color: #0B61A5; }
  .page--form-only .content {
    padding-top: 0; }
  .page--form-only .page-header {
    border: none; }
  .page--form-only main {
    background-color: #0B61A5; }
  .page--form-only .content__supporting {
    color: #fff; }
    .page--form-only .content__supporting a {
      color: #fff;
      text-decoration: underline; }

.page--contact .form {
  display: none; }
  @media (min-width: 768px) {
    .page--contact .form {
      display: block; } }
.page--contact .content__supporting {
  margin-top: 0; }
  @media (min-width: 750px) {
    .page--contact .content__supporting {
      margin-top: -150px; } }

@media (min-width: 768px) {
  .page--fourohfour .page-header__text {
    padding: 11em 0 12em !important; } }

.people {
  display: block;
  width: 103.0141843972%;
  margin: 0 -1.5070921986%;
  margin-bottom: 1em; }

.person {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%;
  margin-top: 1em; }
  @media (min-width: 660px) {
    .person {
      display: inline;
      float: left;
      width: 46.9858156028%;
      margin: 0 1.5070921986%;
      margin-top: 2em; } }
  @media (min-width: 1100px) {
    .person {
      display: inline;
      float: left;
      width: 30.3191489362%;
      margin: 0 1.5070921986%;
      margin-top: 2em; } }

.person__card {
  display: block;
  position: relative;
  background-color: #f0f3f6;
  min-height: 140px;
  overflow: hidden;
  border-bottom: 1px solid #D3DBE3;
  border: 1px solid #BCC1C6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  min-height: 150px; }
  .person__card:hover {
    text-decoration: none;
    border-color: #002d51; }

.person__head {
  position: absolute;
  top: 0;
  padding: 0 0 1em 1em;
  width: 50%;
  z-index: 50; }

.person__name {
  color: #002d51;
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 0.6em;
  line-height: 120%;
  z-index: 1; }
  .person__name span {
    display: block; }

.person__title {
  font-size: 0.8em;
  font-weight: bold;
  color: #5C5D66;
  line-height: 140%;
  margin-top: 0.5em; }

.person-modal {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0px;
  z-index: 100; }
  .person-modal .person-modal__header {
    background-color: #e1e5e8;
    position: relative;
    height: 140px; }
  .person-modal .person-modal__details {
    position: absolute;
    margin: 0 0 1em 1em;
    width: 50%;
    z-index: 100; }
  .person-modal .person__image {
    display: none;
    max-width: 170px; }
    @media (min-width: 400px) {
      .person-modal .person__image {
        display: block; } }
  .person-modal .person__bio {
    font-size: 0.9em;
    line-height: 150%;
    padding: 0 1.2em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 140px;
    overflow-y: auto;
    xborder-top: 1px solid #dadada; }

.person__intro {
  color: #999;
  font-size: 0.8em;
  position: absolute;
  padding: 1.8em 0 0 1.8em;
  text-transform: uppercase;
  top: 0;
  font-weight: 600;
  line-height: 120%;
  z-index: 1; }
  .person__intro span {
    display: block; }

.person__image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 170px;
  line-height: 0; }
  .person__image img {
    width: 100%; }

.person__body {
  padding: 1em 1.5em; }

.person__action {
  border-top: 1px solid #dadada; }
  .person__action a {
    display: block;
    padding: 0.8em 1.5em;
    color: #002d51;
    font-weight: bold;
    font-size: 0.95em; }
    .person__action a i {
      float: right;
      margin-top: 0.3em; }

.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: none; }
  .fancybox-overlay .fancybox-skin {
    padding: 0px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2) ;
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2) ;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2) ;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }

.button, input[type="submit"] {
  display: inline-block;
  background-color: #555;
  border: 1px solid #555;
  color: white;
  font-weight: 600;
  padding: 0.8em 1.5em;
  margin-bottom: 0.5em;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .button:hover, input[type="submit"]:hover, .button:focus, input[type="submit"]:focus {
    color: white;
    text-decoration: none;
    background-color: rgba(85, 85, 85, 0.8); }

.button .fa, input[type="submit"] .fa {
  margin-right: 0.5em; }

.button--transparent {
  background-color: transparent;
  border: 1px solid #fff; }
  .button--transparent:hover, .button--transparent:focus {
    background-color: rgba(255, 255, 255, 0.1); }

.button--action, input[type="submit"] {
  background-color: #00BFFB;
  border: 1px solid #00BFFB; }
  .button--action:hover, input[type="submit"]:hover, .button--action:focus, input[type="submit"]:focus {
    background-color: rgba(0, 191, 251, 0.8); }

.button--action-inversed {
  color: #00BFFB;
  background-color: transparent;
  border: 2px solid #00BFFB; }
  .button--action-inversed:hover, .button--action-inversed:focus {
    color: #00BFFB;
    background-color: rgba(0, 191, 251, 0.1); }

.button--subscribe {
  background-color: #6EBE00;
  border: 1px solid #6EBE00; }
  .button--subscribe:hover, .button--subscribe:focus {
    background-color: #5fa500; }

.button--login-white {
  background-color: #fff;
  color: #0B61A5;
  border: 1px solid #0B61A5; }
  .button--login-white:hover, .button--login-white:focus {
    background-color: #0b61a5; }

.button--fullwidth {
  width: 100%; }

.button--small {
  padding: 0.3em 1em; }

.side-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #f7f7f7;
  xborder: 1px solid #0b61a5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .side-nav li a {
    display: block;
    padding: 0.8em 2em 0.8em 1em;
    position: relative; }
    .side-nav li a:after {
      font-family: FontAwesome;
      content: '\f0da';
      margin-right: 1em;
      color: rgba(11, 97, 165, 0.1);
      position: absolute;
      right: 0; }
    .side-nav li a.active {
      background-color: #0B61A5;
      color: #fff; }
      .side-nav li a.active:after {
        display: none; }
      .side-nav li a.active:before {
        font-family: FontAwesome;
        content: '\f0d9';
        margin-right: 1em; }
  .side-nav li + li {
    border-top: 1px solid white; }

.box-nav {
  border: 1px solid #00477F;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: none; }
  @media (min-width: 768px) {
    .box-nav {
      display: block; } }
  .box-nav li a {
    display: table;
    padding: 1em; }
    .box-nav li a div {
      display: table-cell;
      vertical-align: middle; }
    .box-nav li a i {
      display: none;
      font-size: 2.5em;
      padding: 0 0.6em 0 0.3em; }
      @media (min-width: 890px) {
        .box-nav li a i {
          display: block; } }
    .box-nav li a p {
      margin: 0;
      font-size: 0.8em;
      line-height: 1.4;
      font-weight: normal;
      color: #333; }
    .box-nav li a strong {
      display: block;
      font-size: 1.3em;
      margin-bottom: 0.2em;
      color: #0B61A5; }
    .box-nav li a:hover {
      text-decoration: none;
      background-color: rgba(11, 97, 165, 0.1); }
  .box-nav li + li {
    border-top: 1px solid #00477F; }

.event-badges h3 {
  margin-bottom: 1em; }
@media (min-width: 600px) {
  .event-badges .event-badge {
    width: 50%;
    float: left; }
    .event-badges .event-badge + .event-badge {
      border-left-width: 0px; } }
.event-badges .event-badge a {
  border: 1px solid #0B61A5;
  display: block;
  line-height: 0;
  overflow: hidden; }
  .event-badges .event-badge a:hover {
    border-color: #333; }
.event-badges .event-badge img {
  width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
.event-badges .event-badge a:hover img {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Chrome, Safari, Opera */
  transform: scale(1.05); }

.home-flash {
  background-color: #6EBE00;
  color: white;
  font-weight: bold;
  padding: 0.6em 0;
  animation-name: home-flash;
  animation-duration: 1s; }
  .home-flash a {
    color: #fff; }
  .home-flash .fa {
    margin-right: 0.2em; }

.home-flash-banner {
  border-top: 1px solid white;
  background-size: cover;
  background-position: center center; }

.banner {
  background-color: #e0e0e0;
  color: white; }
  .banner a {
    color: white; }
  .banner a:hover {
    text-decoration: none; }

.banner__inner {
  background-size: cover; }

.home-hero {
  position: relative;
  z-index: 1;
  background-image: url("/assets/page-header/home.jpg");
  -ms-behavior: url("/themes/default/css/backgroundsize.htc");
  background-size: cover;
  background-position: bottom;
  color: #fff;
  background-color: #0B61A5; }
  .home-hero a {
    color: #fff;
    text-decoration: underline; }
  .home-hero .button, .home-hero input[type="submit"] {
    text-decoration: none;
    font-weight: 600;
    font-size: 1em; }
    @media (min-width: 750px) {
      .home-hero .button, .home-hero input[type="submit"] {
        font-size: 1em; } }
    @media (min-width: 750px) {
      .home-hero .button + .button, .home-hero input[type="submit"] + .button, .home-hero .button + input[type="submit"], .home-hero input[type="submit"] + input[type="submit"] {
        margin-left: 0.5em; } }
  .home-hero .button--transparent {
    display: none; }
    @media (min-width: 750px) {
      .home-hero .button--transparent {
        display: inline-block; } }

.home-hero__inner {
  padding: 3em 0; }
  @media (min-width: 750px) {
    .home-hero__inner {
      padding: 4em 0; } }
  @media (min-width: 890px) {
    .home-hero__inner {
      xpadding: 6em 0; } }

@media (min-width: 890px) {
  .home-hero__main {
    display: inline;
    float: left;
    width: 55.3191489362%;
    margin: 0 1.5070921986%;
    margin-right: 9.8404255319%; } }
.home-hero__main div {
  max-width: 560px; }
.home-hero__main h2 {
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .home-hero__main h2 {
      font-size: 1.8em; } }

.home-hero__supporting {
  display: none;
  color: #fff;
  position: relative; }
  @media (min-width: 890px) {
    .home-hero__supporting {
      display: block;
      display: inline;
      float: left;
      width: 30.3191489362%;
      margin: 0 1.5070921986%; } }
  .home-hero__supporting h3 {
    color: #6EBE00;
    margin-top: 0; }
  .home-hero__supporting ul {
    padding: 0 1.2em;
    list-style-type: square; }
    .home-hero__supporting ul li + li {
      margin-top: 0.5em; }
  .home-hero__supporting:before {
    content: '';
    width: 1px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -80px;
    background-color: rgba(255, 255, 255, 0.3); }
  .home-hero__supporting a {
    font-weight: 500; }

.home-hero__tabs ul {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
  zoom: 1; }

@media (min-width: 890px) {
  .home-hero__tabs-outer {
    width: 100%;
    max-width: 1400px;
    padding-left: 6%;
    padding-right: 6%;
    margin: 0 auto; } }

@media (min-width: 1400px) {
  .home-hero__tabs-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto; } }

.home-tab {
  padding: 1.2em 1.5em;
  border-top: 5px solid #555; }
  .home-tab a {
    text-decoration: none;
    color: white; }
    .home-tab a:hover h3, .home-tab a:active h3 {
      text-decoration: underline !important; }
  .home-tab h3 {
    margin-top: 0;
    margin-bottom: 0.6em; }
  .home-tab p {
    margin: 0;
    line-height: 140%; }
  @media (min-width: 768px) {
    .home-tab {
      display: block;
      float: left;
      width: 25%;
      border-bottom-width: 0px; }
      .home-tab + .home-tab:before {
        content: '';
        display: block;
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-left: -1.5em;
        background-color: rgba(240, 240, 255, 0.34); } }

.home-tab--membership {
  border-top-color: #6EBE00; }
  .home-tab--membership h3 {
    color: #6EBE00; }

.home-tab--mt {
  border-top-color: #50BEFF; }
  .home-tab--mt h3 {
    color: #50BEFF; }

.home-tab--msg {
  border-top-color: #EAD715; }
  .home-tab--msg h3 {
    color: #EAD715; }

.home-tab--singapore {
  border-top-color: #B62D32; }
  .home-tab--singapore h3 {
    color: #B62D32; }

.home-tab--singapore {
  border-top-color: #B62D32; }
  .home-tab--singapore h3 {
    color: #B62D32; }

.home-section__header {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%;
  border-bottom: 1px solid #ccc;
  padding: 1.2em 0; }
  .home-section__header h2 {
    float: left;
    margin-top: 0;
    font-size: 1.2em; }
  .home-section__header a {
    float: right;
    color: #002d51;
    font-weight: 500; }

.home-section__content {
  display: inline;
  float: left;
  width: 96.9858156028%;
  margin: 0 1.5070921986%;
  padding: 1.2em 0; }

.home-section--resources {
  background-color: #e1e1e1; }
  .home-section--resources .home-section__content {
    display: inline;
    float: left;
    width: 96.9858156028%;
    margin: 0 1.5070921986%; }
  .home-section--resources ul li {
    display: inline;
    float: left;
    width: 49%; }
    .home-section--resources ul li:nth-of-type(2n) {
      margin-left: 2%; }
    @media (min-width: 600px) {
      .home-section--resources ul li {
        width: 23.5%; }
        .home-section--resources ul li:nth-of-type(2n) {
          margin-left: 0; }
        .home-section--resources ul li + li {
          margin-left: 2% !important; } }
    @media (min-width: 768px) {
      .home-section--resources ul li {
        -webkit-transition: margin-top 0.2s ease-in-out;
        -moz-transition: margin-top 0.2s ease-in-out;
        -o-transition: margin-top 0.2s ease-in-out;
        transition: margin-top 0.2s ease-in-out; } }
    @media (min-width: 768px) {
      .home-section--resources ul li:hover {
        margin-top: -10px; } }
    .home-section--resources ul li a img {
      width: 100%; }
  @media (min-width: 768px) {
    .home-section--resources {
      max-height: 400px;
      overflow: hidden; } }

.home-section--news .home-section__content {
  padding: 2em 0; }
  .home-section--news .home-section__content a {
    text-decoration: none;
    color: #002d51; }
@media (min-width: 768px) {
  .home-section--news .home-section__content-inner {
    display: block;
    width: 103.0141843972%;
    margin: 0 -1.5070921986%; } }
.home-section--news .home-news__main {
  position: relative; }
  @media (min-width: 768px) {
    .home-section--news .home-news__main {
      display: inline;
      float: left;
      width: 55.3191489362%;
      margin: 0 1.5070921986%; } }
  .home-section--news .home-news__main a:hover h3 {
    text-decoration: underline; }
  .home-section--news .home-news__main .home-news__image {
    width: 25%;
    margin-right: 5%;
    float: left; }
    @media (min-width: 890px) {
      .home-section--news .home-news__main .home-news__image {
        width: 40%; } }
    .home-section--news .home-news__main .home-news__image img {
      width: 100%; }
  .home-section--news .home-news__main .home-news__body {
    overflow: auto; }
    .home-section--news .home-news__main .home-news__body h3 {
      margin-top: 0;
      font-size: 1.2em;
      line-height: 120%; }
      @media (min-width: 768px) {
        .home-section--news .home-news__main .home-news__body h3 {
          font-size: 1.6em; } }
    @media (min-width: 768px) {
      .home-section--news .home-news__main .home-news__body:after {
        content: '';
        width: 1px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: -20px;
        z-index: 100;
        background-color: #dadada; } }
.home-section--news .home-news__supporting {
  border-top: 1px solid #dadada;
  padding-top: 1em; }
  @media (min-width: 768px) {
    .home-section--news .home-news__supporting {
      border-top-width: 0;
      padding-top: 0;
      display: inline;
      float: left;
      width: 38.6524822695%;
      margin: 0 1.5070921986%; } }
  .home-section--news .home-news__supporting ul {
    list-style-type: square;
    margin-top: 0;
    margin-left: 0;
    padding-left: 1.5em;
    font-weight: 500; }
    .home-section--news .home-news__supporting ul li + li {
      margin-top: 0.5em; }
  .home-section--news .home-news__supporting a:hover, .home-section--news .home-news__supporting a:active {
    text-decoration: underline; }

.page--membership .page-header {
  background-color: #6EBE00;
  border-bottom-width: 0px; }
  @media (min-width: 768px) {
    .page--membership .page-header {
      text-align: center; } }
  .page--membership .page-header .page-header__blurb {
    max-width: 100%;
    color: #fff; }

.membership-section .pad, .membership-section .content, .membership-section .home-section__inner {
  padding-top: 2em;
  padding-bottom: 2em; }
  @media (min-width: 768px) {
    .membership-section .pad, .membership-section .content, .membership-section .home-section__inner {
      padding-top: 6em;
      padding-bottom: 6em; } }

.membership-section__text {
  margin-left: 1.5070921986%; }
  @media (min-width: 600px) {
    .membership-section__text {
      margin-left: 34.8404255319%; } }
  @media (min-width: 768px) {
    .membership-section__text {
      margin-left: 34.8404255319%;
      margin-right: 9.8404255319%; } }
  .membership-section__text > h2 {
    margin-top: 0;
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 1em; }

.membership-section--intro {
  background-color: #0B1035;
  color: #fff; }
  @media (min-width: 600px) {
    .membership-section--intro .pad, .membership-section--intro .content, .membership-section--intro .home-section__inner {
      background-image: url(../img/membership--intro.png);
      background-repeat: no-repeat;
      background-size: 378px 559px;
      background-position: -170px 0; } }
  @media only screen and (min-width: 600px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 600px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 600px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 600px) and (min-device-pixel-ratio: 2) {
    .membership-section--intro .pad, .membership-section--intro .content, .membership-section--intro .home-section__inner {
      background-image: url(../img/membership--intro@2x.png); } }

  @media (min-width: 890px) {
    .membership-section--intro .pad, .membership-section--intro .content, .membership-section--intro .home-section__inner {
      background-position: 0 0; } }
  .membership-section--intro .standfirst {
    color: #6EBE00;
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: normal; }

.five-pillars {
  margin-top: 3em; }
  @media (min-width: 768px) {
    .five-pillars {
      border: 1px solid #dadada; } }
  .five-pillars .pillar {
    font-size: 0.9em;
    line-height: 1.4;
    border: 1px solid #dadada;
    padding: 1em 1em 1em 7em;
    position: relative; }
    .five-pillars .pillar h3 {
      color: #0B1035;
      margin-top: 0; }
    .five-pillars .pillar i {
      font-size: 3.5em;
      color: #0B1035;
      position: absolute;
      left: 25px;
      top: 50%;
      margin-top: -30px; }
    .five-pillars .pillar p {
      text-align: left; }
    @media (min-width: 768px) {
      .five-pillars .pillar {
        border-width: 0px;
        width: 20%;
        float: left;
        padding: 1em; }
        .five-pillars .pillar h3 {
          height: 100px;
          text-align: center; }
        .five-pillars .pillar i {
          position: relative;
          margin-top: 0;
          text-align: center;
          width: 100%;
          left: 0; }
        .five-pillars .pillar p {
          height: 250px; }
        .five-pillars .pillar + .pillar {
          border-left: 1px solid #dadada; } }
    @media (min-width: 1000px) {
      .five-pillars .pillar h3 {
        height: 70px; }
      .five-pillars .pillar i {
        margin-bottom: 20px; }
      .five-pillars .pillar p {
        height: 180px; } }
    @media (min-width: 1200px) {
      .five-pillars .pillar {
        padding: 1.5em; } }

.membership-section--network {
  background-color: #2D3B3F;
  color: #fff;
  background-size: 582px 667px;
  background-repeat: no-repeat; }
  @media (min-width: 600px) {
    .membership-section--network {
      background-image: url(../img/membership--network.png);
      background-position: -350px 0; } }
  @media (min-width: 1000px) {
    .membership-section--network {
      background-position: -200px 0; } }

.membership-section--join {
  background-color: #6EBE00;
  color: #fff; }
  .membership-section--join h2 {
    color: #2F4610; }
  .membership-section--join .packages {
    margin: 0 auto;
    max-width: 900px; }
  .membership-section--join .package {
    border: #fff 1px solid;
    padding: 2em;
    margin-top: 60px;
    position: relative; }
    @media (min-width: 768px) {
      .membership-section--join .package {
        width: 49%;
        float: left; }
        .membership-section--join .package + .package {
          margin-left: 2%; }
        .membership-section--join .package .package__text {
          height: 250px; } }
    @media (min-width: 890px) {
      .membership-section--join .package .package__text {
        height: 200px; } }
    .membership-section--join .package h3 {
      margin-top: 0;
      font-size: 1.3em; }
      .membership-section--join .package h3 span {
        color: #2F4610; }
    .membership-section--join .package .package__price {
      background-color: #2F4610;
      color: #6EBE00;
      text-align: center;
      font-size: 1.6em;
      font-weight: bold;
      width: 100px;
      line-height: 100px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      right: 20px;
      top: -50px; }
  .membership-section--join .button, .membership-section--join input[type="submit"] {
    background-color: #fff;
    color: #6EBE00;
    font-weight: bold;
    border: 1px solid #fff; }
    .membership-section--join .button:hover, .membership-section--join input[type="submit"]:hover {
      background-color: rgba(255, 255, 255, 0.8); }
