/* global variables, mixins, functions, etc. */
/* ==========================================================================
   SASS Base: Variables, mixins, etc.
   ========================================================================== */
/* Add more colors here! */
/*
 * Easy conversion to em from pixels
 */
/*
 * Replicate adobe tracking values in em
 */
/*
 * Breakpoints
 */
/*
 * Photoshop Text Shadow
 * NOTE: $spread has no effect for text shadows
 * https://gist.github.com/heygrady/1039282
 */
/*
 * Using variation specific font names from the start to avoid IE8 issues
 * http://help.typekit.com/customer/portal/articles/6855-Using-multiple-weights-and-styles
 */
/*
 * HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/
 * Don't edit
 */
/* normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 */
  -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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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; }

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* user defined base styles */
html, body {
  font-size: 18px;
  line-height: 1.6;
  color: #555b61;
  font-family: 'Lato', sans-serif; }
  @media (max-width: 1199px) {
    html, body {
      font-size: 17px; } }
  @media (max-width: 991px) {
    html, body {
      font-size: 16px; } }
  @media (max-width: 767px) {
    html, body {
      font-size: 15px; } }

h1 {
  font-size: 2.66667em;
  font-weight: 300;
  margin-top: 0;
  color: #0c305f; }

h2 {
  font-size: 2.66667em;
  font-weight: 300;
  margin-top: 0;
  color: #888b8f;
  line-height: 1.3; }
  @media (max-width: 767px) {
    h2 {
      margin-bottom: 0.55556em;
      font-size: 2em; }
      h2 br {
        display: none; } }

/* ==========================================================================
   Global button styles
   ========================================================================== */
.button {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 1.5625em 1.875em;
  font-weight: 700;
  font-size: 0.88889em;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  margin: 0 0.55556em 0.55556em 0.55556em; }
  .button:active {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  .button:hover {
    background: #ffffff;
    color: #0c305f;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    text-decoration: none; }
  .button.dark-button {
    border-color: #0b2e40;
    color: #0b2e40; }

/* ==========================================================================
   Global Input Styles
   ========================================================================== */
/* ==========================================================================
   Global link styles
   ========================================================================== */
a {
  color: #1a56a6;
  text-decoration: none; }

a:hover {
  color: #1a56a6;
  text-decoration: underline; }

a:visited {
  color: #1a56a6; }

/* module or section specific styles */
.container {
  margin: 0 auto;
  max-width: 70.66667em;
  padding: 0 1.11111em; }

.page-section {
  padding: 2.77778em 0; }
  @media (max-width: 767px) {
    .page-section {
      padding: 1.38889em 0; } }

.page-section--post-content {
  padding-bottom: 5.55556em; }

.single .page-section--main > :first-child {
  padding-bottom: 0;
  padding-top: 0; }

.single .page-section--basic-content {
  padding-top: 0; }

.site-footer {
  padding-top: 11.11111em;
  background: url(../images/footer-bg.png) top center no-repeat #f1f6fd;
  background-size: contain;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .site-footer {
      padding-top: 5.55556em; } }
  .site-footer .contact-us {
    width: 50%;
    float: left;
    padding-bottom: 5.55556em; }
  .site-footer .initiatives {
    width: 50%;
    float: right; }
    .site-footer .initiatives img {
      width: 45%;
      float: left;
      height: auto; }
      @media (max-width: 767px) {
        .site-footer .initiatives img {
          width: 100%; } }
  .site-footer .site-footer__nav {
    clear: both;
    width: 100%;
    background: #0b2e40;
    color: #ffffff;
    padding: 2.77778em 0 3.33333em 0; }
    .site-footer .site-footer__nav a {
      color: inherit; }
  .site-footer .footer-content {
    width: 30%;
    float: left; }
    .site-footer .footer-content p {
      margin-top: 0; }
    @media (max-width: 767px) {
      .site-footer .footer-content {
        width: 100%;
        text-align: center; } }
  .site-footer #menu-footer-navigation {
    width: 70%;
    float: right;
    text-align: right;
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .site-footer #menu-footer-navigation {
        width: 100%;
        text-align: center;
        float: none; } }
    .site-footer #menu-footer-navigation li {
      text-transform: uppercase;
      font-size: 0.83333em;
      font-weight: 700;
      display: inline;
      margin-left: 1.22222em; }

.site-header {
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+3,ffffff+100&1+21,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, white), color-stop(21%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 3%, white 21%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */ }
  .site-header .site-header__logo {
    float: left;
    z-index: 5;
    position: relative;
    padding: 1.94444em 0; }
    .site-header .site-header__logo img {
      width: 15.55556em; }
      @media (max-width: 991px) {
        .site-header .site-header__logo img {
          width: 12.22222em; } }
    @media (max-width: 991px) {
      .site-header .site-header__logo {
        padding: 0.83333em 0; } }
  .site-header .site-header__primary-nav {
    float: right;
    padding: 1.94444em 0 0 0; }
    .site-header .site-header__primary-nav ul {
      list-style: none;
      padding: 0; }
      .site-header .site-header__primary-nav ul li {
        float: left;
        margin: 0 0.38889em;
        text-transform: uppercase;
        font-weight: 700; }
        .site-header .site-header__primary-nav ul li:last-child {
          margin-right: 0; }
        .site-header .site-header__primary-nav ul li a {
          font-size: 0.83333em;
          padding: 1.33333em 1em;
          color: #0a596c; }
        @media (max-width: 991px) {
          .site-header .site-header__primary-nav ul li {
            font-size: 0.77778em; } }
    @media (max-width: 991px) {
      .site-header .site-header__primary-nav {
        padding: 0.83333em 0 0 0; } }
    @media (max-width: 767px) {
      .site-header .site-header__primary-nav {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #ffffff;
        height: 100vh; }
        .site-header .site-header__primary-nav ul {
          padding-top: 50px; }
          .site-header .site-header__primary-nav ul li {
            font-size: 30px;
            display: block;
            text-align: center;
            float: none;
            margin-bottom: 40px; }
            .site-header .site-header__primary-nav ul li a {
              padding-bottom: 0.55556em; } }
  .site-header.show-nav {
    position: fixed; }
  .site-header.show-nav .site-header__primary-nav {
    display: block;
    z-index: 3;
    position: fixed; }
    .site-header.show-nav .site-header__primary-nav ul {
      padding: 0; }
    @media (max-width: 767px) {
      .site-header.show-nav .site-header__primary-nav {
        padding-top: 4.16667em; }
        .site-header.show-nav .site-header__primary-nav ul li a {
          padding-left: 0;
          padding-right: 0; } }
  .site-header .site-header__primary-nav-toggle {
    display: none;
    font-size: 20px;
    margin-top: 0px; }
    .site-header .site-header__primary-nav-toggle a {
      line-height: 15px;
      color: #0a596c;
      text-transform: uppercase;
      font-size: 12px; }
      .site-header .site-header__primary-nav-toggle a:focus {
        outline: none;
        border: none; }
      .site-header .site-header__primary-nav-toggle a:hover {
        text-decoration: none; }
      .site-header .site-header__primary-nav-toggle a svg {
        margin-top: 8px;
        float: left;
        margin-right: 0.55556em;
        height: 20px;
        width: 20px; }
  @media (max-width: 767px) {
    .site-header .site-header__primary-nav-toggle {
      display: block;
      z-index: 5;
      position: absolute;
      right: 1.11111em;
      top: 0.66667em; }
      .site-header .site-header__primary-nav-toggle .fa-times {
        display: none; }
      .site-header .site-header__primary-nav-toggle .fa-bars {
        display: block; }
    .site-header.show-nav .fa-times {
      display: block; }
    .site-header.show-nav .fa-bars {
      display: none; }
    .site-header .site-header__logo img {
      width: 175px; } }

.single header {
  background: #ffffff;
  color: #0a596c;
  position: relative; }

.page-section--hero-section {
  background: #0c305f;
  color: #ffffff;
  position: relative;
  padding-top: 16.66667em;
  padding-bottom: 4.72222em; }
  .page-section--hero-section:after {
    content: '';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a264c+0,34aee4+100&0.65+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 38, 76, 0.65)), to(rgba(52, 174, 228, 0)));
    background: linear-gradient(to bottom, rgba(10, 38, 76, 0.65) 0%, rgba(52, 174, 228, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60a264c', endColorstr='#0034aee4',GradientType=0 );
    /* IE6-9 */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .page-section--hero-section a {
    color: inherit; }
  .page-section--hero-section h2 {
    font-weight: 900;
    line-height: 1.3;
    color: #ffffff; }
  .page-section--hero-section .descriptor {
    color: #89be5f;
    text-transform: uppercase;
    padding-bottom: 0.83333em;
    margin-bottom: 0.83333em;
    padding-right: 3.33333em;
    border-bottom: 0.11111em solid #89be5f;
    display: inline-block;
    font-weight: 700; }
  .page-section--hero-section .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .2;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover; }
  .page-section--hero-section .container {
    position: relative;
    z-index: 3; }

.columned-content .columned-content__column img {
  max-width: 100%;
  height: auto; }

.columned-content .columned-content__column iframe {
  max-width: 100%; }

.columned-content__row {
  overflow: hidden; }
  .columned-content__row--2 .columned-content__column {
    width: 48%; }
    .columned-content__row--2 .columned-content__column:first-child {
      margin-right: 4%; }
    @media (max-width: 767px) {
      .columned-content__row--2 .columned-content__column {
        width: 100%; } }
  .columned-content__row--3 .columned-content__column {
    margin-right: 3%;
    width: 31%; }
    .columned-content__row--3 .columned-content__column:last-child {
      margin-right: 0; }
    @media (max-width: 767px) {
      .columned-content__row--3 .columned-content__column {
        width: 100%;
        margin: 0; } }

.columned-content__column {
  float: left; }
  @media (max-width: 767px) {
    .columned-content__column h4 {
      font-size: 1.44444em; } }

.page-section--facts-listing {
  background: url(../images/angle-background.png) center center no-repeat;
  background-size: cover;
  padding: 8.33333em 0; }
  @media (max-width: 767px) {
    .page-section--facts-listing {
      padding: 2.77778em 0; } }
  .page-section--facts-listing .fact-item {
    background: #ffffff;
    min-height: 11.11111em;
    padding: 0.83333em 3.05556em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 30%;
    display: block;
    margin: 0 5%;
    float: left;
    position: relative; }
    .page-section--facts-listing .fact-item p {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 3.05556em;
      right: 3.05556em;
      margin: 0; }
    .page-section--facts-listing .fact-item svg {
      position: absolute;
      left: -1.66667em;
      color: #89be5f;
      top: 0.27778em; }
    .page-section--facts-listing .fact-item:nth-child(2) {
      margin-top: 2.77778em; }
    .page-section--facts-listing .fact-item:first-child {
      margin-left: 0;
      margin-right: 0; }
    .page-section--facts-listing .fact-item:last-child {
      margin-left: 0;
      margin-right: 0; }
    @media (max-width: 1199px) {
      .page-section--facts-listing .fact-item {
        min-height: 13.88889em; } }
    @media (max-width: 991px) {
      .page-section--facts-listing .fact-item {
        min-height: 18.33333em; } }
    @media (max-width: 767px) {
      .page-section--facts-listing .fact-item {
        width: 90%;
        float: none;
        margin-bottom: 1.66667em;
        margin-left: 5% !important;
        margin-right: 5% !important; } }

@media (max-width: 767px) {
  .page-section--news-listing {
    padding-top: 2.77778em; } }

.page-section--news-listing .news-entry {
  padding-bottom: 0.55556em;
  border-bottom: 1px solid #dce1e9; }
  .page-section--news-listing .news-entry a {
    color: #555b61; }
  .page-section--news-listing .news-entry:last-child {
    border: none; }
  .page-section--news-listing .news-entry h3 {
    margin-bottom: 0.27778em; }
    .page-section--news-listing .news-entry h3 a {
      color: #89be5f; }
  .page-section--news-listing .news-entry p a {
    color: #89be5f; }

.page-section--news-listing h2 {
  float: left; }
  @media (max-width: 767px) {
    .page-section--news-listing h2 {
      float: none;
      margin-bottom: 0.55556em; } }

.page-section--news-listing #news-listing-filters {
  float: right;
  text-transform: uppercase;
  padding-top: 1.77778em; }
  @media (max-width: 767px) {
    .page-section--news-listing #news-listing-filters {
      float: none;
      text-align: center;
      padding-top: 0; } }
  .page-section--news-listing #news-listing-filters a {
    margin-left: 2em;
    font-weight: 700;
    font-size: 0.83333em; }
    @media (max-width: 767px) {
      .page-section--news-listing #news-listing-filters a {
        margin: 0 1em 0; } }
    .page-section--news-listing #news-listing-filters a.active {
      color: #89be5f; }
    .page-section--news-listing #news-listing-filters a:focus {
      outline: none; }

.page-section--news-listing .news-listing {
  clear: both;
  padding-bottom: 4.44444em; }

.page-section--news-listing .load-more {
  color: #89be5f;
  border-color: #89be5f;
  padding: 1.11111em 4.16667em; }
  .page-section--news-listing .load-more:hover {
    background: #89be5f;
    color: #ffffff; }

.page-section--cta-section {
  background: #0b2e40;
  color: #ffffff;
  position: relative;
  padding-bottom: 11.11111em;
  margin-bottom: 1.38889em; }
  .page-section--cta-section h2 {
    text-align: center;
    color: #ffffff; }
  .page-section--cta-section .find-recycling {
    padding: 0 15%; }
    @media (max-width: 767px) {
      .page-section--cta-section .find-recycling {
        padding: 0 5%; } }
  .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-postal-code, .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-search-distance {
    width: 40%;
    float: left;
    margin-right: 2%;
    position: relative; }
    .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-postal-code input, .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-postal-code select, .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-search-distance input, .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-search-distance select {
      width: 100%;
      padding: 0.55556em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 3.33333em;
      border-radius: 0;
      -webkit-transition: .2s ease;
      transition: .2s ease; }
    .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-postal-code select, .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-search-distance select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: #ffffff; }
      .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-postal-code select:focus, .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-search-distance select:focus {
        outline: none; }
    .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-postal-code svg, .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-search-distance svg {
      position: absolute;
      right: 1.11111em;
      color: #555b61;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 2;
      pointer-events: none; }
    .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-postal-code input:focus, .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-search-distance input:focus {
      text-indent: 0.55556em;
      -webkit-transition: .2s ease;
      transition: .2s ease;
      outline: none; }
    @media (max-width: 767px) {
      .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-postal-code, .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .form-item-distance-search-distance {
        width: 48%;
        margin-bottom: 2%; } }
  .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .views-submit-button {
    width: 15%;
    float: left; }
    @media (max-width: 767px) {
      .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .views-submit-button {
        width: 98%;
        float: none; } }
    .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .views-submit-button input {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0.625em;
      height: 3.75em;
      border-radius: 0;
      border: 1px solid #ffffff;
      background: none;
      color: #ffffff;
      font-size: 0.88889em;
      -webkit-transition: .2s ease;
      transition: .2s ease; }
      .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .views-submit-button input:focus {
        outline: none; }
      .page-section--cta-section #views-exposed-form-recycle-center-search-Recycle-location-finder-2 .views-submit-button input:hover {
        background: #ffffff;
        color: #0b2e40;
        -webkit-transition: .2s ease;
        transition: .2s ease; }
  .page-section--cta-section .callout {
    background: #1a56a6;
    color: #ffffff;
    width: 34.72222em;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
    margin-bottom: 0;
    padding: 2.22222em 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    .page-section--cta-section .callout h3 {
      font-size: 1.22222em;
      font-weight: 700;
      margin-top: 0; }
    .page-section--cta-section .callout a {
      color: #ffffff;
      text-decoration: underline; }
    .page-section--cta-section .callout p {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .page-section--cta-section .callout {
        width: 90%; } }

@media (max-width: 767px) {
  .page-section--faq-listing {
    padding-bottom: 4.16667em; } }

.page-section--faq-listing h2 {
  text-align: center; }

.page-section--faq-listing .container {
  padding: 0 15%; }

.page-section--faq-listing .faq-item {
  border-bottom: 1px solid #dce1e9; }
  .page-section--faq-listing .faq-item.collapsed .faq-question:before {
    content: '';
    width: 0.11111em;
    height: 1.55556em;
    background: #1a56a6;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1.77778em;
    -webkit-transition: .2s ease;
    transition: .2s ease; }
  .page-section--faq-listing .faq-item.collapsed .faq-question:after {
    content: '';
    width: 1.55556em;
    height: 0.11111em;
    background: #1a56a6;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -2.55556em; }
  .page-section--faq-listing .faq-item.collapsed .faq-answer {
    display: none; }

.page-section--faq-listing .faq-question {
  padding: 1.94444em 0;
  color: #555b61;
  position: relative; }
  .page-section--faq-listing .faq-question a {
    color: inherit;
    display: block;
    margin-left: -2.77778em;
    padding-left: 2.77778em; }
    .page-section--faq-listing .faq-question a:hover {
      text-decoration: none; }
  .page-section--faq-listing .faq-question:before {
    content: '';
    width: 0.11111em;
    height: 1.55556em;
    background: #1a56a6;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1.77778em;
    display: none; }
  .page-section--faq-listing .faq-question:after {
    content: '';
    width: 1.55556em;
    height: 0.11111em;
    background: #1a56a6;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -2.55556em; }

.page-section--faq-listing .faq-answer {
  display: block;
  padding-left: 1.66667em;
  padding-bottom: 1.94444em; }
  .page-section--faq-listing .faq-answer p {
    margin: 0; }

.page-section--faq-listing .collapsed .faq-answer {
  display: none; }

.page-section--basic-content {
  padding-bottom: 0; }
  .page-section--basic-content h2 {
    color: #1a56a6;
    line-height: 1.3;
    text-align: center;
    padding: 0 15%; }
    @media (max-width: 767px) {
      .page-section--basic-content h2 {
        padding: 0 0.88889em; } }

/* global media specific */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
