/* ---------------------------------- */
/*
 * application.css
 */
/*
 * Typography
 */
/*
 * Colors
 */
/*
 * Imports
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.icons-sprite {
  background-image: url('../img/icons-sdd8f08fd0a.png');
  background-repeat: no-repeat; }

.icons2x-sprite {
  background-image: url('../img/icons2x-s3278196b58.png');
  background-repeat: no-repeat; }

/*
 * Custom Mixins
 */
.ir {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  position: fixed;
  text-indent: -99999px; }

#mobileDetect,
#tabletDetect {
  height: 0;
  display: none;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 0; }

.mobile {
  display: none !important; }

.tablet {
  display: none !important; }

/*! normalize.css v2.1.3 | 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; }

/**
 * Reset box-sizing for all elements.
 * Remove excess height in iOS 5 devices.
 */
*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * 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/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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; }

/* ---------------------------------- */
/*
 *  Globals
 */
body {
  border: 0;
  color: #707070;
  font-family: "Freight Text W01", serif;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #707070;
  font-family: "Freight Text W01", serif;
  line-height: 1em;
  margin: 1.2em 0; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p {
  color: #707070;
  font-family: "Freight Text W01", serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px; }

a {
  color: #707070;
  text-decoration: underline; }
  a:hover {
    color: #707070;
    text-decoration: none; }
  a img {
    border: 0; }

ul, ol, blockquote {
  padding-left: 1.25em;
  padding-bottom: 1.2em; }

ul {
  list-style-type: circle;
  padding-left: 17px; }

ol {
  list-style-type: decimal; }

li {
  line-height: 1.2em; }

blockquote {
  padding: 0 2em 2em 2em; }

em {
  font-style: italic; }

.hr hr {
  display: none; }

.hr {
  border-bottom: 1px solid #000;
  clear: both;
  float: none;
  height: 0.1em;
  margin: 0 0 1.45em;
  width: 100%; }

/*
 * Half background
 */
body:after {
  background-color: #f8f9f6;
  content: "";
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  z-index: -1; }

/*
 * Loader
 */
#loader {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: #fff;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 9; }

.loaded #loader {
  opacity: 0; }

/*
 * Retina Images 
 */
img.retina {
  display: none; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  img.notretina {
    display: none; }

  img.retina {
    display: block; } }
/*
 * Templates 
 */
[data-controller="PerpetualHeader"] {
  min-height: 100px; }

header {
  -moz-transition: border 0.5s, background 0.5s;
  -o-transition: border 0.5s, background 0.5s;
  -webkit-transition: border 0.5s, background 0.5s;
  transition: border 0.5s, background 0.5s;
  border-bottom: 1px solid rgba(235, 235, 235, 0);
  min-height: 100px;
  width: 100%;
  z-index: 1; }

#main-header {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px;
  width: 1200px;
  position: relative;
  text-align: center; }
  #main-header #logo {
    display: inline-block;
    margin: 38px 0 0;
    text-indent: -99990px;
    position: relative;
    z-index: 3; }
    #main-header #logo h1 {
      display: inline-block;
      height: 0;
      line-height: 0;
      overflow: hidden;
      margin: 0;
      text-indent: -999px; }
    #main-header #logo:before {
      background-image: url('../img/icons-sdd8f08fd0a.png');
      width: 336px;
      height: 25px;
      background-position: 0 -89px;
      background-repeat: no-repeat;
      content: '';
      display: block;
      opacity: 1; }
      @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
        #main-header #logo:before {
          -moz-background-size: 335px 98px;
          -o-background-size: 335px 98px;
          -webkit-background-size: 335px 98px;
          background-size: 335px 98px;
          background-image: url('../img/icons2x-s3278196b58.png');
          background-position: 0 -73px; } }
    #main-header #logo:after {
      -moz-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      background-image: url('../img/icons-sdd8f08fd0a.png');
      width: 336px;
      height: 25px;
      background-position: 0 -55px;
      background-repeat: no-repeat;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
      @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
        #main-header #logo:after {
          -moz-background-size: 335px 98px;
          -o-background-size: 335px 98px;
          -webkit-background-size: 335px 98px;
          background-size: 335px 98px;
          background-image: url('../img/icons2x-s3278196b58.png');
          background-position: 0 -44px; } }
    .nav-open #main-header #logo:after {
      opacity: 1;
      -webkit-transition-delay: 0.25s;
      /* Safari */
      transition-delay: 0.25s; }
  #main-header .menu-trigger {
    height: 24px;
    outline: none;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    top: 40px;
    width: 35px;
    z-index: 3; }
    #main-header .menu-trigger span {
      -moz-transition: background 0.75s;
      -o-transition: background 0.75s;
      -webkit-transition: background 0.75s;
      transition: background 0.75s;
      background: #6b8a8d;
      height: 2px;
      position: absolute;
      right: 0;
      top: 12px;
      width: 35px; }
      #main-header .menu-trigger span:before, #main-header .menu-trigger span:after {
        -moz-transition: all 0.75s;
        -o-transition: all 0.75s;
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        transform-origin: center center;
        background: #6b8a8d;
        content: '';
        height: 2px;
        display: block;
        position: absolute;
        width: 100%; }
      #main-header .menu-trigger span:before {
        top: -12px; }
      #main-header .menu-trigger span:after {
        bottom: -12px; }
    .nav-open #main-header .menu-trigger span {
      background: transparent; }
      .nav-open #main-header .menu-trigger span:before {
        -moz-transform: rotate(45deg) translate(8px, 8px);
        -ms-transform: rotate(45deg) translate(8px, 8px);
        -webkit-transform: rotate(45deg) translate(8px, 8px);
        transform: rotate(45deg) translate(8px, 8px);
        background: #fff; }
      .nav-open #main-header .menu-trigger span:after {
        -moz-transform: rotate(-45deg) translate(9px, -9px);
        -ms-transform: rotate(-45deg) translate(9px, -9px);
        -webkit-transform: rotate(-45deg) translate(9px, -9px);
        transform: rotate(-45deg) translate(9px, -9px);
        background: #fff; }
  #main-header .nav-wrapper {
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    -moz-transition: -moz-transform 0.75s;
    -o-transition: -o-transform 0.75s;
    -webkit-transition: -webkit-transform 0.75s;
    transition: transform 0.75s;
    background: #6b8a8d;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    width: 68.325%;
    text-align: left;
    z-index: 2; }
    #main-header .nav-wrapper ul {
      list-style-type: none;
      margin: 184px 0 0 126px;
      padding: 0; }
    #main-header .nav-wrapper li {
      line-height: 68px;
      margin: 0; }
    #main-header .nav-wrapper ul a {
      color: #fff;
      font-family: "Freight Sans Pro W00", sans-serif;
      font-size: 18px;
      font-style: normal;
      letter-spacing: 0.26em;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 18px; }
      #main-header .nav-wrapper ul a:hover {
        color: #abc9cc; }
    #main-header .nav-wrapper a {
      color: #fff; }
    .home #main-header .nav-wrapper .current-menu-item a {
      color: #6b8a8d; }
    .home #main-header .nav-wrapper .custom-current a {
      color: #abc9cc; }
    #main-header .nav-wrapper .current-menu-item a {
      color: #abc9cc; }
    #main-header .nav-wrapper .menu-extra {
      margin-left: 126px;
      margin-top: 120px;
      margin-bottom: 120px; }
      #main-header .nav-wrapper .menu-extra p {
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        max-width: 380px; }
    .nav-open #main-header .nav-wrapper {
      -moz-transform: translate3d(0, 0px, 0px);
      -ms-transform: translate3d(0, 0px, 0px);
      -webkit-transform: translate3d(0, 0px, 0px);
      transform: translate3d(0, 0px, 0px); }
  #main-header:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }

.nav-open,
.nav-open body {
  overflow: hidden; }

.body-cover {
  -moz-transition: background 0.75s;
  -o-transition: background 0.75s;
  -webkit-transition: background 0.75s;
  transition: background 0.75s;
  background: rgba(171, 201, 204, 0);
  height: 100%;
  left: 0;
  position: fixed;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 1; }
  .nav-open .body-cover {
    background: rgba(171, 201, 204, 0.5); }

.header-stuck header {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  position: fixed;
  top: 0px; }

footer {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px;
  width: 1200px;
  width: 996px;
  clear: both;
  padding-top: 90px;
  padding-bottom: 143px; }
  footer .copyright {
    color: #6b8a8d;
    font-family: "Freight Sans Pro W00", sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  footer:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }

.home footer {
  padding-left: 240px; }

.page-id-38 footer {
  padding-left: 240px; }

.page-content {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px;
  width: 1200px; }
  .page-content .hero {
    margin-bottom: 100px;
    position: relative; }
    .page-content .hero .hero-copy {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .page-content .hero .table {
      display: table;
      height: 100%;
      margin-left: 102px;
      width: 335px; }
    .page-content .hero .vcenter {
      display: table-cell;
      height: 100%;
      vertical-align: middle; }
      .page-content .hero .vcenter p {
        font-family: "Freight Big Pro W01", georgia, serif;
        font-size: 40px;
        font-style: italic;
        line-height: 46px;
        color: #fff;
        font-size: 65px;
        line-height: 70px; }
  .page-content .column {
    float: right;
    width: 486px; }
  .page-content .jump-point {
    display: block;
    position: relative;
    top: -142px;
    visibility: hidden; }
  .page-content .type-text p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 26px; }
  .page-content .type-pull-quote {
    width: 100%; }
    .page-content .type-pull-quote p {
      color: #abc9cc;
      font-family: "Freight Big Pro W01", georgia, serif;
      font-size: 40px;
      font-style: italic;
      line-height: 46px;
      margin-bottom: 40px; }

#default-page-content {
  padding-top: 40px; }
  #default-page-content .title {
    float: left;
    margin-right: 24px;
    margin-top: 0px;
    width: 486px;
    color: #abc9cc;
    font-family: "Freight Big Pro W01", georgia, serif;
    font-size: 40px;
    font-style: italic;
    line-height: 46px;
    margin-bottom: 40px; }
  #default-page-content .column h1,
  #default-page-content .column h2,
  #default-page-content .column h3,
  #default-page-content .column h4,
  #default-page-content .column h5,
  #default-page-content .column h6 {
    color: #6b8a8d;
    font-family: "Freight Sans Pro W00", sans-serif;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0.26em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 26px;
    text-transform: uppercase; }
  #default-page-content .column h1:first-child,
  #default-page-content .column h2:first-child,
  #default-page-content .column h3:first-child,
  #default-page-content .column h4:first-child,
  #default-page-content .column h5:first-child,
  #default-page-content .column h6:first-child,
  #default-page-content .column p:first-child {
    margin-top: 60px; }
  #default-page-content .column p {
    font-size: 18px;
    line-height: 26px; }

#the-404 {
  padding: 0 40px; }
  #the-404 h2 {
    font-family: "Freight Sans Pro W00", sans-serif;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0.26em;
    text-decoration: none;
    text-transform: uppercase;
    color: #6b8a8d;
    font-size: 18px;
    line-height: 26px;
    margin: 40px 0; }

#homepage .jump-2 {
  top: -130px; }
#homepage .jump-3 {
  top: -68px; }
#homepage .image-1 {
  float: left;
  margin-left: -613px; }
#homepage .text-1 {
  margin-top: 194px; }
#homepage .pull-quote-1 {
  margin-left: -205px; }
#homepage .image-2 {
  float: left;
  margin-left: -715px;
  margin-top: -90px; }
#homepage .image-3 {
  margin-left: -307px;
  margin-top: 70px; }
#homepage .type-column-content {
  margin-top: 65px;
  margin-left: -511px;
  margin-bottom: 46px;
  width: 613px; }
  #homepage .type-column-content .title {
    color: #6b8a8d;
    font-family: "Freight Sans Pro W00", sans-serif;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0.26em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 26px;
    text-transform: uppercase; }
  #homepage .type-column-content .left-column,
  #homepage .type-column-content .right-column {
    float: left;
    margin-right: 24px;
    width: 282px; }

#education .image-1 {
  float: left;
  margin-left: -613px; }
#education .text-1 {
  margin-top: 194px; }
#education .pull-quote-1 {
  float: left;
  margin-left: -715px;
  width: 350px; }
#education .image-2 {
  margin-left: -205px;
  margin-top: 70px; }

#policy-involvement .column {
  position: relative; }
#policy-involvement h3 {
  font-family: "Freight Sans Pro W00", sans-serif;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.26em;
  text-decoration: none;
  text-transform: uppercase;
  color: #6b8a8d; }
#policy-involvement .image-1 {
  float: left;
  margin-left: -613px; }
#policy-involvement .text-1 {
  margin-top: 194px; }
#policy-involvement .pull-quote-1 {
  float: left;
  margin-left: -205px;
  width: 480px; }
#policy-involvement .image-2 {
  position: absolute;
  left: -715px;
  top: 543px; }
#policy-involvement .text-2 {
  clear: left;
  padding-top: 20px; }
#policy-involvement .text-3 {
  float: left;
  margin-left: -511px;
  width: 511px; }
#policy-involvement .image-3 {
  float: right;
  margin-top: 120px; }

#q-a h3 {
  font-family: "Freight Sans Pro W00", sans-serif;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.26em;
  text-decoration: none;
  text-transform: uppercase;
  color: #6b8a8d;
  font-size: 18px;
  line-height: 26px;
  margin-top: 60px; }
#q-a h3:first-child {
  margin-top: 100px; }
#q-a p {
  font-size: 18px;
  line-height: 26px; }
#q-a .column-1 {
  float: left;
  margin-right: 24px;
  width: 384px; }
#q-a .column-2 {
  float: left;
  margin-right: 24px;
  width: 384px; }
#q-a .column-3 {
  float: left;
  margin-right: 0px;
  width: 384px; }

.blog, .blog:after, .blog.header-stuck header {
  background: #6b8a8d; }
.blog #main-header #logo:after {
  opacity: 1; }
.blog #main-header .menu-trigger span {
  background: #fff; }
  .blog #main-header .menu-trigger span:before, .blog #main-header .menu-trigger span:after {
    background: #fff; }
.blog #main-header .menu-header-menu-container a,
.blog footer .copyright {
  color: #fff; }
.blog #main-header .menu-header-menu-container .current_page_item a {
  color: #abc9cc; }
.nav-open .blog #main-header .menu-trigger span {
  background: transparent !important; }

.articles {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px;
  width: 1200px;
  margin-top: 100px; }
  .articles .article {
    float: left;
    margin-right: 24px;
    height: 378px;
    margin-bottom: 50px;
    padding-right: 64px;
    position: relative;
    text-decoration: none;
    width: 384px; }
    .articles .article,
    .articles .article p,
    .articles .article a {
      color: #fff;
      font-size: 18px; }
    .articles .article .article-wrapper {
      -moz-transition: opacity 0.75s;
      -o-transition: opacity 0.75s;
      -webkit-transition: opacity 0.75s;
      transition: opacity 0.75s;
      opacity: 1; }
    .articles .article .category {
      margin-bottom: 30px;
      font-family: "Freight Sans Pro W00", sans-serif;
      font-size: 18px;
      font-style: normal;
      letter-spacing: 0.26em;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 26px;
      text-decoration: none; }
    .articles .article .title {
      font-family: "Freight Big Pro W01", georgia, serif;
      font-size: 40px;
      font-style: italic;
      line-height: 46px;
      margin-bottom: 30px; }
    .articles .article .content p {
      line-height: 26px; }
    .articles .article .image {
      -moz-transition: opacity 0.75s;
      -o-transition: opacity 0.75s;
      -webkit-transition: opacity 0.75s;
      transition: opacity 0.75s;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      max-width: 100%; }
      .articles .article .image img {
        width: 100%; }
    .articles .article:hover {
      text-decoration: none; }
      .articles .article:hover .article-wrapper {
        opacity: 0; }
      .articles .article:hover .image {
        opacity: 1; }
  .articles .article.last {
    margin-right: 0; }

/* =iPad
----------------------------------------------------*/
@media screen and (max-width: 1240px) {
  /* = Generic
  ----------------------------------------------------*/
  #tabletDetect {
    display: block; }

  .desktop {
    display: none !important; }

  .tablet {
    display: block !important; }

  .tablet.landscape {
    display: none; } }
@media screen and (max-width: 1240px) and (orientation: landscape) {
  .tablet.portrait {
    display: none; }

  .tablet.landscape {
    display: block; } }
@media screen and (max-width: 1240px) {
  /* = Containers
  ----------------------------------------------------*/
  .container,
  #main-header,
  .page-content,
  .articles,
  footer {
    min-width: 0;
    width: auto; }

  /* = Header
  ----------------------------------------------------*/
  [data-controller="PerpetualHeader"] {
    min-height: 100px; }

  header {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    min-height: 0;
    position: fixed;
    top: 0px; }
    .mobile-nav header {
      position: fixed; }
    header:after {
      -moz-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      background: #fff;
      content: '';
      height: 100%;
      left: 0;
      opacity: 0;
      pointer-events: none;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: -1; }

  #main-header {
    background: #fff;
    max-height: 100%;
    text-align: center; }
    #main-header #logo {
      float: none;
      display: inline-block;
      margin: 40px auto 18px; }
    #main-header .menu-header-menu-container ul {
      margin-left: 87px;
      margin-top: 132px; }
    #main-header .nav-wrapper .menu-extra {
      margin-left: 87px;
      margin-top: 80px; }

  .blog #main-header {
    background: #6b8a8d; }

  /* = Page Content
  ----------------------------------------------------*/
  .page-content {
    padding: 0; }
    .page-content .hero img {
      height: auto !important;
      width: 100% !important; }
    .page-content .hero .table {
      margin-left: 8.59%;
      width: 225px; }
    .page-content .hero .vcenter p {
      font-size: 40px;
      line-height: 46px; }
    .page-content .column {
      float: none;
      margin: 0 auto;
      width: 638px; }
    .page-content#homepage .type-text, .page-content#education .type-text, .page-content#policy-involvement .type-text {
      margin-left: 261px;
      width: 350px; }
    .page-content#homepage .image-1, .page-content#education .image-1, .page-content#policy-involvement .image-1 {
      float: none;
      margin-left: 0;
      width: 378px; }
      .page-content#homepage .image-1 img, .page-content#education .image-1 img, .page-content#policy-involvement .image-1 img {
        width: 100%; }
    .page-content#homepage .text-1, .page-content#education .text-1, .page-content#policy-involvement .text-1 {
      margin-top: 65px; }
    .page-content#homepage .pull-quote-1, .page-content#education .pull-quote-1, .page-content#policy-involvement .pull-quote-1 {
      float: none;
      margin-left: 130px;
      width: auto; }
    .page-content#homepage .text-2, .page-content#education .text-2, .page-content#policy-involvement .text-2 {
      margin-bottom: 65px; }
    .page-content#homepage .image-2, .page-content#education .image-2, .page-content#policy-involvement .image-2 {
      margin-left: 0;
      width: 184px; }
      .page-content#homepage .image-2 img, .page-content#education .image-2 img, .page-content#policy-involvement .image-2 img {
        width: 100%; }
    .page-content#homepage .image-3, .page-content#education .image-3, .page-content#policy-involvement .image-3 {
      margin-left: 261px;
      margin-top: 0;
      width: 313px; }
      .page-content#homepage .image-3 img, .page-content#education .image-3 img, .page-content#policy-involvement .image-3 img {
        width: 100%; }
    .page-content#homepage .type-column-content, .page-content#education .type-column-content, .page-content#policy-involvement .type-column-content {
      margin-left: 0;
      width: 520px; }
      .page-content#homepage .type-column-content .left-column,
      .page-content#homepage .type-column-content .right-column, .page-content#education .type-column-content .left-column,
      .page-content#education .type-column-content .right-column, .page-content#policy-involvement .type-column-content .left-column,
      .page-content#policy-involvement .type-column-content .right-column {
        margin-right: 12px;
        width: 248px; }
    .page-content#education .image-2 {
      margin-left: 261px;
      margin-top: 0;
      width: 313px; }
      .page-content#education .image-2 img {
        width: 100%; }
    .page-content#policy-involvement .image-2 {
      position: static;
      left: auto;
      top: auto;
      float: left;
      width: auto; }
      .page-content#policy-involvement .image-2 img {
        width: 100%; }
    .page-content#policy-involvement .text-3 {
      margin-left: 0; }
    .page-content#policy-involvement .image-3 {
      float: left;
      margin-left: 261px;
      margin-top: 0;
      width: 313px; }
      .page-content#policy-involvement .image-3 img {
        width: 100%; }
    .page-content#q-a {
      margin: 40px auto 0;
      padding: 0 13px;
      width: auto; }
      .page-content#q-a .title {
        margin-right: 12px;
        width: 118px; }
      .page-content#q-a h3:first-child {
        margin-top: 60px; }
      .page-content#q-a .column-1,
      .page-content#q-a .column-2,
      .page-content#q-a .column-3 {
        float: none;
        margin: 0 auto;
        width: 508px; }

  /* = Default
  ----------------------------------------------------*/
  #default-page-content {
    margin: 0 auto;
    width: 638px;
    padding-top: 40px; }
    #default-page-content .title {
      float: left;
      margin-right: 12px;
      width: 313px; }
    #default-page-content .column {
      float: right;
      width: 313px; }

  /* = News
  ----------------------------------------------------*/
  .articles {
    margin-top: 40px;
    padding: 0 20px; }
    .articles .article {
      clear: both;
      display: block;
      float: none;
      height: auto;
      margin-bottom: 40px;
      margin: 0 auto;
      min-height: 300px;
      max-width: 508px;
      width: auto; }
      .articles .article.image img {
        max-width: 100%; }

  .articles .article:nth-child(3n+4) {
    margin: 0 auto; }

  /* = Footer
  ----------------------------------------------------*/
  footer {
    padding-left: 20px !important;
    margin: 0 auto;
    width: 638px; }

  .copyright {
    margin-left: 0 !important; } }
/* =Mobile
----------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* = Generic
  ----------------------------------------------------*/
  #mobileDetect {
    display: block; }

  .desktop {
    display: none !important; }

  .mobile {
    display: block !important; }

  .mobile.landscape {
    display: none; } }
@media screen and (max-width: 750px) and (orientation: landscape) {
  .mobile.portrait {
    display: none; }

  .mobile.landscape {
    display: block; } }
@media screen and (max-width: 750px) {
  /* = Containers
  ----------------------------------------------------*/
  .container,
  .articles,
  footer,
  .hero-copy,
  .page-content .column {
    min-width: 0;
    margin-left: 0; }

  /* = Header
  ----------------------------------------------------*/
  [data-controller="PerpetualHeader"] {
    min-height: 80px; }

  #main-header #logo {
    float: left;
    margin: 30px auto 15px;
    margin-left: 0; }
    #main-header #logo:before {
      background-image: url('../img/icons-sdd8f08fd0a.png');
      width: 244px;
      height: 19px;
      background-position: 0 -27px;
      background-repeat: no-repeat; } }
    @media screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 750px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 750px) and (min-device-pixel-ratio: 2) {
      #main-header #logo:before {
        -moz-background-size: 335px 98px;
        -o-background-size: 335px 98px;
        -webkit-background-size: 335px 98px;
        background-size: 335px 98px;
        background-image: url('../img/icons2x-s3278196b58.png');
        background-position: 0 -22px; } }
@media screen and (max-width: 750px) {
    #main-header #logo:after {
      background-image: url('../img/icons-sdd8f08fd0a.png');
      width: 244px;
      height: 19px;
      background-position: 0 1px;
      background-repeat: no-repeat; } }
    @media screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 750px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 750px) and (min-device-pixel-ratio: 2) {
      #main-header #logo:after {
        -moz-background-size: 335px 98px;
        -o-background-size: 335px 98px;
        -webkit-background-size: 335px 98px;
        background-size: 335px 98px;
        background-image: url('../img/icons2x-s3278196b58.png');
        background-position: 0 1px; } }
@media screen and (max-width: 750px) {
  #main-header .menu-trigger {
    height: 18px;
    top: 27px;
    width: 20px; }
    #main-header .menu-trigger span {
      width: 100%; }
      #main-header .menu-trigger span:before {
        top: -7px; }
        .nav-open #main-header .menu-trigger span:before {
          top: -6px;
          -moz-transform: rotate(45deg) translate(4px, 4px);
          -ms-transform: rotate(45deg) translate(4px, 4px);
          -webkit-transform: rotate(45deg) translate(4px, 4px);
          transform: rotate(45deg) translate(4px, 4px); }
      #main-header .menu-trigger span:after {
        bottom: -7px; }
        .nav-open #main-header .menu-trigger span:after {
          bottom: -12px; }
  #main-header .menu-header-menu-container ul {
    margin-left: 20px;
    margin-top: 80px; }
  #main-header .nav-wrapper .menu-extra {
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 0; }

  /* = Page Content
  ----------------------------------------------------*/
  .page-content .hero {
    margin-bottom: 52px; }
    .page-content .hero .hero-copy {
      height: auto;
      padding: 40px 40px 0px;
      position: static;
      top: 0;
      width: auto; }
      .page-content .hero .hero-copy p {
        color: #abc9cc;
        margin-bottom: 0; }
    .page-content .hero .table {
      display: block;
      margin: 0;
      width: auto; }
  .page-content .column {
    width: auto; }
  .page-content#homepage .type-text, .page-content#education .type-text, .page-content#policy-involvement .type-text {
    float: none;
    margin: 20px 0;
    padding: 0 20px;
    width: auto; }
  .page-content#homepage .image-1, .page-content#education .image-1, .page-content#policy-involvement .image-1 {
    width: 100%;
    padding: 0 0px; }
  .page-content#homepage .pull-quote-1, .page-content#education .pull-quote-1, .page-content#policy-involvement .pull-quote-1 {
    margin-left: 0px;
    padding: 0 20px; }
  .page-content#homepage .image-2, .page-content#education .image-2, .page-content#policy-involvement .image-2 {
    float: none;
    margin: 0 auto 20px; }
  .page-content#homepage .image-3, .page-content#education .image-3, .page-content#policy-involvement .image-3 {
    width: 100%;
    padding: 0 0px;
    margin: 0 auto 20px; }
    .page-content#homepage .image-3 img, .page-content#education .image-3 img, .page-content#policy-involvement .image-3 img {
      max-width: 100%; }
  .page-content#homepage .type-column-content, .page-content#education .type-column-content, .page-content#policy-involvement .type-column-content {
    padding: 0 20px;
    width: auto; }
    .page-content#homepage .type-column-content .left-column,
    .page-content#homepage .type-column-content .right-column, .page-content#education .type-column-content .left-column,
    .page-content#education .type-column-content .right-column, .page-content#policy-involvement .type-column-content .left-column,
    .page-content#policy-involvement .type-column-content .right-column {
      float: none;
      width: auto; }
  .page-content#education .image-2 {
    margin-bottom: 0; }
  .page-content#policy-involvement .image-3 {
    padding: 0 0px;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%; }
    .page-content#policy-involvement .image-3 img {
      display: block;
      margin: 0 auto;
      width: auto; }
  .page-content#q-a {
    margin: 40px 0 0;
    padding: 0 20px;
    width: auto; }
    .page-content#q-a .column-1 {
      margin-top: 60px; }
    .page-content#q-a .column-1,
    .page-content#q-a .column-2,
    .page-content#q-a .column-3 {
      float: none;
      width: 100%; }
    .page-content#q-a h3:first-child {
      margin-top: 30px; }

  /* = Default
  ----------------------------------------------------*/
  #default-page-content {
    margin: 0 auto;
    width: auto;
    padding-top: 40px; }
    #default-page-content .title {
      float: none;
      padding: 0 20px;
      margin: 0 0 30px;
      width: auto; }
    #default-page-content .column {
      float: none;
      padding: 0 20px;
      width: auto; }
      #default-page-content .column h3,
      #default-page-content .column h3:first-child {
        margin: 0 0 30px; }

  /* = News
  ----------------------------------------------------*/
  .articles {
    padding: 0 20px;
    margin-top: 60px;
    width: auto; }
    .articles .article {
      margin-right: 0;
      margin-left: 0;
      max-width: none;
      padding-right: 0;
      width: auto; }
      .articles .article:hover .article-wrapper {
        opacity: 1; }
      .articles .article:hover .image {
        opacity: 0; }

  #the-404 {
    padding: 0 20px; }
    #the-404 h2 {
      margin-bottom: 20px; }

  /* = Footer
  ----------------------------------------------------*/
  footer {
    padding-bottom: 52px;
    padding-top: 52px;
    text-align: center;
    width: auto; } }
